@charset "utf-8";

/********************************************
	ガス機器・設備 
*********************************************/



.equipment .cf:before,
.equipment .cf:after{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.equipment .equipment_category li a,
.equipment .contents_btn li a,
.equipment .equipment_feature li a,
.equipment .link_btn li a{
  text-decoration:none;
}

.equipment .cf:after{clear: both;}

.mainContents {
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url(../../src/images/common/bg_mt_fuji.png);
	padding-bottom:80px;
}

.equipment .caption {
	color:#444;
	border-bottom:1px dotted #999;
	padding:14px 0 0 10px;
	background:url(/equipment/images/main_equipment_01.jpg) top right no-repeat;
}

.equipment .caption h2 {
	font-size:32px;
	padding:36px 0;
	margin:0;
}

.equipment .caption h2 img{
	display: block;
	margin-bottom: 10px;
}

.equipment .mainContents > h3{
	max-width: 1030px;
	padding: 0 50px;
	text-align: center;
}

.equipment ul{list-style: none;}

.equipment .equipment_category{
	padding: 0;
	margin-left:20px;
}

@media screen and (min-width:641px) {
.equipment .equipment_category{
	margin-left: 50px;
}
}
.equipment .equipment_category li{
	display: inline-block;
	width: 330px;
	margin-bottom: 19px;
}

.equipment .equipment_category li:nth-child(2){}

.equipment .equipment_category img{vertical-align: bottom;}

.equipment .equipment_category a > div{
	width: 100%;
	height: 118px;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #484747;
	box-sizing: border-box;
	position: relative;
}

.equipment .equipment_category a > div::before{
	width: 8px;
	height: 118px;
	content: "";
	background: url(../images/main_equipment_06.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 10px;
	top: 0px;
}

.equipment .equipment_category a:hover > div,
.equipment .equipment_category a.active > div{
	background: #ec9600;
}

.equipment .equipment_category a > div  div{
	margin-bottom: 7px;
	font-size: 26px;
}

.equipment .equipment_category a span{
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

/* .equipment .Contents-block-detail{margin-top: 60px;} */

.equipment .equipment_detailtitle{
	width: 100%;
	min-height: 175px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #e8eaeb;
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
.equipment .equipment_detailtitle{
	padding-left: 50px;
	padding-top: 45px;
}
}

.equipment .equipment_detailtitle.kitchen_title{
	background: url(../kitchen/images/kitchen_img_01.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.equipment_title{
	background: url(../images/equipment_img_23.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle h1{
	font-size: 34px;
	line-height:1.4;
	margin: 0px;
	padding-bottom: 10px;
}
.equipment .equipment_detailtitle h1 span{
	font-size: 20px;
	margin-left: 10px;
	/* display:inline-block; */
	display:block;
}
.equipment .equipment_detailtitle div {
	padding-bottom:10px;
}
.equipment .detail{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
}

.equipment .equipment_feature {
	margin-bottom: 60px;
	padding: 0px;
}

.equipment .equipment_feature li{
	display: block;
	width: 252px;
	margin-bottom: 10px;
}
.equipment .equipment_feature li a{
	display: block;
	width: 252px;
	height: 222px;
}
.equipment .equipment_feature.current li a{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.equipment .equipment_feature.current li a:hover,
.equipment .equipment_feature.current li.active a {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.equipment .equipment_feature li a:hover{opacity: 0.75;}

.equipment .equipment_feature li img{vertical-align: bottom;}

.equipment .equipment_feature li div{
	width: 100%;
	height: 47px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 47px;
	background-color: #484747;
	box-sizing: border-box;
	position: relative;
}

.equipment .equipment_feature li div::before{
	width: 8px;
	height: 47px;
	content: "";
	background: url(../images/main_equipment_06.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 10px;
	top: 0px;
}

.equipment .contents_btn{padding: 0;}

.equipment .contents_btn li{
	display: inline-block;
	width: 330px;
	height: 45px;
	margin-right: 13px;
	margin-bottom: 17px;
	border-radius: 4px;
	background-color: #013b90;
}

.equipment .contents_btn a{
	display: block;
	width: 330px;
	height: 45px;	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 45px;	
	position: relative;
}	

.equipment .contents_btn a::before{
	width: 8px;
	height: 45px;
	content: "";
	background: url(../images/main_equipment_07.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 15px;
	top: 0px;
}


.equipment .contents_btn .f15px{font-size: 15px;}

.equipment .series_title{
	width: 100%;
	margin-top: 50px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	border-radius: 4px;
	background-color: #f9e2a0;
	box-sizing: border-box;
}

.equipment .series_title h2{
	margin: 0;
	font-size: 22px;
	line-height: 28px;
}

.equipment .series_title.hightquality{background-color: #d5e9cc;}
.equipment .series_title.standard{background-color: #fce7f1;}
.equipment .series_title.universal{background-color: #e5ed9b;}

.equipment .series_title h2 span{font-size: 14px;}

.equipment .series_title div{margin-top: 10px;}

.equipment .equipment_single{
	width: 100%;
	margin-top: 25px;
	padding: 29px;
	border: 1px solid #b9b8b8; 
	border-radius: 4px;
	box-sizing: border-box;
}

.equipment .equipment_name{text-align: center;}

.equipment .equipment_name img{
	display: block;
	margin: 0 auto;
}

.equipment .equipment_name img:nth-child(2){margin-top:25px;}

.equipment .equipment_single h3{
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Times New Roman", "游明朝", YuMincho, "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	clear: both;
}

.equipment .equipment_single img{max-width: 100%;}

.equipment .equipment_single h3.f28px{font-size: 28px;}

.equipment .equipment_images{margin-bottom: 30px;}

.equipment .equipment_images > div{
	margin-top: 15px;
	background: url(../kitchen/builtin/images/delicia_img_08.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .progreplus .equipment_images > div{
	background: url(../kitchen/builtin/images/progreplus_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .piattolight .equipment_images > div{
	background: url(../kitchen/builtin/images/progreplus_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .lisse .equipment_images > div{
	background: url(../kitchen/builtin/images/lisse_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .fami .equipment_images > div{
	background: url(../kitchen/builtin/images/fami_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .mytone .equipment_images > div{
	background: url(../kitchen/builtin/images/mytone_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .udeaef .equipment_images > div{
	background: url(../kitchen/builtin/images/udeaef_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .mifit .equipment_images > div{
	background: url(../kitchen/builtin/images/mifit_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .equipment_images div h4{
	font-size: 24px;
	margin: 0;
}

.equipment .equipment_images div h4 img{vertical-align: middle;}

.equipment .equipment_images .accessories{
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #666464;
}

.equipment .equipment_images .price{
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
}

.equipment .equipment_images span{font-size: 22px;}

.equipment .equipment_images .extax{
	margin-left: 15px;
	font-size: 14px;
}

.equipment .equipment_images ul{
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.equipment .equipment_images ul li{
	margin-bottom: 5px;
	font-size: 14px;
}

.equipment .equipment_images ul li:last-child{margin-bottom: 0px;}

.equipment .equipment_images ul div{
	display: inline-block;
	width: 130px;
	height: 23px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	background-color: #898989;
	border-radius: 5px;
}

.equipment .operation_panel{
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #809cc8; 
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
}

.equipment .lisse .operation_panel{margin-bottom: 40px;}

.equipment .operation_panel > div{
	width: 100%;
	height: 31px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	line-height: 31px;
	background-color: #023a91;
}

.equipment .operation_panel ul{
	margin: 0;
	padding: 0;
}

.equipment .operation_panel li{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	vertical-align: top;
}

.equipment .lisse .operation_panel li,
.equipment .operation_panel li:last-child{margin-right: 0;}

.equipment .operation_panel li img{
	display: block;
	vertical-align: top;
}
	
.equipment .equipment_note{
	margin-top: 20px;
	font-size: 12px;
	clear: both;	
}

.equipment .equipment_icon{
	margin-top: 10px;
	clear: both;
}

.equipment .equipment_icon img{height: 37px;}

.equipment .equipment_icon img:nth-child(-n+2){margin-right: 6px;}

.equipment .option{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
}

.equipment .option > span{
	display: inline-block;
	margin-right: 5px;
	padding: 5px 15px; 
	color: #fff;
	background-color: #666464;
}
.equipment .option_images{
	margin-top: 10px;
	height: 90px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.equipment .option_images div{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.equipment .option_images div span{font-size: 16px;}

.equipment .option_images .option_price{font-size: 20px;}

.equipment .option img{
	float: left;
	margin-right: 10px;
}

.equipment .option_note{
	clear: both;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

.equipment .feature_list{
	margin: 0;
	padding: 0;
}

.equipment .feature_list li{
	float: left;
	width: 307px;
	margin-bottom: 30px;
	margin-right: 22px;
}

.equipment .feature_list li h4{
	margin: 0;
	margin-bottom: 15px;
	color: #023a91;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

.equipment .feature_list li{
	float: left;
	width: 307px;
	margin-bottom: 30px;
	margin-right: 22px;
}

.equipment .feature_list li > div{
	height: 60px;
	margin-top: 10px;
	font-weight: bold;
}

.equipment .feature_list li:last-child > div{height: 100%;}

.equipment .feature_list .iconon div{
	padding-top: 5px;
	line-height: 25px;
	font-size: 14px;
}

.equipment .feature_list li div img{
	float: left;
	margin-right: 10px;
}

.equipment .feature_list li div span{
	display: block;
	font-size: 18px;
}

.equipment .feature_list p{
	margin: 0;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;	
}	

.equipment .feature_list .point{
	font-size: 14px;
	color: #023a91;
	line-height: 20px;
}

.equipment .feature_list .plate{
	float: left;
	width: 145px;	
	height: 100%;
	margin-top: 20px;
}

.equipment .feature_list .accessories_plate{margin-right: 17px;}

.equipment .feature_list .plate > span{
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 8px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #666464;
}
	
.equipment .feature_list .accessories_plate span{background-color: #023a91;}
	
.equipment .plate .plate_note{
	font-size: 14px;
	font-weight: bold;
}
	
.equipment .plate .plate_note div{margin-top: 3px;}
	
.equipment .plate_note .plate_no{font-size: 13px;}
	
.equipment .plate_note .plate_price{font-size: 15px;}
	
.equipment .plate_note .plate_price span{
	display: inline;
	font-size: 12px;
}
	
.equipment .plate_note .plate_extax{
	font-size: 12px;
	font-weight: normal;
}

.equipment .top_color{
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b9b8b8;
}

.equipment .top_color > div{
	display: inline-block;
	vertical-align: top;
}

.glass_top{margin-bottom: 20px;}

.equipment .top_color > div > div{
	height: 27px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 27px;
	background-color: #023a91;
	border: 1px solid #023a91;
}

.equipment .top_color .perl_top div{height: 100%;}

.equipment .top_color .perl_top div div{
	width: 100%;
	padding: 0;
	font-weight: normal;
	color: #484747;
	background-color: #fff;
}

.equipment .feature_list li.plate_image{width: 100%;}
	
.equipment .feature_list li.plate_rcp81w{
	width: 164px;
	height: 100%;
	margin-left: 0px;
}	

.equipment .feature_list li.plate_rcp81w .plate{margin-top: 8px;}

.equipment .udeaef .operation_panel{
	margin-top: 50px;
	text-align: right;
}

.equipment .udeaef .operation_panel div span{font-size: 13px;}

.equipment .udeaef .operation_panel ul{text-align: center;}

.equipment .udeaef .operation_panel li img{
	display: inline-block;
	height: 140px;
	margin-left: 5px;
}

.equipment .udeaef .operation_panel .balloon{display: none;}

.equipment .udeaef .seafty{margin-bottom: 30px;}

.equipment .udeaef .seafty h4{
	font-size: 22px;
	font-weight: bold;
	color: #023a91;
}

.equipment .udeaef .seafty div{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.equipment .udeaef .seafty div:nth-child(3){margin-top: 30px;}

.equipment .udeaef .seafty div img{
	float: left;
	margin-right: 15px;
}

.equipment .udeaef .f16px{
	font-size: 16px;
	line-height: 24px;
}

.equipment .udeaef .iconon div img{
	float: none;
	margin-left: 5px;
	vertical-align: baseline;
}

.equipment .mifit .row > div{
	float: left;
	height: 205px;
	margin-right: 65px;
	margin-bottom: 20px;
}

.equipment .mifit .operation_panel{width: 285px;}

.equipment .mifit .operation_panel span{font-size: 13px;}

.equipment .mifit .row div:nth-child(2){width: 205px;}

.equipment .mifit .row div:nth-child(3){
	width: 346px;
	margin-right: 0px;
}

.equipment .mifit .row div:nth-child(2),
.equipment .mifit .row div:nth-child(3){
	font-size: 13px;
	line-height: 20px;
}

.equipment .icon_description ul{
	padding: 0;
	margin: 0;
}

.equipment .icon_description{margin-top: 60px;}

.equipment .icon_description > ul,
.equipment .icon_description > div{
	float: left;
	height: 353px;
	margin-right: 16px;
}

.equipment .icon_description > div{
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

.equipment .icon_description > div >div{height: 120px;}

.icon_description h3{
	width: 245px;
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 28px;
	text-align: center;
	color: #033986;
	border-bottom: 1px solid #d5d5d5;
}

.equipment .icon_description .seafty_func,
.equipment .icon_description .conv_func{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-color: #bcd9f2;
	vertical-align: bottom;
}

.equipment .icon_description .conv_func{
	background-color: #fcd581;
	margin-left: 20px;
}

.equipment .icon_description > ul:last-child{margin-right: 0px;}

.equipment .icon_description ul li{
	width: 245px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

.equipment .icon_description ul img{
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.equipment .icon_description ul li div{
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	
}

.link_box{
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px dotted #909092;	
}

.link_box ul{padding: 0;}

.link_box ul li{
	display: inline-block;
	margin-right: 29px;
	margin-bottom: 10px;
}

.link_box ul li a:hover{opacity: 0.75;}

.equipment .link_btn{margin-top: 40px;}

.equipment .link_btn li{
	display: inline-block;
	width:100%;
	max-width: 322px;
	height: 43px;
	margin-right: 26px;
	margin-bottom: 10px;
	background-color: #013b90;
}

.equipment .link_btn li a{
	display: block;
	max-width: 322px;
	height: 43px;	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 43px;	
	position: relative;
}	
@media screen and (min-width:641px) {
}
.equipment .link_btn li a::before{
	width: 8px;
	height: 45px;
	content: "";
	background: url(../images/main_equipment_06.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 20px;
	top: 0px;
}

.equipment .link_btn li a:hover{opacity: 0.75;}

.equipment .eneria_banner{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

.equipment .eneria_banner:hover{opacity: 0.75;}






/* キッチン  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment  .Contents-block {
	margin-top:30px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 22px;
}
.equipment .Contents-block h3 { border-top:1px solid #e8eaeb; padding-top:20px; margin: 0 0 10px 0; font-size:26px; position:relative; color: #013b90; } 
.equipment .Contents-block h3:before { position:absolute; content:""; display:block; width:155px; height:1px; background-color:#013b90; top:-1px; }

.equipment .Contents-block h3 span{font-size: 14px;}


.equipment .conro_lineup{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.equipment .conro_lineup th,
.equipment .conro_lineup td{
	width: 25%;
	height: 100%;
	text-align: center;
}

.equipment .conro_lineup td{
	padding: 10px;
	vertical-align: middle;
}
	
.equipment .conro_lineup td a{
	display: block;
	position: relative;
}

.equipment .conro_lineup td a:hover{opacity: 0.75;}

.equipment .conro_lineup td a div{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #484747;
	position: absolute;
	bottom: 8%;
	text-align: center;
}

.equipment .conro_lineup td a div::before{
	content: "";
	width: 7px;
	height: 10px;
	position: absolute;
	right: 10px;
	bottom: 2px;
	background: url(../images/equipment_img_09.jpg) no-repeat;
}

.equipment .conro_lineup tr:nth-child(3) td a{position: relative;}

.equipment .conro_lineup tr:nth-child(3) td a::before{
	content: "";
	width: 7px;
	height: 10px;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(../images/equipment_img_09.jpg) no-repeat;
}

.equipment .conro_lineup td img{vertical-align: bottom;}

.equipment .conro_lineup tr:first-child th,
.equipment .conro_lineup tr:nth-child(3) td{
	padding: 30px 20px;
	background-color: #f9e29f;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
}

	.equipment .conro_lineup tr:first-child th:first-child{background: none;}
	.equipment .conro_lineup tr:first-child th:nth-child(3){background: #d5e9cc;}
	.equipment .conro_lineup tr:first-child th:nth-child(4){background: #fcedf4;}
	
	.equipment .conro_lineup th span,
	.equipment .conro_lineup tr:nth-child(3) td span{
		display: block;
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	.equipment .conro_lineup th div,
	.equipment .conro_lineup tr:nth-child(3) td div div{text-align: left;}
	
	.equipment .conro_lineup tr:first-child{}
	
	.equipment .conro_lineup tr:nth-child(2) th{background: #c8e7e4;}
	
	.equipment .conro_lineup tr:nth-child(2) td:nth-child(2),
	.equipment .conro_lineup tr:nth-child(3) td:first-child{
		background: #c3cd8f;
	}
	.equipment .conro_lineup tr:nth-child(2) td:nth-child(3),
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(2){
		background: #a7d4b7;
	}
	.equipment .conro_lineup tr:nth-child(2) td:nth-child(4),
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(3){
		background: #c5d7d9;
	}
	
	.equipment .conro_lineup tr:nth-child(3) td{padding: 15px 0;}
	
	.equipment .conro_lineup tr:nth-child(3) td:first-child{padding-left: 10px;}
	
	.equipment .conro_lineup tr:nth-child(3) td > div{
		display: table-cell;
		width: 100%;
		height: 100%;
		background-color: #d9e18b;
	}
	
	.equipment .conro_lineup tr:nth-child(3) td:first-child > div{
		padding: 21px;
		box-sizing: border-box;
	}
	
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(2) > div,
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(3) > div{
		padding: 10px;	
		box-sizing: border-box;
	}
	
	.equipment .conro_lineup tr:nth-child(4) th{background: #dee3f2;}
	.equipment .conro_lineup tr:nth-child(4) td:nth-child(2){background: #d9c998;}
	.equipment .conro_lineup tr:nth-child(4) td:nth-child(3){background: #b9cfc2;}
	.equipment .conro_lineup tr:nth-child(4) td:nth-child(4){background: #dcd3e8;}
	
	.equipment .conro_reform{
		margin-top: 50px;
		padding: 0px 50px;
		background-color: #fffde4;
		box-sizing: border-box;
	}
	
	.equipment .conro_reform_inner{
		width: 100%;
		max-width: 1032px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.equipment .conro_reform_inner h3{
		margin: 0;
		font-size: 32px;
		font-weight: bold;
		color: #f0855d;
		
	}
	.equipment .conro_reform_inner h4{
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	
	.equipment .conro_reform_inner h4 span{font-weight: normal;}

	.equipment .conro_reform_inner > img{
		display: block;
		margin-bottom: 40px;
	} 
		
	.equipment .conro_reform h5{
		font-size: 16px;
		text-align: center;
	}
		
	.equipment .conro_reform a{
		display: block;
		width: 90%;
		max-width: 870px;
		margin: 0 auto;
		padding: 2% 5%;
		text-align: center;
		border: 3px solid #8cc562;
		border-radius: 10px;
		background-color: #fff;
		box-sizing: border-box;
	}	
	
	.equipment .conro_reform a:hover{opacity: 0.75;}
	
	.equipment .gasoven{
		margin-top: 40px;
		margin-bottom: 100px;
	}
	
	.equipment .gasoven div,
	.equipment .gasricecooker div,
	.equipment .radgehood div{
		display: inline-block;
		vertical-align: top;
	}
	
	.equipment .gasoven div:first-child{margin-bottom: 20px}	
	
	.equipment .gasoven h3,
	.equipment .gasricecooker h3,
	.equipment .radgehood h3{
		margin: 0px;
		margin-bottom: 15px;
		font-size: 18px;
		color: #013b90;
	}
	
	.equipment .innerLinkBtn{
		width: 100%;
		margin-top: 50px;
		margin-right: 0px !important;
		text-align: center;
	}
	
	.equipment .innerLinkBtn a {
		display: inline-block;
		margin: 0 auto;
		color:#fff;
		padding: 10px 30px 10px 15px;
		font-size: 16px !important;
		line-height:1.2;
		text-decoration:none;
		text-align:center;
		background-color:#013b90;
		color:#fff;
		position: relative;
	}
	
	.equipment .innerLinkBtn a::before{
		content: "";
		width: 7px;
		height: 8px;
		margin-top: -3px;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url(../images/main_equipment_06.png) no-repeat;
	}
	
	.equipment .gasricecooker{
		margin-top: 40px;
		margin-bottom: 100px;
		line-height: 20px;
	}
	
	.equipment .gasricecooker > div{
		margin-right: 50px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.equipment .gasricecooker > div:first-child div{width: 201px;}
	.equipment .gasricecooker > div:nth-child(2){width: 230px;}
	.equipment .gasricecooker > div:nth-child(3){width: 222px;}
	
	.equipment .gasricecooker > div div{margin-right: 10px;}
	
	.equipment .radgehood{
		margin-top: 40px;
		margin-bottom: 100px;		
	}
	
	.equipment .radgehood div:first-child{margin-bottom: 20px;}
	
	.equipment .waterpurification > img:first-child{margin-bottom: 16px;}
	
	.equipment .waterpurification .wpf_note{
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	

@media screen and (min-width:641px) {

.equipment .caption {margin:0 50px;}

.equipment .mainContents > h3{
	margin-left: 50px;
	padding: 0;	
}

		.equipment .equipment_category{
			margin-left: 50px;
			padding: 0;
		}
		
		.equipment .equipment_category li{
			display: inline-block;
			width: 330px;
			vertical-align: top;
		}
		
		.equipment .detail{
			width: 100%;
			padding-right: 0px;
		}
		
		.mainContents {
			background-repeat:no-repeat;
			background-position:right bottom;
			background-image:url(../../src/images/common/bg_mt_fuji.png);
			padding-bottom:80px;
		}
		
		.subLink-area {
			background-color:#e8ebec;
			padding:15px 22px 0 22px;
		}
		
		.subLinks {
			padding:0;
			margin:0;
		  letter-spacing: -.40em;
		}
		
		.subLinks li {
			display:inline-block;
			letter-spacing: normal;
			padding:0 8px;
			margin-bottom:15px;
		}
		
		.equipment .equipment_feature li{
			display: inline-block;
			width: 252px;
			margin-right: 1px;
		}
		
		.equipment .equipment_feature li a{
			display: block;
			width: 252px;
			height: 222px;
		}
		
		.equipment .equipment_feature li a:hover{opacity: 0.75;}
		
		.equipment .equipment_feature li img{vertical-align: bottom;}
		
		.equipment .equipment_feature li div{
			width: 100%;
			height: 47px;
			font-size: 18px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			line-height: 47px;
			background-color: #484747;
			box-sizing: border-box;
			position: relative;
		}
		
		.equipment .equipment_feature li div::before{
			width: 8px;
			height: 47px;
			content: "";
			background: url(../images/main_equipment_06.png) no-repeat;
			background-position: center center;
			position: absolute;
			right: 10px;
			top: 0px;
		}
		
	.equipment .progreplus .row,
	.equipment .piattolight .row{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
		.equipment .progreplus .row li{text-align: left;}
		
	.equipment .equipment_images{
		width: 100%;
		margin: 0 auto;	
		margin-bottom: 30px;
	}

	.equipment .conro_reform{padding-right: 0px;}
	

}

@media screen and (min-width:840px) {.equipment .feature_list li.plate_image{width: 472px;}}

@media screen and (min-width:860px) {.equipment .feature_list li.plate_rcp81w{height: 266px;}	}

@media screen and (min-width:881px) {

	.equipment .caption {padding:14px 70px 0 70px;}
	.equipment .caption h2 {margin-left:-44px;}

	.equipment .icon-gas img{vertical-align: sub;}
	.equipment.caption .captionIntro {
		line-height:1.6;
	}
	
	.equipment .equipment_images{
		width: 473px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.equipment .progreplus .row,
	.equipment .piattolight .row{width: 500px;}	

}

@media screen and (min-width:980px) {

.equipment .equipment_category li:nth-child(2){
	margin-left: 19px;
	margin-right: 19px;
}	

.equipment .series_title{
	height: 110px;
	padding: 20px 30px 0px 30px;;
}

.equipment .series_title h2{float: left;}

.equipment .series_title div{
	float: right;
	text-align: right;
}

.equipment .udeaef .operation_panel .balloon{
	display: inline-block;
	height: 191px;
	margin-top: -60px;
	margin-left: 25px;
}
	
}

@media screen and (min-width:990px) {

.equipment .udeaef .operation_panel .balloon{
	display: inline-block;
	height: 191px;
	margin-top: -60px;
	margin-left: 25px;
}
	
}

@media screen and (min-width:1315px) {
	
	.equipment .equipment_feature li{margin-bottom: 0px;}
	
	.equipment .contents_btn li:nth-child(3n+3){margin-right: 0px;}
	
	.glass_top{
		margin-right: 32px;
		margin-bottom: 0px;
	}
	
}

@media screen and (min-width:1325px) {
	
	.equipment .detail{width: 1080px;}
	
	.equipment .equipment_name{text-align: left;}
	
	
	.equipment .equipment_name img{display: inline;}
	
	.equipment .equipment_name img:nth-child(2){
		float: right;
		margin-top: 5px;
	}	
	
	.equipment .equipment_images{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.equipment .equipment_images > div{
		float: right;
		height: 319px;
		margin: 0;
		position: relative;
		background-position: right bottom;
	}
	
	.equipment .equipment_images div h4{
		margin: 0 auto;
		font-size: 24px;
	}

	.equipment .equipment_images div h4 img{vertical-align: middle;}
	
	.equipment .equipment_images ul{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 25px;
		bottom: 0;
	}
	
	.equipment .progreplus .equipment_images > img{margin-left: 40px;}
	
	.equipment .progreplus .equipment_images > div{
		width: 363px;
		height: 298px;	
	}
	
	.equipment .progreplus .equipment_images ul,
	.equipment .piattolight .equipment_images ul,
	.equipment .lisse .equipment_images ul,
	.equipment .fami .equipment_images ul,
	.equipment .mytone .equipment_images ul,
	.equipment .udeaef .equipment_images ul,
	.equipment .mifit .equipment_images ul{
		left: 0;
	}
	
	.equipment .piattolight .equipment_images > div{
		width: 390px;
		height: 256px;	
	}
	
	.equipment .lisse .equipment_images > div{
		width: 360px;
		height: 358px;	
	}
	
	.equipment .fami .equipment_images > div{
		width: 360px;
		height: 358px;	
	}	
	
	.equipment .mytone .equipment_images > div{
		width: 360px;
		height: 348px;	
	}	
	
	.equipment .udeaef .equipment_images > div{
		width: 370px;
		height: 362px;	
	}		

	.equipment .mifit .equipment_images > div{
		width: 380px;
		height: 390px;	
	}		
		
	.equipment .equipment_images ul li{
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.equipment .equipment_images ul li:last-child{margin-bottom: 0px;}
	
	.equipment .equipment_images ul div{
		display: inline-block;
		width: 130px;
		height: 23px;
		margin-right: 10px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 23px;
		background-color: #898989;
		border-radius: 5px;
	}
	
	.equipment .operation_panel{
		padding: 17px;
		border: 1px solid #809cc8; 
		border-radius: 4px;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.equipment .operation_panel > div{
		float: left;
		width: 140px;
		height: 140px;
		margin-right: 45px;
		margin-bottom: 0px;
		color: #fff;
		text-align: center;
		line-height: 140px;
		background-color: #023a91;
	}
	
		.equipment .row .operation_panel > div{
			float: none;
			width: 100%;
			height: 31px;
			margin-right: 0;
			margin-bottom: 15px;
			color: #fff;
			text-align: center;
			line-height: 31px;
			background-color: #023a91;
		}
			
	.equipment .progreplus .row,
	.equipment .piattolight .row{
		width: 100%;
		text-align: right;
	}
	
	.equipment .progreplus .operation_panel,
	.equipment .piattolight .operation_panel{
		float: left;
		width: 500px;
	}
		
	.equipment .operation_panel ul{margin: 0;}
	
	.equipment .operation_panel li,
	.equipment .lisse .operation_panel li{
		display: inline-block;
		margin-right: 25px;
		margin-bottom: 0px;
		vertical-align: top;
	}
		
	.equipment .operation_panel li:last-child{margin-right: 0;}
	
	.equipment .operation_panel li img{
		display: block;
		vertical-align: top;
	}
	
	.equipment .lisse .operation_panel li img{
		display: inline;
		height: 140px;
		margin-left: 5px;
	}
	
	.equipment .fami .operation_panel{
		float: left;
		width: 450px;
		text-align: center;
	}
	
	.equipment .fami .operation_panel div{margin-bottom: 25px;}
	
	.equipment .fami .operation_panel p{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		text-align: right;
	}

	.equipment .fami .row img{float: right;}	
	
.equipment .option{
	float: right;
	width: 450px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
	text-align: left;
}

.equipment .option > span{padding: 5px 10px;}

.equipment .feature_list li{margin-right: 0px;}

.equipment .feature_list li:nth-child(3n+2){
	margin-left: 22px;
	margin-right: 22px;
}

.equipment .top_color .perl_top div div{
	float: right;
	width: 60%;
	height: 27px;
	padding: 0;
	font-weight: normal;
	color: #484747;
	background-color: #fff;
}

.equipment .feature_list li.plate_rcp81w{margin-left: 0px;}	

.equipment .udeaef .operation_panel div{
	padding-top: 50px;
	line-height: 20px;
	box-sizing: border-box;
}

.equipment .udeaef .operation_panel div span{display: block;}

.equipment .udeaef .seafty div{
	float: left;
	width: 470px;
	font-size: 16px;
	line-height: 24px;
}

.equipment .udeaef .seafty div:nth-child(3){
	float: right;
	margin-top: 0px;
}

.equipment .udeaef .seafty div img{
	float: left;
	margin-right: 15px;
}

.link_box ul li:nth-child(3n+3){margin-right: 0px;}

.equipment .link_btn li:last-child{margin-right: 0px;}

	.equipment .gasoven div{
		display: inline-block;
		vertical-align: top;
	}
	
	.equipment .gasoven div:first-child{margin-right: 80px}	
	
	.equipment .gasoven div:first-child,
	.equipment .gasricecooker > div{
		margin-bottom: 0px;
	}

	.equipment .radgehood div:first-child{
		margin-right: 18px;
		margin-bottom: 0px;
		padding-right: 18px;
		border-right: 1px dotted #013b90;
	}
	
	.equipment .waterpurification > img:first-child{
		margin-right: 16px;
		margin-bottom: 0px;
	}
	
}

/* ガスコンロ便利機能 */
.equipment .useful .width50p {
	width:100%;
	box-sizing:border-box;
	padding-right:20px;
}
.equipment .useful .roundLabel {
	font-size:20px;
	line-height:26px;
	padding:0 24px;
	font-weight:bold;
	color:#fff;
	background-color:#ffae17;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	border-radius:26px;
	margin:0 0 20px 0;
}

@media screen and (min-width:821px) {
.equipment .useful .width50p {
	width:50%;
}
}

/* グリル機能 */
.equipment .useful .subBlock {
	width:180px;
}

/* らくらくお手入れ */
.equipment .care .detail .floatRight {
	float:none;
}
@media screen and (min-width:641px) {
.equipment .care .detail .floatRight {
	float:right;
}
}

/* ガスファンヒーター・ガスストーブ */

.equipment .equipment_detailtitle.heaterstoveTitle {
	background-color: #e8eaeb;
}
@media screen and (min-width:641px) {
.equipment .equipment_detailtitle.heaterstoveTitle {
}
}
@media screen and (min-width:981px) {
.equipment .equipment_detailtitle.heaterstoveTitle {
	background-position: right bottom;
	background-image: url(../living/heaterstove/images/bg_caption_heaterstove.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding-right:360px;
}
}

.equipment .heaterstove .heaterstoveArea01 {
	max-width:800px;
	padding:0 20px;
	margin:0 auto 60px auto;
}
.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .inlineBlockLine {
	margin-right:10px;
	margin-bottom:6px;
	position:relative;
}
@media screen and (min-width:641px) {
.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .inlineBlockLine {
	min-width:375px;
}
}
.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .inlineBlockLine:nth-child(2n) {
	margin-right:0;
}
.absoluteBtn {
	position:absolute;
}

.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .heaterstoveBlock01-2 .absoluteBtn {
	margin:0;
	width:100%;
	text-align:center;
	bottom:4%;
}
.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .heaterstoveBlock01-3 .absoluteBtn {
	margin:0;
	width:100%;
	text-align:center;
	top:42%;
}
@media screen and (min-width:641px) {
.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .heaterstoveBlock01-2 .absoluteBtn {
	bottom:16px;
}
.equipment .heaterstove .heaterstoveArea01 .inlineBlockArea .heaterstoveBlock01-3 .absoluteBtn {
	top:174px;
}
}
.equipment .heaterstove .heaterstoveArea01 .dotRedArea {
	text-align:center;
}

.equipment .heaterstove .heaterstoveArea01 .dotRedArea p {
	display:inline-block;
  border:1px dotted #e60012;
	padding:20px 60px;
	color:#e60012;
	font-size:20px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;	
	margin:0;
}

.equipment .heaterstove .areaTitle {
	text-align:center;
	background-color:#ed7850;
	color:#fff;
	font-size:21px;
	padding:6px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;	
}

.equipment .heaterstove .heaterstoveArea02 {
	max-width:1030px;
	margin:0 auto 60px auto;
	padding:0 20px;
}
.equipment .heaterstove .itemBlock {
	box-sizing:border-box;
	border:2px solid #e9ebec;
	padding:30px 10px;
	letter-spacing:-0.4em;
	margin-bottom:40px;
}
@media screen and (min-width:641px) {
.equipment .heaterstove .itemBlock {
	padding:30px 40px;
}
}
.equipment .heaterstove .itemBlock.blueArea {
	background-color:#eaf6fa;
}
.equipment .heaterstove .itemBlock .imageArea {
	width:100%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
.equipment .heaterstove .itemBlock .imageArea p {
	margin-bottom:20px;
}
.equipment .heaterstove .itemBlock .specArea {
	width:100%;
	display:inline-block;
	vertical-align:top;
}
@media screen and (min-width:641px) {
.equipment .heaterstove .itemBlock .imageArea {
	width:50%;
}
.equipment .heaterstove .itemBlock .imageArea p {
	margin-right:10px;
}
.equipment .heaterstove .itemBlock .specArea {
	width:50%;
}
}
.equipment .heaterstove .specBlock1 {
	max-width:178px;
	margin-right:20px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.equipment .heaterstove .specBlock1 .blockTitle1 {
	font-size:20px;
	text-align:center;
	padding:3px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.equipment .heaterstove .specBlock2 {
	width:130px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.equipment .heaterstove .specBlock2-2 {
	width:70px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.equipment .heaterstove .specBlock2 ul {
	padding:0;
	margin:0;
}
.equipment .heaterstove .specBlock2 li {
	float:left;
	margin-right:6px;
}
.equipment .heaterstove .specBlock3 {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.equipment .heaterstove .specBlock3 .blockTitle2 {
	margin:0 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #e8eaeb;
}
.equipment .heaterstove .specBlock3 p {
	margin:0;
}
.equipment .heaterstove .specBlock3 .price {
	font-weight:bold;
	font-size:18px;
	margin-bottom:18px;
}
.equipment .heaterstove .plasmaArea {
	text-align:center;
	margin-bottom:20px;
}

.equipment .heaterstove .heaterstoveArea03 {
	max-width:1030px;
	margin:0 auto 60px auto;
	padding:0 20px;
}
.equipment .heaterstove .heaterstoveArea04 {
	max-width:1030px;
	margin:0 auto 60px auto;
	padding:0 20px;
}
.equipment .heaterstove .heaterstoveArea05 {
	background-color:#e8eaeb;
	margin:0 0 60px 0;
	padding:20px;
	width:auto;
	overflow:hidden;
}
.equipment .heaterstove .heaterstoveArea05 .iconDescTitle {
	text-align:center;
	white-space:nowrap;
	background-color:#3b63a3;
	color:#fff;
	margin:0 0 50px 0;
}
@media screen and (min-width:641px) {
.equipment .heaterstove .heaterstoveArea05 .iconDescTitle {
	width:184px;
	line-height:184px;
	float:left;
	margin:0 50px 0 0;
}
.equipment .heaterstove .heaterstoveArea05 .iconDescArea {
	margin-left:234px;
}
}
.equipment .heaterstove .heaterstoveArea05 .iconDescBlock {
	width:240px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.equipment .heaterstove .heaterstoveArea05 .iconDescBlock h3 {
	font-size:18px;
	color:#3b63a3;
	margin:0;
}
.equipment .heaterstove .heaterstoveArea05 .iconDescBlock dl {
	margin:0;
	min-height:70px;
}
.equipment .heaterstove .heaterstoveArea05 .iconDescBlock dt {
	float:left;
	width:51px;
}
.equipment .heaterstove .heaterstoveArea05 .iconDescBlock dd {
	margin-left:60px;
}
.equipment .heaterstove .heaterstoveArea06 {
	max-width:800px;
	margin:0 auto 60px auto;
	padding:0 20px;
}
.equipment .heaterstove .heaterstoveArea06 .faqBlock {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:240px;
	margin-right:20px;
	padding-right:19px;
	border-right:1px dotted #f7ab00;
}
.equipment .heaterstove .heaterstoveArea06 .faqBlock:nth-child(3n) {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.equipment .heaterstove .link_box {
	margin:0 50px;
}

/* ガスファンヒーター・ガスストーブ ガス栓の増設 */

.equipment .heaterstove .gastap {
	margin:0 50px;
	max-width:800px;
}


/* 温水床暖房 */


.equipment .equipment_detailtitle.floorheatingTitle {
	background-color: #e8eaeb;
}
.equipment .equipment_detailtitle.floorheatingTitle div {
	padding-bottom:20px;
}

@media screen and (min-width:641px) {
.equipment .equipment_detailtitle.floorheatingTitle {
}
}
@media screen and (min-width:981px) {
.equipment .equipment_detailtitle.floorheatingTitle {
	background-position: right bottom;
	background-image: url(../living/floorheating/images/bg_caption_floorheating.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding-right:360px;
}
}
.floorheatingArea01 {
  margin:40px 20px;
}
@media screen and (min-width:641px) {
.floorheatingArea01 {
  margin:40px 50px;
}
}
.floorheatingArea01 .captionArea {
	letter-spacing:-0.4em;
}
.floorheatingArea01 .captionArea .imageArea {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin-right:20px;
}

.floorheatingArea01 .captionArea .textArea {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
.floorheatingArea01 .captionArea .textArea h2 {
	margin:0 0 10px;
	color:#f39800;
}
.floorheatingArea01 .choiceArea {
	letter-spacing:-0.4em;
	padding-left:0;
}
.floorheatingArea01 .choiceArea li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align: top;
	text-align:center;
	max-width:120px;
	margin-right:20px;
	margin-bottom:20px;
}@media screen and (min-width:641px) {
.floorheatingArea01 .choiceArea {
	padding-left:50px;
}
.floorheatingArea01 .choiceArea li {
	margin-right:50px;
}
}


/* 衣類乾燥機 */

.equipment .equipment_detailtitle.clothesdryerTitle {
	background-color: #e8eaeb;
}
.equipment .equipment_detailtitle.clothesdryerTitle div {
	padding-bottom:20px;
}

@media screen and (min-width:641px) {
.equipment .equipment_detailtitle.clothesdryerTitle {
}
}
@media screen and (min-width:981px) {
.equipment .equipment_detailtitle.clothesdryerTitle {
	background-position: right bottom;
	background-image: url(../living/clothesdryer/images/bg_caption_clothesdryer.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding-right:360px;
}
}
.clothesdryerArea01 {
  margin:40px 20px;
}
@media screen and (min-width:641px) {
.clothesdryerArea01 {
  margin:40px 50px;
}
}

.equipment .clothesdryer .productArea {
	box-sizing:border-box;
	border:2px solid #e9ebec;
	padding:30px 10px;
	letter-spacing:-0.4em;
	margin-bottom:40px;
	text-align:center;
}
.equipment .clothesdryer .productArea p {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
@media screen and (min-width:641px) {
.equipment .clothesdryer .productArea {
	padding:30px 40px;
	text-align:left;
}
.equipment .clothesdryer .productArea .logoImage {
	margin-right:40px;
}
.equipment .clothesdryer .productArea .imageArea {
	margin-right:78px;
}
}
.equipment .clothesdryer .flowArea {
	letter-spacing:-0.4em;
}
.equipment .clothesdryer .flowArea li {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	max-width:250px;
	margin-right:40px;
}


/* 浴室暖房乾燥機 */

.equipment .equipment_detailtitle.bathroomheaterTitle {
	background-color: #e8eaeb;
}
.equipment .equipment_detailtitle.bathroomheaterTitle div {
	padding-bottom:20px;
}

@media screen and (min-width:641px) {
.equipment .equipment_detailtitle.bathroomheaterTitle {
}
}
@media screen and (min-width:981px) {
.equipment .equipment_detailtitle.bathroomheaterTitle {
	background-position: right bottom;
	background-image: url(../bathroom/bathroomheater/images/bg_caption_bathroomheater.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding-right:360px;
}
}
.bathroomheaterArea01 {
  margin:40px 20px;
}
@media screen and (min-width:641px) {
.bathroomheaterArea01 {
  margin:40px 50px;
}
}

.equipment .bathroomheater .bathroomheaterArea02 {
	background-color:#e8eaeb;
	margin:0 0 60px 0;
	padding:20px;
	width:auto;
	overflow:hidden;
}

.equipment .bathroomheater .itemBlock {
	box-sizing:border-box;
	border:2px solid #e9ebec;
	padding:30px 10px;
	letter-spacing:-0.4em;
	margin-bottom:40px;
}
@media screen and (min-width:641px) {
.equipment .bathroomheater .itemBlock {
	padding:30px 40px;
}
}
.equipment .bathroomheater .itemBlock .imageArea {
	width:100%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
.equipment .bathroomheater .itemBlock .imageArea p {
	margin-bottom:20px;
}
.equipment .bathroomheater .itemBlock .specArea {
	width:100%;
	display:inline-block;
	vertical-align:top;
}
@media screen and (min-width:641px) {
.equipment .bathroomheater .itemBlock .imageArea {
	width:60%;
}
.equipment .bathroomheater .itemBlock .imageArea p {
	margin-right:30px;
}
.equipment .bathroomheater .itemBlock .specArea {
	width:40%;
}
}
.equipment .bathroomheater .specBlock1 {
	max-width:100px;
	margin-right:20px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.equipment .bathroomheater .specBlock1 .blockTitle1 {
	font-size:20px;
	text-align:center;
	padding:3px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.equipment .bathroomheater .specBlock2 {
	width:186px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.equipment .bathroomheater .specBlock2 ul {
	padding:0;
	margin:0;
}
.equipment .bathroomheater .specBlock2 li {
	float:left;
	margin-right:6px;
}
.equipment .bathroomheater .specBlock3 {
	letter-spacing:normal;
}
.equipment .bathroomheater .specBlock3 .blockTitle2 {
	margin:0 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #e8eaeb;
}
.equipment .bathroomheater .specBlock3 p {
	margin:0;
}
.equipment .bathroomheater .specBlock3 .price {
	font-weight:bold;
	font-size:18px;
	margin-bottom:18px;
}
.equipment .bathroomheater .bathroomheaterArea01 .mincho {
	font-size:28px;
}

.equipment .bathroomheater .bathroomheaterArea02 .iconDescBlock {
	width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.equipment .bathroomheater .bathroomheaterArea02 .iconDescBlock h3 {
	font-size:18px;
	color:#3b63a3;
	margin:0;
}
.equipment .bathroomheater .bathroomheaterArea02 .iconDescBlock dl {
	margin:0;
	min-height:70px;
}
.equipment .bathroomheater .bathroomheaterArea02 .iconDescBlock dt {
	float:left;
	width:70px;
}
.equipment .bathroomheater .bathroomheaterArea02 .iconDescBlock dd {
	margin-left:60px;
}
.bathroomheaterArea03 {
  margin:40px 20px;
}
@media screen and (min-width:641px) {
.bathroomheaterArea03 {
  margin:40px 50px;
}
}

/* ガス給湯器 */
.equipment .equipment_detailtitle.waterheaterTitle {
	background-color: #e8eaeb;
}
.equipment .equipment_detailtitle.waterheaterTitle div {
	padding-bottom:20px;
}

@media screen and (min-width:641px) {
.equipment .equipment_detailtitle.waterheaterTitle {
}
}
@media screen and (min-width:981px) {
.equipment .equipment_detailtitle.waterheaterTitle {
	background-position: right bottom;
	background-image: url(../bathroom/waterheater/images/bg_caption_waterheater.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding-right:360px;
}
}

.waterheaterRemoconArea {
  margin:0 20px;
}
.waterheaterArea01 {
  margin:40px 20px 60px 20px;
}
@media screen and (min-width:641px) {
.waterheaterRemoconArea {
  margin:0 50px;
}
.waterheaterArea01 {
  margin:40px 50px 60px 50px;
}
}

.waterheaterRemoconArea h1 {
	font-size:34px;
	text-align:center;
	color:#21ade5;
	margin:0 0 20px 0;
}
.waterheaterRemoconArea .introText {
	text-align:center;
	color:#21ade5;
}
.waterheaterRemoconBlock1 {
	letter-spacing:-0.4em;
	margin-bottom:40px;
}
.waterheaterRemoconBlock1 h2 {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	margin:0;
	width:120px;
	line-height:1.4;
	font-size:22px;
	background-color:	#21ade5;
  color:#fff;
	text-align:center;
	padding:45px 20px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	margin-right:30px;
}
.waterheaterRemoconBlock1 .textArea {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	max-width:790px;
}
.waterheaterRemoconBlock1 .textArea h3 {
	font-size:26px;
	margin:0 0 10px 0;
	color: #21ade5;
}
.waterheaterRemoconBlock1 .textArea p {
}
.waterheaterRemoconArea .inlineBlockLine {
	margin-right:20px;
}

.waterheaterRemoconArea .greenBalloon {
	box-sizing:border-box;
	position:relative;
	border:2px solid #78c9c6;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	margin-top:30px;
	padding:15px 25px;
	letter-spacing:-0.4em;
}
.waterheaterRemoconArea .greenBalloon:before {
	position:absolute;
	content:"";
	border-width: 0px 14px 32px 14px;
	border-style: solid;
	border-color:transparent transparent #78c9c6 transparent;
	top:-32px;
	left:30%;
	margin-left:0;
	z-index: 0;
}
.waterheaterRemoconArea .greenBalloon:after {
	position:absolute;
	content:"";
	border-width: 0px 12px 29px 12px;
	border-style: solid;
	border-color:transparent transparent #fff transparent;
	top:-28px;
	left:30%;
	margin-left:2px;
	z-index: 0;
}
.waterheaterRemoconArea .greenBalloon .greenBalloonLeft {
	max-width:196px;
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	margin-right:20px;
}
.waterheaterRemoconArea .greenBalloon .greenBalloonLeft h3 {
	text-align:center;
	background-color:#60c1bd;
	color:#fff;
	font-size:16px;
	line-height:20px;
	margin:0 0 20px 0;
}
.waterheaterRemoconArea .greenBalloon .greenBalloonLeft p {
	color:#60c1bd;
}
.waterheaterRemoconArea .greenBalloon .greenBalloonRight {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
}

.equipment .waterheater .waterheaterArea01 .productArea {
	box-sizing:border-box;
	border:2px solid #e8eaeb;
	padding:20px 10px;
	letter-spacing:-0.4em;
}
@media screen and (min-width:641px) {
.equipment .waterheater .waterheaterArea01 .productArea {
	padding:20px 40px;
}
}
.equipment .waterheater .waterheaterArea01 .waterheaterTitleArea {
	margin:20px 0;
}
.equipment .waterheater .waterheaterArea01 .detailSubTitle3 {
	font-size:24px;
	color:#013b90;
	display:inline-block;
	margin:0 60px 0 0;
}

.equipment .waterheater .waterheaterArea01 .orangeLabel {
	width:128px;
	display:inline-block;
	margin:0 6px 6px 0;
	text-align:center;
	padding:3px 0;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color:#f89801;
	color:#fff;
}


.equipment .waterheater .waterheaterArea01 .productArea .productBlock1 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	margin-right:20px;
}
.equipment .waterheater .waterheaterArea01 .productArea .productBlock2 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	margin-top:50px;
	margin-right:40px;
}
.equipment .waterheater .waterheaterArea01 .productArea .productBlock3 {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
}

.equipment .waterheater .waterheaterArea01 .productArea .productBlock3-1 {
	width:140px;
	display:inline-block;
	margin-right:12px;
}
.equipment .waterheater .waterheaterArea01 .productArea .productBlock3-1 .borderBox {
	text-align:center;
	border:1px solid #999;
	padding:4px 0;
	margin-bottom:10px;
}
.equipment .waterheater .waterheaterArea01 .productArea .iconArea {
	margin:0;
	display:inline-block;
}
.equipment .waterheater .waterheaterArea01 .productArea .iconArea li {
	float:left;
	margin-right:4px;
}
.equipment .waterheater .waterheaterArea01 .productArea .productBlock3-2 {
	clear:both;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	max-width:476px;
}
@media screen and (min-width:641px) {
.equipment .waterheater .waterheaterArea01 .productArea .specArea {
	margin-right:20px;
}
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea h2 {
	width:238px;
	padding:4px 16px;
	font-size:16px;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea .blueGreenLabel {
	background-color:#61c1be;
	color:#fff;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea .greenLabel {
	background-color:#9bcb6c;
	color:#fff;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea .pinkLabel {
	background-color:#fe94bf;
	color:#fff;
}

.equipment .waterheater .waterheaterArea01 .productArea .specArea dl {
	border-bottom:1px solid #444;
	width:100%;
	padding:10px 0;
	margin:0;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea dt {
	font-size:18px;
	width:50px;
	padding-right:10px;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea dd {
	margin-left:0;
}
@media screen and (min-width:641px) {
.equipment .waterheater .waterheaterArea01 .productArea .specArea dl {
	display:table;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea dt {
	display:table-cell;
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea dd {
	display:table-cell;
}
}
.equipment .waterheater .waterheaterArea01 .productArea .specArea .modelNum {
	width:150px;
}
.equipment .waterheater .waterheaterArea01 .productArea .optionArea {
	letter-spacing:normal;
	margin:10px 0;
}
.equipment .waterheater .waterheaterArea01 .productArea .optionArea ul {
	padding:0;
	margin:0;
}
.equipment .waterheater .waterheaterArea01 .productArea .optionArea li {
	display:inline-block;
	margin-right:1em;
}



.equipment .waterheater .waterheaterArea02 {
	background-color:#e8eaeb;
	margin:0 0 60px 0;
	padding:20px 20px 10px 20px;
	width:auto;
	overflow:hidden;
}
@media screen and (min-width:641px) {
.equipment .waterheater .waterheaterArea02 {
	padding:20px 50px 10px 50px;
}
}

.equipment .waterheater .waterheaterArea02 .iconDescTitle {
	width:80px;
	padding:50px 40px;
	text-align:center;
	float:left;
	background-color:#64d1e8;
	color:#fff;
	font-size:18px;
	margin:0;
}
.equipment .waterheater .waterheaterArea02 .iconDescArea {
	margin-left:180px;
}
.equipment .waterheater .waterheaterArea02 .iconDescBlock {
	width:270px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.equipment .waterheater .waterheaterArea02 .iconDescBlock dl {
	margin:0;
	min-height:70px;
}
.equipment .waterheater .waterheaterArea02 .iconDescBlock dt {
	float:left;
	width:64px;
}
.equipment .waterheater .waterheaterArea02 .iconDescBlock dd {
	margin-left:60px;
}

.waterheaterArea03 {
  margin:40px 20px;
}
@media screen and (min-width:641px) {
.waterheaterArea03 {
  margin:40px 50px;
}
}

.waterheaterNumBlock {
	border-top:2px solid #0258c4;
	border-bottom:2px solid #0258c4;
	padding-top:30px;
}
.waterheaterNumBlock .numBlockTitle {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:80px;
	padding:50px 40px;
	text-align:center;
	background-color:#0258c4;
	color:#fff;
	font-size:18px;
	float:left;
	margin:0 20px 30px 0;
}
.waterheaterNumBlock .numBlockMain {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.waterheaterNumBlock .numBlockMain p {
	display:inline-block;
	margin-right:20px;
}