.wysiwyg__text-area {
    color: var(--MUSP-Text-default, #343738);
    font-size: 16rem;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.64rem;
}

/* ---------- リスト ---------- */
.wysiwyg__text-area ul {
    margin-bottom: 28rem;
    padding: 24rem;
    background-color: #F9FBFC;
}
.wysiwyg__text-area ul li{
    position: relative;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64rem;
    padding-left: 24rem;
    list-style: none;
    margin-bottom: 12rem;
}
.wysiwyg__text-area ul li::before {
    position: absolute;
    top: 9.5rem;
    left: 8rem;
    content: '';
    width: 8rem;
    height: 8rem;
    border-radius: 4rem;
    background-color: #F53B73;
}
.wysiwyg__text-area ul li:last-of-type{
    margin-bottom: 0;
}
.wysiwyg__text-area ol {
    margin-bottom: 28rem;
    padding: 24rem;
    background-color: #F9FBFC;
}
.wysiwyg__text-area ol li{
    position: relative;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64rem;
    padding-left: 24rem;
    list-style: none;
    margin-bottom: 12rem;
}
.wysiwyg__text-area ol li::before {
    position: absolute;
    top: 9.5rem;
    left: 8rem;
    content: '';
    width: 8rem;
    height: 8rem;
    border-radius: 4rem;
    background-color: #F53B73;
}
.wysiwyg__text-area ol li:last-of-type{
    margin-bottom: 0;
}
/* ---------- END: リスト ---------- */


/* ---------- テキスト ---------- */
.wysiwyg__text-area > h2 {
    font-size: 24rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 1.12rem;
    margin-bottom: 32rem;
}
.wysiwyg__text-area > h3 {
    font-size: 20rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.96rem;
    margin-bottom: 28rem;
}
.wysiwyg__text-area > h4 {
    font-size: 18rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.8rem;
    margin-bottom: 28rem;
}
.wysiwyg__text-area > h5 {
    font-size: 16rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.8rem;
    margin-bottom: 28rem;
}
.wysiwyg__text-area > p {
    font-size: 15rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64rem;
    margin-bottom: 28rem;
}
.wysiwyg__text-area > p > a {
    display: inline-block;
    color: var(--MUSP-Text-active, #39CCCC);
    font-size: 14rem;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.56rem;
    text-decoration: underline;
}
.wysiwyg__text-area > p > a:hover {
    text-decoration: none;
}
@media screen and (min-width: 600px), print{
    .wysiwyg__text-area > h2 {
        font-size: 28rem;
    }
    .wysiwyg__text-area > h3 {
        font-size: 24rem;
    }
    .wysiwyg__text-area > h4 {
        font-size: 20rem;
    }
    .wysiwyg__text-area > h5 {
        font-size: 16rem;
    }
    .wysiwyg__text-area > p {
        font-size: 16rem;
    }
}
/* ---------- END: テキスト ---------- */


/* ---------- スタイル ---------- */
.wysiwyg__text-area p:has(.wysiwyg__notes-text) {
    font-size: 10rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4rem;
    margin-bottom: 28rem;
}
/* ---------- END: スタイル ---------- */


/* ---------- 画像 ---------- */
.wysiwyg__text-area .size-full {
    display: block;
    width: 100%;
    height: auto;
}
.wysiwyg__text-area .size-large {
    display: block;
    width: 100%;
    height: auto;
}
.wysiwyg__text-area .size-medium {
    display: block;
    width: 100%;
    height: auto;
}
.wysiwyg__text-area .pc-img {
    display: none;
}
@media screen and (min-width: 600px), print {
    .wysiwyg__text-area .size-large {
        display: inline-block;
        vertical-align: bottom;
        width: calc((100% - 40rem) / 2);
        margin-right: 40rem;
    }
    .wysiwyg__text-area .size-large:nth-of-type(2n) {
        margin-right: 0;
    }
    .wysiwyg__text-area .size-medium {
        display: inline-block;
        vertical-align: bottom;
        width: calc((100% - 80rem) / 3);
        margin-right: 40rem;
    }
    .wysiwyg__text-area .size-medium:last-of-type {
        margin-right: 0;
    }
    .wysiwyg__text-area .size-full.aligncenter {
        display: block;
        margin: 0 auto 24rem;
    }
    .wysiwyg__text-area .size-large.aligncenter {
        display: block;
        margin: 0 auto 24rem;
    }
    .wysiwyg__text-area .size-medium.aligncenter {
        display: block;
        margin: 0 auto 24rem;
    }
    .wysiwyg__text-area .alignleft {
        float: left;
    }
    .wysiwyg__text-area .alignright {
        float: right;
        margin-right: 0;
        margin-left: 40rem;
    }
    .wysiwyg__text-area .sp-img {
        display: none;
    }
    .wysiwyg__text-area .pc-img {
        display: inline-block;
    }
}
/* ---------- END: 画像 ---------- */