:root {
	--bg-color: #F7F7F7;
	--bg-green: #005945;
	--txt-green: #1C4937;
}

body{
	background-color: #fff !important;
	
}

.font-ryumin{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}

/* layout */
.page__wrapper{
	width: 100%;
	max-width: 1070px;
	padding: 0 20px;
	margin: 40px auto 0;
}

.page__wrapper__820{
	width: 100%;
	max-width: 860px;
	padding: 0 20px;
	margin: auto;	
}
@media screen and (max-width: 430px){
	.page__wrapper__820{
		padding: 0;
	}
}
.page__lead{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 60px;
	text-align: left;
}
.page__lead.oneLine{
	margin-bottom: 30px;
}
.page__lead a{
	text-decoration: underline;
}
.page--h3{
	background-color: var(--bg-color);
	color: #000;
	font-size: 24px;
	padding: 15px 50px;
	line-height: 1;
	text-align: left;
	margin-bottom: 25px;
}

.page--h3.center{
	text-align: center;
}
.page-mb-15{
	margin-bottom: 15px;
}
.page-mb-25{
	margin-bottom: 25px;
}
.page-mb-40{
	margin-bottom: 40px;
}
@media screen and (max-width: 830px){
	.page--h3{
		font-size: 18px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.page__lead{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.page__lead.oneLine{
		margin-bottom: 25px;
	}
	.tb_hide{
		display: none !important;
	}
}

.page--h3__step span:first-child{
	color: #D84673;
	padding-right: 35px;
	position: relative;
	font-size: 20px;
}
.page--h3__step span:first-child::after{
	content: "";
	height: 28px;
	width: 0.5px;
	background-color: #505050;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page--h3__step span+span{
	padding-left: 15px;
}
@media screen and (max-width: 830px){
	.page--h3.page--h3__step{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page--h3__step span:first-child{
		padding-right: 20px;
		font-size: 16px;
	}
	.page--h3__step span:first-child::after{
		height: 26px;
	}
	.page--h3__step span+span{
		padding-left: 5px;
	}
}


@media screen and (min-width: 1021px){
	.fullWrapper{
		padding-left: 80px;
		padding-right: 80px;
	}
}


@media screen and (max-width: 1020px) and (min-width: 831px) {
	.fullWrapper{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 831px){
	.pc_hide{
		display: none !important;
	}
}
@media screen and (max-width: 830px){
	
	.fullWrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 431px){
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width: 430px){
	.sp_hide{
		display: none !important;
	}
}
/* text style */
.page--text{
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 830px){
	.page--text{
		font-size: 14px;
	}
}
.textAlign--left{
	text-align: left;
}
.text--inlineLink{
	color: #000;
	transition: all 0.6s ease;
	text-decoration: none;
}
.text--inlineLink:hover{
	color: var(--bg-green);
	text-decoration: none;
}

.pageTitle--green{
	background-color: var(--bg-green);
	color: #fff;
	font-size: 28px;
	padding: 15px 50px;
	line-height: 1;
	text-align: left;
	margin-bottom: 25px;
}
@media screen and (max-width: 830px){
	.pageTitle--green{
		font-size: 22px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
.btn--green{
	border: 1px solid var(--txt-green);
	color: var(--txt-green);
	text-align: center;
	max-width: 400px;
	margin-left: 0;
	display: block;
	line-height: 3;
	height: 45px;
	font-size: 14px;
}

.btn--inForm{
	border: 1px solid var(--txt-green);
	text-align: center;
	margin-left: 0;
	margin-bottom: 15px;
	display: block;
	width: 210px;
	padding: 14px 0;
	font-size: 0;
}
.btn--inForm span{
	font-size: 14px;
	color: var(--bg-green);
	line-height: 1;
}

.btn--inForm.mail span::before{
	content: "";
	display: inline-block;
	margin-right: 10px;
	background-image: url(/pages/faq/img/icon_mail.jpg);
	width: 19px;
	height: 15px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
}
.btn--inForm.chat span::before{
	content: "";
	display: inline-block;
	margin-right: 10px;
	background-image: url(/pages/faq/img/icon_chat.jpg);
	width: 19px;
	height: 15px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 430px){
	.btn--inForm{
		width: 100%;
	}
}


a:hover, a:focus{
	text-decoration: none !important;
}


html{
	scroll-behavior: smooth;
}


.stepNav{
	padding: 15px 0;
	border-top: 0.5px solid #505050;
	border-bottom: 0.5px solid #505050;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0;
	margin-bottom: 50px;
}
@media screen and (max-width: 430px){
	.stepNav{
		margin-bottom: 30px;
	}
}
.stepNav__a{
	width: 33.3%;
	text-align: left;
}
.stepNav__num{
	font-size: 16px;
    color: #D84673;
    margin-left: 24px;
    padding-right: 20px;
    position: relative;
    vertical-align: middle;
    line-height: 14px;
    display: inline-block;
}
.stepNav__num:after{
	content: "";
	height: 26px;
	width: 0.5px;
	background-color: #505050;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.stepNav__name{
	vertical-align: middle;
	padding-left: 15px;
	font-size: 16px;
}
.stepNav__name::after{
	content: "";
	width: 10px;
	height: 6px;
	display: inline-block;
	background-image: url(/pages/faq/img/arr_bottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-left: 15px;
}
@media screen and (max-width: 430px){
	.stepNav{
		display: block;
		padding: 20px 0;
	}
	.stepNav__a{
		width: 100%;
		display: block;
		position: relative;
		margin-top: 25px;
	}
	.stepNav__a:first-child{
		margin-top: 0;
	}
	.stepNav__num{
		margin-left: 0;
	}
	.stepNav__name::after{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* FAQ */
.faqNav{
	display: flex;
	gap: 0 15px;
	margin-bottom: 60px;
	justify-content: center;
}
@media screen and (max-width: 430px) {
	.faqNav{
		justify-content: start;
	}
}
.faqNav a{
	background-color: #F7F7F7;
	display: block;
	padding-bottom: 30px;
	width: 16.6%;
	position: relative;
}
.faqNav a:before{
	content: "";
	width: 13px;
	height: 7px;
	background-image: url(/pages/faq/img/arr_bottom.png);
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}
.faqNav a span{
	font-size: 15px;
	line-height: 1.4;
	width: 100%;
    display: block;
    text-align: center;
}
@media screen and (max-width: 1000px) and (min-width: 831px){
	.faqNav a span{
		font-size: 14px;
		display: block;
	}
}
@media screen and (max-width: 830px) and (min-width: 431px){
	.faqNav{
		flex-wrap: wrap;
		gap: 15px;
	}
	.faqNav a{
		width: calc(33.3% - 10px);
	}
}
@media screen and (max-width: 430px) {
	.faqNav{
		flex-wrap: wrap;
		gap: 10px 3%;
	}
	.faqNav a{
		width: 48.5%;
	}
}
.faqNav .faqNav__icon{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 65px;
}

.faq__body{
	border-bottom: 1px solid #DAE5E3;
	margin-bottom: 20px;
}
.faq__body.mostViewed{
	background-color: #ECF2F0;
	margin-bottom: 60px;
}

.faq__body__q{
	position: relative;
	border-top: 1px solid #DAE5E3;
	padding-left: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	display: flex;
	align-items: flex-start;
}
.faq__body__q::before{
	content: "";
	width: 12px;
	height: 6px;
	background-image: url(/pages/faq/img/arr_bottom.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: top;
	position: absolute;
	right: 5px;
	transform: translateY(-50%);
	top: 50%;
	transition: all 0.6s ease;
}
.faq__body__q.act:before{
	transform: rotate(180deg);
}
.faq__body__q .icon{
	width: 28px;
	margin-right: 8px;
}
.faq__body__q p{
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}

.faq__body__a{
	position: relative;
	border-top: 1px solid #DAE5E3;
	padding-left: 4px;
	padding-top: 15px;
	padding-bottom: 40px;
	display: none;
	align-items: flex-start;
}
.faq__body__a .icon{
	width: 28px;
	margin-right: 8px;
}
.faq__body__a p{
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	padding-right: 20px;
}
.faq__body__a a{
	display: block;
	border: #1C4937 solid 1px;
	color: #1C4937;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	max-width: 400px;
	margin-top: 15px;
}
.faq__h4{
	font-size: 16px;
	padding-left: 12px;
	border-left: 6px solid #005945;
	line-height: 28px;
	margin-bottom: 25px;
	text-align: left;
}
.page--faq{
	padding-bottom: 100px;
}
