@charset "UTF-8";

.product--info--image{
  text-align: center;
  width: 34%;
}
.product--info--description h3{
  padding-top:38px;
}
.product--info--image img{
  max-width:100%;
  height:auto;
}
.s-up {
  font-size: 11px;
  margin-top: -12px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px){
  .product--info--image{
    width:100%;
  }
  .product--info--image img{
    max-width:480px;
    margin:auto;
  }
}
@media screen and (max-width: 500px){
  .product--info--image img{
    max-width:100%;
  }
}

.product-tab-nav.tab--col5 .item br{
  display: none;
}
@media screen and (max-width: 396px){
  .product-tab-nav.tab--col5 .item:nth-of-type(3),
  .product-tab-nav.tab--col5 .item:nth-of-type(4) {
      line-height: 1.8;
      padding-top: 14px;
  }
  .product-tab-nav.tab--col5 .item br{
    display: inline-block;
  }
}

ul.note{
  margin:40px 0px 0px;
}
ul.note li{
  text-indent:-1.3em;
  padding-left:1.3em;
  max-width:1100px;
}
.col2{
  display: flex;
  flex-wrap:wrap;
  max-width:900px;
  margin:0 auto 20px;
  justify-content:space-between;

}
.col2 .item{
  width:49%;
  margin-bottom:20px;
}
.col2 .item img{
  max-width:100%;
  height:auto;
}
.col2 .item .ttl__fig{
  font-weight:700;
}
.col2 .item:first-child{
  width:29.2%;
}
.col2 .item:last-child{
  width:70.8%;
}
.box__max-width + .ttl--lv2{
  margin-top:30px;
}
.normal-list{
  text-align: left;
}
@media screen and (max-width: 700px){
  .col2{
    flex-direction: column;
  }
  .col2 .item{
    width:100%;
    text-align: center;
  }
  .col2 .item:first-child{
    width:100%;
    margin-bottom:40px;
  }
  .col2 .item:last-child{
    width:100%;
  }
}
@media screen and (max-width: 500px){
  .img__big img.img02{
    max-width:280px;
  }
  .img__big img.img07{
    /* max-width:200px; */
    /* height:auto; */
  }
}


.contact-information .bg_gray{
  max-width:429px;
  margin:55px auto 0px;
  background-color: #dcdcdc;
  padding:35px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .table-prodact__filling table tbody tr th{
    width:16%;
  }
  .contact-information .bg_gray{
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px){
  .contact-information .bg_gray{
    padding: 30px 30px;
  }
  .contact-information .bg_gray .email{
    font-size:13px;
  }
}
@media screen and (max-width: 500px){
  .product-tab-nav.tab--col6 .item:nth-of-type(2),
  .product-tab-nav.tab--col6 .item:nth-of-type(3) {
      line-height: 1.8;
      padding-top: 14px;
  }
}
@media screen and (max-width: 320px){
  .contact-information .bg_gray{
    padding: 15px 15px;
  }
  .contact-information .bg_gray .email{
    font-size:11px;
  }
}


.list--txt-with-img-h .item .item__img img{
  height:auto;
}

.product-tab-nav.tab--wrap .item {
  width: 33.33%;
}

.product-tab-nav.tab--wrap .item:nth-of-type(n+4) {
  border-top: 0;
  border-right: solid 1px #ddd;
  border-left: 0;
}

.product-tab-nav.tab--wrap .item:nth-of-type(3n+1) {
  border-left: solid 1px #ddd;
}

.product-tab-nav.tab--wrap .item.full-width {
  width: 100%;
}
