/*
 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 {
  padding: 0.3em 0.5em;/*文字の上下 左右の余白*/
  background: #fbfde9;/*背景色*/
  border-left: solid 5px #3eb134;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.mida-h2-2 h2 {
  border-bottom: solid 3px #bed500;
  position: relative;
  padding: 10px;
}
.mida-h2-2 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3eb134;
  bottom: -3px;
  left: 0;
  width: 15%;
}
.mida-h3 h3 {
  padding: 5px;
  border-bottom: dotted 5px #bed500;
}



/* 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 */



/* 流れ
---------------------------------------------------- */
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #3eb134;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}



/* よくある質問
---------------------------------------------------- */
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol {
  padding-top: 8px !important;
  margin-right: 10px !important;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  font-size: 24px !important;
}
.ewd-ufaq-faq-title-text h4 {
  font-size: 18px !important;
}




/* テーブル
---------------------------------------------------- */
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: #3eb134 !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;
}


}

