@charset "UTF-8";

.l-content .text_box01 {
    font-size: 16px;
    width: 800px;
}

.l-content .costExample .caption {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.l-content .costExample .wrap {
    width: 300px;
    padding: 30px 20px;
    background: #efefef;
}

.l-content .costExample .item {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #000;
}

.l-content .costExample .item:not(:first-child) {
    margin-top: 20px;
    ;
}

.l-content .costExample .item .item_name {
    font-weight: bold;
}

.l-content .costExample .item .item_price {
    font-weight: bold;
}

.l-content .costExample .total {
    position: relative;
    border-top: solid 1px #000;
    margin-top: 5px;
}

.l-content .costExample .total>.item {
    position: relative;
    border: none;
    margin-top: 5px;
}

.l-content .costExample .total>.item .item_name {
    font-weight: bold;
}

.l-content .costExample .total>.item .item_price {
    font-weight: bold;
}