@charset "UTF-8";


/*===============================================
【商品情報】20240207追加
================================================*/

.product-info__inner {
padding: 74px 20px;
max-width: 1000px;
}

.product-info__inner.over {
padding: 74px 20px 0;
}

.product-info__inner.under {
padding: 0 20px;
}

.product-info__inner.over .product-info__pc-media,
.product-info__inner.under .product-info__pc-media {
align-items: center;
}

.product-info__pc-media-img {
}

@media screen and (min-width: 768px){
.product-info__inner.over .product-info__pc-media-img,
.product-info__inner.under .product-info__pc-media-img {
width: 24%;
}
}

.product-info__inner.table {
padding: 0 20px 74px;
display: flex;
justify-content: center;
}

@media screen and (min-width: 768px){
.product-info__inner.table .product-info__pc {
width: 100%;
}
}

@media screen and (max-width: 767px){
.product-info__inner.table .product-info__sp {
width: 100%;
}
}

@media screen and (min-width: 768px){
.product-info__inner.table .product-info__pc-media {
justify-content: center;
}
}

.product-info__sp-dl-list:first-of-type {}

@media screen and (max-width: 767px){
.product-info__inner.table .product-info__sp-dl-list:first-of-type {
  margin-top: 15px;
}
}


.product-info__inner.table .product-info__pc-media-desc-txt.flex {
font-weight: bold;
font-size: 18px;
margin: 24px 0 10px;
display: flex;
justify-content: center;
}

.product-info__inner.table .product-info__pc-media-desc-txt.flex span {
text-align: left;
}



