@charset "UTF-8";
.table-border--product {
  border-color: rgba(195, 195, 195, 0.7647058824);
}
.table-border--product > tbody > tr > th {
  padding: 20rem 15rem 6rem 15rem;
}
.table-border--product > tbody > tr > td {
  padding: 0rem 15rem 20rem 15rem;
}
.table-border--product th, .table-border--product td {
  padding: 20rem 15rem;
}
.table-border--product th:first-child {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .table-border--product th:first-child {
    width: 232rem;
  }
}
@media screen and (min-width: 768px) {
  .table-border--product > tbody > tr > th {
    padding: 20rem 15rem;
  }
  .table-border--product > tbody > tr > td {
    padding: 20rem 15rem;
  }
  .table-border--product th, .table-border--product td {
    padding: 20rem 15rem;
  }
}

.table-standard--product {
  white-space: nowrap;
  width: 100%;
}
.table-standard--product__wrap {
  overflow-x: scroll;
}
.table-standard--product th, .table-standard--product td {
  display: table-cell;
}
.table-standard--product th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-standard--product td {
  border: 1px solid rgba(195, 195, 195, 0.7647058824);
}
.table-standard--product td:first-child {
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .table-standard--product td:first-child {
    width: 232rem;
  }
}
.table-standard--product--regin {
  width: auto;
}
.table-standard--product--regin th:not(:first-child) {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.table-standard--product--regin th:first-child {
  vertical-align: top;
  width: 50rem;
  border-left: 1px solid #0458A2;
}
.table-standard--product--regin th:last-child {
  border-right: 1px solid #0458A2;
}
.table-standard--product--regin th, .table-standard--product--regin td {
  display: table-cell;
}
.table-standard--product--regin td:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .table-standard--product--regin td:first-child {
    min-width: 313rem;
  }
}
.table-standard--product--regin td:not(:first-child) {
  font-size: 22rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.ttl-pattern-2--product::after {
  display: none;
}

.product-text {
  font-size: 16rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.product-remark {
  font-size: 14rem;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
  color: #222;
  display: flex;
}
.product-remark--link {
  color: #222;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.product-remark--link:hover {
  cursor: pointer;
  color: #222;
  opacity: 0.7;
}
.product-remark--link:before {
  display: none;
}

.product-remark::before {
  content: "※";
  font-size: 14rem;
  margin-right: 5rem;
}

.btn-standard.btn-standard--product {
  padding: 17rem 34rem;
}

.is-product-detail .text-link--icon-newtab {
  display: inline-flex;
}
.is-product-detail .text-link--icon-file {
  display: inline-flex;
}

.product-media-pattern-1 {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
.product-media-pattern-1__item {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .product-media-pattern-1 {
    flex-direction: row;
  }
}

.product-images {
  display: flex;
  justify-content: space-between;
}
.product-images__img {
  flex: 1;
  width: calc(33.3333333333% - 10rem);
}
.product-images__img:nth-child(2):nth-last-child(1) {
  margin-left: 25px;
}
.product-images__img:nth-child(2):nth-last-child(2), .product-images__img:nth-child(3):nth-last-child(1) {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .product-images__img {
    width: calc(33.3333333333% - 16.6666666667rem);
  }
  .product-images__img:nth-child(2):nth-last-child(1) {
    margin-left: 60px;
  }
  .product-images__img:nth-child(2):nth-last-child(2), .product-images__img:nth-child(3):nth-last-child(1) {
    margin-left: 25px;
  }
}

.product-detail-line {
  border-bottom: 1px solid rgba(195, 195, 195, 0.7647058824);
}
.product-detail-line--2px {
  border-bottom: 2px solid rgba(195, 195, 195, 0.7647058824);
}

.product-detail-display-btns {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1272px), print {
  .product-detail-display-btns {
    flex-direction: row;
  }
}

.flex-column {
  flex-direction: column;
}

.gap-x-5 {
  gap: 20rem;
}

.gap-y-7 {
  gap: 28rem;
}/*# sourceMappingURL=style-product-detail.css.map */