h1{
    font-size: 2.1rem;
    letter-spacing: 1.26px;
    line-height: calc ( 36 / 21);
    margin-bottom: 54px;
}
h1:after{
    content: "";
    border-bottom :2px solid;
    margin-top: 18px;
    display: block;
}
h2{
    font-size: 1.6rem;
    letter-spacing: 0.96px;
    line-height: calc(28 / 16);
    margin-bottom:
    36px;
}
h3{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 3px;
}
h3:before{
    content: "";
    border: 1px solid;
    display: block;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom:5px;
}
p{
    font-size: 1.4rem;
    line-height: calc(26/ 14);
    margin-bottom: 54px;
}
p a{
    text-decoration: underline;
}
.news_date{
    font-size:1.4rem;
    letter-spacing: 0.84px;
    font-weight: 500;
    margin-bottom:9px;
}
.wp-block-image figcaption{
    font-size:1.2rem;
    letter-spacing: calc(21 / 12);
}
.contents-inner{
    max-width: 810px;
    width:100%;
    margin: auto;
}
.wp-block-image img{
    border:2px solid;
}

@media (max-width: 375px){
    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    p {
        font-size: 1.2rem;
        margin-bottom: 27px;
    }
}
