@charset "utf-8";
span.total_price_text {
    font-size: 4rem;
    font-weight: bolder;
}
span.total_price_text::after {
    content: "円";
    font-size: 2.4rem;
}

.total_price_area {
    font-size: 2.0rem;;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.caution {
    display: block;
    font-size: 1.4rem;
    color: #c00;
}
.result {
    border: 1px solid #efefef;
    margin: 0 auto 50px;
}

@media screen and (max-width:767px) {
    .result table,
    .result table tr,
    .result table tbody,
    .result td,.result th {
        display: block;
    }
    .result td,.result th {
        padding: 8px;
    }

    .result th{
        border-bottom: 0px ;
        background: #efefef;
    }
    .result tr{
        margin-bottom: 10px ;
    }
}