/* ページ上部のタブ */
.page_link {
    width: 730px;
    margin: 0 auto;
    margin-bottom: 30px;
    }
    .page_link ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;;
    padding: 0;
    }
    .page_link li {
    background: #aadb95;
    width: 24%;
    margin: 0 1%;
    }
    .page_link li:nth-of-type(1) a {
    background-image: url(/wc/img/an_icon01.png);
    }
    .page_link li:nth-of-type(2) a {
    background-image: url(/wc/img/an_icon02.png);
    }
    .page_link li:nth-of-type(3) a {
    background-image: url(/wc/img/an_icon06.png);
    }

    .page_link a {
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0 8px 5px;
    text-align: center;
    color: #319b04 !important;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #319b04;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 6px center;
    background-size: 24px auto;
    }
    .page_link a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid transparent;
    border-bottom: 3px solid #aaa;
    border-right: 3px solid #aaa;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    transform: rotateZ(45deg);
    }
    .page_link a:hover {
    opacity: .8;
    }

.el_hdg3{margin-top: 30px;}

    table[class^="table-neoresttop__SeriesFunction"] {
        border-collapse: collapse;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
    }
    
    table[class^="table-neoresttop__SeriesFunction"] th {
        background: #e7f0e3;
    }
    table[class^="table-neoresttop__SeriesFunction"] th, table[class^="table-neoresttop__SeriesFunction"] td {
        padding: 8px;
        border: solid 1px #319b03;
        font-size: 12px;
    }
    .table-neoresttop__SeriesFunction .table-neoresttop_title{background: #e7f0e3;text-align: center;}
    
    .table-neoresttop__SeriesFunction .table-neoresttop_diagonalline{background-image: linear-gradient(to top right,
    transparent, transparent 49%,
    #bfbfbf 49%, #bfbfbf 51%,
    transparent 51%, transparent);
    }

/* ネオレスト手洗器付ワンデーリモデル */
.oneday-remodel{
  margin-bottom: 20px;
  border: 1px solid #ccc;
  margin-right:auto;
  margin-left:auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  }
  .oneday-remodel-midashi{
  padding-bottom: 20px;
  font-size: 20px;
  }
  .oneday-remodel-text{
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 20px;
  }
  .oneday-remodel-tankless{
  font-size: 12px;
  height: 80px;
  width: 170px;
  }
  .oneday-remodel-tankless-midashi{
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  background-color: #24a30f;
  padding: 4px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  }
  .oneday-remodel-tankless-text{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 2px solid #24a30f; 
  border-right: 2px solid #24a30f; 
  border-bottom: 2px solid #24a30f;
  line-height: 1.3em;
  padding: 6px 0;
  }
  .oneday-remodel-btn{
    margin-top: 40px;
  }
  
  /* ネオレスト手洗器付ワンデーリモデルここまで */
    .bl_panel_img{
    text-align: center;
    margin: 20px 0;
    }
    .bl_cardUnit__col3>.bl_card{
        width: auto;
    }
    .bl_mediaPanel .bl_mediaPanel_img{
        max-width: 100%;
    }
    .el_hdg5{margin-top: 30px;}

   /*  ネオレストの商品ラインナップ */

   .un_sharedwcneorest_lineupCardUnit{
    margin: 10px 0 10px 0;
    display: flex;
    justify-content: center;
   }

   .un_sharedwcneorest_lineupCard{
    width: 155px;
   }
   .un_sharedwcneorest_lineupCard_rb{
    padding: 0 2%;
border-right: 1px dashed #ccc;
   }
   .un_sharedwcneorest_lineupCard_l{
padding-left: 2%;
   }
.un_sharedwcneorest_lineup_title{
background-color:#f6f6f6 ;
color:#555 ;
font-weight: bold;
font-size: 16px;
text-align: center;
padding: 4%;
margin: 4% 0;
}

.un_sharedwcneorest_lineup_discount{
    display: inline-block;
    border: 2px solid #d70101;
    padding: 3px 20px;
    text-align: center;
    color: #d70101;
    font-weight: bold;
    font-size: 14px;
    margin: 4% 9% 0 9%;
}
.un_sharedwcneorest_lineup_img, .un_sharedwcneorest_lineup_kinouimg{
text-align: center;
}
.un_sharedwcneorest_lineup_maker{
margin-top: 10px;
font-size: 12px;
text-align: center;
}
.un_sharedwcneorest_lineup_kinouimg {
    height: 140px;
    width: auto;
}



.un_sharedwcneorest_lineup_g-btn a{
    border-radius: 3px;
    text-align: center;
    background-color: #42a52f;
    border: solid 1px #42a52f;
    width: 142px;
    display: block;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 6px 12px 6px;
}
.un_sharedwcneorest_lineup_g-btn a:link, .un_sharedwcneorest_lineup_g-btn a:active {
    color: #fff;
}
.un_sharedwcneorest_lineup_g-btn a:link, .un_sharedwcneorest_lineup_g-btn a:visited {
    text-decoration: none!important;
}
.un_sharedwcneorest_lineup_g-btn a:hover {
    opacity: 0.8;
}
.un_sharedwcneorest_lineup_pricebox{
    border: 1px solid #d70101;
    padding: 2%;
    margin:10px 0;
}
.un_sharedwcneorest_lineup_price{
    font-size:20px;
    color: #d70101;
    font-weight: bold;
    text-align: center;
}
.un_sharedwcneorest_lineup_price_txt{
font-size: 14px;
text-align: center;
}
.un_sharedwcneorest_lineup_price_stxt{
font-size: 11px;
}
.un_sharedwcneorest_lineup_txt{
font-size: 12px;
background-color: #f6f6f6;
padding: 10px;
height: 85px;
}
.un_sharedwcneorest_lineup_maintxt{
margin-top: 20px;
}
.un_wcTotoNeorest_trnsition {
    margin-top: 20px;
}
.un_wcTotoNeorest_trnsition + .oneday-remodel {
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .un_sharedwcneorest_lineup_maker {
    margin-top: 0;
  }
  .un_sharedwcneorest_lineup_img + .el_annotation.el_annotation__mT {
    text-align: right;
    padding-right: 20px;
    margin-top: 0;
  }
  .oneday-remodel-text {
    margin-left: 0;
  }
}