@charset "UTF-8";
img.example_img01 {
    width: 100%;
    display: block;
    margin: 12px auto;
    max-width: 844px;
}

.h1-title {
    font-size: 30px !important;
    font-weight: normal !important;
    background-color: #fff !important;
    color: #444 !important;
    text-align: justify !important;
    line-height: 1.5;
    border-bottom: #000 solid 2px;
    margin: 40px 0 30px !important;
    padding: 0 0 15px !important;
}
@media screen and (max-width: 767px) {
    .h1-title {
        font-size: 22px !important;
        margin: 40px 0 22px !important;
        padding: 0 0 11px !important;
    }
}

.column-category {
    margin-top: 80px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: normal;
    padding: 38px 5%;
    color: #fff;
    background: #000;
    margin: 0px 0 40px;
    font-family: "Times New Roman", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 1024px) {
    .column-category {
        margin-top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .column-category {
        font-size: 2.4rem;
        margin-bottom: 10px;
        padding: 24px 5%;
    }
}/*# sourceMappingURL=ut_style.css.map */