@charset "utf-8";

.rich-content-box__text h4 {
    margin-top:20px;
    font-weight:bold;
}

.rich-content-box__text .mt20 {
    margin-top:20px;
}

.rich-content__head.pt01 {
    height: 90px;
}
.rich-content__head-text.rich-content__head-text--2 {
    line-height: 38px;
}

.rich-list p.rich-list__lead__inner {
    font-size: 1.14286rem;
    line-height: 2.2;
    margin-top: 15px;
}

/* 目次 */
#toc_box li,
#toc_box ul { 
    margin: 0;
    padding: 0;
    line-height: 1.8;
    text-decoration: underline;
}
#toc_box {
    display: block;
    margin: 30px auto 60px;
    width: 85%;
    padding: 16px;
    border: solid 1px #ccc;
    outline: solid 2px #ccc;
    outline-offset: 1px;
}
#toc_box p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
}
#toc_box ul ul {
    margin-left: 1.5em;
}
section.anchor-3_link {
    margin-top: -90px;
    padding-top:90px;
}