.details .whiteBtn {
  border: 0.26667vw solid #54c3f1;
  width: 64vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .details .whiteBtn {
    border: 1px solid #54c3f1;
    width: 44.44444vw;
  }
}

@media screen and (min-width: 1080px) {
  .details .whiteBtn {
    width: 480px;
  }
}

.details .whiteBtn a {
  display: block;
  width: 100%;
  color: #54c3f1;
  font-size: 3.73333vw;
  font-weight: bold;
  text-align: center;
  padding: 2.53333vw 0 2.26667vw;
}

@media screen and (min-width: 768px), print {
  .details .whiteBtn a {
    font-size: 1.66667vw;
    padding: 2.53333vw 0 2.26667vw;
  }
}

@media screen and (min-width: 1080px) {
  .details .whiteBtn a {
    font-size: 18px;
    padding: 19px 0 17px;
  }
}

.mask-cap-cat-nav {
  margin: 0 2.66667vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav {
    width: 81.48148vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav {
    width: 880px;
  }
}

.mask-cap-cat-nav li {
  width: 29.33333vw;
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li {
    width: 25.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav li {
    width: 280px;
  }
}

.mask-cap-cat-nav li a {
  display: block;
  border: 0.53333vw solid #54c3f1;
  line-height: 1.2;
  font-size: 3.73333vw;
  text-align: center;
  font-weight: bold;
  color: #54c3f1;
  padding: 3.73333vw 0 3.2vw;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li a {
    font-size: 1.66667vw;
    border: 0.18519vw solid #54c3f1;
    padding: 1.11111vw 0;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav li a {
    font-size: 18px;
    border: 2px solid #54c3f1;
    padding: 12px 0;
  }
}

.mask-cap-cat-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.13333vw 1.6vw 0 1.6vw;
  border-color: #54c3f1 transparent transparent transparent;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -2.4vw;
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li a:after {
    border-width: 0.74074vw 0.55556vw 0 0.55556vw;
    bottom: -0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav li a:after {
    border-width: 8px 6px 0 6px;
    bottom: -10px;
  }
}

.category-bnr .goods-bnr-list .bnr, .products-nav-list .thumb, .details .whiteBtn {
  position: relative;
}

.category-bnr .goods-bnr-list .bnr:after, .products-nav-list .thumb:after, .details .whiteBtn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  display: block;
  border-style: solid;
  border-width: 0 0 2.66667vw 2.66667vw;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 768px), print {
  .category-bnr .goods-bnr-list .bnr:after, .products-nav-list .thumb:after, .details .whiteBtn:after {
    border-width: 0 0 1.11111vw 1.11111vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-bnr .goods-bnr-list .bnr:after, .products-nav-list .thumb:after, .details .whiteBtn:after {
    border-width: 0 0 12px 12px;
  }
}

.category-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-block-start: 55px;
}



.category-nav .category-nav-list {
  background: #fff;
  width: 44vw;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 768px), print {
  .category-nav .category-nav-list {
    width: 20.83333vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-nav .category-nav-list {
    margin: 0px 0px 0 0;
    width: 225px;
  }
}

@media screen and (min-width: 768px), print {
  .category-nav .category-nav-list:nth-child(4n) {
    margin-right: 0;
  }
}

.category-nav .category-nav-list .txt {
  padding: 2.4vw 2.66667vw 5.33333vw;
  line-height: 1.3;
}

@media screen and (min-width: 768px), print {
  .category-nav .category-nav-list .txt {
    padding: 1.2037vw 1.38889vw 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-nav .category-nav-list .txt {
    padding: 13px 15px 30px;
  }
}

.category-nav .category-nav-list .link {
  display: block;
}

.category-bnr .goods-bnr-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .category-bnr .goods-bnr-list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.category-bnr .goods-bnr-list .bnr {
  text-align: center;
  line-height: 1;
  width: 44vw;
  border: 0.26667vw solid #54c3f1;
  margin-top: 2.66667vw;
  display: table;
  height: 2.75em;
}

@media screen and (min-width: 768px), print {
  .category-bnr .goods-bnr-list .bnr {
    width: 20.83333vw;
    border: 1px solid #54c3f1;
    margin: 1.85185vw 1.85185vw 0 0;
    height: 3.75em;
  }
}

@media screen and (min-width: 1080px) {
  .category-bnr .goods-bnr-list .bnr {
    width: 225px;
    margin: 20px 20px 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .category-bnr .goods-bnr-list .bnr:nth-child(4n) {
    margin-right: 0;
  }
}

.category-bnr .goods-bnr-list .bnr:after {
  border-color: transparent transparent #54c3f1 transparent;
}

.category-bnr .goods-bnr-list .bnr .link {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 3.2vw;
  padding: 0;
  line-height: 1.25;
  letter-spacing: -.05em;
}

@media screen and (min-width: 768px), print {
  .category-bnr .goods-bnr-list .bnr .link {
    font-size: 1.48148vw;
    padding: 0;
  }
}

@media screen and (min-width: 1080px) {
  .category-bnr .goods-bnr-list .bnr .link {
    font-size: 16px;
    padding: 0;
  }
}

.category-bnr .goods-bnr-list .bnr.active {
  background: #54c3f1;
}

.category-bnr .goods-bnr-list .bnr.active:after {
  border-color: transparent transparent #fff transparent;
}

.category-bnr .goods-bnr-list .bnr.active .link {
  color: #fff;
}

sub {
  bottom: -.3em !important;
  font-size: 95% !important;
}

.products .pageTtl {
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 768px), print {
  .products .pageTtl {
    margin-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 1080px) {
  .products .pageTtl {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .products-contents {
    margin: 0;
  }
}

.products-contents .contents-inner {
  width: 100%;
  padding: 0 4vw 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .products-contents .contents-inner {
    width: 88.88889vw;
    margin: 0 auto;
    padding: 0 0 9.25926vw;
  }
}

@media screen and (min-width: 1080px) {
  .products-contents .contents-inner {
    width: 960px;
    padding: 0 0 100px;
  }
}

.products-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .products-nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.products-nav-list {
  width: 44vw;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .products-nav-list {
    margin: 0 1.85185vw 0 0;
    width: 20.83333vw;
  }
}

@media screen and (min-width: 1080px) {
  .products-nav-list {
    margin: 0 20px 0 0;
    width: 225px;
  }
}

@media screen and (max-width: 767px) {
  .products-nav-list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .products-nav-list:nth-child(4) {
    margin: 0;
  }
}

@media screen and (min-width: 768px), print {
  .products-nav-list:nth-child(5), .products-nav-list:nth-child(6), .products-nav-list:nth-child(7) {
    margin: 0 20px 0 0;
  }
}

.products-nav-list .category {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 2vw;
  font-size: 3.73333vw;
  line-height: 1.3;
}

@media screen and (min-width: 768px), print {
  .products-nav-list .category {
    margin-bottom: 0.92593vw;
    font-size: 1.66667vw;
    height: 2.4em;
  }
}

@media screen and (min-width: 1080px) {
  .products-nav-list .category {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.products-nav-list:not(:first-child) .category {
  padding-top: 0.6em;
}

@media screen and (max-width: 767px) {
  .products-nav-list:nth-child(2) .category {
    height: 2.4em;
  }
}

.products-nav-list .thumb::after {
  border-color: transparent transparent #54c3f1 transparent;
}

.products-nav-list .link {
  display: block;
}

.products-nav-list .note {
  font-size: 3.33333vw;
  margin-top: 3.73333vw;
  line-height: 1.2;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  .products-nav-list .note {
    font-size: 1.38889vw;
    margin-top: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .products-nav-list .note {
    font-size: 15px;
    margin-top: 16px;
  }
}

.products h1 span.small {
  font-size: 3.46667vw;
}

@media screen and (min-width: 768px), print {
  .products h1 span.small {
    font-size: 2.22222vw;
  }
}

@media screen and (min-width: 1080px) {
  .products h1 span.small {
    font-size: 24px;
  }
}

.products .goodsName span.small {
  font-size: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .products .goodsName span.small {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1080px) {
  .products .goodsName span.small {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .category-contents {
    margin: 0;
  }
}

.category-contents .contents-inner {
  width: 100%;
  padding: 0 4vw 12.66667vw;
}

@media screen and (min-width: 768px), print {
  .category-contents .contents-inner {
    width: 88.88889vw;
    margin: 0 auto;
    padding: 0 0 9.25926vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-contents .contents-inner {
    width: 960px;
    padding: 0 0 100px;
  }
}

.category-contents-block .block-list:nth-child(odd) {
  background: #f6f6f6;
}

.category-contents-block .block-list .contents-inner {
  padding: 10.66667vw 4vw 13.33333vw;
}

@media screen and (min-width: 768px), print {
  .category-contents-block .block-list .contents-inner {
    padding: 7.40741vw 0 9.25926vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-contents-block .block-list .contents-inner {
    padding: 80px 0 100px;
  }
}

.categoryTtl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .categoryTtl {
    margin-bottom: 6vw;
    font-size: 5.33333vw;
  }
}

@media screen and (min-width: 768px), print {
  .categoryTtl {
    font-size: 2.59259vw;
    margin-bottom: -0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .categoryTtl {
    font-size: 28px;
    margin-bottom: -10px;
  }
}

.categoryTtl:first-line {
  line-height: 1;
}

.categoryTtl .twoLines {
  font-size: 4.8vw;
}

@media screen and (min-width: 768px), print {
  .categoryTtl .twoLines {
    font-size: 2.22222vw;
  }
}

@media screen and (min-width: 1080px) {
  .categoryTtl .twoLines {
    font-size: 24px;
  }
}

.category-nav-business .category-nav-list .thumb {
  position: relative;
}

.category-nav-business .category-nav-list .thumb::before {
  content: "";
  position: absolute;
  width: 6.4vw;
  height: 6.4vw;
  top: 0;
  right: 0;
  display: block;
  background: url("../img/common/icon_haccp.svg") 50% 50% no-repeat, #fff;
}

@media screen and (min-width: 768px), print {
  .category-nav-business .category-nav-list .thumb::before {
    width: 3.33333vw;
    height: 3.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-nav-business .category-nav-list .thumb::before {
    width: 36px;
    height: 36px;
  }
}

.category-safety {
  background: #e8f7fd;
  padding: 10.66667vw 4vw 12.66667vw;
}

@media screen and (min-width: 768px), print {
  .category-safety {
    margin: 0 auto;
    padding: 7.40741vw 0 8.7963vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-safety {
    padding: 80px 0 95px;
  }
}

.category-safety .comment {
  margin: 5.33333vw auto 0;
  font-size: 3.46667vw;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .category-safety .comment {
    margin-top: 2.77778vw;
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-safety .comment {
    margin-top: 30px;
    font-size: 16px;
  }
}

.category-safety .comment:first-line {
  line-height: 1;
}

.category-bnr-inner {
  width: 100%;
  padding: 10vw 4vw 13.33333vw;
}

@media screen and (min-width: 768px), print {
  .category-bnr-inner {
    width: 88.88889vw;
    margin: 0 auto;
    padding: 6.94444vw 0 6.94444vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-bnr-inner {
    width: 960px;
    padding: 75px 0 75px;
  }
}

.category-bnr .goods-bnr-list .bnr .link {
  padding: 4vw 0 4vw 11.2vw;
}

@media screen and (min-width: 768px), print {
  .category-bnr .goods-bnr-list .bnr .link {
    padding: 1.94444vw 0 1.94444vw 5.55556vw;
  }
}

@media screen and (min-width: 1080px) {
  .category-bnr .goods-bnr-list .bnr .link {
    padding: 21px 0 21px 60px;
  }
}

.category-bnr .goods-bnr-list .bnr .link-01 {
  background: url(../img/products/bnr_img_01.jpg) no-repeat left 50%;
  background-size: contain;
}

.category-bnr .goods-bnr-list .bnr .link-02 {
  background: url(../img/products/bnr_img_02.jpg) no-repeat left 50%;
  background-size: contain;
}

.category-bnr .goods-bnr-list .bnr .link-03 {
  background: url(../img/products/bnr_img_03.jpg) no-repeat left 50%;
  background-size: contain;
}

.category-bnr .goods-bnr-list .bnr .link-04 {
  background: url(../img/products/bnr_img_04.jpg) no-repeat left 50%;
  background-size: contain;
}

.countercloth .pageTtl {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .countercloth .pageTtl {
    margin-bottom: 0.46296vw;
  }
}

@media screen and (min-width: 1080px) {
  .countercloth .pageTtl {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .countercloth .pageTtl-txt {
    font-size: 6.13333vw;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px), print {
  .countercloth .pageTtl-txt sub {
    padding-right: .25em;
  }
}

@media screen and (max-width: 767px) {
  .countercloth .pageTtl-main {
    padding: 2.66667vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .countercloth .pageTtl-main span {
    font-size: 4.8vw;
  }
}

.countercloth .pageTtl-main span.inline {
  display: contents;
}

.countercloth .good-design {
  width: 100%;
  padding: 8vw 4vw 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .countercloth .good-design {
    width: 88.88889vw;
    margin: 0 auto;
    padding: 2.77778vw 0 2.31481vw;
  }
}

@media screen and (min-width: 1080px) {
  .countercloth .good-design {
    width: 960px;
    padding: 30px 0 25px;
  }
}

.countercloth .good-design-logo {
  width: 47.33333vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px), print {
  .countercloth .good-design-logo {
    width: 26.2963vw;
    margin-bottom: 1.38889vw;
  }
}

@media screen and (min-width: 1080px) {
  .countercloth .good-design-logo {
    width: 284px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .countercloth .good-design-note {
    font-size: 3.46667vw;
  }
}

.countercloth .haccpBtn {
  margin: 13.33333vw auto 0;
}

@media screen and (min-width: 768px), print {
  .countercloth .haccpBtn {
    margin: 5.55556vw auto 0;
  }
}

@media screen and (min-width: 1080px) {
  .countercloth .haccpBtn {
    margin: 60px auto 0;
  }
}

.mask-cap-cat-heading {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10.13333vw;
  font-size: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-heading {
    font-size: 2.77778vw;
    padding-bottom: 5.18519vw;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-heading {
    font-size: 30px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .mask-cap-cat-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 7.33333vw;
    margin: 0 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav {
    padding-bottom: 6.11111vw;
    width: 88.88889vw;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav {
    padding-bottom: 66px;
    width: 960px;
  }
}

.mask-cap-cat-nav li {
  width: 44vw;
}

@media screen and (max-width: 767px) {
  .mask-cap-cat-nav li {
    margin-bottom: 6.13333vw;
  }
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li {
    width: 16.2963vw;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav li {
    width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .mask-cap-cat-nav li a {
    padding: 2vw 0 1.6vw;
    line-height: 2.3;
  }
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li a {
    line-height: 3;
  }
}

.mask-cap-cat-nav li .twoLines {
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li .twoLines {
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .mask-cap-cat-nav li span {
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .mask-cap-cat-nav li span {
    font-size: 16px;
  }
}

.industrialwiper .pageTtl {
  margin-bottom: 9.06667vw;
}

@media screen and (min-width: 768px), print {
  .industrialwiper .pageTtl {
    margin-bottom: 5.09259vw;
  }
}

@media screen and (min-width: 1080px) {
  .industrialwiper .pageTtl {
    margin-bottom: 55px;
  }
}

.industrialwiper-note {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .industrialwiper-note {
    margin-bottom: 8vw;
    font-size: 3.46667vw;
  }
}

@media screen and (min-width: 768px), print {
  .industrialwiper-note {
    margin-bottom: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .industrialwiper-note {
    margin-bottom: 20px;
  }
}

.others .pageTtl {
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .others .pageTtl {
    margin-bottom: 0.46296vw;
  }
}

@media screen and (min-width: 1080px) {
  .others .pageTtl {
    margin-bottom: 5px;
  }
}

.details-contents {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents {
    margin-top: 5.55556vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents {
    margin-top: 60px;
  }
}

.details-contents .contents-inner {
  width: 100%;
  padding: 0 2.66667vw 8.53333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .contents-inner {
    width: 88.88889vw;
    margin: 0 auto;
    padding: 0 0 6.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .contents-inner {
    width: 960px;
    padding: 0 0 74px;
  }
}

.details-contents .productsTtl .sub .label {
  background: #e8f7fd;
  text-align: center;
  font-weight: bold;
  width: 28.26667vw;
  font-size: 3.46667vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .productsTtl .sub .label {
    width: 11.2963vw;
    font-size: 1.48148vw;
    margin-bottom: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .productsTtl .sub .label {
    width: 122px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.details-contents .productsTtl .sub .type {
  font-weight: bold;
  font-size: 4.8vw;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .productsTtl .sub .type {
    font-size: 2.22222vw;
    margin-bottom: 1.38889vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .productsTtl .sub .type {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.details-contents .productsTtl .sub .type::first-line {
  line-height: 1;
}

.details-contents .productsTtl-txt {
  font-weight: bold;
  font-size: 6.66667vw;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .productsTtl-txt {
    font-size: 3.7037vw;
    margin-bottom: 5.09259vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .productsTtl-txt {
    font-size: 40px;
    margin-bottom: 55px;
  }
}

.details-contents .productsTtl-txt::first-line {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .details-contents .details-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 7.22222vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .details-main {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 767px) {
  .details-contents .details-main-img {
    margin-bottom: 8.93333vw;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .details-main-img {
    width: 40.74074vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .details-main-img {
    width: 440px;
  }
}

.details-contents .details-main-img img {
  height: auto;
}

.details-contents .details-main-img img:not(:last-child) {
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .details-main-img img:not(:last-child) {
    margin-bottom: 5.09259vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .details-main-img img:not(:last-child) {
    margin-bottom: 55px;
  }
}

.details-contents .details-main-txt {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .details-contents .details-main-txt {
    font-size: 3.46667vw;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .details-main-txt {
    width: 46.2963vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .details-main-txt {
    width: 500px;
  }
}

.details-contents .details-main a {
  color: #54c3f1;
}

.details-contents .specification-box h2 {
  font-size: 5.33333vw;
  margin-top: 8.66667vw;
  margin-bottom: 3.6vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box h2 {
    font-size: 2.77778vw;
    margin-top: 5.33333vw;
    margin-bottom: 1.11111vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box h2 {
    font-size: 30px;
    margin-top: 5.33333vw;
    margin-bottom: 12px;
  }
}

.details-contents .specification-box h2::first-line {
  line-height: 1;
}

.details-contents .specification-box h3, .details-contents .specification-box h4 {
  font-size: 4.8vw;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box h3, .details-contents .specification-box h4 {
    font-size: 2.22222vw;
    margin-bottom: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box h3, .details-contents .specification-box h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.details-contents .specification-box h3::first-line, .details-contents .specification-box h4::first-line {
  line-height: 1;
}

.details-contents .specification-box div {
  overflow-x: auto;
}

.details-contents .specification-box p {
  font-size: 3.46667vw;
  padding-bottom: 1em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box p {
    font-size: 1.48148vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .details-contents .specification-box .table-wrap {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #fff 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
    margin-bottom: 3.2vw;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box .table-wrap {
    margin-bottom: 0.46296vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box .table-wrap {
    margin-bottom: 5px;
  }
}

.details-contents .specification-box .table-wrap .t-note {
  display: inline-block;
  font-size: 3.46667vw;
  padding-left: 1.33333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box .table-wrap .t-note {
    font-size: 13px;
    padding-left: 0.46296vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box .table-wrap .t-note {
    padding-left: 5px;
  }
}

.details-contents .specification-box .item-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box .item-movie {
    margin-top: 3.7037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box .item-movie {
    margin-top: 40px;
  }
}

.details-contents .specification-box .item-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.details-contents .specification-box img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .details-contents .specification-box img {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box img {
    max-width: 74.07407vw;
    width: auto;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box img {
    max-width: 800px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .details-contents .specification-box img:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box img.aligncenter {
    display: block !important;
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box .two-column {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box .three-column {
    width: 30% !important;
  }
}

.details-contents .specification-box a {
  color: #54c3f1;
}

.details-contents .specification-box table.tablepress {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .details-contents .specification-box table {
    width: 213.33333vw;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box table {
    width: 100%;
  }
}

.details-contents .specification-box table th, .details-contents .specification-box table td {
  border: 1px solid #ddd;
  text-align: center !important;
  padding: 15px;
}

.details-contents .specification-box table th span.supplement, .details-contents .specification-box table td span.supplement {
  font-size: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box table th span.supplement, .details-contents .specification-box table td span.supplement {
    font-size: 1.2037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box table th span.supplement, .details-contents .specification-box table td span.supplement {
    font-size: 13px;
  }
}

.details-contents .specification-box table th {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box table th {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box table th {
    font-size: 18px;
  }
}

.details-contents .specification-box table td {
  vertical-align: middle;
  font-size: 3.46667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box table td {
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box table td {
    font-size: 16px;
  }
}

.details-contents .specification-box table tr:first-child th {
  border-bottom: none;
}

.details-contents .specification-box table tr:nth-child(2) td {
  border-top: none;
}

.details-contents .specification-box #tablepress-1 tr th:first-child {
  width: 12em;
}

.details-contents .specification-box #tablepress-2 th img, .details-contents .specification-box #tablepress-2 td img, .details-contents .specification-box #tablepress-5 th img, .details-contents .specification-box #tablepress-5 td img {
  width: 100% !important;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-2 th img, .details-contents .specification-box #tablepress-2 td img, .details-contents .specification-box #tablepress-5 th img, .details-contents .specification-box #tablepress-5 td img {
    width: 29.62963vw !important;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-2 th img, .details-contents .specification-box #tablepress-2 td img, .details-contents .specification-box #tablepress-5 th img, .details-contents .specification-box #tablepress-5 td img {
    width: 320px !important;
  }
}

.details-contents .specification-box #tablepress-5 tr:first-child th {
  border: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-5 tr:first-child th:not(:first-child) {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.details-contents .specification-box #tablepress-5 tr:first-child td:first-child {
  width: 12em;
}

.details-contents .specification-box #tablepress-5 tr th:first-child {
  width: 12em;
  background: rgba(39, 183, 243, 0.2);
}

.details-contents .specification-box #tablepress-5 tr td:first-child {
  background: rgba(39, 183, 243, 0.2);
}

.details-contents .specification-box #tablepress-5 tr:nth-child(3) td {
  background: rgba(255, 255, 255, 0.2);
}

.details-contents .specification-box #tablepress-3 tr:nth-child(2) td {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: bold;
}

.details-contents .specification-box #tablepress-3 tr th:first-child {
  width: 12em;
}

.details-contents .specification-box #tablepress-4 th, .details-contents .specification-box #tablepress-4 td {
  border: 1px solid #ddd;
  text-align: center !important;
  padding: 15px;
}

.details-contents .specification-box #tablepress-4 th img, .details-contents .specification-box #tablepress-4 td img {
  width: 100% !important;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-4 th img, .details-contents .specification-box #tablepress-4 td img {
    width: 29.62963vw !important;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-4 th img, .details-contents .specification-box #tablepress-4 td img {
    width: 320px !important;
  }
}

.details-contents .specification-box #tablepress-4 th {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-4 th {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-4 th {
    font-size: 18px;
  }
}

.details-contents .specification-box #tablepress-4 td {
  vertical-align: top;
  font-size: 3.46667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-4 td {
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-4 td {
    font-size: 16px;
  }
}

.details-contents .specification-box #tablepress-4 tr:first-child th {
  border-bottom: none;
}

.details-contents .specification-box #tablepress-4 tr:nth-child(2) td {
  border-top: none;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-12 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-12 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-12 tr:first-child .column-1 {
  width: 16%;
}

.details-contents .specification-box #tablepress-12 tr:first-child .column-2 {
  width: 10%;
}

.details-contents .specification-box #tablepress-12 tr:first-child .column-3 {
  width: 16%;
}

.details-contents .specification-box #tablepress-12 tr:first-child .column-4 {
  border-bottom: 1px solid #ddd;
  width: 36%;
  padding: 1.86667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-12 tr:first-child .column-4 {
    padding: 0.64815vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-12 tr:first-child .column-4 {
    padding: 7px;
  }
}

.details-contents .specification-box #tablepress-12 tr:first-child .column-10 {
  width: 20%;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-7, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-8, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-9 {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 6%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-7, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-8, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-9 {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-7, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-8, .details-contents .specification-box #tablepress-12 tr:nth-child(2) .column-9 {
    padding: 15px 4px;
  }
}

.details-contents .specification-box #tablepress-12 .row-3 > td {
  border-top: none;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(n+3):nth-child(-n+7) td.column-5 {
  color: #fd2db5;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(n+3):nth-child(-n+7) td.column-6 {
  color: #79be00;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(n+3):nth-child(-n+7) td.column-7 {
  color: #1c74bc;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(n+3):nth-child(-n+7) td.column-8 {
  color: #ffb801;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(n+3):nth-child(-n+7) td.column-9 {
  color: #ec7612;
}

.details-contents .specification-box #tablepress-12 tr:nth-child(n+3):nth-child(-n+7) td.column-10 {
  text-align: left !important;
}

.details-contents .specification-box #tablepress-13 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-13 tr:nth-child(2) td {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-13 tr:nth-child(3) td {
  border-top: none;
}

.details-contents .specification-box #tablepress-13 tr:nth-child(4) .column-1 {
  line-height: 1.3;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-18 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-18 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-18 tr:first-child .column-1 {
  width: 16%;
}

.details-contents .specification-box #tablepress-18 tr:first-child .column-2 {
  width: 12%;
}

.details-contents .specification-box #tablepress-18 tr:first-child .column-3 {
  width: 15%;
}

.details-contents .specification-box #tablepress-18 tr:first-child .column-4 {
  border-bottom: 1px solid #ddd;
  width: 35%;
  padding: 1.86667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-18 tr:first-child .column-4 {
    padding: 0.64815vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-18 tr:first-child .column-4 {
    padding: 7px;
  }
}

.details-contents .specification-box #tablepress-18 tr:first-child .column-10 {
  width: 22%;
}

.details-contents .specification-box #tablepress-18 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-7, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-8 {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 7%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-7, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-8 {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-7, .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-8 {
    padding: 15px 4px;
  }
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-18 tr:nth-child(2) .column-8 {
    font-size: 13px;
  }
}

.details-contents .specification-box #tablepress-18 tr:nth-child(3) td {
  border-top: none;
}

.details-contents .specification-box #tablepress-18 tr:nth-child(3) td.column-5, .details-contents .specification-box #tablepress-18 tr:nth-child(4) td.column-5 {
  color: #fd2db5;
}

.details-contents .specification-box #tablepress-18 tr:nth-child(3) td.column-6, .details-contents .specification-box #tablepress-18 tr:nth-child(4) td.column-6 {
  color: #79be00;
}

.details-contents .specification-box #tablepress-18 tr:nth-child(3) td.column-7, .details-contents .specification-box #tablepress-18 tr:nth-child(4) td.column-7 {
  color: #1c74bc;
}

.details-contents .specification-box #tablepress-18 tr:nth-child(3) td.column-8, .details-contents .specification-box #tablepress-18 tr:nth-child(4) td.column-8 {
  color: #dbd8c5;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-22 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-22 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-22 tr:first-child .column-4 {
  border-bottom: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-22 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-7 {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 6%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-7 {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-22 tr:nth-child(2) .column-7 {
    padding: 15px 4px;
  }
}

.details-contents .specification-box #tablepress-22 tr:nth-child(3) td {
  border-top: none;
}

.details-contents .specification-box #tablepress-22 tr:nth-child(n+3):nth-child(-n+7) td.column-5 {
  color: #fd2db5;
}

.details-contents .specification-box #tablepress-22 tr:nth-child(n+3):nth-child(-n+7) td.column-6 {
  color: #79be00;
}

.details-contents .specification-box #tablepress-22 tr:nth-child(n+3):nth-child(-n+7) td.column-7 {
  color: #1c74bc;
}

.details-contents .specification-box #tablepress-22 tr:nth-child(n+3):nth-child(-n+7) td.column-8 {
  text-align: left !important;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-39 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-39 img {
  width: 100%;
}

.details-contents .specification-box #tablepress-39 tr.row-1 .column-1 {
  width: 18%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-39 tr.row-1 .column-1 {
    padding: 1.48148vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-39 tr.row-1 .column-1 {
    padding: 16px 4px;
  }
}

.details-contents .specification-box #tablepress-39 tr.row-1 .column-2 {
  width: 8%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-39 tr.row-1 .column-2 {
    padding: 1.48148vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-39 tr.row-1 .column-2 {
    padding: 16px 4px;
  }
}

.details-contents .specification-box #tablepress-39 tr.row-1 .column-3 {
  width: 41%;
}

.details-contents .specification-box #tablepress-39 tr.row-1 .column-7 {
  width: 13%;
}

.details-contents .specification-box #tablepress-39 tr.row-1 .column-8 {
  width: 20%;
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-1,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-1 {
  padding: 0.26667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-1 {
    padding: 0.18519vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-1,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-1 {
    padding: 2px;
  }
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-3 {
  width: 11%;
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-4 {
  width: 8%;
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-5 {
  width: 8%;
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-6 {
  width: 6%;
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-2 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-2 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-2 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-2 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-2 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-7,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-2,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-3,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-4,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-5,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-6,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-7 {
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-7 {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-2 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-3 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-4 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-5 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-6 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-7 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-8 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-9 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-10 td.column-7,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-2,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-3,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-4,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-5,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-6,
  .details-contents .specification-box #tablepress-39 tr.row-11 td.column-7 {
    padding: 15px 4px;
  }
}

.details-contents .specification-box #tablepress-39 tr.row-2 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-3 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-4 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-5 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-6 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-7 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-8 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-9 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-10 td.column-8,
.details-contents .specification-box #tablepress-39 tr.row-11 td.column-8 {
  text-align: left !important;
}

.details-contents .specification-box #tablepress-42 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-42 tr:first-child .column-4 {
  border-bottom: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-42 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-42 tr:nth-child(3) td {
  border-top: none;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-40 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-40 .column-1 {
  width: 10%;
}

.details-contents .specification-box #tablepress-40 .column-2 {
  width: 14%;
}

.details-contents .specification-box #tablepress-40 .column-3 {
  width: 14%;
}

.details-contents .specification-box #tablepress-40 .column-4 {
  width: 14%;
}

.details-contents .specification-box #tablepress-40 .column-5 {
  width: 18%;
}

.details-contents .specification-box #tablepress-40 .column-6 {
  width: 30%;
}

.details-contents .specification-box #tablepress-40 .row-2 .column-6, .details-contents .specification-box #tablepress-40 .row-3 .column-6, .details-contents .specification-box #tablepress-40 .row-4 .column-6, .details-contents .specification-box #tablepress-40 .row-5 .column-6, .details-contents .specification-box #tablepress-40 .row-6 .column-6, .details-contents .specification-box #tablepress-40 .row-7 .column-6 {
  text-align: left !important;
}

.details-contents .specification-box #tablepress-35 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-35 tr:first-child .column-4 {
  border-bottom: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-35 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-35 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-35 tr:nth-child(2) .column-5 {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.details-contents .specification-box #tablepress-35 tr:nth-child(3) td {
  border-top: none;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-45 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-45 .column-1 {
  width: 14%;
}

.details-contents .specification-box #tablepress-45 .column-2 {
  width: 26%;
}

.details-contents .specification-box #tablepress-45 .column-3 {
  width: 12%;
}

.details-contents .specification-box #tablepress-45 .column-4 {
  width: 48%;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-49 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-49 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-49 tr:first-child .column-1 {
  border-bottom: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-49 tr:first-child .column-3 {
  border-bottom: 1px solid #ddd;
  padding: 1.86667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-49 tr:first-child .column-3 {
    padding: 0.64815vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-49 tr:first-child .column-3 {
    padding: 7px;
  }
}

.details-contents .specification-box #tablepress-49 tr:first-child .column-4 {
  border-bottom: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) td {
  border-top: none;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-1 {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  position: relative;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) .composition {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) .composition-inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-6 {
  vertical-align: top;
  padding: 4vw 1.06667vw 1.33333vw;
  border-bottom: none;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-6 {
    padding: 0.46296vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(3) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .column-6 {
    padding: 5px 4px;
  }
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) img, .details-contents .specification-box #tablepress-49 tr:nth-child(5) img, .details-contents .specification-box #tablepress-49 tr:nth-child(7) img, .details-contents .specification-box #tablepress-49 tr:nth-child(9) img, .details-contents .specification-box #tablepress-49 tr:nth-child(11) img {
  width: 60% !important;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(3) .model-no, .details-contents .specification-box #tablepress-49 tr:nth-child(5) .model-no, .details-contents .specification-box #tablepress-49 tr:nth-child(7) .model-no, .details-contents .specification-box #tablepress-49 tr:nth-child(9) .model-no, .details-contents .specification-box #tablepress-49 tr:nth-child(11) .model-no {
  color: #333;
  text-align: left;
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 1em;
}

.details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-6 {
  vertical-align: top;
  background: #f6f6f6;
  padding-bottom: 0;
  padding: 0.1em;
  text-align: left !important;
  line-height: 1.5;
  padding: 2.66667vw;
  border-top: none;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-6 {
    padding: 0.92593vw;
    font-size: 13px;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(4) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(6) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(8) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(10) .column-6, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-3, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-4, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-5, .details-contents .specification-box #tablepress-49 tr:nth-child(12) .column-6 {
    padding: 10px;
  }
}

.details-contents .specification-box #tablepress-49 .column-1 {
  width: 4%;
}

.details-contents .specification-box #tablepress-49 .column-2 {
  width: 14%;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-right: none;
}

.details-contents .specification-box #tablepress-49 .column-3 {
  border-left: none;
}

.details-contents .specification-box #tablepress-49 .column-3, .details-contents .specification-box #tablepress-49 .column-4, .details-contents .specification-box #tablepress-49 .column-5, .details-contents .specification-box #tablepress-49 .column-6 {
  width: 16%;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-23 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-23 .column-1 {
  width: 10%;
}

.details-contents .specification-box #tablepress-23 .column-2 {
  width: 20%;
}

.details-contents .specification-box #tablepress-23 .column-3 {
  width: 8%;
}

.details-contents .specification-box #tablepress-23 .column-4 {
  width: 8%;
}

.details-contents .specification-box #tablepress-23 .column-5 {
  width: 16%;
}

.details-contents .specification-box #tablepress-23 .column-6 {
  width: 18%;
}

.details-contents .specification-box #tablepress-23 .row-2 .column-6, .details-contents .specification-box #tablepress-23 .row-3 .column-6 {
  text-align: left !important;
}

.details-contents .specification-box #tablepress-51 tr:first-child td, .details-contents .specification-box #tablepress-52 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-51 tr:nth-child(2) td, .details-contents .specification-box #tablepress-52 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-51 tr:nth-child(2) .column-2, .details-contents .specification-box #tablepress-51 tr:nth-child(2) .column-3, .details-contents .specification-box #tablepress-51 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-52 tr:nth-child(2) .column-2, .details-contents .specification-box #tablepress-52 tr:nth-child(2) .column-3, .details-contents .specification-box #tablepress-52 tr:nth-child(2) .column-4 {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.details-contents .specification-box #tablepress-51 tr:nth-child(3) .column-1, .details-contents .specification-box #tablepress-52 tr:nth-child(3) .column-1 {
  line-height: 1.4;
}

.details-contents .specification-box #tablepress-15 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
}

.details-contents .specification-box #tablepress-15 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
}

.details-contents .specification-box #tablepress-15 tr:nth-child(2) .column-3, .details-contents .specification-box #tablepress-15 tr:nth-child(2) .column-4, .details-contents .specification-box #tablepress-15 tr:nth-child(2) .column-5, .details-contents .specification-box #tablepress-15 tr:nth-child(2) .column-6, .details-contents .specification-box #tablepress-15 tr:nth-child(2) .column-7 {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.details-contents .specification-box #tablepress-53 tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  padding: 4vw 1.06667vw;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-53 tr:first-child td {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-53 tr:first-child td {
    padding: 15px 4px;
  }
}

.details-contents .specification-box #tablepress-53 tr:first-child .column-1, .details-contents .specification-box #tablepress-53 tr:first-child .column-6, .details-contents .specification-box #tablepress-53 tr:first-child .column-8 {
  border-bottom: 1px solid #ddd;
}

.details-contents .specification-box #tablepress-53 tr:nth-child(2) td {
  background: rgba(39, 183, 243, 0.2);
  font-weight: bold;
  border-bottom: none;
  padding: 4vw 1.06667vw;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-53 tr:nth-child(2) td {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-53 tr:nth-child(2) td {
    padding: 15px 4px;
  }
}

.details-contents .specification-box #tablepress-53 tr:nth-child(3) td {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.details .whiteBtn {
  background: #54c3f1;
  width: 80vw;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 768px), print {
  .details .whiteBtn {
    width: 55.55556vw;
    margin-bottom: 9.25926vw;
  }
}

@media screen and (min-width: 1080px) {
  .details .whiteBtn {
    width: 600px;
    margin-bottom: 100px;
  }
}

.details .whiteBtn a {
  line-height: 1;
  color: #fff;
  padding: 4.13333vw 0 4vw;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px), print {
  .details .whiteBtn a {
    font-size: 2.03704vw;
    padding: 2.53333vw 0 2.26667vw;
  }
}

@media screen and (min-width: 1080px) {
  .details .whiteBtn a {
    padding: 19px 0 17px;
    font-size: 22px;
  }
}

/*# sourceMappingURL=products.css.map */
@media screen and (min-width: 768px), print {
  .details .whiteBtn a {
    font-size: 2.03704vw;
    padding: 2.53333vw 0 2.26667vw;
  }
}






@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-38 {
    width: 100%;
  }
}

.details-contents .specification-box #tablepress-38 img {
  width: 100%;
}

.details-contents .specification-box #tablepress-38 tr.row-1 .column-1 {
  width: 18%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-38 tr.row-1 .column-1 {
    padding: 1.48148vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-38 tr.row-1 .column-1 {
    padding: 16px 4px;
  }
}

.details-contents .specification-box #tablepress-38 tr.row-1 .column-2 {
  width: 8%;
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-38 tr.row-1 .column-2 {
    padding: 1.48148vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-38 tr.row-1 .column-2 {
    padding: 16px 4px;
  }
}

.details-contents .specification-box #tablepress-38 tr.row-1 .column-3 {
  width: 41%;
}

.details-contents .specification-box #tablepress-38 tr.row-1 .column-5 {
  width: 16%;
}

.details-contents .specification-box #tablepress-38 tr.row-1 .column-6 {
  width: 20%;
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-1,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-1 {
  padding: 0.26667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-1,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-1 {
    padding: 0.18519vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-1,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-1 {
    padding: 2px;
  }
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-3,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-3 {
  width: 8%;
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-4,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-4 {
  width: 8%;
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-5,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-5 {
  width: 8%;
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-6,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-6 {
  width: 6%;
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-2,
.details-contents .specification-box #tablepress-38 tr.row-2 td.column-3,
.details-contents .specification-box #tablepress-38 tr.row-2 td.column-4,
.details-contents .specification-box #tablepress-38 tr.row-2 td.column-5,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-2,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-3,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-4,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-5 {
  padding: 4vw 1.06667vw;
}

@media screen and (min-width: 768px), print {
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-2,
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-3,
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-4,
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-5,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-2,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-3,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-4,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-5 {
    padding: 1.38889vw 0.37037vw;
  }
}

@media screen and (min-width: 1080px) {
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-2,
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-3,
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-4,
  .details-contents .specification-box #tablepress-38 tr.row-2 td.column-5,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-2,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-3,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-4,
  .details-contents .specification-box #tablepress-38 tr.row-3 td.column-5 {
    padding: 15px 4px;
  }
}

.details-contents .specification-box #tablepress-38 tr.row-2 td.column-6,
.details-contents .specification-box #tablepress-38 tr.row-3 td.column-6 {
  text-align: left !important;
}

.supbr sub:after{
  content: "\A" ;
  white-space: pre ;
}


.products .goodsName span.small{
  display: block;
  margin-top: 0.2em;
}