/* 見出しタグ<h1>の設定 */
.scn-h1 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}

.scn-h1__br {
    display: none;

    @media only screen and (max-width: 767px) {
        display: inline;
    }
}

/* 施工事例の追加 */
.scn-works__inner {
    padding-bottom: 0 !important;
}

.scn-works__more {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    margin-top: 100px !important;

    @media only screen and (max-width: 767px) {
        margin-top: 40px !important;
    }
}