@charset "utf-8";

.price-list{
    margin-bottom: 40px;
}

.price-list .section-title{
    color: rgb(0, 23, 124);
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.price-list .section-title::after{
    content: "";
    background-color: rgb(0, 23, 124);
    height: 1px;
    width: 250px;
    position: absolute;
    transform: translate(-50%,-50%);
    bottom: -10px;
    left: 50%;
}

.price-list .notice{
    color:rgb(0, 23, 124);
    text-align: center;
    padding-top: 5px;
    margin-bottom: 20px;
}

.price-list .list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-list .list .table-title{
    color: rgb(0, 23, 124);
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.price-list .upper-list{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.price-list .downer-list{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.price-list .list{
    border: 1px rgb(0, 23, 124) dotted;
    border-radius: 15px;
    margin: 0px 15px 15px;
    padding: 15px 30px;
}

.price-list .list .table-a,
.price-list .list .table-b,
.price-list .list .table-c,
.price-list .list .table-d,
.price-list .list .table-e,
.price-list .list .table-f{
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 600px;
    min-width: 320px;
}

.price-list .list .table-b,
.price-list .list .table-d,
.price-list .list .table-e,
.price-list .list .table-f{
    margin-bottom: 10px;
}

.price-list .list .table th{
    text-align: center;
    margin-bottom: 10px;
}

.price-list .area{
    display: block;
    min-width: 320px;


}

.price-list .area .detail{
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
}

.price-list .lefter-list{
    width: 382px;
}


#footer{
    position: relative;
}

@media  screen and (max-width:767px) {

    #header .info-area .number{
        display: none;
    }

    .price-list{
        padding-top: 70px;
    }

    .price-list .section-title{
        font-size: 25px;
    }

    .price-list .notice{
        font-size: 15px;
    }

    .price-list .upper-list{
        flex-direction: column;
        margin-bottom: 0px;
    }

    .price-list .downer-list{
        flex-direction: column;
    }

    .price-list .list{
        border: 1px rgb(0, 23, 124) dotted;
        margin: 0px 15px 10px;
        padding: 15px 5px;
        text-align: center;
    }
    
    .price-list .list .table-title{
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    }

    .price-list .list .table-a,
    .price-list .list .table-b,
    .price-list .list .table-c,
    .price-list .list .table-d,
    .price-list .list .table-e,
    .price-list .list .table-f{
        font-size: 15px;
        margin-bottom: 15px;
        width: 100%;
    }   
    .price-list .list .table-b,
    .price-list .list .table-d,
    .price-list .list .table-e,
    .price-list .list .table-f{
    margin-bottom: 0px;
    }

}