@charset "utf-8";

/*---------------------

	ビジュアル
	
---------------------*/

#pohoto{
	width:100%;
	margin-bottom:50px;
	text-align: center;
	font-weight: bold;
}

#pohoto img{
	margin-bottom:30px;
}

#pohoto .cachi{
	font-size:20pt;
	/*color:#3196C6;*/
	font-weight: bold;
	margin-bottom:30px;
}

/*---------------------

	エアコンのプロ
	
---------------------*/

#pro{
	margin-bottom:50px;
}
#pro .comtent{
	margin:20px 0;
	text-align: center;
}

#pro .comtent strong{
	font-size:16px;
}

#pro-hikaku h5{
	background-image: url(../com/img/line02.png);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom:10px;
}

#pro-hikaku h5 span{
	background-color: #fff;
	font-size: 18px;
	
}
#pro-hikaku h6{
	padding:3px 0;
	margin-bottom:15px;
	
}
#pro-hikaku .p-main{
	width:100%;
	display: flex;
	justify-content: space-between;
}

#pro-hikaku .item{
	width:49%;
	padding:5px 5px 15px 5px;
}

#pro-hikaku .item-main{
	width:100%;
}

#pro-hikaku .photo{
	text-align: center;
	margin-bottom:15px;
}

#pro-hikaku .item p{
	padding:0 15px;
	line-height: 1.5em;
}

/*-----------掃除のプロ------------------*/

#clean-pro{
	border:1px solid #50A9D3;
	border-radius: 5px;
}

#clean-pro h6{
	background-color: #50A9D3;
	border-radius: 5px;
	color:#fff;
	font-size:18px;
	text-align: center;
}

/*-----------エアコンのプロ------------------*/

#air-pro{
	border:1px solid #CA4775;
	border-radius: 5px;
}

#air-pro h6{
	background-color: #CA4775;
	border-radius: 5px;
	color:#fff;
	font-size:18px;
	text-align: center;
}

/*---------------------

	施行例
	
---------------------*/

#sekou .ex{
	border-top:1px solid #50A9D3;
	border-bottom:1px solid #50A9D3;
}

#sekou .ex p{
	padding:30px 0;
	text-align: center;
	border-bottom:1px dotted #50A9D3;
}

#sekou .ex p:last-child{
	border-bottom:none;
}
