/*
 Theme Name:   neve-child
 Template:   neve
*/

@import url("newsList.css");  



/* 共通
---------------------------------------------------- */

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}


/* ヘッダーＴＥＬ */
.header-info .copy {
	font-size: 12px;
	font-weight: 600;	
}
.header-info .tel {
	font-size: 24px;
	color: #eb6100;
	font-weight: 600;	
}
.header-info .tel .fas {
	font-size: 30px;
	padding-right: 5px;
}
.header-info .time {
	font-size: 14px;
	font-weight: 600;	
}

/* フッターコピーライト消し */
.footer--row .footer--row-inner .container .hfg-grid-top {
  margin-bottom: 0 !important;
}
.footer-bottom {
  display: none;
}
.footer--row ul li {
  list-style: none;
}


/* ページタイトル下のマージン */
.nv-page-title-wrap.nv-big-title .nv-page-title {
	margin-bottom: 50px !important;
}

/* コンテンツとフッターのマージン */
.neve-main {
	margin-bottom: 70px;
}
/* 画像ホーバー */
a img {
  opacity: 1;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}

.blog-sidebar .widget {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}
/*.site-footer .widget {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}*/


/* 見出し装飾 */
.mida-h2 h2 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.mida-h2 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005baa;
  bottom: -3px;
  width: 20%;
}

.mida-h3 h3 {
  border-bottom: dashed 2px #005baa;
}


/* Pマージンボトム0 */
.p-zero p {
  margin-bottom: 0 !important;
}



/* ボックスFULLサイズ */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body {
    overflow-x: hidden;
}


/* フッターウィジェット　マージン */
.footer--row .footer--row-inner .container .hfg-grid-top {
	align-items: baseline !important;
	margin-bottom: 50px;
}
.footer--row .footer--row-inner .container .hfg-grid-top .widget {
	padding-bottom: 0;
	margin-bottom: 10px;
}


/* フッターメニュー横並び 
.site-footer ul {
  text-align: center;
}
.site-footer ul li {
  display: inline !important;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .site-footer ul li {
    display: list-item !important;
    text-align: left;
    font-size: 14px;
  }
}*/



/* ボックスオンオフ */
.pc-box {
    display: inline;
}
.sp-box {
    display: none;
}
@media screen and (max-width: 768px) {
.pc-box {
    display: none;
}
.sp-box {
    display: inline;
}
}


/* 改行オンオフ */
.br-off {
    display: none;
}
.br-on {
    display: block;
}
@media screen and (max-width: 767px) {
.br-off {
    display: block;
}
.br-on {
    display: none;
}
}


/* リストマーカー内側 */
.li-indent ul {
  list-style-position: inside !important;
}
.li-indent ul li {
  text-indent: -1em;
  padding-left: 1em;
}



.s-clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0;  
    clear: both;
}
.s-clearfix {
	display: inline-block;
}
/* Hides form IE-mac \*/
* html .s-clearfix {height: 1%;}
.s-clearfix {display: block;}
/* End hide from IE-mac */



/* トップ
---------------------------------------------------- */



/* テーブル
---------------------------------------------------- */
table.type3 {
	border: none;
}
table.type3 caption {
	text-align: right !important;
}
table.type3 tr th {
  background-color: #f5f5f5;
}
table.type3 tr th,
table.type3 tr td {
  padding: 20px 10px;
  /*border-top: none !important;*/
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc !important;
  text-align: left;
}
table.type3 img {
  width: 50%;
}

table.type4 {
	border: none;
}
table.type4 caption {
	text-align: right !important;
}
table.type4 tr th,
table.type4 tr td {
  padding: 20px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
table.type4 tr th,
table.type4 tr td {
  padding: 20px 0px;
  text-align: left;
}
}
@media screen and (max-width: 599px) {
table.type3 tr th,
table.type3 tr td {
    display: block;
}
table.type3 img {
  width: 100%;
}

}


/* 送信フォーム
---------------------------------------------------- */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
-webkit-appearance: none;
border-radius: 0;
}

.required {
    background-color: #db3936;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 2px 5px;
    margin-left: 8px;
    font-size: 12px !important;
    color: #fff !important;
}
input, textarea, select {
    max-width: 100% !important;
    width: auto;
}

span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    margin-top: 5px;
    margin-bottom: 30px;
}
textarea {
	margin-bottom: 30px !important;
}
input[type=checkbox] {
	margin-right: 5px;
}
input[type=radio] {
	margin-right: 5px;
}
.wpcf7-submit {
	background-color: #100964 !important;
	padding: 0 50px !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	height: 4rem !important;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}
.form-mida {
	font-size: 16px;
	font-weight: 700;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -25px !important;
}

@media screen and (max-width: 767px) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    width: 100%;
}
}




/* モバイル
---------------------------------------------------- */
@media screen and (max-width: 780px) {




}


@media screen and (max-width: 599px) {
table.type3 tr th, table.type3 tr td {
    display: block;
}


}

