@charset "UTF-8";
.about .box .subtit{background: var(--gold);color: #fff;font-weight: bold;text-align: center;padding: 2% 2%;margin-bottom: 0;line-height: 1.4;}
.about .box li{margin-bottom:5%;}



@media screen and (min-width: 736px) {
.subhero{background: url(../../../images/menu/body/thermacool/pc-subhero.jpg) center left -380px;padding: 225px 0;background-size: cover;}
}

@media screen and (min-width: 1000px) {	

}

@media screen and (min-width: 1200px) {
.subhero{background: url(../../../images/menu/body/thermacool/pc-subhero.jpg) center top;background-size: 2000px;}

}
  /* retina用 ----------------------------------------------- */ 
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) { 
.subhero{background: url(../../../images/menu/body/thermacool/pc-subhero@2x.jpg) center left -380px;background-size: cover;}
}
@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
.subhero{background: url(../../../images/menu/body/thermacool/pc-subhero@2x.jpg) center top;background-size: 2000px;}

}