@charset "UTF-8";


.box-slanted--01{
	background: url("/heat/resource/img/advantage_bg_01.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
}
.box-slanted--02{
	background: url("/heat/resource/img/advantage_bg_02.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
}
.box-slanted--03{
	background: url("/heat/resource/img/advantage_bg_03.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
}
.box-slanted--01 h2,
.box-slanted--02 h2,
.box-slanted--03 h2{
	padding: 155px 0 0;
	text-align: center;
}
	
.hdg-lv2--advantage{
	text-align: center;
	margin: 60px 0 15px; 
}
.wrp-advantage{
	width: 770px;
	margin: 0 auto;
}
.wrp-advantage p{
	padding: 15px 0 0;
	line-height: 24px;
}
.wrp-advantage h3{
	padding: 35px 0 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}
.img-advantage{
	padding: 30px 0 15px;
}
.box-contact--advantage{
	border-top: 1px solid #dddddd;
	margin: 40px 0 0;
}
.box-contact__title{
	margin: 40px 0 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}
.box-contact__button{
	text-align: center;
	margin-bottom: 30px;
}
.box-contact__button .btn{
	width: 370px;
	display: block;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.box-slanted--01{
		background: url("/heat/resource/img/advantage_bg_01.jpg") center no-repeat;
		background-size: auto 200px;
		min-height: 200px;
	}
	.box-slanted--02{
		background: url("/heat/resource/img/advantage_bg_02.jpg") center no-repeat;
		background-size: auto 200px;
		min-height: 200px;
	}
	.box-slanted--03{
		background: url("/heat/resource/img/advantage_bg_03.jpg") center no-repeat;
		background-size: auto 200px;
		min-height: 200px;
	}
	.box-slanted--01 h2,
	.box-slanted--02 h2,
	.box-slanted--03 h2{
		padding: 65px 0 0;
	}
	
	.hdg-lv2--advantage{
		margin: 30px 0 5px; 
	}
	.wrp-advantage{
		width: 100%;
	}
	.wrp-advantage p{
		padding: 5px 0 0;
		font-size: 14px;
		line-height: 18px;
	}
	.wrp-advantage h3{
		padding: 15px 0 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center
	}
	.img-advantage{
		padding: 15px 0 5px;
	}
	.box-contact--advantage{
		border-top: 1px solid #dddddd;
		margin: 20px 0 0;
	}
	.box-contact__title{
		margin: 20px 0 20px;
		font-size: 16px;
	}
	.box-contact__button{
		margin-bottom: 15px;
	}
	.box-contact__button .btn{
		width: 100%;
	}
}