@charset "UTF-8";


.contents20210108_content h2 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-inline:  auto !important;
    font-family: "Noto Sans JP", sans-serif !important;
    border-bottom: 6px double #c00000;

}

@media screen and (max-width:568px) {
    .contents20210108_content h2 {
        margin-top: 24px !important;
        font-size: 5vw !important;
    }   
}