﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    BUILDING CLEANING css
------------------------------------------------------------*/  

#detailHd{
	background-image:url(../img/visual.png);
	background-position:right 50%;
}

#sectionHd{
	width:auto;
	text-align:center;
	color:#333;
	font-size:200%;
	padding:10px;
	margin:50px 0;
	background:#99CCCC;
}

#sectionInfo{
	width:100%;
	text-align:center;
	margin-bottom:60px;
	color:#333;
}

#sectionInfo dt{
	font-size:150%;
	margin-bottom:30px;
}

#sectionInfo dd{
	font-size:134%;
	line-height:1.6;
}

.serviceItem.serviceItem-style2:nth-child(odd) { padding:12px 30px 12px 0;}
.serviceItem.serviceItem-style2:nth-child(even){ padding:12px 0 12px 30px;}

.serviceHd2{
	color:#333;
	font-size:134%;
	font-weight:bold;
}

.serviceTxt2{
	color:#333;
	font-size:117%;
	margin:15px 0;
}

.serviceLink{
	display:inline-block;
	color:#009999;
	font-size:117%;
	word-break:break-all;
}

.serviceBox.serviceBox-last .serviceItem.serviceItem-style2{
	border-bottom:1px solid #ccc;
	position:relative;
	padding-bottom:35px;
}

.serviceBox.serviceBox-last .serviceItem.serviceItem-style2:after{
	display:block;
	content:"";
	width:16px;
	height:23px;
	position:absolute;
	right:-1px;
	bottom:-1px;
	z-index:10;
	background:#fff;
}

#medicalHd{
	width:auto;
	text-align:center;
	padding:10px;
	font-size:200%;
	color:#333;
	margin-top:60px;
	background:#99CCCC;
}

#linkBtn{
	width:100%;
	margin-top:25px;
}

#linkBtn a{
	display:block;
	width:auto;
	text-align:center;
	color:#333;
	font-size:150%;
	padding:10px;
	background:#99CCCC;
}

.headline{
	width:100%;
	margin:50px 0 30px;
	text-align:center;
	position:relative;
}

.headline span{
	display:inline-block;
	vertical-align:middle;
	color:#333;
	font-size:175%;
	padding:0 30px;
	letter-spacing:3px;
	position:relative;
	z-index:10;
	background:#fff;
}

.headline:before{
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:0;
	top:50%;
}

#service5{ padding-top:30px;}

#markTxt{
	width:77.08333333333333%;
	float:left;
}

#mark{
	width:20.83333333333333%;
	float:right;
	padding-top:20px;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

#sectionHd{
	margin:35px 0;
	font-size:175%;
}

#sectionInfo{ margin-bottom:30px;}

#sectionInfo dt{
	font-size:134%;
	margin-bottom:20px;
}

#sectionInfo dd{ font-size:117%;}

.serviceHd2{ font-size:125%;}

.serviceTxt2{
	font-size:109%;
	margin:12px 0;
}

.serviceItem.serviceItem-style2:nth-child(odd) { padding-right:20px;}
.serviceItem.serviceItem-style2:nth-child(even){ padding-left: 20px;}
.serviceBox.serviceBox-last .serviceItem.serviceItem-style2{ padding-bottom:25px;}

#linkBtn{ margin-top:20px;}
#linkBtn a{ font-size:134%;}

#service5{ padding-top:20px;}

.headline{ margin:35px 0 20px;}

.headline span{
	font-size:150%;
	padding:0 20px;
	letter-spacing:2px;
}

#medicalHd{
	margin-top:30px;
	font-size:175%;
}

}


/* SP */
@media screen and (max-width: 560px){

#detailHd{
	padding-right:15%;
	background-position:right 30% top 50%;
}

#sectionHd{
	font-size:150%;
	margin:25px 0;
}

#sectionInfo{ margin-bottom:20px;}

#sectionInfo dt{
	font-size:125%;
	margin-bottom:15px;
}

#sectionInfo dd{ font-size:109%;}

.serviceItem.serviceItem-style2:nth-child(odd),
.serviceItem.serviceItem-style2:nth-child(even),
.serviceBox.serviceBox-last .serviceItem.serviceItem-style2{ padding:15px 0;}

.serviceBox.serviceBox-last .serviceItem.serviceItem-style2:after{ display:none;}

#linkBtn{ margin-top:15px;}
#linkBtn a{ font-size:125%;}

.headline{ margin-bottom:10px;}

.headline span{
	font-size:134%;
	padding:0 15px;
}

#medicalHd{ font-size:150%;}

#markTxt{
	width:100%;
	float:none;
}

#mark{
	width:100px;
	float:none;
	padding-top:10px;
	margin:0 auto;
}

}


