@charset "utf-8";
/* CSS Document */

.goods-box{
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px 30px;
margin-top: 1em;
}
.goods-box p.text{
margin: 1rem 0 0 0 !important;
}
.goods-box img{
width: 100%;
height: auto;
margin-top: 0.8rem;
}
ul.list_item_box{
margin-top: 0.8rem;
margin-left: 1.25rem;
}
li.list_item{
list-style-type: disc;
}
li.list_item--indent01{
text-indent: 4em hanging;
}
li.list_item--indent02{
text-indent: 5em hanging;
}

.goods-box .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 15px 0px 0 auto;
}
.goods-box .priceArea2 {
    color: #E50012;
    margin-bottom: 0;
    text-align: end;
}
.goods-box .priceArea2 .amt {
    font-size: 2.200em;
    font-weight: 700;
    vertical-align: baseline;
}
.goods-box .priceArea2 .yen {
    font-size: 1.25em;
    vertical-align: baseline;
    font-weight: bold;
}
.goods-box .tax {
    font-size: 1.12em;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: bold;
    margin-right: 15px;
}


h3.subheading_h3{
font-weight: bold;
border: none;
text-align: left;
color: #333333;
margin: 3.5rem 0 0 0;
font-size: 1.25rem;
}
h4.subheading_h4{
font-weight: bold;
margin: 1rem 0 0 0;
font-size: 1.4em;
width: 100%;
}

.goods-container .goods-box:first-child{
margin-top: .25rem;
}

@media only screen and (max-width: 768px) {
ul.list_item_box{
 font-size: 0.75rem;
 }
h4.subheading_h4{
font-size: 1.25em;
}
}