@charset "UTF-8";
/* CSS Document */


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

    /* layout-table */

    .layout-table .box-text {
        padding-top: 20px;
    }

    .layout-table .sp-view {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .layout-table table {
        width: 800px;
    }

    .layout-table table td {
        padding: 12px;
    }

    .layout-table table tr:first-child td {
        font-size: 15px;
    }

    /* layout-price */

    .layout-price h6 {
        font-size: 30px;
        padding-left: 105px;
        margin-top: -7px;
    }

    .layout-price h6::before {
        top: 5px;
        width: 90px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .layout-price h6::after {
        font-size: 18px;
    }

    /* contents02 */

    .contents02 .box:not(:last-child) {
        border-width: 3px;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    .contents02 h6 a {
        font-size: 14px;
        letter-spacing: 0em;
        display: block;
        min-width: 0px;
        padding: 15px 40px;
    }

    /* layout02 */

    .layout02 .box-title {
        padding: 15px 0px 20px;
    }

    .layout02 .box-title h4 {
        font-size: 20px;
        letter-spacing: 0.05em;
    }

    .layout02 .box-title h4::before,
    .layout02 .box-title h4::after {
        border-width: 3px;
    }

    .layout02 .box-title h4::before {
        margin-right: 20px;
    }

    .layout02 .box-title h4::after {
        margin-left: 20px;
    }


    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
