<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*for boiler CSS Document */

.zukai{
	clear: both;
	border:red 2px solid;
	padding: 18px;
	margin-bottom: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.boiler{
	width:  470px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.bl_txt{
	color: #000;
	width: 50%;
	font-size: 20px;
	line-height: 1.7;
	float: left;
	margin-right: 20px;
}

.bl_rei{
	width: 380px;
	border: #e8374a solid 2px;
	padding: 18px;
	background: url(images/bl_catch_bg.png) no-repeat;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bl_rei li{
	font-size: 16px;
	line-height: 1.2;
}
.bl_rei span{
	color: #F39800;
}

.bl_pickup{
	background: #e8374a url(images/pickup_icon.png) no-repeat left top;
	padding: 20px;
	margin-bottom: 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bl_pickup h2{
	color: #fff;
	font-size: 1.45em;
	margin-left: 60px;
	margin-bottom: 15px;
}

.bl_pickup p a{
	width: 50%;
	margin: 0 auto;
	color: red;
	font-size: 1.3em;
	text-align: center;
	padding: 10px 30px;
	display: block;
	background: #fff;
	border: #F39800 solid 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.6s ease-in-out;  
       -moz-transition: 0.6s ease-in-out;  
         -o-transition: 0.6s ease-in-out;  
            transition: 0.6s ease-in-out;
}

.bl_pickup p a:hover{
	color: red;
	font-weight: bold;
	text-decoration: underline;
	background: yellow;
	border: #F39800 solid 2px;
}

.boiler_hikaku{
	width: 450px;
	float: right;
}

.boiler_h3{
	background: red;
	text-align: center;
	color: yellow;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	line-height: 1.0;
	margin-bottom: 10px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.boiler_h3_02{
	background: #fff;
	text-align: center;
	color: red;
	font-size: 24px;
	font-weight: bold;
	border-bottom: red 1px solid;
	padding: 10px 0 9px;
	line-height: 1.0;
	margin-bottom: 10px !important;

}

.boiler h4, .bl_spec h4{
	font-size: 24px;
	color: red;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom:#F39800 2px solid
}

.bl_hosyo{
	display: inline-block;
	font-size: 20px;
	background: #F39800;
	padding: 2px 10px;
	margin-left: 10px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top:195px;
	right: 0;
}

.boiler_tb{
	width: 100%;
	margin-bottom: 10px;
}

.boiler_tb th,.boiler_tb td{
	border: #333 solid 1px;
	padding: 10px;
	text-align: center;
}

.boiler_tb th{
	color: #fff;
	background: red;
	font-weight: bold;
}

.boiler_tb_td{
	color: #000;
	background: #fcc;
}

.boiler span{
	margin-left: 24px;
	margin-top: 10px;
	color:#333;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
}


.otameshi{
	clear: both;
	border:red 2px solid;
	padding: 18px;
	margin-bottom: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.otameshi h3{
	font-weight: bold;
	color: #000;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}

.bl_jirei , .bl_spec{
	padding: 18px;
	border: red solid 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bl_jirei li span{
	color: #F39800;
}

.bl_ji_li,.bl_ji_li02{
	font-size: 20px;
	border-bottom: red solid 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1.0;
	color: #000;
	float: left;
}
.bl_ji_li{
	width: 30%;
	margin-right: 2%;
}

.bl_ji_li02{
	width: 68%;
}

.bl_jirei h4 {
	background: blue;
	padding: 10px;
	font-size: 1.5em;
	text-align: center;
	color: yellow;
	margin-bottom: 0 !important;
	line-height: 1.0;
}

.bl_spec h5{
	font-size: 20px;
	color: #000;
	margin-bottom: 10px !important;
	margin-left: 30px;
	line-height: 1.0;
}
.bl_spec h5 span{
	font-size: 14px;
	color: #F39800;
}
.bl_spec p{
	margin-bottom: 30px;
	margin-left: 44px;
}

.bl_spec p span{
	font-size: 12px;
	color: red;
}

.bl_inq{
	width: 80%;
	margin: 0 auto;
}

.bl_inq a{
	padding: 15px 0;
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: red !important;
	text-decoration: none;
	line-height: 1.0;
	border: red solid 2px;
	background: yellow;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		-webkit-transition: 0.3s ease-in-out;  
	       -moz-transition: 0.3s ease-in-out;  
	         -o-transition: 0.3s ease-in-out;  
	            transition: 0.3s ease-in-out;
}

.bl_inq a:hover{
	border: yellow solid 2px;
	text-decoration: underline;
	background: red;
	color: yellow !important;
		-moz-box-shadow: 0px 2px 10px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.5);
		box-shadow: 0px 2px 10px rgba(0,0,0,.5);
}


</pre></body></html>