/*
.slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 3);
  }

  .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper {
    width: 90%;
  }

  .swiper-slide img {
    height: auto;
    width: 100%;
  }


  .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.modal-content {
  max-width: 90%;
  margin: 0 auto;
}

.modal-content img {
  max-height: 100%;
}

@media (max-width: 991px) {

  .slider-thumbnail,
  .js-modal {
    display: none !important;
  }
}


.border_box {
  padding: 10px 20px;
}

.btn-minus,
.btn-plus {
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  background-color: #f7f8fa;
}

.btn-plus {
  border-radius: 0 5px 5px 0;
}

.btn-minus {
  border-radius: 5px 0 0 5px;
}


.cart_quantity_box INPUT {
  outline: none;
  border: none;
  height: 40px;
  background: #f7f8fa;
  margin: 0 !important;
  border-radius: 0;
  text-align: center;
}

#productGeneral * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#productinfoBody select {
  width: 100%;
}

.centerColumn select {
  border: 1px solid #e9e7e7;
  color: #777;
  background: #f7f8fa;
  margin: 8px 0px 15px 0px;
  line-height: 2.6em;
}

@media (max-width: 991px) {
  .centerColumn select {
    margin: 8px 6px 15px 0px !important;
  }
}


/* 商品説明文フィールド テーブル等のリセット */
#productDescription table {
  border-spacing: 0;
  table-layout: fixed;
}

/*
#productDescription table,
#productDescription th,
#productDescription td {
  background: #fff;
  border: 1px solid #707070;
  vertical-align: middle;
  padding: 10px;
  border-collapse: collapse;
}
*/
#productDescription {
  line-height: 1.6em;
  font-size: 14px;
}

#productAttributes {
  background-color: transparent;
  margin: 20px 0px;
  padding: 0px;
}

LABEL,
h4.optionName {
  font-size: 1.1em;
  color: rgb(71, 71, 71);
}

#productAttributes .border_top1 {
  border: none;
}

#productPrices {
  font-size: 22px;
  line-height: 28px;
}

.wrapperAttribsOptions {
  margin: 0px;
}

LABEL,
h4.optionName {
  padding: 0px;
}

.centerColumn label {
  padding-left: 0px;
}

input.submit_button.button_in_cart_p {
  background: #ff7200;
  width: 100%;
  border: none;
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 9px 60px;
  margin: -1px 10px 0;
  background-image: url(../images/cart_add.png);
  background-repeat: no-repeat;
  background-position: 10% 0%;
}

input.cssButtonHover.button_in_cart_pHover {
  background: #ff9900;
  width: 100%;
  border: none;
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 9px 60px;
  margin: -1px 10px 0;
  background-image: url(../images/cart_add.png);
  background-repeat: no-repeat;
  background-position: 10% 0%;
}

.productBasePrice,
.productSalePrice,
.productSpecialPrice {
  color: #d90000;
  font-size: 1.7em;
  line-height: 1.7em;
}

#productInfoLink {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

img {
  max-width: 100%;
}

.optionmenu select {
  border-radius: 6px;
}

/* -----------------------追加のオリジナルCSS----------*/
/* テーブルのデザイン */
.dark {
  background-color: #DDD;
}

.faint {
  background-color: #EEE;
}

.tcolor1 {
  text-align: center;
  background-color: #cac4ff;
}

.tcolor2 {
  margin-right: auto
}

.table001 {
  font-size: 120%;
  color: #555;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #CCCCCC;
  border-collapse: separate;
  border-spacing: 1px;
}

.table001 th {
  padding: 5px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #E1E2E6;
}

.table001 td {
  padding: 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #F8FBEF;
}

table.table-001 {
  width: auto;
  border-spacing: 0;
}

table.table-001 th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background: -moz-linear-gradient(#eee, #ddd 50%);
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

table.table-001 th:first-child {
  border-left: 1px solid #aaa;
  border-radius: 5px 0 0 0;
}

table.table-001 th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

table.table-001 tr td {
  padding: 8px 15px;
  text-align: center;
}

table.table-001 tr td:first-child {
  border-left: 1px solid #aaa;
}

table.table-001 tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

table.table-001 tr {
  background: #fff;
}

table.table-001 tr:nth-child(2n+1) {
  background: #f5f5f5;
}

table.table-001 tr:last-child td {
  border-bottom: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

table.table-001 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.table-001 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.table-001 tr:hover {
  background: #eee;
  cursor: pointer;
}

/* table 埼玉精機 ----------------------------------------------*/
.table1,
.table1 td,
.table1 th,
.tagBox table,
.tagBox table td,
.tagBox table th {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

table1 caption {
  margin-bottom: 10px;
}

.table1,
.tagBox table {
  border-collapse: collapse;
  margin-bottom: 25px;
}

.table1 th,
.table1 td,
.tagBox table th,
.tagBox table td {
  padding: 10px;
}

.table1 th,
.tagBox table th {
  background-color: #f5f5f5;
  vertical-align: middle;
}

.tdw {
  background: #fff;
}

.td1 {
  background: #dff3e7;
}

.td2 {
  background: #f5f4ec;
}

.thw1 th {
  width: 180px;
}

.right_padding {
  padding-left: 30px;
}

@media only screen and (max-width:991px) {

  /*639px莉･荳九〒谿ｵ邨�∩隗｣髯､*/
  .tableMw1 th,
  .tableMw1 td,
  .tagBox .tableMw1 th,
  .tagBox .tableMw1 td {
    display: block;
    border: none;
    width: 100%;
  }

  .thw1 th {
    width: 150px;
  }

  .tableMw1.thw1 th,
  .tagBox .tableMw1.thw1 th {
    width: 100%;
  }

  .right_padding {
    padding-left: 0;
  }

}

/* 携帯のテーブル */
.rtable {
  border: 1;
  width: 100%;
  border-collapse: collapse;
}

.rtable th {

  font-weight: bold;
}

.rtable td,
.rtable th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}

.rtable thead th {
  background: #e6e6e6;
}

@media only screen and (max-width:991px) {
  .rtable {
    display: block;

  }

  .rtable thead {
    display: none;
  }

  .rtable tbody {
    display: block;
  }

  .rtable tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }

  .rtable tbody th,
  .rtable tbody td {
    display: list-item;
    border: none;
  }

  .rtable tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    color: #111;
    background: #e6e6e6;
  }

  .rtable tbody td {
    margin-left: 20px;
    padding: 5px;
  }
}

@media only screen and (max-width:991px) {
  #sataf td:nth-of-type(1):before {
    content: "[種別]　";
  }

  #sataf td:nth-of-type(2):before {
    content: "[ノズルサイズ]　";
  }

  #sataf td:nth-of-type(3):before {
    content: "[価格(税別)]　";
  }

  #st4 td:nth-of-type(1):before {
    content: "[ノズル口径]　";
  }

  #st4 td:nth-of-type(2):before {
    content: "[吹付空気圧力]　";
  }

  #st4 td:nth-of-type(3):before {
    content: "[吹付距離]　";
  }

  #st4 td:nth-of-type(4):before {
    content: "[空気使用量]　";
  }

  #st4 td:nth-of-type(5):before {
    content: "[塗料噴出量]　";
  }

  #st4 td:nth-of-type(6):before {
    content: "[最大有効パターン]　";
  }

  #st4 td:nth-of-type(7):before {
    content: "[重　量]　";
  }

  #iwata1 td:nth-of-type(1):before {
    content: "[ノズル口径]　";
  }

  #iwata1 td:nth-of-type(2):before {
    content: "[吹付空気圧力]　";
  }

  #iwata1 td:nth-of-type(3):before {
    content: "[空気使用量]　";
  }

  #iwata1 td:nth-of-type(4):before {
    content: "[塗料噴出量]　";
  }

  #iwata1 td:nth-of-type(5):before {
    content: "[パターン開き]　";
  }

  #iwata1 td:nth-of-type(6):before {
    content: "[重　量]　";
  }

  #iwata1 td:nth-of-type(7):before {
    content: "[空気キャップ]　";
  }

  #iwata1 td:nth-of-type(8):before {
    content: "[備　考]　";
  }

  #iwatac td:nth-of-type(1):before {
    content: "[塗料供給方式]　";
  }

  #iwatac td:nth-of-type(2):before {
    content: "[容量]　";
  }

  #iwatac td:nth-of-type(3):before {
    content: "[取付ネジG(PF)]　";
  }

  #iwatac td:nth-of-type(4):before {
    content: "[材質]　";
  }

  #iwatac td:nth-of-type(5):before {
    content: "[重量]　";
  }

  #iwatac td:nth-of-type(6):before {
    content: "[備考]　";
  }

  #ekofeel td:nth-of-type(1):before {
    content: "[ノズル口径]　";
  }

  #ekofeel td:nth-of-type(2):before {
    content: "[塗料供給方法]　";
  }

  #ekofeel td:nth-of-type(3):before {
    content: "[塗料噴出量]　";
  }

  #ekofeel td:nth-of-type(4):before {
    content: "[パターン開]　";
  }

  #isamump td:nth-of-type(1):before {
    content: "[調合比]　";
  }

  #isamump td:nth-of-type(2):before {
    content: "[希釈率]　";
  }

  #isamump td:nth-of-type(3):before {
    content: "[塗布量]　";
  }

  #isamump td:nth-of-type(4):before {
    content: "[塗装回数]　";
  }

  #isamump td:nth-of-type(5):before {
    content: "[工程時間]　";
  }

  #isamump td:nth-of-type(6):before {
    content: "[塗装方法]　";
  }
}

.tbl-r03 p {

  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

.tbl-r03 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .tbl-r03 {
    width: 90%;
  }

  .tbl-r03 tr {
    display: block;
    float: left;
  }

  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }

  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }

  .tbl-r03 thead tr {
    width: 100%;
  }

  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }

  .tbl-r03 tbody tr {
    width: 50%;
  }

  .tbl-r03 tr td+td {
    border-left: none;
  }

  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }

  .swiper {
    height: auto !important;
  }

  .slider {
    flex-grow: 0 !important;
  }



}

/*横並びの見出しテーブル */
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}

.row-head th {
  background: #f9fafc;
}

.row-head label {
  line-height: 34px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .row-head thead {
    display: none;
  }

  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }

  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }

  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }

  .row-head td:last-child {
    border-bottom: none;
  }

  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

  .row-head td.bt-area::before {
    display: none;
  }

  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }

  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }

  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }

  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }

  .row-head.header-check td:first-child::before {
    display: none;
  }
}

#productName {
  text-align: left;
  margin-bottom: -40px;
}

.my_20 {
  margin: 20px 0;
}

.add_wishlist_img {
  height: 30px;
  cursor: pointer;
  margin: auto 50px;
}


@media (max-width: 430px) {

  input.submit_button.button_in_cart_p,
  input.cssButtonHover.button_in_cart_pHover {
    padding-right: 10px;
  }
}

@media (max-width: 350px) {

  input.submit_button.button_in_cart_p,
  input.cssButtonHover.button_in_cart_pHover {
    padding-right: 2px;
    padding-left: 40px;
    background-position: -5px
  }
}