#contents p,
#contents li,
#contents dd {
    font-family: KozGoPr6N-Medium;
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: .04em;
}

#contents li {
    text-indent: -1em;
    padding-left: 1em;
}

#contents h2 {
    background: #0098ca;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    font-size: 1.7rem;
    line-height: 1.4em;
    letter-spacing: .04em;
    margin-bottom: 30px;
    border: none;
    border-left: none;
}

#contents h3 {
    background-color: #fff;
    color: #006e93;
    margin: 3rem auto;
    padding: 25px 10px;
    border: 3px solid #006e93;
    font-size: 1.3rem;
    text-align: center;
    background: none ;
}

section#sec01 dl {
    margin-bottom: 30px;
}

section#sec01 dt{
    color: #0098ca;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

section#risk h4 {
    color: #0098ca;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

section#risk dl {
    border: 1px solid #006e93;
    margin-bottom: 30px;
}

section#risk dl dt {
    background: #006e93;
    border: 1px solid #006e93;
    padding: 1em;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8em;
    font-weight: 600;
    color: #fff;
}

section#risk dl dd {
    padding: 1em;
    line-height: 1.9em;
}

section#risk .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

section#risk .flex-inner {
    width: 49%;
    margin-bottom: 15px;
}

section#risk .flex-inner img {
    width: 100%;
    height: auto;
}

section#disclosure h4 {
    color: #0098ca;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

section#disclosure ul {
    padding: 1.5rem;
    margin: 1rem auto 2rem;
    border: solid #0098ca;
}

section#disclosure p.caution {
    color: red;
}

.close_btn a {
    display: block;
    margin: 1rem auto 0 auto;
    max-width: 150px;
}

@media screen and (max-width: 768px) {

    #contents {
        width: 95%;
        margin: 0 auto;
    }

    #contents p, #contents li, #contents dd {
        font-size: 3.6vw;
    }
    
    #contents h2 {
        font-size: 4vw;
        text-align: left;
        padding: 10px 1em;
        text-indent: 0;
    }

    #contents h3 {
        padding: 15px 5px;
        font-size: 3.7vw;
    }

    section#risk dl dt {
        font-size: 3.8vw;
    }
}