@charset "utf-8";
/* CSS Document */ 
.icon-box {
  padding: 0 0 2px;
  height: 21px;
  margin-bottom: 10px;
}
.icon-flex {
  display: flex;
  justify-content: space-between;
}
.icon-flex .icon-polica {
  width: 54%;
  font-size: 11px;
  padding: 3px 0 1px;
}
.icon-flex .icon-pet {
  width: 44%;
  font-size: 11px;
  padding: 3px 0 1px;
}
.icon-polica, .icon-pvc, .icon-otr, .icon-pet, .icon-elc, .icon-nhl, .icon-str, .icon-abs, .icon-polica-abs {
  color: white;
  font-weight: bold;
  font-size: 12px;
  border-radius: 13px;
  text-align: center;
  padding: 2px;
  margin-bottom: 3px;
  height: 17px;
}
.icon-polica {
  background-color: #53a8a6;
}
.icon-pvc {
  background-color: #d7a861;
}
.icon-otr {
  background-color: #8A77B7;
}
.icon-pet {
  background-color: #D99B80;
}
.icon-elc {
  background-color: #a7be70;
}
.icon-nhl {
  background-color: #5d87b7;
}
.icon-str {
  background-color: #F09690;
}
.icon-abs {
  background-color: #90CC55;
}
.icon-polica-abs {
  background-color: #5599CC;
}
h6.lv1 {
  background-color: #D9ECC2;
}

.heading {
    padding:20px 0;
    margin: 0 -30px;
}

.heading h1 {
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Gothic Pro", sans-serif;
    font-weight: bold;
    border-bottom: 6px solid #2C5200;
    display: inline-block;
}

/*==========================================*/
@media screen and (max-width: 767px) {
   .heading {
    padding:0 0 20px;
    margin: 0;
}

.heading h1 {
    font-size: 2.4rem;
} 
}
/*==========================================*/


.arrow-down {/*サンロイドエコシートポリカ（VHFシリーズ）*/
  display: inline-block;
  vertical-align: middle;
  color: #8BD289;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2em 2em;
  border-top-color: currentColor;
  border-bottom: 0;
    margin: 20px;
}
.qst-box a {
  display: inline-block;
  width: 8em;
  color: #ffffff;
  background-color: #2c5200;
  text-align: center;
  border-radius: 20px;
  padding: 3px;
  margin-right: 10px;
}
.spec-table {
  margin-bottom: 10px;
  table-layout: fixed;
  width: 100%;
}
.spec-table th, .spec-table td {
  vertical-align: middle;
  text-align: center;
}
.spec-table th {
  background-color: #D9ECC2 !important;
}
.spec-table .textListNavi {
  margin-bottom: 0;
}
.spec-table .textListNavi li {
  padding-bottom: 0;
}
.small_pd td {
  padding: 9px 5px 5px !important;
}
.small_pd th {
  padding: 9px 5px 5px !important;
}
ul.gradeMenu {
  display: flex;
  flex-wrap: wrap;
}
ul.gradeMenu li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 6px;
}
.anchorMenu {
  background-color: #F5F2e8;
  padding: 10px 20px 0;
  margin-bottom: 20px;
}
.anchorMenu h3 {
  font-weight: bold;
  font-size: 150%;
}
.policaGradeBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grade {
  background-color: #f2f5e8;
  width: 30%;
  padding: 10px 10px 0;
}
/*==========================================*/
@media screen and (max-width: 767px) {
  .policaGradeBox {
    display: block;
  }
  .grade {
    background-color: #f2f5e8;
    width: 100%;
    padding: 10px 10px 0;
  }
}
/*==========================================*/
.grade h6 {
  text-align: center;
}
.scale-img {
  width: 250px; /*画像の幅*/
  height: 175px; /*画像の高さ*/
  transition-duration: 0.5s !important; /*変化の時間*/
}
.scale-img:hover {
  transform: scale(1.2, 1.2) !important; /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
}
.icon-abs {}
.table_small_pd th, .table_small_pd td {
  padding: 9px 10px 5px !important;
}
/*規格表色見本*/
.color div {
  width: 50px;
  height: 33px;
  margin: 0 auto;
  transition: all 0.3s;
}
.color div:hover {
  cursor: pointer;
  -webkit-transform: scale(6);
  -ms-transform: scale(6);
  transform: scale(6);
  transform-origin: 0 10px;
  overflow: visible;
}
.color div.last:hover {
  cursor: pointer;
  -webkit-transform: scale(6);
  -ms-transform: scale(6);
  transform: scale(6);
  transform-origin: 0 30px;
  overflow: visible;
}
tr.border td {
  border-top: 1.5px solid #999999;
}
tr.border-bottom td {
  border-bottom: 1.5px solid #999999;
}
/*規格表：thが固定するテーブル*/
.fix-table {
  position: relative;
  margin-bottom:
    100px;
}
.fix-table td, .fix-table th {
  padding: 9px 5px 5px !important;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-collapse: collapse;
}
.fix-table thead, .fix-table tbody {
  display: block;
}
.fix-table tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 500px;
}
.fix-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
.fix-table .textListNavi, .spec-table-sm-pd .textListNavi {
  margin-bottom: 0;
}
.fix-table .textListNavi li, .spec-table-sm-pd .textListNavi {
  padding-bottom: 0;
}
.spec-table-sm-pd td, .spec-table-sm-pd th {
  padding: 9px 5px 5px !important;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* common------------------------------ */
  .pc {
    display: none !important;
  }
}


/*スライダー*/
/*.top-main-slider {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
   opacity: 0; 
}
.top-main-slider.elem_section_block_slider {
  text-align: center;
  min-width: 990px;
  margin: 0 -30px;
  padding: 0 0 10px;
  background: #fff
}
.top-main-slider.elem_section_block_slider.js_slider {
  padding: 47px 0 0;
  height: 380px;
  margin: 0
}
.top-main-slider.elem_section_block_slider.js_slider .padder {
  width: 1280px;
  padding: 0
}
.top-main-slider.elem_section_block_slider.js_slider .padder .padder {
  width: 1280px;
  padding: 0 0 0 0
}
.top-main-slider.elem_section_block_slider.js_slider .padder .padder .slick-slider ul.slick-dots {
  bottom: 30px
}
.top-main-slider.elem_section_block_slider.js_slider .padder .padder .slick-slider ul.slick-dots li {
  width: 85px;
  height: 15px;
  background: #D8D8D8;
  cursor: pointer;
  vertical-align: middle
}
.top-main-slider.elem_section_block_slider.js_slider .padder .padder .slick-slider ul.slick-dots li.slick-active {
  width: 79px;
  height: 9px;
  background: #E7C65C;
  border: 3px solid #fff;
  line-height: 0
}
.top-main-slider.elem_section_block_slider.js_slider .padder .padder .slick-slider ul.slick-dots li button {
  width: 100%;
  height: 100%
}
.top-main-slider.elem_section_block_slider .padder {
  zoom: 1;
  margin: 0 auto;
  min-width: 1px;
  text-align: left;
  width: 990px
}*/