@charset "UTF-8";
.txt-link{
    color: #5979F1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    margin-right: 16px;
}

.txt-link::after{
    content: "";
    background: url(../images/ic-link.png) no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 3px;
    right: -14px;
}

.explanation dl{
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 50px;
    max-width: 800px;
}
.explanation dl dt{
    font-weight: 600;
    width: 30%;
}
.explanation dl dd{
    width: 70%;
}

.explanation dl dt,
.explanation dl dd{
    padding: .8em;
    border-top: 1px solid #eee;
}

.explanation h5{
    color: #0B2B95;
    margin-top: .5em;
    font-weight: 600;
}

.is-indent{
    padding-left: 1em;
}
.is-head-note::before{
    content: "※";
    margin-left: -1em;
}