/* お知らせ */

.s9 {
    position: relative;
    padding: 96px 50px 113px 50px;
}

.s9 h3 {
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.s9 p {
    text-align: center;
}

.s9 .t1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto;
}

.s9 .t2 {
    color: #4C84D6;
    font-size: 24px;
    font-weight: 600;
    margin: 50px auto 12px auto;
}

.s9 .line {
    display: block;
    width: 100%;
    max-width: 750px;
    height: 1px;
    background-color: #D9D9D9;
    margin: 0 auto;
}

.s9 .under_arrow {
    width: 38px;
    height: 17px;
    background-image: url("../../media/p1_s9_1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: -2px auto 10px auto;
}

.s9 .t3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 100px;
}

.s9 .t4 {
    color: #535353;
    max-width: 589px;
    margin: 0 auto; 
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 36px;
}

.s9 .t4 span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #4C84D6;
    border-radius: 100px;
    margin-right: 12px;
}

/* ===================== Responsive ===================== */
@media (max-width: 1200px) {
    .s9 {
        padding: 80px 20px 80px 20px;
    }
    .s9 .t1 {
        font-size: 24px;
    }
    .s9 .t2 {
        font-size: 16px;
    }
    .s9 .t3 {
        font-size: 15px;
        margin-bottom: 70px;
    }
    .s9 .t4 {
        line-height: 1.5;
        margin: 0 20px;
    }
    .s9 .t4:not(:last-child) {
        margin-bottom: 30px;
    }

}