@charset "utf-8";

/* price section */
.price_sec {
    margin-bottom: 80px;
}

.price_sec .ttl_wrap {
    text-align: left;
    margin: 0 0 65px;
}

.price_sec .ttl_wrap .ttl_work {
    font-size: 58px;
    color: #4892C7;
    margin-bottom: 12px;
}

.price_sec .ttl_wrap .txt_work {
    font-size: 16px;
    color: #1F88D3;
}
/* end of price section */
.maintenance_sec h3{
    font-size: 20px;
    color: #062F5E;
    margin-bottom: 15px;
    text-align: left;
}

.maintenance_sec h3 span{
    width: 17px;
    height: 9px;
    background: #D3B9FF;
    margin-right: 5px;
    display: inline-flex;
}

.maintenance_wrap{
    margin-bottom: 40px;
}

.maintenance_tbl{
    width: 100%;
    max-width: 640px;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}

.maintenance_tbl th, 
.maintenance_tbl td {
    padding: 15px;
    border: 1px solid #547CB2;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #076632;
    background-color: #ffffff;
    line-height: 1.3;
    font-weight: 400;
}

.maintenance_tbl th{
    color: #062F5E;
    background-color: #F4FDFF;
    text-align: left;
}


/*For tablet*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* price section */
    .price_sec {
        margin-bottom: 13.672vw;
    }

    .price_sec .ttl_wrap {
        margin: 0 0 6.348vw;
    }

    .price_sec .ttl_wrap .ttl_work {
        font-size: 5.664vw;
        margin-bottom: 1.172vw;
    }

    .price_sec .ttl_wrap .txt_work {
        font-size: 1.563vw;
    }

    .price_sec .inner {
        width: 95.656%;
        max-width: 95.656%;
    }
    /* end of price section */

    .maintenance_sec h3{
        font-size: 1.67vw;
        margin-bottom: 1.25vw;
    }

    .maintenance_sec h3 span{
        width: 1.42vw;
        height: 0.75vw;
        margin-right: 0.42vw;
    }

    .maintenance_wrap{
        margin-bottom: 3.33vw;
    }

    .maintenance_tbl{
        margin-bottom: 0.83vw;
    }

    .maintenance_tbl th, 
    .maintenance_tbl td {
        padding: 1.25vw;
        font-size: 1.33vw;
    }
}

/*For SP*/

@media only screen and (max-width: 767px) {
    /* price section */
    .price_sec {
        margin: 0 .2rem .6rem;
    }

    .price_sec .ttl_wrap {
        margin: 0 0 .65rem;
    }

    .price_sec .ttl_wrap .ttl_work {
        font-size: .58rem;
        margin-bottom: .12rem;
    }

    .price_sec .ttl_wrap .txt_work {
        font-size: .26rem;
    }

    .price_sec .inner {
        width: 7.20rem;
        max-width: 7.20rem;
    }

    .price_sec .ttl_line {
        margin-bottom: .50rem;
    }

    /* end of price section */
    .maintenance_sec h3{
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .maintenance_sec h3 span{
        width: .25rem;
        height: .12rem;
        margin-right: .1rem;
    }

    .maintenance_wrap{
        margin-bottom: .4rem;
    }

    .maintenance_tbl{
        margin-bottom: .2rem;
    }

    .maintenance_tbl th, 
    .maintenance_tbl td {
        padding: .3rem .15rem;
        font-size: .22rem;
    }

}