@charset "utf-8";    
    #str00{
        margin-bottom: 7%;
    }
    #str00 a:hover{
        text-decoration: none;
        opacity: 0.7;
    }
    #str00 .center{
        text-align: center;
        margin-bottom: 2%;
    }
    #str00 .txtBoxcenter {
        margin: 0 auto 3%;
        text-align: center;
        display: block;
    }
    #str00 .txtBoxcenter p {
        text-align: left;
        display: inline-block;
    }
    #str00 .main{
        border-bottom: 1px solid #ee1c00;
        margin-bottom: 7%;
    }
    #str00 .main p{
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 4%;
    }
    #str00 .readBox{
        margin-bottom: 5%;
        font-size: 16px;
    }
    #str00 .readBox .halfblock{
        display: flex;
        align-items: center;
        padding: 0;
        margin-bottom: 3%;
    }
    #str00 .readBox .halfblock .left{
        width: 63%;;
    }
    #str00 .readBox .halfblock .right{
        width: 38%;
        min-height: 16em;
        padding-left: 3%;
    }
    #str00 .cBox{
        margin-bottom: 5%;
        font-size: 16px;
    }
    #str00 .cBox.parent{
        margin-top: 7%;
    }
    #str00 .red{
        color:#e60012;
        text-align: center;
    }
    #str00 .cBox .halfblock{
        display: flex;
        align-items: center;
        padding: 0 5%;
        margin-bottom: 1%;
    }
    #str00 .cBox .halfblock .left{
        width: 53%;
    }
    #str00 .cBox .halfblock .right{
        width: 46%;
        padding-left: 5%;
    }
    #str00 .cBox .halfblock .right .Toptxt{
        min-height: 13em;
    }
    #str00 .cBox .halfblock2{
        display: flex;
        align-items: center;
        padding: 0 5%;
    }
    #str00 .cBox .Bottomtxt{
        margin: 0 7%;
    }
    #str00 .cBox .halfblock2 .left{
        width: 44%;
    }
    #str00 .cBox .halfblock2 .left .Toptxt{
        min-height: 11em;
    }
    #str00 .cBox .halfblock2 .right{
        width: 55%;
        padding-left: 3%;
        margin-top: 3%;
    }
    #str00 .cBox .Boxname{
        font-size: 18px;
    }
    #str00 .cBox .Boxprice{
        font-size: 26px;
        float: left;
        margin-bottom: 3%;
    }
    #str00 .cBox .ShippingIncluded{
        padding-top: 2%;
        width: 35.2%;
    }
    #str00 .cBox .Boxprice:after{
        content: "（税込）";
        font-size: 16px;
        font-weight: normal;
    }
    
@media (max-width: 1199px) {
    #str00 .readBox{
        font-size: 14px;
    }
    #str00 .cBox{
        font-size: 14px;
    }
    #str00 .cBox .Boxname{
        font-size: 16px;
    }
    #str00 .cBox .Boxprice{
        font-size: 23px;
    }
    #str00 .cBox .Boxprice:after{
        font-size: 14px;
    }
    #str00 .readBox .halfblock .right {
        min-height: 14em;
        font-size: 14px;
    }
    #str00 .cBox .halfblock .right .Toptxt{
        min-height: 10em;
        font-size: 14px;
    }
    #str00 .cBox .halfblock2 .left .Toptxt{
        min-height: 10em;
        font-size: 14px;
    }
    #str00 .cBox .ShippingIncluded{
        padding-top: 3%;
    }
}
    
@media (max-width: 991px) {
    #str00 .cBox .ShippingIncluded{
        padding-top: 5%;
    }
}
    
    
