@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/faq/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/faq/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 850px;
	height: auto;
	padding: 70px 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 100px;
	}
}

.contents01 .contents01_01 h3 {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	font-size: 32px;
	line-height: 56px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		margin: 0 auto 17px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 auto;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}
}









.contents01 .contents01_01 h3{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F4F8F4;
	font-size: 20px;
	line-height: 60px;
	display: block;
	text-align: center;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		font-size: 18px;
		line-height: 60px;
		margin-top: 50px;
	}
}


/*アコーディオンここから*/
.faq_inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.faq_inc02 .faq_inc02_01{
	width: 850px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.faq_inc02 .faq_inc02_01{
		width: 100%;
		max-width: 335px;
		margin: 50px auto 0;
	}
	.faq_inc02 .faq_inc02_01:first-of-type{
		margin-top: 0;
	}
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #E5E5E5;
	display: block;
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	padding: 30px 60px 30px 10px;
	transition: 0.5s;
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4:hover{
	color: #2F9132;
	text-decoration: underline;
	transition: 0.2s;
}
@media only screen and (max-width: 767px) {
	.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4{
		font-size: 15px;
		line-height: 25px;
		padding: 30px 60px 30px 0;
		transition: 0.5s;
	}
}
@media only screen and (max-width: 767px) {
	.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4{
		padding: 30px 60px 30px 0;
	}
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background-color: #000000;
	transition: all .3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4::before{
		right: 10px;
	}
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	background-color: #000000;
	transition: all .2s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4::after{
		right: 10px;
	}
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4.open{
	color: #2F9132;
	text-decoration: underline;
	padding: 30px 60px 20px 10px;
	transition: 0.5s;
}
@media only screen and (max-width: 767px) {
	.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4.open{
		padding-left: 0;
	}
	
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4.open::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 h4.open::after{
	opacity: 0;
}
.contents01 .contents01_01 .faq_inc02_01_01_01_01 p{
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 30px 10px;
}
@media only screen and (max-width: 767px) {
	.faq_inc02 .faq_inc02_01 .faq_inc02_01_01 .faq_inc02_01_01_01_01 p{
		font-size: 14px;
		line-height: 25px;
		padding: 0 0 20px 0;
	}
}
.contents01 .contents01_01 .faq_inc02_01_01_01_01 p .link{
	text-decoration: underline;
	color: #0073BC;
}



/*contents01ここまで*/