@charset "UTF-8";
/*==============
    pp
===============*/
#pp .boxWrap,
#ma .boxWrap,
#siteaccess .boxWrap {
    margin-bottom: 56px;
    line-height: 1.8;
}
#pp .boxWrap h3,
#ma .boxWrap h3,
#siteaccess .boxWrap h3 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 22px;
}
#pp .boxWrap .indent,
#ma .boxWrap .indent,
#siteaccess .boxWrap .indent {
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    display: block;
}
#pp .boxWrap a,
#ma .boxWrap a,
#siteaccess .boxWrap a {
    text-decoration: underline;
}
#pp .boxWrap h4,
#ma .boxWrap h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}
#ma .boxWrap .indent2 {
    text-indent: -1.8rem;
    padding-left: 4rem;
    display: block;
}
@media screen and (max-width: 420px) {
    #pp .boxWrap h3,
    #ma .boxWrap h3,
    #siteaccess .boxWrap h3 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    #pp .boxWrap,
    #ma .boxWrap,
    #siteaccess .boxWrap {
        margin-bottom: 32px;
    }
    #pp .boxWrap h4,
    #ma .boxWrap h4 {
        font-size: 1.4rem;
    }
}