@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*上水道料金削減システム（WELL WATER）*/
/**************************************************************************************/

@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/

.w_wat .box_1 {
	margin-bottom: 40px;
}

.w_wat .box_2 {
	text-align: center;
}

.w_wat .box_2 img {
	width: 750px;
}

.w_wat .box_3 {
	height: 30px;
}

.w_wat .txt_1 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2em;
	color: #4e86c7;
	border-bottom: 1px solid #4e86c7;
	border-left: 7px solid #4e86c7;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-bottom: 15px;
}

.w_wat .txt_2 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.7em;
	padding-left: 20px;
}

.w_wat .txt_3 {
	color: #c71c21;
}

.w_wat .txt_hidd {
	font-size: 1px;
	line-height: 1em;
	text-indent: -9999em;
}

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
.w_wat .box_1 {
	margin-bottom: 40px;
}

.w_wat .box_2 {
	text-align: center;
}

.w_wat .box_2 img {
	width: 90%;
}

.w_wat .box_3 {
	height: 30px;
}

.w_wat .txt_1 {
	width: 90%;
	font-size: 5vw;
	font-weight: 900;
	line-height: 1.2em;
	color: #4e86c7;
	border-bottom: 1px solid #4e86c7;
	border-left: 7px solid #4e86c7;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 2%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

.w_wat .txt_2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 3vw;
	font-weight: 800;
	line-height: 1.5em;
	padding-left: 2%;
}

.w_wat .txt_3 {
	color: #c71c21;
}

.w_wat .txt_hidd {
	font-size: 1px;
	line-height: 1em;
	text-indent: -9999em;
}

}