@charset "utf-8";

/*==========================================
 FAQ用 CSS
===========================================*/
.banaArea {
	width: 100%;
	padding: 40px 0 0;
	text-align: center;
}
.banaArea img {
	width: 500px;
	height: auto;
}
#faqArea ul {
	padding: 5px 10px 15px 10px;
	width: 944px;
	border: solid 1px #E5E5E5;
	background: #FAFAFA;
}
#faqArea ul li {
	padding: 13px 0 0 0;
}
#faqArea ul li a {
	color: #0C102C;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.banaArea img {
		width: 100%;
		height: auto;
	}
	#faqArea ul {
		width: 100%;
		box-sizing: border-box;
	}
	#faqArea ul li {
		padding: 13px 0 0 0;
	}
	#faqArea ul li a {
		line-height: 1.4;
	}
}


#guideArea .guideBox01 {
	min-height: 250px;
	margin: 10px 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#guideArea .guideBox01.last {
	border-bottom: none;
}
#guideArea .guideBox01 .column_L {
	width: 540px;
}
#guideArea .guideBox01 .column_L h5 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	color: #0C102D;
	line-height: 1.4;
	border-bottom: none;
}
#guideArea .guideBox01 .column_L h5::before {
	position: absolute;
	left: 5px;
	top: 2px;
	width: 27px;
	height: 27px;
	background-size: cover;
	content: "";
}
#guideArea .guideBox01 .column_L h5.icon01::before {
	background-image: url("../img/guide_icon01.svg");
}
#guideArea .guideBox01 .column_L h5.icon02::before {
	background-image: url("../img/guide_icon02.svg");
}
#guideArea .guideBox01 .column_L h5.icon03::before {
	background-image: url("../img/guide_icon03.svg");
}
#guideArea .guideBox01 .column_L h5.icon04::before {
	background-image: url("../img/guide_icon04.svg");
}
#guideArea .guideBox01 .column_L h5.icon05::before {
	background-image: url("../img/guide_icon05.svg");
}
#guideArea .guideBox01 .column_L p {
	margin: 0 0 0 40px;
	color: #0C102D;
	line-height: 1.6;
}
#guideArea .guideBox01 .column_R {
	width: 350px;
}
#guideArea .guideBox01 .column_R img {
	width: 100%;
	height: auto;
	margin: 0 !important;
}
@media only screen and (max-width: 767px) {
	#guideArea .guideBox01 {
		min-height: 200px;
	}
	#guideArea .guideBox01 .column_L {
		width: 100%;
		order: 2;
	}
	#guideArea .guideBox01 .column_L h5 {
		padding: 0 0 0 40px;
		font-size: 18px;
	}
	#guideArea .guideBox01 .column_L h5::before {
		left: 0;
		top: 0px;
	}
	#guideArea .guideBox01 .column_L p {
		margin: 0 0 0 40px;
		color: #0C102D;
		line-height: 1.6;
	}
	#guideArea .guideBox01 .column_R {
		width: 100%;
		padding: 0 0 20px;
		order: 1;
	}
}

#guideArea .guideBox02 {
	margin: 10px 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#guideArea .guideBox02 .column_L {
	width: 350px;
}
#guideArea .guideBox02 .column_L img {
	width: 100%;
	height: auto;
	margin: 0 !important;
}
#guideArea .guideBox02 .column_R {
	width: 590px;
}
#guideArea .guideBox02 .column_R h5 {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	color: #0C102D;
	line-height: 1.4;
	border-bottom: none;
}
#guideArea .guideBox02 .column_R h5 br {
	display: block;
}
@media only screen and (max-width: 767px) {
	#guideArea .guideBox02 .column_L {
		width: 100%;
		padding: 0 0 20px;
	}
	#guideArea .guideBox02 .column_R {
		width: 100%;
	}
	#guideArea .guideBox02 .column_R h5 {
		font-size: 18px;
	}
	#guideArea .guideBox02 .column_R h5 br {
		display: none;
	}
}

#guideArea .guideBox03 {
	margin: 10px 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#guideArea .guideBox03 p {
	margin: 0 0 0 40px;
	font-weight: bold;
	color: #0C102D;
	line-height: 1.6;
}
#guideArea .guideBox03 p span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	#guideArea .guideBox03 p {
		margin: 0;
	}
	#guideArea .guideBox03 p span {
		display: block;
		padding: 0;
	}
}

#guideArea .guidePdf {
	width: 300px;
	margin: 0 auto;
	padding: 50px 0;
}
#guideArea .guidePdf img {
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
	box-sizing: border-box;
}