@charset "utf-8";
.contents {
	padding: 80px 0;
}
.contents p {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: -0.055em;
}

.kaigyou{
	display: block;
	padding-top: 16px;
}

.bold{
	font-weight: bold;
}

.kome-text{
	font-size: 14px;
}

.contents h3 {
	position: relative;
	font-size: 30px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
	text-align: center;
	margin-bottom: 60px;
}
.contents h3::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 25px);
	width: 50px;
	height: 6px;
	border-radius: 2px;
	background-color: #c2e5d5;
	margin: auto;
}
@media (max-width:767px) {
	.contents h3 {
		font-size: 24px;
	}
}

@media (max-width:575px) {
.contents p {
    font-size: 14px;
    line-height: 1.8em;
}
}



.contents01-faq-wrapper {
	/* empty */
}
.contents01-faq-list {
	/* empty */
}
.contents01-faq-list li {
	margin-bottom: 20px;
}
.contents01-faq-list li:last-child {
	margin-bottom: 0;
}
.contents01-faq-question {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
	position: relative;
	padding: 15px 45px 15px 40px;
	-webkit-transition: background-color 250ms;
					transition: background-color 250ms;
	color: #fff;
	font-size: 24px;
	background-color: #096349;
	position: relative;
}
.contents01-faq-question::before {
	font-size: 24px;
	line-height: 1;
	margin-right: 10px;
	content: 'Q';
	margin-top: 7px;
	color: #fff;
	position: absolute;
	left: 15px;
}
.contents01-faq-question::after {
	font-family: 'fontello';
	line-height: 1;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto 0;
	content: '\e84a';
	-webkit-transition: -webkit-transform 500ms;
					transition:				 transform 500ms;
	text-align: center;
	color: #096349;
	background-color: #ffffff;
}
.contents01-faq-question[aria-expanded='true']::after {
	content: '\e842';
	-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
					transform: rotate(180deg);
}



.contents01-faq-question-2 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
	position: relative;
	padding: 15px 45px 15px 40px;
	-webkit-transition: background-color 250ms;
					transition: background-color 250ms;
	color: #fff;
	font-size: 24px;
	background-color: #36ab89;
	position: relative;
}
.contents01-faq-question-2::before {
	font-size: 24px;
	line-height: 1;
	margin-right: 10px;
	content: 'Q';
	margin-top: 7px;
	color: #fff;
	position: absolute;
	left: 15px;
}
.contents01-faq-question-2::after {
	font-family: 'fontello';
	line-height: 1;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto 0;
	content: '\e84a';
	-webkit-transition: -webkit-transform 500ms;
					transition:				 transform 500ms;
	text-align: center;
	color: #36ab89;
	background-color: #ffffff;
}
.contents01-faq-question-2[aria-expanded='true']::after {
	content: '\e842';
	-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
					transform: rotate(180deg);
}




/* media query */
@media (max-width: 767px) {
	.contents01-faq-question {
		font-size: 18px;
	}
	.contents01-faq-question-2 {
		font-size: 18px;
	}
	.contents01-faq-question::before {
		margin-top: 2px;
	}
	.contents01-faq-question-2::before {
		margin-top: 2px;
	}

}
@media (max-width: 575px) {
	.contents01-faq-question {
		font-size: 16px;
	}
	.contents01-faq-question-2 {
		font-size: 16px;
	}
	.contents01-faq-subanswer::before {
		margin-top: 1px;
	}
	.contents01-faq-subanswer::before {
		margin-top: 1px;
	}

}

/* subfaq */
/*--------------------------------------------------*/
.contents01-faq-subwrapper {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #151515;
	position: relative;
}
.contents01-faq-subwrapper p {
	color: #111;
	position: relative;
	padding-left: 30px
}
.contents01-faq-subanswer::before {
	font-size: 24px;
	line-height: 1;
	margin-right: 5px;
	content: 'A';
	color: #ff8f4e;
	position: absolute;
	left: 0;
	margin-top: 5px;
}


/*こちらをクリックボタン*/



.faq-link {
    background-color: #36ab89;
    border: 1px solid #36ab89;
    -webkit-transition: ease .4s;
    transition: ease .4s;
}


.faq-link:hover {
	color: #36ab89;
	background-color: #fff;
	-webkit-transition: ease .4s;
	transition: ease .4s;
}

.faq-button{
    margin-top: -37px;
    z-index: 999999;
    position: absolute;
    right: 13px;
}

.faq-button a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 160px;
    border-radius: 5px;
    padding: 8px 15px;
}