@charset "UTF-8";
#guide-01{
	padding:100px 0 40px;
	background: url(../img/back-001.svg) no-repeat center 280px;
}
#guide-01-txt{width: 58%;position: relative;z-index: 555;}
#guide-01-img{margin-top: -150px;text-align: right;position: relative;z-index: 444;}
#guide-01-img img{width: 54%;}
@media (max-width: 960px) {
	#guide-01{background-size: contain;}
	#guide-01-img{margin-top: -120px;}
}
@media (max-width: 768px) {
	#guide-01-txt{width: 100%;margin-bottom: 15px;}
	#guide-01-img{margin-top: 0px;}
	#guide-01-img img{width: 100%;}
}

#guide-02{padding: 60px 0;}
#guide-slider{position: relative;overflow: hidden;}
#guide-slider ul li{width: 33.3333333333%;padding: 0 10px;}
#guide-slider ul li img{width: 100%;}
.sp-mask{overflow: visible!important;}
#guide-slider ul li{width: 33.3333333333%;float: left;padding: 0 10px;}
#guide-slider .sp-arrow {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 4px solid;
	border-color: #E9528E;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#guide-slider .sp-arrow:hover{opacity: 0.6;}
#guide-slider .sp-next-arrow::before{
	display: block;
	content: "";
	position: absolute;
	right: 12px;
	top: 10px;
	width: 11px;
	height: 11px;
	border-top: 4px solid #E9528E;
	border-right: 4px solid #E9528E;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#guide-slider .sp-next-arrow:after{display: none;}
#guide-slider .sp-previous-arrow::before{
	display: block;
	content: "";
	position: absolute;
	left: 12px;
	top: 10px;
	width: 11px;
	height: 11px;
	border-bottom: 4px solid #E9528E;
	border-left: 4px solid #E9528E;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#guide-slider .sp-previous-arrow:after{display: none;}
#guide-slider .sp-previous-arrow {left: 2%;}
#guide-slider .sp-next-arrow {right: 2%;}

#guide-03{margin: 0;position: relative;padding: 60px 0 80px;}
#guide-03::before,#guide-03::after{
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	margin:0;
}
#guide-03::before{
	top: -2px;
	padding-top: 5%;
	background: url(../img/y-before.svg) no-repeat center top;
	background-size: 104%;
}
#guide-03::after{
	bottom: -1px;
	padding-top: 3.9%;
	background: url(../img/b-after.svg) no-repeat center bottom;
	background-size: 107%;
}
.g-03-c{margin-bottom: 30px;}
#guide-03 h3{
	color: #008D3F;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 2px solid #D8E698;
	font-weight: bold;
}
#teikei,#chiki {
	padding: 30px 74px;
	background-color: #FFFDF1;
	border: 6px solid #D8E698;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 30px;
}
#teikei h3,#chiki h3{text-align: center;border: none;padding: 0;margin-bottom: 15px;}
.g-03-c dt{font-weight: bold;margin-bottom: 3px;}
.g-03-c dd{padding-left: 1em;margin-bottom: 15px;}
.g-03-c table {width: 100%;}
.g-03-c th,.g-03-c td{
	padding: 15px;
	vertical-align: top;
}
.g-03-c tr:nth-child(odd){background-color: #FFF9D9;}
.g-03-c tr:nth-child(even){background-color: #FFFDF1;}
.g-03-c th{font-weight: bold;border-right: 2px solid #fff;width: 240px;}
@media (max-width: 768px) {
	#teikei,#chiki {padding: 30px 15px;}
	.g-03-c th,.g-03-c td{display: block;width: 100%;border: none;}
	.g-03-c th{padding-bottom: 0;}
}

#faq{margin: 0;position: relative;padding: 60px 0;}
#faq h3{
	color: #E9528E;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 2px solid #F7D5A1;
	font-weight: bold;
}
#faq dt{
	background: url(../img/Q.svg) no-repeat left top;
	padding: 8px 0 8px 55px;
	color: #E9528E;
	font-weight: bold;
	margin-bottom: 10px;
}
#faq dd{
	background: url(../img/A.svg) no-repeat left top;
	padding: 8px 0 8px 55px;
	margin-bottom: 30px;
}