@charset "utf-8";

/* ===========================================================================================================================
	setup
=========================================================================================================================== */

/*****************************************
ページ共通
*****************************************/
h3.subpageSecondSection {
	padding-top:15px;
	padding-bottom:18px;
}
/*****************************************
section01
******************************************/

#cleaningSection01 .subpageTwoCol > div:nth-of-type(2) {
	width:40%;
	display:inline-block;
	text-align:center;
	float:left;
	background:url(../img/contents00_bg.png) no-repeat;
	background-size:contain;
	background-position:center;
}

#cleaningSection01 .subpageTwoCol > div:nth-of-type(1) {
	float:right;
	width:60%;
}

.section01 div:nth-of-type(2) p:nth-of-type(1) {
	font-size:1.286em;
	margin:10px 0px;
}

.section01 div:nth-of-type(2) p:nth-of-type(2) {
	font-size:1em;
}

#cleaningSection01 img {
	width:75%;
}

@media screen and (max-width: 979px) {
	section.section01 {
		width:95%;
	}
	
	#cleaningSection01 .subpageTwoCol > div:nth-of-type(2) {
		width:37%;
	}
}

@media screen and (max-width: 767px) {
	#cleaningSection01 .subpageTwoCol > div:nth-of-type(2) {
		display:block;
		float:none;
		width:100%;
	}
	#cleaningSection01 .subpageTwoCol > div:nth-of-type(1) {
		float:none;
		width:100%;
	}
	
	.subpageTwoCol > div:nth-of-type(1), .subpageTwoCol > div:nth-of-type(2) {
		max-width:600px;
	}
	
	#cleaningSection01 img {
		width:55%;
	}
}
/*****************************************
section02
*****************************************/
.section02 {
	width:95%;
}

.section02 > div {
	margin-top:60px;
}

#cleaningSection02 > div:nth-of-type(1),
#cleaningSection02 > div:nth-of-type(2) {
	width:48%;
}

#cleaningSection02 h4 {
	background:#215EB1;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:1.143em;
	height:60px;
	line-height:60px;
}

#cleaningSection02 h4 img {
	margin-top: -8px;
    margin-left: 10px;
}

.cleaning_point div {
	background:#F6F6F6;
	padding:25px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	min-height:318px;
}

.cleaning_point h5 {
	color:#215EB1;
	font-weight:bold;
	font-size:1.714em;
	margin-bottom:25px;
}

.cleaning_point h5 img {
	margin-top: -5px;
    margin-right: 20px;
}

@media screen and (max-width: 979px) {
	.cleaning_point h5 {
		font-size:1.218em;
	}
	
	.cleaning_point div {
		min-height:355px;
	}
}

@media screen and (max-width: 767px) {
	#cleaningSection02 > div:nth-of-type(1), #cleaningSection02 > div:nth-of-type(2) {
		width:100%;
		margin-bottom:30px;
	}
	
	#cleaningSection02 h4 {
		font-size:1.250em;
	}
	
	.cleaning_point div {
		min-height: 285px;
	}
	
	.cleaning_point h5 {
		font-size:1.714em;
	}
}

@media screen and (max-width: 479px) {
	#cleaningSection02 h4 {
		font-size: 1.143em;
		line-height:25px;
		height:60px;
		padding-top:10px;
	}
	
	#cleaningSection02 h4 img {
		width:18%;
	}
	
	.cleaning_point h5 {
		font-size:1.218em;
	}
	
	.cleaning_point h5 img {
		margin-right:10px;
	}
	
	.cleaning_point div {
		padding:15px;
	}

}

/*****************************************
section03
*****************************************/
#cleaningSection03 {
	background:url(../feature/cleaning/img/contents03_bg.png) repeat;
	margin-top:0px;
}

#cleaningSection03Main {
	background-image:url(../feature/cleaning/img/contents03_main_bg02.png), url(../feature/cleaning/img/contents03_main_bg.png);
	background-repeat:repeat-x, repeat-y;
	background-size:auto, contain;
	background-position:bottom, top;
	max-width:1410px;
	width:100%;
	margin:auto;
	padding-bottom:50px;
}

#cleaningUp {
	background-image:url(../feature/cleaning/img/contents03_up_bg.png);
	background-repeat:repeat-x;
	height: 49px;
	width: 100%;
	margin-top:60px;
}

#cleaningSection03Main > div {
	max-width:980px;
	width:95%;
	margin:auto;
	text-align:center;
}

#cleaningSection03IMG {
	float:right;
	padding-left:50px;
	position:relative;
	display:inline-block;
}

#cleaningSection03IMG img {
	border-radius:10px;
}

#cleaningSection03IMG div:nth-of-type(1)::after {
	content: "";
    max-width: 400px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 11px;
    left: 31px;
    border: 2px dotted #215EB1;
}

#cleaningSection03IMG div:nth-of-type(2) {
	text-align:right;
	margin-top:15px;
}

#cleaningSection03TXT {
	text-align:left;
}

#cleaningSection03TXT h4 {
	color:#215EB1;
	font-size:1.286em;
	font-weight:bold;
	margin-bottom:20px;
}

#cleaningSection03TXT p {
	margin-bottom:50px;
}

@media screen and (max-width: 767px) {
	#cleaningSection03Main > div {
		width:95%;
	}
	
	#cleaningSection03IMG {
		float:none;
		padding:0px;
		text-align:center;
	}
	
	#cleaningSection03IMG img {
		display:inline;
		width:368px;
		height:276px;
	}
	
	#cleaningSection03IMG div {
		text-align:center;
	}
	
	#cleaningSection03IMG div:nth-of-type(1)::after {
		width:368px;
		height:276px;
		left:-11px;
	}
	
	#cleaningSection03TXT {
		padding:15px;
	}
}

@media screen and (max-width: 479px) {
	#cleaningSection03Main {
		background-image:none;
	}
	
	#cleaningSection03IMG img {
		width:256px;
		height:192px;
	}
	
	#cleaningSection03IMG div:nth-of-type(1)::after {
		width:256px;
		height:192px;
		left:-11px;
	}
}

/*****************************************
	section04
******************************************/
#cleaningSection04 {
	width:95%;
}

#cleaningSection04 .cleaning_image {
	width:48%;
}

.cleaning_image div:nth-of-type(1) {
	position:relative;
	border-radius:10px;
}

.cleaning_image h5 {
	background-image: url(../feature/cleaning/img/shape_wave_tall.png);
	background-repeat:repeat-x;
	background-position:top;
	background-size:contain;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#FFF;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	height:62px;
	line-height:62px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.cleaning_image p {
	font-size:1em;
	text-align:left;
	margin-top:25px;
}

@media screen and (max-width: 767px) {
	#cleaningSection04 .cleaning_image {
		width:100%;
		max-width:470px
	}
	
	#cleaningSection04 > div {
		width:95%;
	}
	
	.cleaning_image div:nth-of-type(1) {
		margin-left:15px;
		margin-right:15px
	}
	
	.cleaning_image > div {
		margin-bottom:30px;
	}
	
	.cleaning_image h5 {
		font-size:1.357em;
		max-width:470px;
	}
	
	.cleaning_image p {
		padding-left:15px;
		padding-right:15px;
	}
}

@media screen and (max-width: 479px) {
	.cleaning_image h5 {
		font-size:1em;
		height:40px;
		line-height:35px;
	}
}
/*****************************************
section05
******************************************/
#cleaningSection05 {
	width:95%;
}

#cleaningSection05Txt {
	padding:0px 15px;
}

/*****************************************
ShabonLogo
******************************************/
.shabonLogo {
	margin-left: auto;
	margin-right: auto;
	width: 200px!important;
	height: auto;
}
.shabonLogoParent {
	text-align: center;
}
/*****************************************
overTbNone
******************************************/
@media screen and (min-width: 480px) {
	.overTbNone {
		display: none;
	}
}