@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	background-color: #fff;
	background-image: url(../img/special/waterproof_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:767px) {
	.contents01{
		background-image: url(../img/special/waterproof_bg_sp.jpg);
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: 267px;
	text-align: center;
	margin: 0 auto 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		height: 200px;
	}
}
.contents01 .contents01_01 h2{
	width: 180px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2{
		width: 160px;
	}
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0 0 0 80px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 img{
		margin: 0 0 0 70px;
	}
}

/*contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	text-align: center;
}
.contents02_01{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 122px 0 0;
}
@media only screen and (max-width:767px) {
	.contents02_01{
		width: 90%;
		padding-top: 50px;
	}
}
/*レイアウト共通*/
.contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01{
		display: block;
	}
}
/*1カラム(中見出し)*/
.contents02_01 .contents02_01_01 h3{
	width: 100%;
	height: auto;
	font-size: 29px;
	line-height: 39px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 h3{
		font-size: 22px;
		line-height: 32px;
	}
}
/*1カラム(小見出し)*/
.contents02_01 .contents02_01_01 h4{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 h4{
		font-size: 17px;
		line-height: 27px;
	}
}
/*1カラム(本文)*/
.contents02_01 .contents02_01_01 p{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
/*1カラム(画像)*/
.contents02_01 .contents02_01_01 img{
	width: 100%;
	height: 344px;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;';/*IE対策*/
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 img{
		height: auto;
	}
}
/*2カラム(左画像・右テキスト)*/
.contents02_01 .contents02_01_01-1 img{
	width: 471px;
	height: 293px;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;';/*IE対策*/
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-1 img{
		width: 100%;
		height: auto;
		margin: 0 0 25px;
	}
}
.contents02_01 .contents02_01_01-1 .contents02_01_01-1_01{
	flex: 1;
	height: auto;
	text-align: left;
	margin-left: 45px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-1 .contents02_01_01-1_01{
		width: 100%;
		margin-left: 0;
		display: block;
	}
}
.contents02_01 .contents02_01_01-1 .contents02_01_01-1_01 h4{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-1 .contents02_01_01-1_01 h4{
		font-size: 17px;
		line-height: 27px;
	}
}
.contents02_01 .contents02_01_01-1 .contents02_01_01-1_01 p{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
/*2カラム(左テキスト・右画像)*/
.contents02_01 .contents02_01_01-2{
	flex-direction: row-reverse;
}
.contents02_01 .contents02_01_01-2 img{
	width: 471px;
	height: 293px;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;';/*IE対策*/
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-2 img{
		width: 100%;
		height: auto;
		margin: 0 0 25px;
	}
}
.contents02_01 .contents02_01_01-2 .contents02_01_01-2_01{
	flex: 1;
	height: auto;
	text-align: left;
	margin-right: 45px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-2 .contents02_01_01-2_01{
		width: 100%;
		margin-right: 0;
		display: block;
	}
}
.contents02_01 .contents02_01_01-2 .contents02_01_01-2_01 h4{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-2 .contents02_01_01-2_01 h4{
		font-size: 17px;
		line-height: 27px;
	}
}
.contents02_01 .contents02_01_01-2 .contents02_01_01-2_01 p{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
/*2カラム(左画像・右画像)*/
.contents02_01 .contents02_01_01-3 img{
	width: 471px;
	height: 293px;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;';/*IE対策*/
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01-3 img{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.contents02_01 .contents02_01_01-3 img:nth-of-type(2){
		margin-top: 20px;
	}
}
/*contents02ここまで*/



.inc_guide .inc_guide_01{
	padding-top: 105px;
}








