.mokuzi-box-dl {
    background: rgba(230, 230, 230, 0.5);
    padding: 2rem 2rem 2rem 1rem;
    border-radius: 0 1rem 1rem 0;
}

.mokuzi-box-dl dt {
    color: #404040;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #404040;
    padding-bottom: .5rem;
    padding-left: .5rem;
}

.mokuzi-box-dl dd {
    margin-left: 1rem;
}

.mokuzi-box-dl dd ol {
    padding-left: 0;
}

.mokuzi-box-dl dd ol li {
    margin-bottom: 1rem;
    list-style: disc;
    padding-bottom: .3rem;
    font-size: .9rem;
    font-variation-settings: "wght" 500;
    color: #FF7876;
}

.mokuzi-box-dl dd ol li a {
    color: #404040;
}

.bg-02-box {
    display: flex;
    flex-direction: column;
    width: 16rem;
    height: auto;
}

.bg-02-box01 {
    left: -1rem;
    position: relative;
    width: 80%;
}

.bg-02-box02 {
    left: 0rem;
    position: relative;
    width: 80%;
}

.bg-02-box03 {
    left: -1.2rem;
    position: relative;
    width: 80%;
}

@media (min-width: 820px) {
    .bg-02-box {
        position: fixed;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bg-02-box {
        margin-left: 0;
    }
}