@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP_Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP_Bold.woff") format("woff");
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
:root {
  letter-spacing: 0.025em;
  --main-color: #18922C;
  --link-color: #18922C;
  --bg-color: #F1F0EA;
  --border-color: #838383;
  --accent-color:#EAED58;
  --txt-color: #07362D;
  --font-family: "Noto Sans JP", Noto Sans JP, sans-serif;
  --contents-width: 100%;
}
html{
	font-size: 10px;
}

body{
	font-size: 1.6rem;
	font-family:var(--font-family);
	color: var(--txt-color);
	box-sizing: border-box;
	line-height: 1.8em;
	background-color: #ffffff;
	word-break: break-all;
	margin: 0;
}
.forPc{
  display: none;
}
.forSp{
	display: inline-block;
}
h1,h2,h3,h4,h5{
	line-height: 1.5;	
}

h2,h3{
	margin-top: 32px;	
}
p{
	margin-top: 1.5em;
	line-height: 1.8;
}
p + p{
	margin-top: 0.75em;
}
table{
	font-size: 12px;
	padding: 12px;
}
main{
	line-height: 1.8;	
}
/*
パーツ一律
margin-top: 1.5em;

パーツのbox類（囲み枠など）
padding: 20px;

行間（line-height）	通常テキスト（文章）
line-height: 1.8;

見出しなど2、3行で収まるテキスト	
line-height: 1.5;	
*/
img{
	max-width: 100%;
	width: auto;
	vertical-align: bottom;
}
a img{
	border:0;
}
a:hover,
a img:hover{
	opacity:0.6;
}
img{
	margin:0;
}
p{
	margin-bottom:15px;
	line-height:1.5;
}
a:link{
	color:#1111cc;
	text-decoration:underline;
	font-weight:bold;
}
a:visited{
	color:#1111cc;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#5890F4;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	color:#1111cc;
	text-decoration:underline;
	font-weight:bold;
}
.clear{
	clear:both;
}
.clear hr{
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.down{
	display:none;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.center img{
	display:block;
	width:100%;
	vertical-align:bottom;
	margin:10px 0;
}
.right{
	text-align:right;
}
.alignright {
	float: right;
	margin:10px;
}
.alignleft {
	float: left;
	margin:10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bold{
	font-weight:bold;
}
.aka,red{
	color:#f00;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
small{
	font-size:70%;
}
.bigtxt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
.down{
	display:none;
}
.absolute{
	position:absolute !important;
}
a img:hover{
	opacity:0.6;
}
table{
	width:100%;
	box-sizing:border-box;
	margin:25px auto;
}
table.small{
	font-size:87%;
}
table caption{
	margin-bottom:15px;
	font-weight:bold;
	text-decoration:underline;
}
table th,
table td{
	padding:10px;
	border:none;
	border:1px solid #ccc;
	vertical-align:middle;
}
table th {
	background-color:#efefef;
	min-width: 85px;
}

table td{
	background-color:#fff;
}
table td p:nth-last-of-type(1){
	margin-bottom:0;
}
table thead th{
	color:#fff;
	background-color:var(--main-color);
	font-weight:bold;
}
table th.waku,
table td.waku{
	border:2px solid #f00 !important;
}
table th.waku{
	background-color:#ffefef;
}
section.parts{
	padding:30px 0;
	border-bottom:1px dashed #eee;
	margin-bottom:30px;
}
.sorce{
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	margin:20px auto;
}
.full_img{
	width:100%;
	margin:30px auto;
}
.full_img img{
	width:100%;
	vertical-align:bottom;
}
.big_txt{
	font-weight:bold;
	font-size:110%;
}
.img_box{
	width:100%;
	margin:20px auto;
}
.img_box img{
	width:100%;
	vertical-align:bottom;
}
.imgl {
	float: left;
	padding-right: 10px;
}
ol {
	padding: 10px;
	padding-left: 30px;
	list-style-type: decimal;
	background-color: #fafafa;
	margin: 20px auto;
}
ol li {
	margin-bottom: 10px;
	font-weight: bold;
}
ol li:nth-last-of-type(1){
	margin-bottom:0;
}
.right_link_txt{
	text-align:right;
}
.right_link_txt a{
	text-decoration:underline;
}
.right_link_txt a:hover{
	text-decoration:none;
}
.right_link_txt:before{
	content:"\f105";
	color:#003C7B;
	font-family:FontAwesome;
	display:inline-block;
	margin-right:7px;
}
.clearfix hr{
	display:none;
}
.red{
	color:#f00;
}
.bold{
	font-weight:bold;
}
input{
	-webkit-appearance: none;
}
p{
	margin-bottom:20px;
	line-height:1.7;
}
p:nth-last-of-type(1){
	margin-bottom:0;
}
.sp_none{
	display:none !important;
}
.red_note {
    font-weight: bold;
    color: #f00;
    margin-top:0;
}
/* ------------------------------
ドラッグの色変更
------------------------------ */
::selection {
	background:#E1EFEE; /* Safari */
}
::-moz-selection {
	background:#E1EFEE; /* Firefox */
}
/* ------------------------------
HEADER
------------------------------ */
header{
  background-color: #fff;
  height: auto;
  border-bottom:2px solid #EAED58;
}

.header__inner{
  width: var(--contents-width);
  margin:0 auto;
  height: 62px;
}

h1.header__logo{
	width: 172px;
	height: 55px;
	display: inline-block;
	margin: 4px 10px 0;
}

.header__right{
	display: none;
}

.header__right-listSP{
  display: inline-block;
  width: 172px;
  position: absolute;
  right: 10px;
  top: 9px;
  text-align: right;
  margin: 0;
}

.header__right-listSP-item{
	display: inline-block;
	margin-left: 10px;
}

.header__right-listSP-item img{
	width: 42px;
	height: 42px;
	vertical-align: bottom;
}

.header__right-listSP-item.spmenu{
	width: 42px;
	height: 42px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/header_sp_menu.svg);
}

.header__right-listSP-item.spmenu.active{
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/header_sp_close.svg);
}

.spMenu{
	width: 100%;
	box-sizing: border-box;
	background-color:#F1F0EA;
	position: absolute;
	top:62px;
	z-index: 100;
	display: none;
}

.spMenu__list{
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto 160px;
}

.spMenu__list-item a{
	display: block;
	border-bottom:1px solid var(--main-color);
	padding: 10px 10px 18px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #07362D;
	font-weight: normal;
	line-height: 1.0;
	position: relative;
	margin: 10px auto 0;
}

.spMenu__list-item a::after{
	content:"";
	width: 23px;
	height: 23px;
	position: absolute;
	right: 10px;
	top:50%;
	margin-top:-12.5px;
	background-image:url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg) ;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ------------------------------
FOOTER
------------------------------ */

/* ------------------------------
CONTENTS
------------------------------ */

.h2{
	text-align: center;
	color: var(--main-color);
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}

.h2 span::before{
	content:"";
	width: 24px;
	height: 24px;
	background-size: cover;
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: 3px;
	background-image:url("https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_plus.svg")
}

.h2 span{
		border-bottom:4px solid var(--main-color);
		padding-bottom:2px;
		display: inline-block;
}

.contents{
	width: var(--contents-width);
	margin: 0 auto;	
	padding:0 ;
}
.contents p{
	padding: 10px 0;
	margin: 20px auto 0;
}

.lp__section{

}

.lp__section-inner{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

/* MV */
.mv.lp__section{
  background:url("https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/mv_oyakata-plus_LP_SP.jpg");
  background-size: cover;
  min-height: 367px;
  background-position: center;
}

.mv__mess{
	margin-top:45px;
	width: 242px;
	height: 136px;
	margin-bottom: 30px;
}

.mv__btn a{
	margin:10px auto 40px;
	display: block;
	width: 230px;
  background-color: #EAED58;
  border:3px solid #fff;
  line-height: 42px;
  border-radius: 300px;
  text-align: center;
  font-size: 1.5rem;
  color: #07362D;
  text-decoration: none;
  position: relative;
  box-shadow: 0 5px 0px rgba(99,99,99,0.5);
}

.mv__btn a::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    background-size: cover;
}

.mv__area{
  position: absolute;
  width: 202px;
  height: 43px;
  top: 80px;
  left:15px;
}

.mv__area img{
  width: 100%;
  vertical-align: bottom;
}

/* お知らせ */

.info__inner{
	text-align: center;
}

.info__inner img{
	width: 100%;
	vertical-align: bottom;
}

/*悩み*/
.nayami.lp__section{
	background-image: linear-gradient(to bottom, #BEBEBE 1%, #FFF 14%)
}


.nayami__img{
	margin:0 -10px auto;
	width: calc(100% + 20px);
}

.nayami__arrow{
	width: 270px;
	margin: -30px auto 0;
	text-align: center;
	font-weight: bold;
	color: #07362D;
}

.nayami__arrow::before{
	content:"";
	margin: 20px auto 0;
	display: block;
	background-image:url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon.svg);
	width: 142px;
	height: 142px;
	background-size:cover;
}

.nayami__arrow::after{
	content:"";
	margin: 30px auto;
	display: block;
	background-image:url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/down_arrow.svg);
	width: 35px;
	height: 38px;
	background-size:cover;
}

.nayami__arrow-green{
	font-size: 4.0rem;
	color: var(--main-color);
}

.nayami__arrow-marker{
	margin-top:5px;
	font-size: 3.6rem;
	background-color: #E9F9C7;
	padding: 2px 10px;
	display: inline-block;
	line-height: 1.0;
}

.nayami__arrow small{
	font-size: 3.0rem;
}

.guide__list{
	padding: 0 58px;
	box-sizing: border-box;
}

.guide__list-item{
  font-size: 1.6rem;
  text-align: center;
}

.guide__list-item + .guide__list-item{
	margin-top:30px;
}

.guide__list-itemTtl{
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 300px;
  width: 100%;
  padding: 7px 0;
  box-sizing: border-box;
  background-color:  var(--main-color);
  position: relative;
  line-height: 1.5;
}

.guide__list-itemTtl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--main-color) transparent transparent transparent;
}


.guide__list-itemImg{
  width: 150px;
  height: 150px;
  border-radius: 300px;
  background-color: #C7EB79;
  display: inline-block;
  margin: 20px auto;
}

.guide__list-itemCopy{
  display: block;
  text-align: center;
  color: var(--main-color);
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 12px 0;
}

.guide__list-itemImg img{
  width: 240px;
  display: inline-block;
  margin: 0 auto;
}

.application.lp__section{
	background-color: var(--main-color);
	padding: 10px;
	box-sizing: border-box;
}

.application__inner.lp__section-inner{
	border:2px solid #fff;
	padding: 20px 0px;
	box-sizing: border-box;
	position: relative;
}

.application__btn{
	position: relative;
	display: block;
	box-sizing: border-box;
}

.application__btn img{
	position: absolute;
	bottom:0;
	left:30px;
	z-index: 20;
	width: 83px;
	height: 93px;
}

.application__ttl{
	font-size: 2.2rem;
	text-align: center;
	color: #fff;
	margin: 0 auto 30px;
	margin-left: 0px;
	font-weight: bold;
}

.application__ttl span{
	color:#EAED58;
}


.application__btn a{
	display: block;
	width: calc(100% - 28px);
	background-color: #EAED58;
	border: 6px solid #fff;
	line-height: 66px;
	border-radius: 300px;
	text-align: center;
	position: relative;
	font-size: 2.0rem;
	color: #07362D;
	text-decoration: none;
	z-index: 10;
  padding-left: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.application__btn a::after {
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11.5px;
}

.application__tel{
  display: block;
  width: 250px;
	margin: 10px auto 0;
}

.application__tel-txt{
	display: block;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
}

a.application__tel-num{
  text-indent: 0;
  display: block;
  text-decoration: none;
  color: #EAED58;
  font-size: 3.0rem;
  text-decoration: none;
  font-weight: bold;
  background-size: 25px;
  line-height: 1.0;
  text-align: center;
  position: relative;
  top: -8px;
}

.application__tel-hours{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

a.application__tel-num::before {
  content: "";
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_phone_wh.svg);
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 0px;
  position: relative;
  top: 6px;
  left: -12px;
}

/*　料金 */

.price.lp__section{
	background-position: -470px center;
	background-size: cover;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/img_back_money.jpg);
}

.price__inner{
	padding: 95px 0;
}

.price__tableArea{
	padding: 0;
	box-sizing: border-box;
}

.price__tableArea h2.h2{
	text-align: left;
}

.price__box{
	display: block;
	background-color: #E9F9C7;
	padding: 20px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	width: calc(100% - 40px);
	box-sizing: border-box;
	margin: 0 auto;
}

.price__box .h2{
	margin:0 auto 12px;
}

.price__img{
	display: block;
	width: 98px;
	margin: 5px auto;
}

.priceTable {
  border: 1px solid var(--main-color);
  border-collapse: separate;
  padding: 0;
}

.priceTable th,
.priceTable td {
  border: none;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 68px;
}

.priceTable thead th {
  color: #333;
  border-bottom: 1px solid #fff;
  background-color: #F1F0EA;
}

.priceTable thead .designation {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: var(--main-color);
}

.priceTable tbody th {
  background-color: var(--main-color);
  color: #EAED58;
  border-bottom: 1px solid #fff;
}

.priceTable tbody th small {
  display: block;
}

.priceTable tbody td {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #A6A6B7;
}

.priceTable tbody tr td:last-child {
  border-right: none;
}

.priceTable tbody tr:last-child th {
  border-bottom: none;
}

.priceTable th.designation {
  width: 160px;
  border-right: none;
}


.priceTable {
  min-width: 710px;
  min-width: 100%;
}

.priceTable th,
.priceTable td {
  text-align: center;
  padding: 10px 0;
}

.priceTable__scroll {
  overflow-x: scroll;
}

.priceTable thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  line-height: 1.2;
  border-right:1px solid #fff;
}

.priceTable thead. tr th:last-child(1){
	border-right: none;
}

.scrollTable {
  display: block;
  width: 100%;
  overflow-y: auto;
  background: #fff;
}

.priceTable__scroll {
  display: block;
  width: 100%;
  overflow-y: auto;
}

.priceTable__scroll.sticky {
  /* height: 400px; */
}

.priceTable thead th {
  position: sticky;
  top: 0;
  z-index: 10;
}

/* 理由 */

.reason.lp__section{
	background-color: #E9F9C7;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/back_texture.png);
	background-repeat: no-repeat;
}

.reason__ttl{
	margin: 30px -40px;
	text-align: center;
}

.reasonBox{
	padding: 10px 12px 15px;
	background-color: #fff;
	margin: 20px auto 0;
	position: relative;
}

.reasonBox__txt-ttl{
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--main-color);
	line-height: 50px;
	padding-left: 60px;
	position: relative;
}

.reasonBox__txt-ttl::before{
	content:"";
	width: 50px;
	height: 50px;
	display: inline-block;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/reason_01.svg);
	position: absolute;
	left: 0;
}

.reasonBox.no2 > div > div.reasonBox__txt-ttl::before{
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/reason_02.svg);
}

.reasonBox.no3 > div > div.reasonBox__txt-ttl::before{
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/reason_03.svg);
}

.reasonBox__img{
	margin-top: 10px;
	width: 100%;
	vertical-align: bottom;
}

.reasonBox__txt-txt{
	border-left: 7px solid #F1F0EA;
	padding-left: 20px;
	margin-top: 17px;
}

.reasonImg{
	margin:40px auto;
}

.reasonImg img{
	width: 100%;
	vertical-align: bottom;
}

/* 流れ */

.nagare.lp__section{
	background-color: #F1F0EA;
}

.nagare__List{
	background-color: #fff;
	padding:43px;
}

.nagare__List-item{
	text-align: center;
	border-bottom: 1px solid #838383;
	padding: 0 0 20px;
	position: relative;
}

.nagare__List-item + .nagare__List-item{
	margin-top:40px;
}

.nagare__List-item::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
	z-index: 2;
}
.nagare__List-item::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #838383 transparent transparent transparent;
	z-index: 1;
}
.nagare__List-itemTtl{
	font-size: 8.0rem;
	font-weight: bold;
	color: #EAED58;
	text-align: center;
}

.nagare__List-itemImg{
	margin:10px auto;
}

.nagare__List-itemTtl small{
	font-size: 3.0rem;
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	line-height: 1.0;
	padding: 1px 6px;
	position: relative;
	top: -15px;
	margin-right: 5px;
}

.nagare__List-itemTxt{
	text-align: left;
	line-height: 1.8;
	font-size: 1.6rem;
}

#SEC05 > div > ul > li:nth-child(3){
  border:none;
}

#SEC05 > div > ul > li:nth-child(3)::before,
#SEC05 > div > ul > li:nth-child(3)::after{
  display: none;
}

.nagare__btn a{
	display: block;
	background-color: #EAED58;
	border: 3px solid #07362D;
	line-height: 80px;
	width: calc(100% - 20px);
	border-radius: 300px;
	text-align: center;
	position: relative;
	font-size: 2.0rem;
	color: #07362D;
	text-decoration: none;
	margin: 32px auto 40px;
}

.nagare__btn a::after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg);
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11.5px;
}

/*ご加入者様の声 */
.swiper-slide{
	width: 305px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border:1px solid var(--main-color);
	padding: 20px;
}

.voice__slider{
	margin-bottom:60px;
}

.voice__slide-ttl{
	color: var(--main-color);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.voice__slide-ttl.row1{
	padding-top: 15px;
	padding-bottom: 15px;
}

.voice__slide-img{
	display: block;
	margin: 10px auto 0;
}

.voice__slide-name{
	color: #07362D;
	font-size: 1.5rem;
	display: inline-block;
	border:1px solid #07362D;
	padding: 7px 10px;
	line-height: 1.0;
	font-weight: bold;
	margin-top:18px;
}



.voice__slide-txt{
	margin-top:10px;
}

.swiper .swiper-slide {
	height: auto !important;
}

.swiper .swiper-slide-item {
	height: 100%;
}

.voice__slider .swiper-pagination-bullet{
	border-radius:0;
	width: 52px;
	height: 14px;
}

.voice__slider .swiper-pagination-bullet-active{
	background:var(--main-color);
}

.voice__slider .swiper-pagination-custom, .voice__slider .swiper-pagination-fraction{

}

.voice__slider .swiper-wrapper{
	padding-bottom: 60px;
}


.voice__slider .swiper-button-prev,
.voice__slider .swiper-button-next{
	 width: 42px;
	 height: 42px;
	 background-size: cover;
	 background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/voice_arrow_ico.svg);
}

.voice__slider .swiper-button-prev{
	transform: scale(-1, 1);
}


.voice__slider .swiper-button-next::after,
.voice__slider .swiper-button-prev::after {
	content:"";
}

.submitImage{
	width: 100%;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}

	

/*よくあるご質問*/
.qa__item{
	margin: 30px -10px 0;
}
.qa__item-q{
	background-color:#F0F1E4 ;
	color: #07362D;
	font-size: 2.0rem;
	padding: 10px 10px 10px 62px;
	font-weight: bold;
	position: relative;
}

.qa__item-a{
	padding:23px 10px 0px 62px;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
}

.qa__item-q::before{
	content:"";
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/qa__item-q_ico.svg);
	background-size: cover;
	left:10px;
	top:50%;
	margin-top:-20px;
}

.qa__item-a::before{
	content:"";
	width: 40px;
	height: 40px;
	position: absolute;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/qa__item-a_ico.svg);
	background-size: cover;
	left:10px;
	top:15px;
}

.qa__item-a div{
	position: relative;
	top:-10px;
	line-height: 1.7;
}

.contact{
	position: relative;
	margin: 20px auto 0;
	height: auto;
}

.contact__img{
	width: calc(100% - 40px);
	height: auto;
	display: block;
	margin: 0 auto;
}

.contact__img img{
	width: 100%;
	vertical-align: bottom;
}

.contact__tel-num::before{
	content:"";
	width: 43px;
	height: 43px;
	display: inline-block;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/contact__tel-num_ico.svg);
	position: relative;
	background-size: cover;
	top:10px;
	margin-right: 4px;
}

a.contact__tel-num{
	display: block;
	font-size: 4.0rem;
	font-weight: bold;
	color: var(--main-color);
	width: calc(100% - 30px);
	height: 64px;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0 auto;
}

.contact__tel-hours{
	display: block;
	font-size: 1.8rem;
	color: #07362D;
	text-align: center;
	margin: 5px auto 0;
}

.contact__txt{
	position: static;
	padding: 0 10px 40px;
	box-sizing: border-box;
}

.contact__txt span{
	display: block;
	line-height: 38px;
	border:1px solid var(--main-color);
	text-align: center;
	width: 264px;
	font-weight: bold;
	font-size: 1.8rem;
	position: static;
	margin: 20px auto;

}




/* ------------------------------
FOOTER
------------------------------ */
.footer{
  margin-top:70px;
  padding-bottom:0px;
}

.footer__inner {
  width: var(--contents-width);
  margin: 0 auto;
  padding: 30px 0;

}

.footer__logo{
  display: block;
  width: 228px;
  height: 67px;
  margin: 0 auto;
}

.footer__logo img{
  width: 100%;
  height: auto;
}

.footer__list{
  width: calc(100% - 76px);
  padding: 0;
  margin: 10px auto;
}

.footer__list-item{
  font-weight: bold;
  padding-left:30px;
  position: relative;
  line-height: 1.2;
  margin-bottom:15px;
}

.footer__list-item img{
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  position: absolute;
  top:50%;
  margin-top: -9px;
  left: 0;
}

.copyright{
  background-color: var(--main-color);
  padding: 0 0 20px;
}

.copyright__list{
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.copyright__list a{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.copyright__list-item{
  display:inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.copyright > ul > li:nth-child(3)::before,
.copyright > ul > li:nth-child(2)::before{
  content:"|";
  display: inline-block;
  margin: 15px;
  color: #fff;
}

.copyright > ul > li:nth-child(4){
	display: block;
	text-align: center;
}

.copyright > ul > li:nth-child(5){
	display: block;
	text-align: center;
}

/* お申込みフォーム */


section.form{
	background-color: #DBF4F6;
}

.form__inner.lp__section-inner{

}

.form__content{
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

h2.form__ttl{
	margin: 0 auto 40px;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	color: #07362D;
}

.form__ttl::before{
	content:"";
	width: 42px;
	height: 42px;
	background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/form_ttl_ico.svg);
	background-size: cover;
	display: inline-block;
  position: relative;
  margin-right: 12px;
  top: 12px;
}

.contact__form input{
			    -webkit-appearance: none;
			  }

			.contact__mess{
				background: var(--bg-color);
				padding: 30px;
				box-sizing: border-box;
				margin:26px auto 0;
				text-align: left;
				color: var(--txt-color);
			}
			.contact__form-itemTtl{
				font-size: 1.8rem;
			}
			.hissu{
				background: #FF4D00;
				color: #fff;
				line-height: 1.0;
				display: inline-block;
				font-size: 1.4rem;
				padding: 3px 5px 4px;
				margin-left: 7px;
			}
			.contact__form{
				margin: 50px auto 0;
				color: var(--txt-color);
			}
			.contact__form input[type="text"],
			.contact__form input[type="email"],
			.contact__form input[type="date"],
			.contact__form input[type="tel"],
			.contact__form textarea{
				border:1px solid var(--main-color);
				border-radius: 4px;
				padding:14px;
				background: #fff;
				width: 100%;
				box-sizing: border-box;
				margin-top:7px;
			}
			.contact__form select{
				border:1px solid var(--main-color);
				border-radius: 4px;
				padding:14px;
				background: #fff;
				width:auto;
				display: inline-block;
				box-sizing: border-box;
				width: 100%;
				box-sizing: border-box;
				margin: 5px auto;
			}

			.contact__form-item{
				margin-top:20px;
			}

			.contact__form-item.kiyaku {
			    text-align: center;
			    margin-top: 40px;
			    margin-bottom:60px;
			}

			.contact__form-submit{
				margin-top:20px;
			}
			.contact__form-submit .submit{
				border:1px solid var(--txt-color);
				background: var(--bg-color);
				color: var(--txt-color);
				line-height: 1.0;
				padding: 18px 0px;
				text-align: center;
				display: block;
				margin: 90px auto 0 ;
				font-size: 2.0rem;
				width: 180px;
				box-sizing: border-box;
				cursor: pointer;
			}
			.contact__thx{
				text-align: center;
				font-size: 1.8rem;
				color: var(--main-color);
				background: var(--accent-color);
				line-height: 78px;
				border-radius: 8px;
				margin:68px auto 0;
				font-weight: bold;
			}
			.contact__form-txt{
				margin:24px auto;
				line-height: 1.5;
				font-size: 1.6rem;
				text-align: center;
			}

			.contact__form input {
			    -webkit-appearance: auto;
			}
			.contact__form ul{
				margin:15px 0;
				padding: 0;
			}
			.contact__form ul li{
				width: 33%;
				display: inline-block;
				font-size: 1.4rem;
				margin: 10px 0;
			}
			.contact__form ul.column4 li{
				width: 40%;
			}
			.checkbox_left{
				display: inline-block;
				line-height: 1.2;
			}
			.checkbox_right{
				display: inline-block;
				font-size: 1.4rem;
				line-height: 1.2;
			}

			.theContent .experienceBox p,
			.contact__form-itemTtl + p{
				font-size: 1.4rem;
			}

			.theContent .experienceBox p,
			.experienceBox .checkbox_right{
				margin-top:0 !important;
			}

			.experience-details {
            display: none;
      }



      .experienceBox {

      }
      .tab ul{
      	margin:20px auto;
      	padding: 0;
      	border-radius: 4px;
      	overflow: hidden;
      	border:1px solid var(--main-color);
      }
      .tab li{
      	display: inline-block;
      	width: 50%;
      	padding: 15px 0;
      	box-sizing: border-box;
      	text-align: center;
      	font-weight: 1.8rem;
      	font-weight: bold;
      	background: #fff;
      }
      .tab li.select{
      	background: var(--main-color);
      	color: #fff;
      }
      .tab li:hover{
      	opacity: 0.7;
      	cursor: pointer;
      }
      .contact__form .experienceBox ul li {
      	width: auto;
      }
      .experienceBox .computationTime th,
      .experienceBox .computationTime td{
      	border:none;
      	padding: 0;
      	width: auto;
      	background: transparent;
      }
      .experienceBox th,
      .experienceBox td{
      	padding: 15px;
      	box-sizing: border-box;
      	font-size: 14px !important;
      }
      .experienceBox th{
      	width: 220px;
      	text-align: left;
      	border:none;
      }
      .experienceBox td{
      	border:none;
      }
      .experienceBox01 th{
      	background: #FFE8E9;
      }
      .experienceBox01 td{
      	background: rgba(255,232,233,0.5);
      }
      .experienceBox02 th{
				background: #D2ECF6;
      }
      .experienceBox02 td{
      	background: rgba(210,236,246,0.5);
      }

			.experienceBox03 th{
				background: #F7E8AD;
			}
      .experienceBox03 td{
      	background: rgba(247,232,173,0.5);
      }

			.experienceBox04 th{
				background: #CCE198;
			}
      .experienceBox04 td{
      	background: rgba(204,225,152,0.5);
      }
      .experienceBox05 th{
      	background: #fff;
      }
.contact__form .birthdayBox select {
    display: inline-block;
    width: auto;
}
.contact__form .experienceBox select,
.contact__form .experienceBox input[type="text"], 
.contact__form .experienceBox input[type="email"], 
.contact__form .experienceBox input[type="date"], 
.contact__form .experienceBox textarea{
	border-color: #ccc;
}
.contact__form-itemTtl{
font-size: 1.4rem;	
}

.contact__form ul li{
	width: 100%;
}

.experienceBox th {
    width: 100px;
    font-size: 1.0rem;
}

/* フォーム追加スタイル20250512 */
#myForm1 ul.projectCategory .checkbox_left,
#myForm2 ul.projectCategory .checkbox_left {
  display: block;
}

#myForm1 ul.projectCategory li,
#myForm2 ul.projectCategory li {
  width: 30%;
  margin: 1%;
}

#myForm1 ul.projectCategory li label,
#myForm2 ul.projectCategory li label {
  display: inline-block;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

#myForm1 ul.projectCategory li .adj .checkbox_right,
#myForm2 ul.projectCategory li .adj .checkbox_right {
  font-size: 87%;
}

span.adjTxt {
  position: relative;
  top: -2px;
}

#myForm1 ul.projectCategory li label.select,
#myForm2 ul.projectCategory li label.select {
  background: var(--main-color);
  color: #fff;
}
/* チェックボックス本体を非表示（でも機能は残す） */
#myForm1 .projectCategory .input_chb,
#myForm2 .projectCategory .input_chb {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* チェックボックスの代わりのダミー表示 */
#myForm1 .custom_checkbox,
#myForm2 .custom_checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

/* チェックされている時のマーク表示 */
#myForm1 .projectCategory .input_chb:checked + .custom_checkbox::after,
#myForm2 .projectCategory .input_chb:checked + .custom_checkbox::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}	


@media screen and (min-width: 641px) {
	.contact__form ul li{
    	width: 33%;
	}
	.contact__form ul.column4 li{
			width: 24%;
	}

	.experienceBox th {
	        width: 220px;
	    font-size: 1.4rem;
	}
	.contact__form-itemTtl{
	font-size: 1.8rem;	
	}
}
@media screen and (max-width: 641px) {
  #myForm1 ul.projectCategory li .checkbox_right,
  #myForm2 ul.projectCategory li .checkbox_right {
    font-size: 12px;
  }
  
  #myForm1 ul.checkbox_list li,
  #myForm2 ul.checkbox_list li {
    width: 47%;
  }
  
  #myForm1 ul.projectCategory li .adj .checkbox_right,
  #myForm2 ul.projectCategory li .adj .checkbox_right {
    font-size: 10px;
  }
}

/* ===== LP フォームUI改善（signup近似） SEC08スコープ ===== */

/* セクションラベル */
#SEC08 .contact__form-item { margin-top: 16px !important; }
#SEC08 .contact__form-itemTtl { font-size: 14px !important; font-weight: bold !important; margin-bottom: 6px !important; line-height: 1.6 !important; }

/* 必須バッジ（signup: #e00 / 赤） */
#SEC08 .hissu { background: #e00 !important; font-size: 11px !important; padding: 2px 8px !important; border-radius: 3px !important; margin-left: 6px !important; vertical-align: middle !important; }

/* 注釈・補足テキスト */
#SEC08 .red_note { font-size: 12px !important; color: #e00 !important; margin: 2px 0 6px !important; line-height: 1.6 !important; }
#SEC08 .contact__form-itemTtl + p { font-size: 12px !important; }
#SEC08 p.note { font-size: 12px !important; }

/* プランアイテム（hover + 選択状態） */
#SEC08 .lp_plan_item { transition: border-color .15s, background-color .15s !important; }
#SEC08 .lp_plan_item:hover { border-color: #07362D !important; }
#SEC08 .lp_plan_item.selected { border-color: #4CAF50 !important; background-color: #f0f8f0 !important; }

/* 確認画面へボタン */
#SEC08 .contact__form-submit .submit {
  display: block !important;
  width: 100% !important;
  padding: 16px !important;
  background: #e00 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  text-align: center !important;
  margin: 24px auto 0 !important;
  box-sizing: border-box !important;
  letter-spacing: .05em !important;
  -webkit-appearance: none !important;
}
#SEC08 .contact__form-submit .submit:hover { opacity: .85 !important; }

/* 工事種別グリッド */
#SEC08 .construction-grid { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; margin-top: 8px !important; }
#SEC08 .construction-grid label { display: flex !important; align-items: center !important; gap: 4px !important; padding: 6px 10px !important; border: 1px solid #ccc !important; border-radius: 4px !important; font-size: 12px !important; cursor: pointer !important; transition: all .2s !important; background: #fff !important; line-height: 1.4 !important; }
#SEC08 .construction-grid label:hover { border-color: #07362D !important; }
#SEC08 .construction-grid input[type="checkbox"] { margin: 0 !important; flex-shrink: 0 !important; }
#SEC08 .construction-grid label:has(input:checked) { border-color: #4CAF50 !important; background: #f0f8f0 !important; }
#SEC08 .construction-grid input[type="checkbox"]:checked + span { color: #07362D !important; font-weight: bold !important; }

/* 特定業務 */
#SEC08 .lp-sw-group { display: flex !important; flex-direction: column !important; gap: 8px !important; margin-top: 8px !important; }
#SEC08 .lp-sw-item { padding: 10px 16px !important; border: 2px solid #ccc !important; border-radius: 6px !important; background: #fff !important; font-size: 13px !important; cursor: pointer !important; transition: border-color .2s, background .2s, color .2s !important; }
#SEC08 .lp-sw-item:hover { border-color: #07362D !important; }
#SEC08 .lp-sw-item.active { border-color: #07362D !important; background: #07362D !important; color: #fff !important; }
#SEC08 .lp-sw-row { display: flex !important; align-items: center !important; gap: 8px !important; cursor: pointer !important; width: 100% !important; }
#SEC08 .lp-sw-row input[type="checkbox"] { width: 16px !important; height: 16px !important; flex-shrink: 0 !important; cursor: pointer !important; }
#SEC08 .lp_work_detail { margin-top: 4px !important; margin-bottom: 4px !important; padding: 12px !important; background: #f9f9f9 !important; border: 1px solid #ddd !important; border-radius: 6px !important; font-size: 12px !important; color: #333 !important; line-height: 1.8 !important; }
#SEC08 .lp-sw-note { font-size: 11px !important; color: #e00 !important; }

/* 身分証明書アップロードゾーン */
#SEC08 .lp-upload-zone { border: 2px dashed #ccc !important; border-radius: 8px !important; padding: 30px !important; text-align: center !important; color: #999 !important; background: #fafafa !important; cursor: pointer !important; line-height: 2 !important; transition: border-color .2s !important; }
#SEC08 .lp-upload-zone:hover { border-color: #07362D !important; color: #555 !important; }

/* 入力フィールド */
#SEC08 .contact__form input[type="text"],
#SEC08 .contact__form input[type="email"],
#SEC08 .contact__form input[type="date"],
#SEC08 .contact__form input[type="tel"],
#SEC08 .contact__form textarea { border: 1px solid #ccc !important; background: #f9f9f9 !important; font-size: 14px !important; }
#SEC08 .contact__form input[type="text"]:focus,
#SEC08 .contact__form input[type="email"]:focus,
#SEC08 .contact__form input[type="date"]:focus,
#SEC08 .contact__form input[type="tel"]:focus,
#SEC08 .contact__form textarea:focus { outline: 2px solid #07362D !important; background: #fff !important; }

/* 注釈テキスト（signup: .section-note） */
#SEC08 .section-note { font-size: 11px !important; color: #e00 !important; margin-top: 2px !important; margin-bottom: 4px !important; }

/* 代理人注意事項ボックス（signup: .proxy-notice） */
#SEC08 .proxy-notice { background: #FFF3CD !important; border: 1px solid #FFC107 !important; border-radius: 6px !important; padding: 12px !important; font-size: 12px !important; line-height: 1.8 !important; margin-bottom: 12px !important; }
#SEC08 .proxy-notice strong { color: #e00 !important; }

