.price-title {
    text-align: center;
    font-size: 30px;
    background: #0186d3;
    color: white;
    padding: 10px;
    margin: 0;
    white-space: pre-line;
}

.price-section{
    width: 1044px;
    margin-top: 70px;
}
.price-table-sp {
    display: none;
}
.price-table{
    border-left: 10px solid #0186d3;
    border-right: 10px solid #0186d3;
    border-bottom: 10px solid #0186d3;
    padding: 40px 20px 20px 30px;
    width: 1044px;
    border-spacing: 0px;
}

.price-header {
    text-align: left;
    white-space: pre-line;
    padding-left: 20px;
    padding-bottom: 10px;
    border-top: 5px solid #0186d3;
    border-bottom: 5px solid #0186d3;
    width: 33%;
}

.price-text {
    padding-left: 20px;
    padding-bottom: 10px;
    white-space: pre-line;
    text-align: left;
    border-bottom: 2px solid #0186d3;
    vertical-align: baseline;
}

.price-last {
    border-bottom: 0;
}

.price-strong {
    line-height: 40px;
}

.price-image-sp {
    display: none;
}
@media only screen and (max-width: 500px) {
    .price-section {
        width: auto;
    }
    .price-table {
        display: none;
    }
    .price-table-sp {
        width: auto;
        border: 10px solid #0186d3;
        border-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: -40px;
        display: block;
    }
    .price-header {
        text-align: center;
        width: 90%;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 25px;
        font-weight: 700;
        padding-left: 0;
    }
    .price-text {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 40px;
        padding-left: 0;
    }
    .price-subtitle{
        padding: 0;
        margin: 0;
        margin-block-start: 0;
        white-space: normal;
    }
    .price-last{
        padding: 0 20px;
    }
    .price-image-sp {
        width: 100%;
        display: block;
        margin-top: -100px;
    }
    .price-image {
        display: none;
    }
}