
h2 {
	display: block;
	width: 300px;
	background: url(../img/lineB.png) center bottom no-repeat;
}


.optionWrap {margin-bottom: 50px;}

.optionWrap dt img {width: 100%;}

.optionWrap dd {position: relative;}

.optionWrap dd span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.optionWrap dd .title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}

.optionWrap dl:first-child {background-color: #ed7000;}
.optionWrap dl:nth-child(2) {background-color: #e8607d;}
.optionWrap dl:nth-child(3) {background-color: #00529c;}
.optionWrap dl:last-child {background-color: #0b9b18;}


.textWrap {margin-bottom: 50px;}

.textWrap dl {margin-bottom: 30px;}

.textWrap dt {
	border-left: 4px solid #00529c;
	color: #00529c;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}


.contactWrap {
	background-color: #efefef;
	padding: 40px 0;
	margin-bottom: 50px;
}

.contactWrap h3 {
	color: #00529c;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.contactWrap p {
	text-align: center;
	margin-bottom: 5px;
}

.contactWrap a {
	display: block;
	text-align: center;
	padding: 7px 10px 7px 30px;
	background-color: #00529c;
	color: #fff;
	width: 200px;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 0 #ffcf01;
	box-shadow: 6px 6px 0 #ffcf01;
	margin: 0 auto;
	position: relative;
}
.contactWrap a:before {
	content: '';
	display: block;
	width: 15px;
	height: 24px;
	background: url(../img/guidance/phone.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 40px;
}


/*	pc	*/
@media screen and (min-width: 813px) {
	
	.optionWrap dl {
		width: 50%;
		align-items: center;
	}
	
	.optionWrap dt {width: 60%;}
	.optionWrap dd {width: 40%;}
	
	.optionWrap dl:nth-child(n+3) dt {order: 2}
	.optionWrap dl:nth-child(n+3) dd {order: 1}
	
	.optionWrap dd p {
		text-align: justify;
		padding: 0 10px;
	}
	
}

/*	sp	*/
@media screen and (max-width: 812px) {
	
	.optionWrap dd {padding: 10px 15px 20px;}
	
}


/*	モバイル縦長	*/
@media screen and (max-width: 812px) and (orientation: portrait) {
	
	.optionWrap dt,
	.optionWrap dd {width: 100%;}
	
	.optionWrap dt img {margin: 0 auto;}
	
}


/*	モバイル横長	*/
@media screen and (max-width: 812px) and (orientation: landscape) {
	
	.optionWrap dl {width: 100%;}
	
	.optionWrap dt {width: 57%;}
	.optionWrap dd {width: 43%;}
	
	.optionWrap dd p {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		padding: 0 15px;
	}
	
	.optionWrap dl:first-child dd p {margin-top: -91px;}
	.optionWrap dl:nth-child(2) dd p {margin-top: -80px;}
	.optionWrap dl:nth-child(3) dd p {margin-top: -91px;}
	.optionWrap dl:last-child dd p {margin-top: -80px;}
	
}

