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


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

    /* box-title-page */

    .box-title-page01 h2 {
        margin-bottom: 20px;
    }

    .box-title-page02 h4 {
        font-size: 20px;
        letter-spacing: 0em;
        padding: 12px 5px;
    }

    /* layout03 */

    .layout03 {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .layout03 .box-img {
        width: 100%;
        text-align: center;
    }

    .layout03 .box-img img {
        max-width: 400px;
    }

    .layout03 .box-detail {
        width: 100%;
    }

    .layout03 .box-case {
        padding: 20px 6%;
    }

    .pc-view {
        display: none;
    }

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

}
