@charset "UTF-8";

/*---------------------------------
清掃画像
----------------------------------*/
ul.service-img-list{
	text-align: center;
}

/*---------------------------------
ポイント　見出し
----------------------------------*/
.point-num{
	font-size: 2.4rem;
	line-height: 1.5;
	color: #21ac37;
}
.point-num b{
	font-size: 3.6rem;
}

/*---　改行指定 ---*/
.point-num::after {
	content: "\A" ;
	white-space: pre ;
}

/*---　オゾン脱臭とは ---*/
p.s-midashi-txt {
	display:inline-block;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.2;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	margin: 10px 0 0 24px;
}
p.s-midashi-txt::before {
     position: absolute;
     top: 36%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 15px;
     height:4px;
     background-color: #21ac37;
}

/*---------------------------------
チェックリスト
----------------------------------*/
.check-list{
	padding: 20px 0;
}
.check-list h1{
	font-size: 2rem;
	text-align: center;
}
.check-list h1 i{
	font-size: 3rem;
	font-style: normal;
	color: #f08300;
}

.check-list ul{
	width: 90%;
	margin: 20px auto;
}
.check-list li{
	line-height: 1.2;
	background-image: url("../images/service/ico_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: dashed 1px #bfbfbf;
	padding:0 0 4px 2em;
	margin: 12px 0;
}

/*---------------------------------
フレームボックス
----------------------------------*/
.frame-box{
	text-align: center;
	padding: 20px 0;
}
.frame-box h1{
	position: relative;
	z-index: 100;
	width: 90%;
	font-size: 2rem;
	padding: 0 .4em .1em;
	margin: 0 auto;
}
.frame-box h1::before{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b3fbb1;
}
.frame-box p{
	width: 90%;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
	margin: 10px auto;
}

/*---　テーブル ---*/
.tbl {
	width: 90%;
	border-collapse: collapse;
	margin: 20px auto;
}
.tbl th,
.tbl td {
	display: block;
	border: 1px solid #dbe1e8;  
	padding: 8px;
}
.tbl th {
	font-size: 1.5rem;
	background: #f9fafc;
}
.tbl td {
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	color: #f08300;
}

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */


} /* end 640px*/


/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/
	 
/*---------------------------------
清掃画像
----------------------------------*/
ul.service-img-list{
	text-align: justify;
	text-justify: distribute-all-lines;
	width: 90%;
	margin: 0 auto;
}
ul.service-img-list:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0; 
}

.service-img-list li{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.service-img-list li p{
	text-align: left;
}

/*---------------------------------
チェックリスト
----------------------------------*/
.check-list{
	max-width: 980px;
	background-image: url("../images/service/frame_top.jpg"),
		url("../images/service/frame_bottom.jpg"),
		url("../images/service/frame_body.jpg");
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center;
	background-size:contain, contain, contain;
	padding: 70px 0 20px 0;
	margin: 30px auto;
}
.check-list h1{
	font-size: 2.6rem;
	text-align: left;
	margin-left: 60px;
}
.check-list h1 i{
	font-size: 3.4rem;
}
.check-list ul{
	width: 80%;
}

/*---------------------------------
ポイント
----------------------------------*/
.point-L-box{
	float: left;
	width: 30%;
	margin: 0 0 0 30px;
}
.point-R-box{
	float: left;
	width: 65%;
}

/*---　改行指定 解除 ---*/
.point-num{
	margin: 0 10px 0 0;
}
.point-num::after {
	display: none;
}

/*---　オゾン脱臭とは ---*/
p.s-midashi-txt {
	margin: 10px 0 0 30px;
}

/*---------------------------------
フレームボックス
----------------------------------*/
.frame-box{
	max-width: 980px;
	background-image: 
		url("../images/service/frame_top.jpg"),
		url("../images/service/frame_bottom.jpg"),
		url("../images/service/frame_body.jpg");
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center;
	background-size:contain, contain, contain;
	padding: 70px 0 20px 0;
	margin: 30px auto;
}
.frame-box h1{
	width: 30%;
}
.frame-box p{
	width: 80%;
}
/*---　テーブル ---*/
.tbl {
	width: 70%;
}
.tbl th,
.tbl td {
	line-height: 1.5;
	display:table-cell;
	vertical-align: middle;
}
.tbl th {
	text-align: left;
	font-weight: normal;
}

} /* end 960px*/


/*ボックスレスポンシブ001右画像*/
.boxres001 {
	margin-bottom: 40px;
	min-height: 350px;
	margin-top: 20px;
}
.boxres001 img {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxres001 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}
.boxres001 p.txt02 {
	padding-top:5px;
}

@media (max-width: 640px){
.boxres001 {
	min-height:0px ;
}
.boxres001 img{
	width:100%;
	float:none;
	padding:0 ;
}
}



/*ボックスレスポンシブ002左画像*/
.boxres002 {
	margin-bottom: 40px;
	min-height: 350px;
	margin-top: 20px;
}
.boxres002 img {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxres002 p.txt01 {
	padding-top: 5px;
	color: #084A91;
	font-weight: bold;
	font-size: 175%;
}
.boxres002 p.txt02 {
	padding-top:5px;
}

@media (max-width: 640px){
.boxres002 {
	min-height:0px ;
}
.boxres002 img{
	width:100%;
	float:none;
	padding:0 ;
}
}


/*ボックスレスポンシブ003中央画像*/
.boxres003 {
	margin-bottom: 40px;
	min-height: auto;
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.boxres003 img {
	padding-left: 0px;
}

@media (max-width: 640px){
.boxres003 img{
	width:100%;
	padding:0 ;
}
}


