@charset "UTF-8";
/*==============
    pp
===============*/
.boxWrap{
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 1.4rem;
}
.boxWrap h3{
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 22px;
    font-family: var(--ja);
    color: var(--black);
    font-size: 1.6rem;
}
.boxWrap .indent{
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    display: block;
}
.boxWrap a{
    text-decoration: underline;
}
@media screen and (max-width: 420px){
    .boxWrap h3{
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .boxWrap{
        margin-bottom: 32px;
    }
}
/*==============
    ma
===============*/
.boxWrap h4{
    font-weight: bold;
    margin-bottom: 1rem;
}
@media screen and (max-width: 420px){
    .boxWrap h4{
        font-size: 1.4rem;
    }
}