@charset "UTF-8";

/*common*/
.l-content .m-h2 {
    margin-bottom: 30px;
}
.l-content .content p,
.l-content .content ul,
.l-content .content ul li {
    font-size: 15px;
}
.l-content table th,
.l-content table td {
    font-size: 15px;
    vertical-align: middle;
}

/*table*/
.l-content .type {
    width: 1000px;
    margin: 0 auto;
}
.l-content .type table {
    margin: 0;
}

/*summary__txt*/
.l-content .summary__txt {
    width:800px;
    margin: 0 auto;
}

/*chapter*/
.l-content .chapter {
    width: 700px;
    border: solid 1px #333;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 30px 30px;
}
.l-content .chapter ul {
    line-height: 24px;
}
.l-content .chapter ul li {
    font-size: 15px;
}

/*商品詳細*/
.l-content .detail .item .m-h4--secondary {
    font-size: 17px;
    justify-content: center;
}
.l-content .detail .item p {
    text-align: left;
}
.l-content .detail .item .item__inner {
    width: 700px;
    margin: 0 auto;
}
.l-content .detail .item .item__inner table td {
    padding: 7px 20px;
    vertical-align: middle;
}

/*商品のご購入はこちら*/
.l-content .product .list {
    display: flex;
    gap: 20px;
}
.l-content .product .list>li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 183px;
    padding: 16px;
    font-size: 13px;
}
.l-content .product .list>li>a {
    display: block;
    text-decoration: none;
}
.l-content .product .list>li>a br {
    display: none;
}
.l-content .product .list>li>a .itemImage {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}
.l-content .product .list>li>a .itemImage>img{
    max-width: 183px;
}
.l-content .product .list>li>a .itemName {
    display: block;
    margin-top: 10px;
}
.l-content .product .list>li>a .itemName>strong {
    font-weight: normal;
}
.l-content .product .list>li>a .itemMaker {
    display: inline-block;
    margin-top: 37px;
    color: #999;
}
.l-content .product .list>li>a .reviewBox {
    display: block;
    width: 98px;
    height: 18px;
    background-image: url(/vcommon/common/img/sprite_stars.png);
    background-repeat: no-repeat;
    background-size: auto 80px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
}
.l-content .product .list>li>a .reviewBox.review--star5 {
    background-position: 0 0;
}
.l-content .product .list>li>a .reviewBox.review--star4dot5 {
    background-position: 0 -18px;
}
.l-content .product .list>li>a .reviewBox.review--star4 {
    background-position: -20px 0px;
}
.l-content .product .list>li>a .reviewBox.review--star0 {
    background-position: -98px 0px;
}
.l-content .product .list>li>a .itemOriginalPrice {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    color: #333;
    border-top: 1px dotted #ccc;
}
.l-content .product .list>li>a .itemOriginalPrice em {
    display: block;
    color: #333;
    font-weight: bold;
}
.l-content .product .list>li>a .itemDelivery {
    display: block;
    color: #333;
    margin-top: 5px;
}
.l-content .product .list>li>a .itemDelivery em {
    display: block;
    color: #333;
}
.l-content .product .list>li>a .daihyoKataban,
.l-content .product .list>li>a .itemDiscountPrice,
.l-content .product .list>li>a .itemDiscountRate,
.l-content .product .list>li>a .itemDiscountEnd {
    display: none;
}
.l-content .product .list>li .iconBox .icon--ship,
.l-content .product .list>li .iconBox .icon--ship--part {
    display: inline-block;
    color: #333;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 4px 8px 2px;
    text-align: center;
    text-indent: 0;
    margin-top: 5px;
}