@charset "UTF-8";
/*************************
title
*************************/
.simpleUnder.--privacy{
    background-image: url(../img/privacy-policy/privacy-policy-title.jpg);
    font-size: 90%;
}

.kihon__outer.--news{
    padding-bottom: 0;
}
.news__singleTitle{
    margin-bottom: .5em;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.45;
}
.news__date{
    display: flex;
    align-items: center;
    gap: 0.2em;
    margin-bottom: 3em;
}
.news__singleContent{
    font-size: 1.8rem;
    line-height: 1.833;
}
.news__singleContent p{
    margin-bottom: 1.4em;
}
.news__singleContent h2{
    margin-top: 4rem;
    margin-bottom: 0.5em;
    font-size: 2.5rem;
    font-weight: 700;
}
.news__singleContent h3{
    margin-top: 4rem;
    margin-bottom: 0.5em;
    font-size: 2.0rem;
    font-weight: 700;
}
.news__singleContent h2::before,
.news__singleContent h3::before{
    content: '◯';
    display: inline-block;
    padding-right: 0.2em;
}
.wp-post-image{
    margin-bottom: 2em;
}
.news__singleContent img{
    margin-bottom: 2em;
}

@media(max-width: 950px){
    .simpleUnder__title{
        font-size: 3.0rem;
    }
}
@media(max-width: 750px){
    .simpleUnder.--privacy{
        background-position: 30% center;
    }   
    .simpleUnder__title{
        font-size: 2.6rem;
    }
    .news__singleTitle{
        font-size: 3rem;
    }
}