@charset "utf-8";

.tit_h3 {
    color: #a0824f;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 20px;
    background-color: transparent;
}
.ja_nameonly {
    font-size: 3rem;
    line-height: 1.6;
}


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

.tit_h3 {
    color: #a0824f;
    font-weight: 900;
    font-size: 1.6rem;
    margin-bottom: 20px;
    background-color: transparent;
}
.ja_nameonly {
    font-size: 1.6rem;
    line-height: 1.6;
}
.page_title_textonly, .page_title_textonly_nvon {
        height:auto;
        font-size: 1.6rem;
        margin: 50px 0 0 0;
        padding: 30px 0;
    }

}

