@charset "UTF-8";	

.contact_cont{
	width:95%;
	max-width: 1065px;
	margin:0 auto 100px;
}

.contact_cont.mb0{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
}

.mw_wp_form_input .open-area{display: none;}
.mw_wp_form_input .open-area2{display: none;}

input.none{
	pointer-events: none;
	background:none !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
	.input_caption{
		font-size: 1.2rem;
		line-height:1.7em;
		letter-spacing: 0.05em;
		text-indent: -1em;
		padding-left: 1em;
		margin-top:0.2em;
		font-weight: 400;
	}

	.address{
		margin-right: 1em;
	}
	
	.form_contbox{
		padding: 80px 60px;
		border-radius: 20px;
		background:#f5f5f0;
	}

	.form_contbox.topradius_none{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.form_contbox table{
		width:100%;
		margin:40px 0 0 0;
		border-collapse: collapse;
	}
	
	.form_contbox table tr td{
		padding:0 0 20px 0;
		border:none;
		border-left:none;
		border-right:none;
		line-height:1.8em;
		font-size:1.4rem;
		font-weight: 600;
		position:relative;
		box-sizing: border-box;
		letter-spacing: 0.05em;
		vertical-align: top;
	}
	
	.form_contbox table tr td:first-child{
		font-size: 1.6rem;
		text-align: right;
		width:200px;
		padding-right: 20px;
		color:#00a199;
	}	
	
	.form_contbox table tr td.pbox{
		padding:15px 20px 20px 0;
		width:200px;
		vertical-align:top;
		line-height:1.8em;
		box-sizing: border-box;
		text-align: right;
	}

	.form_contbox table tr td.pbox2{
		padding:10px 20px 20px 0;
		width:200px;
		vertical-align:top;
		line-height:1.8em;
		box-sizing: border-box;
		text-align: right;
	}
	
	.form_contbox table tr td .caption{
		font-size: 1.6rem;
		display: block;
	}
	
	.mw_wp_form_input .confirmtx{
		display: none;
	}

	.mw_wp_form_preview .inputtx{
		display: none;
	}

	.mw_wp_form_preview table tr td{
		line-height:1.8em;
		font-weight: 400;
	}
	
	.mw_wp_form_preview table tr td:first-child{
		padding:0 20px 20px 0;
		width:200px;
		vertical-align:middle;
		line-height:1.8em;
		box-sizing: border-box;
		font-weight: 600;
	}

	.mw_wp_form_preview .year:has(input[value=""]) + p{
		display: none;
	}

	.mw_wp_form_preview .addressbox:has(input[value=""]){
		display: none;
	}
	
	.form_contbox table tr td span.check{
		color:#cc0000;
		display:inline-block;
		font-size:1em;
		line-height:1em;
		border-radius: 9999px;
		margin:0 0 0 5px;
		font-weight: 400;
	}
	
	.mw_wp_form_preview table tr td span.check{
		display: none;
	}

	span.error{
		margin:10px 0 0 0;
		display:block;
		width:100%;
	}
	
	input[type="text"],input[type="email"],input[type="button"] {
  		margin: 0;
 		padding: 0;
  		background: #eaeaea;
  		border: none;
  		border-radius: 0;
  		outline: none;
  		-webkit-appearance: none;
  		-moz-appearance: none;
  		appearance: none;
		box-shadow: none;
	}
	
	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}
	
	input[type="text"],input[type="email"]{
		padding:17px 25px;
		width:100%;
		box-sizing: border-box;
		font-size:1.4rem;
		letter-spacing: 0.05em;
		background:#fff;
		border:none;
		border-radius: 20px;
		font-weight: 400;
	}
	
	.year_inputbox{
		margin:0 0 0 0;
		display:flex;
		align-items: center;
	}

	.year_inputbox .year{
		margin-right: 1em;
	}

	.year_inputbox .tx{
		margin-right: 1em;
		font-weight: 400;
	}

	.addressbox{
		margin:0 0 20px 0;
		display:flex;
		align-items: flex-start;
	}
	
	.mw_wp_form_preview .addressbox{
		display: inline;
	}

	.mw_wp_form_preview .input_caption{
		display: none;
	}
	
	.addressbox .tx{
		font-size: 1.6rem;
		width:100px;
		line-height: 1.5em;
		padding:0.75em 0 0 0;
	}
	
	.addressbox:first-child .tx{
		padding:1.15em 0 0 0;
	}
	
	.mw_wp_form_preview .addressbox .tx{
		display: none;
	}
	
	.addressbox .tx p.caption{
		font-size: 1rem;
	}
	
	.addressbox .address_inputbox{
		width:calc(100% - 135px);
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.mw_wp_form_preview .addressbox .address_inputbox{
		width:auto;
		display: inline;
	}
	
	.mw_wp_form_preview .addressbox:first-child{
		margin:0 0 0 0;
	}
	
	.mw_wp_form_preview .addressbox:first-child::before{
		content: "〒";
		display: inline;
	}
	
	.addressbox:last-child{
		margin:0 0 0 0;
	}
	
	::-webkit-input-placeholder {
  	color: #cccccc;
	}
	::-moz-placeholder {
  	color: #cccccc; opacity: 1;
	}
	:-ms-input-placeholder {
  	color: #cccccc;
	}

	.box_w180{
		max-width: 180px;
	}
	
	.box_w90{
		max-width: 90px;
	}
	
	.mw_wp_form_preview .box_w180,
	.mw_wp_form_preview .box_w90{
		display: inline;
		max-width:auto;
	}
	
	select{
		margin:0 0 0 0;
		width: 100%;
		padding: 20px 35px 20px 25px;
		outline: none;
		letter-spacing: 0em;
		font-size:1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		display: inline-block;
		background: url(/images/common/down_arrow.svg) no-repeat ,#fff;
		background-size:10px;
		background-position: right 15px top 50%;
		box-sizing: border-box;
		color:#000;
		border:none;
		border-radius: 20px;
		font-weight: 400;
	}
	
	.mwform-checkbox-field{width:auto; display:inline-block; margin:0 0 0 0;}
	
	.mw_wp_form .horizontal-item{margin:1em 1em 10px 0 !important; display:inline-block; line-height:1; min-width:10%;}
	.mw_wp_form .w100 .horizontal-item{margin:0 1em 10px 0 !important; display:inline-block; line-height:1; min-width:100%;}
	
	.mwform-radio-field input[type="radio"]{
		display: none;
	}
	.mwform-radio-field input[type="radio"] + span{
  		position: relative;
  		font-weight: normal;
  		margin:0 0 0 0 !important;
  		display: inline-block;
  		padding-left: 1.8em;
  		line-height: 1.6em;
	}
	.mwform-radio-field input[type="radio"] + span::before{
  		margin:-4px 10px 0 0;
  		content: " ";
  		display: inline-block;
  		width:18px;
    	height:18px;
    	border:1px solid #dadada;
  		background:none;
  		vertical-align: middle;
  		border-radius:50%;
  		position: absolute;
  		left: 0;
  		top: 0.5em;
	}
	.mwform-radio-field input[type="radio"]:checked + span::before{
  		margin:-4px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:18px;
    	height:18px;
    	border:1px solid #dadada;
    	background:url("/images/common/check_icon.svg");
		background-repeat: no-repeat;
		background-size: 75%;
		background-position: center center;
    	vertical-align:middle;
	}
	
	.check_flex{
		display: flex;
		width:100%;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.mwform-checkbox-field input[type="checkbox"]{
		display: none;
	}
	.mwform-checkbox-field input[type="checkbox"] + span{
  		position:relative;
		font-weight: normal;
		display: inline-block;
		margin:0 0;
	}
	
	.mwform-checkbox-field input[type="checkbox"] + span::before{
  		margin:-4px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:18px;
    	height:18px;
    	border:1px solid #dadada;
    	background:#fff;
    	vertical-align:middle;
	}
	
	.mwform-checkbox-field input[type="checkbox"]:checked + span::before{
  		margin:-4px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:18px;
    	height:18px;
    	border:1px solid #dadada;
    	background:url("/images/common/check_green.svg"),#fff;
		background-repeat: no-repeat;
		background-size: 75%;
		background-position: center center;
    	vertical-align:middle;
	}

	textarea{
		padding:1em;
		font-size: 1.4rem;
		font-weight: 400;
		width:100%;
		line-height: 1.6em;
		background:#fff;
		box-sizing: border-box;
		min-height:200px;
		border-radius: 20px;
		border:none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		color:#000;
	}
	
	.mw_wp_form .cbtnbox{
		padding:20px 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		flex-direction: column;
	}
	
	.mw_wp_form .cbtnbox .btnbox{
		width:220px;
		height:50px;
		overflow: hidden;
		position: relative;
	}
	
	input[type="submit"].btn01{
		width:220px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:2px solid #009691;
		background:none;
		color:#009691;
		position: relative;
		transition: all 0.3s;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		cursor: pointer;
	}

	input[type="submit"].btn01:hover{
		background:#009691;
		color:#fff;
	}
	
	input[type="submit"].btn02{
		background:none;
		width:auto;
		height:auto;
		padding:0 0;
		border:none;
		margin:40px 0 0 0;
		color:#000;
		font-size:1.6rem;
		letter-spacing: 0em;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position:relative;
		z-index:2;
		-webkit-appearance: none;
		transition: all 0.3s;
		order:1;
		border-radius: 0;
	}
	
	input[type="submit"].btn02:hover{
		opacity:0.7;
	}

/*faq*/
.faq_container{
	margin-top:40px;
}
dl.faq_cont{
	border-radius: 20px;
	background:#f5f5f0;
	margin-top: 20px;
	overflow: hidden;
	padding:40px;
}

dl.faq_cont dt{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	position: relative;
}

dl.faq_cont dt::after{
	content: "";
	display: inline-block;
 	width: 15px;
  	height: 15px;
  	margin: 0;
  	border-bottom: 2px solid #009691;
  	border-right: 2px solid #009691;
  	transform: rotate(45deg);
	position: absolute;
	top:2em;
	right:7px;
	transform-origin: center;
}

dl.faq_cont dt.active::after{
	top:3.5em;
	transform: rotate(225deg);
}

dl.faq_cont dt span{
	width:80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 4.5rem;
	letter-spacing: 0.05em;
	color:#009691;
	font-weight: 500;
	line-height: 1.3em;
	border-right: 1px solid #dadada;
}

dl.faq_cont dt p{
	font-size: 2.4rem;
	color:#009691;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.875em;
	width:calc(100% - 80px);
	padding:0 60px 0 40px;
}

dl.faq_cont dd{
	margin-top:0;
	border-radius: 10px;
	padding:0;
	background:#fff;
	display: grid;
    transition: all 0.5s;
    grid-template-rows: 0fr;
	overflow: hidden;
}

dl.faq_cont dd.active{
	margin-top:30px;
	grid-template-rows: 1fr;
}

dl.faq_cont dd .inbox{
	display: flex;
}

dl.faq_cont dd .inbox > span{
	width:60px;
	height: 60px;
	padding:20px 0 0 20px;
	display: flex;
	background:#fff;
	border-radius: 50%;
	justify-content: flex-start;
	align-items: center;
	font-size: 4.5rem;
	font-weight: 500;
	color:#009691;
	line-height: 1.875em;
}

dl.faq_cont dd .inbox .txbox{
	width:calc(100% - 60px);
	padding:20px;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox{
	display: flex;
	margin-bottom: 0.75em;
	justify-content: space-between;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox ul{
	width:calc(100% - 60px - 10px);
}

dl.faq_cont dd .inbox .txbox .rei_flexbox ul li{
	margin-top:0;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox span{
	width:60px;
	margin-top:0.2em;
	font-size: 1.6rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox span svg{
	position: absolute;
	z-index: 1;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox span::after{
	content: "例";
	position: relative;
	z-index: 2;
	color:#009691;
	padding-right: 0.5em;
}

dl.faq_cont dd .inbox .txbox .btnbox{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

dl.faq_cont dd .inbox .txbox .btnbox a{
	width: 350px !important;
	margin-top:15px;
	margin-right: 20px;
	margin-bottom: 0;
}

@media screen and (max-width:750px) {
.contact_cont{
	width:90%;
	max-width: 1065px;
	margin:0 auto 70px;
}

.contact_cont.mb0{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}

.mw_wp_form_input .open-area{display: none;}
.mw_wp_form_input .open-area2{display: none;}

input.none{
	pointer-events: none;
	background:none !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
	.input_caption{
		font-size: 1.2rem;
		line-height:1.7em;
		letter-spacing: 0.05em;
		text-indent: -1em;
		padding-left: 1em;
		margin-top:0.2em;
		font-weight: 400;
	}

	.address{
		margin-right: 0;
	}
	
	.form_contbox{
		padding: 20px 20px;
		border-radius: 15px;
		background:#f5f5f0;
	}
	
	.form_contbox .g_dot_list .common_tx{
		font-size: 1.4rem;
	}

	.form_contbox.topradius_none{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.form_contbox table{
		width:100%;
		margin:40px 0 0 0;
		border-collapse: collapse;
	}
	
	.form_contbox table tr td{
		padding:0 0 20px 0;
		border:none;
		border-left:none;
		border-right:none;
		line-height:1.8em;
		font-size:1.4rem;
		font-weight: 600;
		position:relative;
		box-sizing: border-box;
		letter-spacing: 0.05em;
		vertical-align: top;
		display: block;
	}
	
	.form_contbox table tr td:first-child{
		font-size: 1.4rem;
		text-align: left;
		width:100%;
		padding-right: 0;
		color:#00a199;
		padding:0 0 10px 0;
	}	
	
	.form_contbox table tr td.pbox{
		padding:0 0 10px 0;
		width:100%;
		vertical-align:top;
		line-height:1.8em;
		box-sizing: border-box;
		text-align: left;
	}

	.form_contbox table tr td.pbox2{
		padding:0 0 10px 0;
		width:100%;
		vertical-align:top;
		line-height:1.8em;
		box-sizing: border-box;
		text-align: left;
	}
	
	.form_contbox table tr td .caption{
		font-size: 1.6rem;
		display: block;
	}
	
	.mw_wp_form_input .confirmtx{
		display: none;
	}

	.mw_wp_form_preview .inputtx{
		display: none;
	}

	.mw_wp_form_preview table tr td{
		line-height:1.8em;
		font-weight: 400;
	}
	
	.mw_wp_form_preview table tr td:first-child{
		padding:0 0 10px 0;
		width:100%;
		vertical-align:middle;
		line-height:1.8em;
		box-sizing: border-box;
		font-weight: 600;
	}

	.mw_wp_form_preview .year:has(input[value=""]) + p{
		display: none;
	}

	.mw_wp_form_preview .addressbox:has(input[value=""]){
		display: none;
	}
	
	.form_contbox table tr td span.check{
		color:#cc0000;
		display:inline-block;
		font-size:1em;
		line-height:1em;
		border-radius: 9999px;
		margin:0 0 0 5px;
		font-weight: 400;
	}
	
	.mw_wp_form_preview table tr td span.check{
		display: none;
	}

	span.error{
		margin:10px 0 0 0;
		display:block;
		width:100%;
	}
	
	input[type="text"],input[type="email"],input[type="button"] {
  		margin: 0;
 		padding: 0;
  		background: #eaeaea;
  		border: none;
  		border-radius: 0;
  		outline: none;
  		-webkit-appearance: none;
  		-moz-appearance: none;
  		appearance: none;
		box-shadow: none;
	}
	
	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}
	
	input[type="text"],input[type="email"]{
		padding:14px 15px;
		width:100%;
		box-sizing: border-box;
		font-size:1.4rem;
		letter-spacing: 0.05em;
		background:#fff;
		border:none;
		border-radius: 10px;
		font-weight: 400;
	}
	
	.year_inputbox{
		margin:0 0 0 0;
		display:flex;
		align-items: center;
	}

	.year_inputbox .year{
		margin-right: 1em;
	}

	.year_inputbox .tx{
		margin-right: 1em;
		font-weight: 400;
	}

	.addressbox{
		margin:0 0 20px 0;
		display:flex;
		align-items: flex-start;
	}
	
	.mw_wp_form_preview .addressbox{
		display: inline;
	}

	.mw_wp_form_preview .input_caption{
		display: none;
	}
	
	.addressbox .tx{
		font-size: 1.4rem;
		width:80px;
		line-height: 1.5em;
		padding:1.15em 0 0 0;
	}
	
	.addressbox:first-child .tx{
		padding:1.15em 0 0 0;
	}
	
	.mw_wp_form_preview .addressbox .tx{
		display: none;
	}
	
	.addressbox .tx p.caption{
		font-size: 1rem;
	}
	
	.addressbox .address_inputbox{
		width:calc(100% - 80px);
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.mw_wp_form_preview .addressbox .address_inputbox{
		width:auto;
		display: inline;
	}
	
	.mw_wp_form_preview .addressbox:first-child{
		margin:0 0 0 0;
	}
	
	.mw_wp_form_preview .addressbox:first-child::before{
		content: "〒";
		display: inline;
	}
	
	.addressbox:last-child{
		margin:0 0 0 0;
	}
	
	::-webkit-input-placeholder {
  	color: #cccccc;
	}
	::-moz-placeholder {
  	color: #cccccc; opacity: 1;
	}
	:-ms-input-placeholder {
  	color: #cccccc;
	}

	.box_w180{
		max-width: 100%;
	}
	
	.box_w90{
		max-width: 90px;
	}
	
	.mw_wp_form_preview .box_w180,
	.mw_wp_form_preview .box_w90{
		display: inline;
		max-width:auto;
	}
	
	select{
		margin:0 0 0 0;
		width: 100%;
		padding: 20px 35px 20px 15px;
		outline: none;
		letter-spacing: 0em;
		font-size:1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		display: inline-block;
		background: url(/images/common/down_arrow.svg) no-repeat ,#fff;
		background-size:10px;
		background-position: right 15px top 50%;
		box-sizing: border-box;
		color:#000;
		border:none;
		border-radius: 10px;
		font-weight: 400;
	}
	
	.mwform-checkbox-field{width:auto; display:inline-block; margin:0 0 0 0;}
	
	.mw_wp_form .horizontal-item{margin:1em 1em 10px 0 !important; display:inline-block; line-height:1; min-width:10%;}
	.mw_wp_form .w100 .horizontal-item{margin:0 1em 10px 0 !important; display:inline-block; line-height:1; min-width:100%;}
	
	.mwform-radio-field input[type="radio"]{
		display: none;
	}
	.mwform-radio-field input[type="radio"] + span{
  		position: relative;
  		font-weight: normal;
  		margin:0 0 0 0 !important;
  		display: inline-block;
  		padding-left: 1.8em;
  		line-height: 1.6em;
	}
	.mwform-radio-field input[type="radio"] + span::before{
  		margin:-4px 10px 0 0;
  		content: " ";
  		display: inline-block;
  		width:18px;
    	height:18px;
    	border:1px solid #dadada;
  		background:none;
  		vertical-align: middle;
  		border-radius:50%;
  		position: absolute;
  		left: 0;
  		top: 0.5em;
	}
	.mwform-radio-field input[type="radio"]:checked + span::before{
  		margin:-4px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:18px;
    	height:18px;
    	border:1px solid #dadada;
    	background:url("/images/common/check_icon.svg");
		background-repeat: no-repeat;
		background-size: 75%;
		background-position: center center;
    	vertical-align:middle;
	}
	
	.check_flex{
		display: flex;
		width:100%;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.mwform-checkbox-field input[type="checkbox"]{
		display: none;
	}
	.mwform-checkbox-field input[type="checkbox"] + span{
  		position:relative;
		font-weight: normal;
		display: inline-block;
		margin:0 0;
	}
	
	.mwform-checkbox-field input[type="checkbox"] + span::before{
  		margin:-4px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:18px;
    	height:18px;
    	border:1px solid #dadada;
    	background:#fff;
    	vertical-align:middle;
	}
	
	.mwform-checkbox-field input[type="checkbox"]:checked + span::before{
  		margin:-4px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:18px;
    	height:18px;
    	border:1px solid #dadada;
    	background:url("/images/common/check_green.svg"),#fff;
		background-repeat: no-repeat;
		background-size: 75%;
		background-position: center center;
    	vertical-align:middle;
	}

	textarea{
		padding:1em;
		font-size: 1.4rem;
		font-weight: 400;
		width:100%;
		line-height: 1.6em;
		background:#fff;
		box-sizing: border-box;
		min-height:200px;
		border-radius: 10px;
		border:none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		color:#000;
	}
	
	.mw_wp_form .cbtnbox{
		padding:0 0 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		flex-direction: column;
	}
	
	.mw_wp_form .cbtnbox .btnbox{
		width:220px;
		height:50px;
		overflow: hidden;
		position: relative;
	}
	
	input[type="submit"].btn01{
		width:220px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9999px;
		border:2px solid #009691;
		background:none;
		color:#009691;
		position: relative;
		transition: all 0.3s;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		cursor: pointer;
	}

	input[type="submit"].btn01:hover{
		background:#009691;
		color:#fff;
	}
	
	input[type="submit"].btn02{
		background:none;
		width:auto;
		height:auto;
		padding:0 0;
		border:none;
		margin:40px 0 0 0;
		color:#000;
		font-size:1.6rem;
		letter-spacing: 0em;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position:relative;
		z-index:2;
		-webkit-appearance: none;
		transition: all 0.3s;
		order:1;
		border-radius: 0;
	}
	
	input[type="submit"].btn02:hover{
		opacity:0.7;
	}

/*faq*/
.faq_container{
	margin-top:40px;
}
dl.faq_cont{
	border-radius: 15px;
	background:#f5f5f0;
	margin-top: 20px;
	overflow: hidden;
	padding:20px;
}

dl.faq_cont dt{
	display: flex;
	align-items: stretch;
	margin-bottom: 0;
	position: relative;
}

dl.faq_cont dt::after{
	content: "";
	display: inline-block;
 	width: 8px;
  	height: 8px;
  	margin: 0;
  	border-bottom: 2px solid #009691;
  	border-right: 2px solid #009691;
  	transform: rotate(45deg);
	position: absolute;
	top:calc(50% - 0.5em);
	right:7px;
	transform-origin: center;
}

dl.faq_cont dt.active::after{
	top:3.5em;
	transform: rotate(225deg);
}

dl.faq_cont dt span{
	width:50px;
	display: flex;
	justify-content: flex-start;
	align-items:center;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	color:#009691;
	font-weight: 500;
	line-height: 1.3em;
	border-right: 1px solid #dadada;
}

dl.faq_cont dt p{
	font-size: 1.8rem;
	color:#009691;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.875em;
	width:calc(100% - 30px);
	padding:0 30px 0 20px;
}

dl.faq_cont dd{
	margin-top:0;
	border-radius: 10px;
	padding:0;
	background:#fff;
	display: grid;
    transition: all 0.5s;
    grid-template-rows: 0fr;
	overflow: hidden;
}

dl.faq_cont dd.active{
	margin-top:30px;
	grid-template-rows: 1fr;
}

dl.faq_cont dd .inbox{
	display: flex;
}

dl.faq_cont dd .inbox > span{
	width:40px;
	height: 40px;
	padding:20px 0 0 20px;
	display: flex;
	background:#fff;
	border-radius: 50%;
	justify-content: flex-start;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
	color:#009691;
	line-height: 1.875em;
}

dl.faq_cont dd .inbox .txbox{
	width:calc(100% - 40px);
	padding:20px;
}
	
dl.faq_cont dd .inbox .txbox .common_tx{
	font-size: 1.6rem;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox{
	display: flex;
	margin-bottom: 0.75em;
	justify-content: space-between;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox ul{
	width:calc(100% - 60px - 10px);
}

dl.faq_cont dd .inbox .txbox .rei_flexbox ul li{
	margin-top:0;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox span{
	width:60px;
	margin-top:0.2em;
	font-size: 1.6rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox span svg{
	position: absolute;
	z-index: 1;
}

dl.faq_cont dd .inbox .txbox .rei_flexbox span::after{
	content: "例";
	position: relative;
	z-index: 2;
	color:#009691;
	padding-right: 0.5em;
}

dl.faq_cont dd .inbox .txbox .btnbox{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

dl.faq_cont dd .inbox .txbox .btnbox a{
	width: 350px !important;
	margin-top:15px;
	margin-right: 20px;
	margin-bottom: 0;
}
}