@charset "utf-8";
.under h2 {
    padding: 0.16rem 0.4rem;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
    background: #65aa31;
    color: #fff;
    font-size: 0.2rem;
}
.under h2::before {
    content: '■ ';
}
.under h3 {
    font-size: 0.21rem;
    line-height: 2em;
}
section {
    margin-bottom: 1rem;
}

@media screen and (min-width:1118px) { /* PCのみ */
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
}

@media screen and (max-width:768px) { /* スマホのみ */
    .under h2 {
        font-size: 0.38rem;
    }
    .under h3 {
        font-size: 0.32rem;
    }
}