@charset "UTF-8";

/* ==================================================================================
# handling
================================================================================== */

/* ==================================================================================
# handling共通
================================================================================== */
#handling .sub-catch img {
    height: 280px;
}

#handling .sub-catch-title {
    margin-top: -154px;
    margin-bottom: 132px;
}

#handling h2 {
    text-align: center;
}

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

    #handling .sub-catch img {
        height: 180px;
    }

    #handling .sub-catch-title {
        margin-top: -103px;
        margin-bottom: 85px;
    }
}

/* ==================================================================================
# handling01
================================================================================== */
#handling01 h2 {
    margin-top: 64px;
}

.handling01-content01 {
    margin-top: 60px;
}

.handling01-content02 {
    margin-top: 54px;
}

.handling01-content03 {
    margin-top: 55px;
}

.handling01-content04 {
    margin-top: 54px;
}

.handling01-content05 {
    margin-top: 38px;
}

.handling01-text {
    line-height: 2.25;
    margin-top: 6px;
}

.handling01-content04 .handling01-text {
    line-height: 2.1;
    margin-top: 23px;
}

.handling01-content05 .handling01-text {
    margin-top: 22px;
}

.handling01-info {
    background: #FBF9E6;
    padding: 17px 10px 23px 22px;
    margin-top: 24px;
}

.handling01-info h4 {
    font-size: 25px;
    font-weight: bold;
}

.handling01-info-text {
    margin-top: 18px;
    line-height: 1.88;
}

.handling01-text-end {
    text-align: right;
    margin-top: 14px;
}

#handling .footer-flex {
    margin-top: 30px;
}

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

    #handling01 h2 {
        margin-top: 10%;
    }

    .handling01-info {
        padding: 5%;
        margin-top: 5%;
    }

    .handling01-content01, .handling01-content02, .handling01-content03,
    .handling01-content04, .handling01-content05 {
        margin-top: 10%;
    }

    .handling01-info h4 {
        font-size: 20px;
    }

    .handling01-content04 .handling01-text {
        margin-top: 6px;
    }

    .handling01-content05 .handling01-text {
        margin-top: 6px;
    }

}