<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**********************************************************************
	Product_detail - className : Product_detail
***********************************************************************/
.Product_detail {
  padding: 0 0 10px;
  /*サムネイル切替*/
  /** detail2 */
  /*掲載カタログ*/
}
@media only screen and (max-width: 936px) {
  .Product_detail {
    padding-bottom: 10px;
  }
}
.Product_detail .Product_detail-gallery {
  max-width: 400px;
  margin: 0 auto;
}
.Product_detail .Product_detail-gallery .Product_detail-gallery_img {
  margin-bottom: 80px;
}
.Product_detail .Product_detail-gallery .Product_detail-gallery_thumb img {
  cursor: pointer;
}
.Product_detail .Product_detail-gallery .Product_detail-gallery_thumb img:hover {
  opacity: 0.7;
  transition: opacity .2s linear;
}
.Product_detail .Product_detail-gallery .Product_detail-gallery_thumb .Product_detail-thumb_ttl {
  margin-bottom: 10px;
}
@media only screen and (max-width: 936px) {
  .Product_detail .Product_detail-gallery .Product_detail-gallery_img {
    margin-bottom: 40px;
  }
}
.Product_detail .Product_detail-main {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 936px) {
  .Product_detail .Product_detail-main .Product_detail-main_img {
    margin-bottom: 40px;
  }
}
.Product_detail .Product_detail-gallery2 {
  width: 100%;
  margin: 0 auto;
}
.Product_detail .Product_detail-gallery2 img {
  cursor: pointer;
}
.Product_detail .Product_detail-gallery2 img:hover {
  opacity: 0.7;
  transition: opacity .2s linear;
}
.Product_detail .Product_detail-gallery2 .Product_detail-thumb_ttl {
  margin-bottom: 10px;
}
@media only screen and (max-width: 936px) {
  .Product_detail .Product_detail-gallery2 {
    width: 100%;
  }
  .Product_detail .Product_detail-gallery2 img {
    width: 100%;
  }
}
.Product_detail .Product_detail-table {
  font-weight: normal;
  border-left: none;
  margin-bottom: 0px;
}
.Product_detail .Product_detail-table .Product_detail-table_th {
  background: #eee;
  text-align: center;
  min-width: 150px;
}
.Product_detail .Product_detail-table .Product_detail-table_th, .Product_detail .Product_detail-table .Product_detail-table_td {
  padding: 10px 20px;
  border-right: none;
}
@media only screen and (max-width: 936px) {
  .Product_detail .Product_detail-table .table_box-row {
    display: table-row;
  }
}
@media only screen and (max-width: 936px) {
  .Product_detail .Product_detail-table .table_box-row &gt; * {
    display: table-cell;
  }
}
@media only screen and (max-width: 767px) {
  .Product_detail .Product_detail-table .table_box-row &gt; * {
    display: block;
    text-align: left;
  }
}
.Product_detail .Product_detail-item {
  padding: 30px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.Product_detail .Product_detail-item .Product_detail-item_tag {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .Product_detail .Product_detail-item .col-sp-2 {
    width: 100%;
  }
}
.Product_detail .m-btn.btn-dl, .Product_detail .m-btn.btn-claim, .Product_detail .m-btn.btn-catalog {
  font-size: 1.5rem;
}
</pre></body></html>