@charset "UTF-8";
.info_txt03 section:first-of-type {
    margin-bottom: 10rem;
}
.info_txt03 p:last-of-type {
    margin-bottom: 0;
}
h3 {
    margin-bottom: .8rem;
    color: #1e272e;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.08;
    letter-spacing: .02em;
}
.contact-banner {
    margin-top: 350px;
}


@media screen and (width < 960px) {
    h3 {
        text-align: center;
    }
    .contact-banner {
        margin-top: 315px;
    }
}


@media print {
    .case_box {
        padding-bottom: 65px;
    }
}