@charset "utf-8";
/* CSS Document */

.kataban {
    background: #eaffe6;
    color: #333;
    font-size: 1.3em;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 4px solid #008825;
}
.kataban p {
    text-align: center;
    font-size: 1.4em;
    margin: 6px;
}
.kataban span {
    font-weight: normal;
    text-align: center;
    font-size: .8em;
}

.clothesdryer_grid {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.clothesdryer_grid p{
    padding: 10px;
}
.clothesdryer_grid img{
    width: 80%;
    margin: 0 auto;
}
.main_img{
    text-align: center;
}
.main_img img{
    width: 85%;
}

/******容量****/
#clothesdryer_strage {
    padding-bottom: 3%;
}
.storagebox {
    padding: 0 2%;
    width: 90%;
    margin: 0 auto;
    /* margin-top: 0%; */
}
.storagebox h3{
    font-size: 1.2em;
    margin-bottom: 2%;
}
.storage{
    border: 1px solid #73b6d5;
    display: flex;
    flex-wrap: wrap;
}
.storage div{
    width: 33%;
    text-align: center;
    font-size: 1.2em;
}
.storage p{
    text-align: center;
    padding: 7% 0 3%;
}
.storage span{
    font-size: 2em;
}
.storage div:first-child{
    padding-top: 16px;
    background: #73b6d5;
    color: #fff;
}

.tableware ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
    text-align: center;
}
.tableware li {
    width: 15%;
    border: 1px solid #aaa;
    padding: 1.2% .5%;
    margin: .83%;
    font-size: .95em;
    border-radius: 6px;
}
.tableware p {
    text-align: center;
}
.tableware img{
    width: 45%;
}

/******運転時間目安****/
#clothesdryer_runningtime {
    padding-bottom: 3%;
}
.runningtime_box{
    padding: 0 2%;
    width: 90%;
    margin: 0 auto;
}              
.runningtime p{
    text-align: center !important;
}
.runningtime span{
    font-size: 1.5em;
}
.runningtime ul{
    display: flex;
    flex-wrap: wrap;
}
.runningtime li {
    width: 18%;
    border: 2px solid #99cb91;
    padding: 2%;
    text-align: center;
    margin: 1%;
    background: #f5fff2;
}
.course h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 4%;
}
.course div {
    margin: 2% 0;
}
.course p{
}
.course span {
    background: #f1cd60;
    margin-right: 3%;
    padding: .3% 1%;
    border-radius: 2px;
    width: 85px;
    display: inline-block;
    text-align: center;
    float: left;
}

/*****節水・経済性*****/
#clothesdryer_economy {
    padding-bottom: 3%;
}
.economy{
    border: 1px solid #4b6b75;
    display: flex;
    flex-wrap: wrap;
}
.economy div{
    width: 33%;
    text-align: center;
    font-size: 1.2em;
}
.economy p{
    text-align: center;
    color: #4b6b75;
}
.economy span{
    font-size: 1.5em;
}
.economy div:first-child{
    padding-top: 20px;
    background: #4b6b75;
    color: #fff;
}
.second_since{
    margin-top: -1px;
}
.second_since div:first-child{
    background: #607f89;
}
.third_since{
    margin-top: -1px;
}
.third_since div:first-child{
    background: #4b6b75;
}
/****性能表***/
#clothesdryer_seinohyo{
    padding-bottom: 3%;
}
.seinohyo {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.seinohyo h4 {
    background: #fdfffd;
    color: #1a7f0f;
    padding: 2%;
    font-size: 1.2em;
    border-radius: 4px;
}
.seinohyo ul {
    margin: .8% 0%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.seinohyo li {
    font-weight: bold;
    width: 31.733%;
    margin: .8%;
    border: 1px solid #aaa;
    padding: 1%;
    border-radius: 4px;
}
.seinou_n{
    color: #126904 !important;
}

.tooltip {
    position: relative;
    cursor: pointer;
    background: none;
    font-weight: bold;
    border: none;
    font-size: 14px;
    background: #ddd;
    padding: 3%;
    /* margin: .8%; */
    width: 100%;
    color: #333;
}
.tooltip p{
    padding: 1%;
    background: #ddd;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.tooltip:hover {
    background: #f1f1f1;
}
/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  /*bottom: -167px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 10px; /* 余白 */
  font-size: 0.8rem; /* フォントサイズ */
  line-height: 1.45; /* 行間 */
  background: #fff; /* 背景色 */
  color: #333; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
    border: 1px solid #4f4d47;
    width: 100%;
    text-align: left;
    z-index: 9;
    margin-top: -8px;
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:focus .tooltip-text {
  opacity: 1;
  visibility: visible;
    
}


.aicon::before{
    content: url("../../gasconro/commodity_search/images/question_mark03.webp");
    vertical-align: bottom;
    margin-bottom: 10px;
}

.bgg{
    filter: brightness(50%);
}
/*****施工例*****/
.model_waku{
    display: flex;
    flex-wrap: wrap;
}
.model_box {
    width: 32.3333%;
    border: 3px solid #1e9602;
    margin: .5%;
}
.model_box a{
    text-decoration: none;
}
.model_box span {
    position: absolute;
    padding: .6%;
    background-color: #02962a;
    color: #fff;
    margin-top: 1%;
    margin-left: 1%;
}
.model_box p {
    padding: 2.5%;
    line-height: 1.5em;
    font-size: 1em;
}
.model_box div{
    background-image: url("//www.gasspec.jp/images/sekou_dummy.webp");
    background-size: cover;
    height: 170px;
}
.model_box div:hover{
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
}
.jirei_button {
    text-align: center;
    font-weight: bold;
    margin: 3% 0;
}
.jirei_button :hover{
    background: #f1f1f1;
    text-decoration: none;
}
.jirei_button a {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #aaa;
    padding: 2.6%;
    border-radius: 50px;
}
.jirei_button a::after{
    content: url("//www.gasspec.jp/images/up-right-from-square-solid.svg");
    width: 1.5%;
    float: right;
    position: absolute;
    margin-left: 4px;
}




/*タブレット*/
@media screen and (max-width : 767px){
	
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.kataban p {
    font-size: 1.2em;
}
.clothesdryer_grid img{
    width: 100%;
}
.main_img img{
    width: 100%;
}

/****性能表***/
.storagebox {
    padding: 0 2%;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 0%; */
}
.tableware li {
    width: 31.6666%;
    border: 1px solid #aaa;
    padding: 1.2% .5%;
    margin: .83%;
    font-size: .95em;
    border-radius: 6px;
} 
.seinohyo ul {
    width: 100%;
}
.seinohyo li {
    font-weight: bold;
    width: 48.4%;
    margin: .8%;
}
/*****容量******/
.tableware img {
    width: 30%;
    margin: 2%;
}
/****節水・経済性****/
.economy{
    font-size: .8em;
}
.economy span{
    font-size: 1.6em;
}
/****機能一覧****/
    .tooltip{
        font-size: 12px;
    }
    
/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
    
}
    
    .tooltip{
        font-size: 14px;
    }  
    .tooltip a{
        font-size: 14px;
    }  

/****運転時間の目安****/

.runningtime_box {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.runningtime li {
    width: 31.333333%;
}
    
    
    
    
/***施工例**/
.model_box {
    width: 48%;
    border: 3px solid #1e9602;
    margin: 1%;
}
.jirei_button a {
    padding: 4.6%;
}
.jirei_button a::after {
    width: 3.2%;
}
}



