@charset "utf-8";

#floatingBnr {
    display: none;
}

.l-wrapper {
    padding: 0 30px;
}

body .container {
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
}

.profile__name {
    font-weight: bold;
}

.dateList__item .pr {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 2px 8px;
}

.article-p .content {
    line-height: 1.6;

    div,
    p,
    ol,
    ul {
        margin-top: 0;
    }

    p {
        margin-bottom: 1.6rem;
    }

    div::after,
    p::after {
        display: none;
    }

    .pr {
        font-size: 13px;
        border: 1px solid;
        padding: 3px;
    }


    /* パーツ */
    textarea {
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        border: 1px solid #000;
    }

    .parts-mokuji {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 400px;
        margin-bottom: 3rem;
    }

    a {
        color: #1A0DAB;
        transition: .4s;
        text-decoration: underline;
    }

    a:hover {
        opacity: .6;
        font-weight: normal;
    }

    .outline a {
        color: #191919;
        transition: 0s;
        text-decoration: none;
    }

    .outline a:hover {
        opacity: 1;
        font-weight: bold;
    }

    h2 {
        margin-bottom: 2.4rem;
    }

    h3 {
        margin-bottom: 2rem;
    }


    table {
        word-break: break-all;
        text-align: center;
    }

    .subhead {
        position: relative;
        margin-top: 3rem;
        margin-bottom: 1rem;
        padding-left: 1.3em;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .subhead::before {
        position: absolute;
        top: .5em;
        left: 3px;
        content: '';
        display: block;
        width: .8em;
        aspect-ratio: 1 / 1;
        background: #0091ff;
    }

    .numhead {
        position: relative;
        margin-top: 3rem;
        margin-bottom: 1rem;
        padding-left: 2.3em;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .numhead-num {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.8em;
        aspect-ratio: 1 / 1;
        background: #0091ff;
        color: #fff;
    }

    .pink {
        color: #EF83AB;
    }

    .blue {
        color: #0191FF;
    }

    .caution {
        display: inline-block;
        font-size: 11px;
        color: #707070;
    }

    p .caution {
        margin-bottom: 0;
    }

    *:has(+.caution) {
        margin-bottom: 2px;
    }

    .bold {
        font-weight: bold;
    }

    .marker {
        background: linear-gradient(transparent 70%, #ffff99 70%);
        font-weight: bold;
    }

    .table {
        margin-bottom: 3rem;
        table-layout: fixed;
    }

    .table,
    .table td,
    .table th {
        box-sizing: border-box;
        border: 1px solid #d4d4d4;
    }

    .table thead th {
        background: #0091ff;
        color: #fff;
    }

    .table thead th a {
        color: #fff;
    }

    .table thead th,
    .table tbody th {
        font-weight: bold;
        text-align: center;
    }

    .table tbody th {
        background: #edfaff;
    }

    .table th,
    .table td {
        padding: 15px 10px;
        vertical-align: middle;
        color: #191919;
        text-align: center;
    }

    .table th>:first-child,
    .table td>:first-child {
        margin-top: 0;
    }

    .table th>:last-child,
    .table td>:last-child {
        margin-bottom: 0;
    }

    .table th ul:not([class]),
    .table td ul:not([class]),
    .table th ol:not([class]),
    .table td ol:not([class]),
    .table th .checklist,
    .table td .checklist {
        text-align: left;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    .table th ul:not([class]) li,
    .table td ul:not([class]) li,
    .table th ol:not([class]) li,
    .table td ol:not([class]) li,
    .table th .checklist li,
    .table td .checklist li {
        width: fit-content;
    }

    table tr:nth-child(odd) td {
        background: #fff;
    }

    .table img {
        margin: 0 auto;
    }

    .table-logo {
        margin: 0 auto 4px;
        max-width: 150px;
    }


    .table .c-btn {
        margin-top: 0;
        width: 100%;
    }

    .table .c-btn a {
        margin: 0 auto;
        width: 100%;
        min-width: auto;
        font-size: 1.4rem;
    }

    .box {
        padding: 2.6rem;
    }

    .simplebox {
        border: 1px solid #B4B4B4;
        box-sizing: border-box;
        margin-bottom: 3rem;
    }

    .simplebox:has(+.simplebox) {
        margin-bottom: 1rem;
    }

    .simplebox>:last-child {
        margin-bottom: 0;
    }

    .simplebox>:first-child {
        margin-top: 0;
    }

    div[data-box="bg"] {
        background: #edfaff;
        border: none;
    }

    .box-ttl {
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }

    ol>li:before {
        top: 0.3em;
    }

    ol:not([class]),
    ul:not([class]) {

        margin-bottom: 3rem;
    }

    ul:not([class]) li+li,
    ol:not([class]) li+li,
    .checklist li+li {
        margin-top: 10px;
    }

    .checklist {
        margin-bottom: 3rem;
        line-height: 1.6;
    }

    .checklist li {
        position: relative;
        line-height: 1.5;
        padding-left: 24px;
    }

    .checklist li::before {
        position: absolute;
        left: 0;
        top: .2em;
        content: '';
        display: block;
        width: 1.2em;
        aspect-ratio: 1 / 1;
        background: url(../img/checklist-icon.png) center center / contain no-repeat;
        transform: scale(.7);
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
        margin-bottom: 3rem;
    }

    .grid img {
        width: 100%;
        height: auto;
    }

    .flex-txt>:first-child {
        margin-top: 0;
    }

    .flex-txt>:last-child {
        margin-bottom: 0;
    }

    .float {
        margin-bottom: 3rem;
    }

    .float::after {
        content: "";
        display: table;
        clear: both;
    }

    .float img {
        float: left;
        max-width: 48%;
        margin: 0 26px 10px 0;
        overflow: visible;
    }

    .float-txt>:last-child {
        margin-bottom: 0;
    }

    .arrow-down {
        display: block;
        color: #41cbbe;
        line-height: 1;
        width: 40px;
        aspect-ratio: 1 / 1;
        margin: 40px auto;
        border: 4px solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
    }

    .full-img {
        width: 100%;
        margin-bottom: 3rem;
    }

    .w80-img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }

    .full-img img,
    .w80-img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .quote {
        position: relative;
        margin-bottom: 3rem;
        box-sizing: border-box;
        font-style: italic;
        background: #f7f7f7;
    }

    .quote::before,
    .quote::after {
        position: absolute;
        display: block;
        content: "";
        width: 10%;
        aspect-ratio: 1 / 1;
    }

    .quote::before {
        top: 0;
        left: 0;
        border-top: 3px solid #0091ff;
        border-left: 3px solid #0091ff;
    }

    .quote::after {
        bottom: 0;
        right: 0;
        border-bottom: 3px solid #0091ff;
        border-right: 3px solid #0091ff;
    }

    .quote>:last-child {
        margin-bottom: 0;
    }

    .fukidashi {
        background: #41cbbe;
        font-size: 1.8rem;
        width: fit-content;
        min-width: 40%;
        padding: 1rem 1.4rem;
        margin: 26px auto;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        position: relative;
    }

    div.fukidashi::after {
        display: block;
        position: absolute;
        content: "";
        border-top: 20px solid #41cbbe;
        border-left: 20px solid transparent;
        border-right: 19px solid transparent;
        left: 50%;
        bottom: -15px;
        z-index: 1;
        margin-left: -20px;
    }

    .matome {
        margin-bottom: 3rem;
        margin-top: 40px;
        border: 2px solid #0191FF;
        box-shadow: 5px 5px 0 #85CAFF;
    }

    .matome>:last-child {
        margin-bottom: 0;
    }

    .matome-ttl {
        display: block;
        width: fit-content;
        text-align: center;
        margin: 0 auto 20px;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-thickness: 13px;
        text-decoration-color: #ffe1dd;
        text-underline-offset: -5px;
        text-decoration-skip-ink: none;
    }

    .matome-inner {
        padding: 20px;
    }

    .survey {
        margin-bottom: 3rem;
        background: #f7f7f7;
    }

    .survey>:last-child {
        margin-bottom: 0;
    }

    .survey-ttl {
        font-size: 1.8rem;
        text-align: center;
        position: relative;
        margin-bottom: 3rem;
        font-weight: bold;
        color: #0091ff;
        padding-bottom: 12px;
        border-bottom: 2px dashed #0091ff;

    }

    .smalltxt {
        box-sizing: border-box;
        border-top: 3px solid #0091ff;
        margin-bottom: 3rem;
        background: #f7f7f7;
    }

    .smalltxt-ttl {
        position: relative;
        padding-left: 1.4em;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .smalltxt-ttl::before {
        position: absolute;
        top: .4em;
        left: 0;
        content: "";
        display: block;
        background: #0091ff;
        width: .8em;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
    }

    .smalltxt-inner {
        font-size: 1.4rem;
    }

    .smalltxt-inner>:last-child {
        margin-bottom: 0;
    }

    .c-btn {
        width: fit-content;
        margin: 30px auto 40px;
    }

    .c-btn a {
        position: relative;
        display: block;
        width: fit-content;
        min-width: 330px;
        max-width: 100%;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding: 14px 20px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        text-align: center;
        background: #ff7bac;
        box-shadow: inset 0 -8px 5px -5px rgba(0, 0, 0, 0.3);
    }

    .c-btn a::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .tag {
        margin-bottom: 3rem;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        align-content: center;
        margin-bottom: 3rem;
    }

    .tag .item {
        background: #f7f7f7;
        border: 1px solid #dadada;
        border-radius: 4px;
        color: #8b9195;
        font-size: 1.2rem;
        letter-spacing: 0;
        display: inline-block;
        padding: 10px 14px;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .tag .item.on {
        background: #E2FFFF;
    }

    .tag .item::before {
        display: none;
    }

    .scrolltable {
        overflow-x: auto;
        width: 100%;
        margin-bottom: 3rem;
    }

    .scrolltable thead th {
        width: 220px;
    }

    .scrolltable thead th:first-of-type {
        width: 180px;
    }

    .scrolltable .table {
        width: 110%;
        margin-bottom: 0;
    }

    .scrolltable .table th,
    .scrolltable .table td {
        text-align: center;
    }


    .stickytable-top thead {
        position: sticky;
        top: 23px;
        left: 0;
        z-index: 5;
    }

    .stickytable-top thead th:not(:last-of-type) {
        position: relative;
    }

    .stickytable-top thead th:not(:last-of-type):after {
        position: absolute;
        top: 0;
        right: -1px;
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #d4d4d4;
    }


    .scrolltable .stickytable-left {
        min-width: 110%;
    }

    .stickytable-left {
        will-change: transform;
    }

    .stickytable-left thead th {
        background: #edfaff;
        min-width: 160px;
        color: rgb(25, 25, 25);
    }

    .stickytable-left tbody th,
    .stickytable-left thead th:first-child {
        position: sticky;
        top: 0;
        left: 0;
        background: #0091ff;
        z-index: 1;
        color: #fff;
    }

    .stickytable-left tbody th::before,
    .stickytable-left thead th:first-child::before {
        position: absolute;
        top: 0;
        left: -1px;
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        background: #d4d4d4;
    }

    .stickytable-left tbody th a,
    .stickytable-left thead th:first-child a {
        color: #fff;
        font-size: 1.4rem;
    }

    .jump {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        font-size: 1.8rem;
        line-height: 1.2;
        letter-spacing: 0.1em;
        margin-bottom: 3rem;
    }

    .jump .item {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .jump .item::before {
        display: none;
    }

    .jump a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 18px 16px 36px;
        color: #fff;
        background: #41cbbe;
        text-decoration: none;
        position: relative;
        box-sizing: border-box;
    }

    .jump a:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        transform: rotate(45deg);
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }

    .numlist {}

    .numlist li {
        padding-left: 0;
        margin-bottom: 3rem;
    }

    .numlist li::before {
        display: none;
    }

    .numlist-ttl {
        position: relative;
        padding-left: 2.3em;
        margin-top: 30px;
        margin-bottom: 16px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .numlist-num {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2em;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: #0091ff;
        color: #fff;
    }

    div.pickup {
        font-size: 1.8rem;
        padding: 1rem 2rem;
        margin: 3rem auto 1rem;
        font-weight: bold;
        background: #ffedeb;
        color: #0091ff;
    }

    .pickup-mintxt {
        font-size: 1.4rem;
        display: block;
        margin-bottom: 4px;
        font-weight: normal;
        color: #191919;
    }

    .pickup>:last-child {
        margin-bottom: 0;
    }

    .ranking {
        margin-bottom: 3rem;
        font-size: 1.8rem;
    }

    div.ranking-head {
        position: relative;
        padding-top: 1rem;
        padding-left: 2.6em;
        margin: 3rem auto 1rem;
        border-top: 3px dotted #0091ff;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .ranking-catch {
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
    }

    .ranking-icon {
        position: absolute;
        left: 0;
        top: 62%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        background: url(../img/rank-04.svg) center center / contain no-repeat;
        width: 40px;
        font-size: 1.4rem;
        aspect-ratio: 1 / 1;
    }

    .ranking-head .ranking-icon_01 {
        background: url(../img/rank-01.svg) center center / contain no-repeat;
    }

    .ranking-head .ranking-icon_02 {
        background: url(../img/rank-02.svg) center center / contain no-repeat;
    }

    .ranking-head .ranking-icon_03 {
        background: url(../img/rank-03.svg) center center / contain no-repeat;
    }


    .flow {
        margin-bottom: 3rem;
    }

    .flow-ttl {
        display: flex;
        align-items: center;
        gap: 22px;
        font-size: 1.8rem;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .flow-num {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 50px;
        aspect-ratio: 1 / 1;
        border: 2px solid #0191FF;
        font-size: 1.8rem;
        color: #0191FF;
    }

    .flow-num::before {
        position: absolute;
        top: 50%;
        right: -9px;
        transform: translateY(-50%) rotate(45deg);
        content: "";
        display: block;
        width: 14px;
        aspect-ratio: 1 / 1;
        border-top: 2px solid #0191FF;
        border-right: 2px solid #0191FF;
        background: #fff;
    }

    .flow-ttl p {
        display: inline !important;
        color: #0191FF;
        margin-bottom: 0;
        text-decoration: underline;
        text-decoration-thickness: 13px;
        text-decoration-color: #E8FF54;
        text-underline-offset: -5px;
        text-decoration-skip-ink: none;
    }

    .flow-inner p {
        margin-bottom: 8px;
    }

    .flow-inner {
        padding-left: 43px;
        margin-left: 26px;
        border-left: 2px solid #0191FF;
    }

    .flow-inner>:last-child {
        margin-bottom: 0;
    }


    .faq {
        margin-bottom: 3rem;
    }

    .faq:has(+ .faq) {
        margin-bottom: 0;
    }

    .faqQ {
        display: flex;
        gap: 12px;
        align-items: center;
        font-size: 1.8rem;
        margin-bottom: 0;
        font-weight: bold;
    }

    .faqQ-icon {
        position: relative;
        flex-shrink: 0;
        display: block;
        width: 45px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: url(../img/q.svg) center center / contain no-repeat;
    }


    .faqQ>:last-child,
    .faqA>:last-child {
        margin-bottom: 0;
    }

    .faqA {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .faqA-icon {
        position: relative;
        flex-shrink: 0;
        display: block;
        width: 45px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: url(../img/a.svg) center center / contain no-repeat;

    }

    .search-container table {
        max-width: 100%;
        word-break: break-all;
    }

    .search-container table thead th:nth-child(2) {
        width: 15%;
    }


    .right-link {
        width: fit-content;
        font-size: 1.4rem;
        margin: auto 0 auto auto;
        margin-bottom: 2rem;
        text-align: right;
    }

    .right-link-icon {
        width: fit-content;
        font-size: 1.4rem;
        margin: auto 0 auto auto;
        margin-bottom: 2rem;
        text-align: right;
    }

    .right-link-icon a {
        position: relative;
        padding-left: 1.2em;
    }

    .right-link-icon a::before {
        content: '';
        position: absolute;
        top: .2em;
        left: 0px;
        display: block;
        background: url(../img/icon-link-arrow.svg) center center / contain no-repeat;
        width: 1em;
        aspect-ratio: 1 / 1;
    }

    .right-link:has(+.right-link),
    .right-link:has(+.right-link-icon),
    .right-link-icon:has(+.right-link),
    .right-link-icon:has(+.right-link-icon) {
        margin-bottom: 8px;
    }

    .imgScrollBox {
        width: 100%;
        background: #f7f7f7;
        padding: 2.6rem;
        box-sizing: border-box;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 30px;
    }

    .imgScrollBox-wrap {
        width: fit-content;
        display: flex;
        justify-content: center;
    }

    .imgScrollBox-list {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .imgScrollBox-list li {
        flex: 0 0 calc(33.33% - 16px);
        max-width: calc(33.33% - 16px);
        padding-left: 0;
        box-sizing: border-box;
        margin: 0 8px;
        text-align: center;
        position: relative;
    }

    .imgScrollBox-list li::before {
        display: none;
    }

    .imgScrollBox-list li:last-child::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 2.6rem;
        background-color: transparent;
    }

    .imgScrollBox-list img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 8px;
    }

    .imgScrollBox-list .caption {
        display: block;
        max-width: 100%;
        font-size: 1.2rem;
        line-height: 1.4;
        white-space: normal;
        overflow-wrap: break-word;
        text-align: left;
    }


    @media screen and (max-width: 767px) {
        .imgScrollBox-list li {
            flex: 0 0 calc(50% - 16px);
            max-width: calc(50% - 16px);
        }
    }

    .imgBox-center li {
        width: 33.33%;
    }

    .imgBox-center {
        overflow-x: hidden;
    }

    .imgBox-center .imgScrollBox-list {
        justify-content: center;
        gap: 4px;
    }

    .tabarea {
        margin-bottom: 3rem;
    }

    .tab-list {
        display: flex;
        gap: 4px;
    }

    .tab-nav {
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
        gap: 5px;
        border-bottom: 2px solid #0091ff;
        padding: 0 20px;
        margin: 24px 0 10px;
    }

    .tab.active {
        background-color: #fff;
        position: relative;
        color: #0091ff;
    }

    .tab {
        border-radius: 5px 5px 0 0;
        flex: auto;
        text-align: center;
        border: 2px solid #0091ff;
        border-bottom: none;
        cursor: pointer;
        width: 100%;
        min-height: 50px;
        padding: 4px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 1.4rem;
        background: #f7f7f7;
    }

    .tab::before {
        display: none;
    }

    .tab-wrap {
        display: none;
        padding: 12px 14px 14px;
        border: 2px solid #0091ff;
        border-top: none;
    }

    .tab-wrap.show {
        display: block;
    }

    .tab-wrap>:last-child {
        margin-bottom: 0;
    }


    .meritdemerit {
        margin-bottom: 3rem;
    }

    .meritdemerit:has(+.meritdemerit) {
        margin-bottom: 10px;
    }

    .meritdemerit[data-type="merit"] {
        border: 2px solid #ff7bac;
    }

    .meritdemerit[data-type="merit"] .meritdemerit-ttl {
        background: #ffedeb;
        border-bottom: 2px solid #ff7bac;
    }

    .meritdemerit[data-type="demerit"] {
        border: 2px solid #bfbbbe;
    }

    .meritdemerit[data-type="demerit"] .meritdemerit-ttl {
        background: #f7f7f7;
        border-bottom: 2px solid #bfbbbe;
    }

    .meritdemerit-ttl {
        padding: 1rem 2.6rem;
        font-weight: bold;
        line-height: 1.1;
        font-size: 1.8rem;
    }

    .meritdemerit-inner {
        padding: 2rem 2.6rem;
    }

    .meritdemerit-inner>:last-child {
        margin-bottom: 0;
    }

    .meritdemerit-list {
        position: relative;
        margin: 0;
        margin-bottom: 16px;
    }

    .meritdemerit-list li {
        padding-left: 16px;
        position: relative;
        margin-bottom: 10px;
    }

    .meritdemerit-list li:last-child {
        margin-bottom: 0;
    }

    .meritdemerit-list li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: .7em;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        transform: scale(1);
    }

    .meritdemerit[data-type="merit"] .meritdemerit-list li:before {
        background-color: #ff7bac;
    }

    .meritdemerit[data-type="demerit"] .meritdemerit-list li:before {
        background-color: #45303e;
    }

    .review-scroll {
        overflow-x: scroll;
        display: flex;
        gap: 16px;
        margin-bottom: 3rem;
    }

    .review-wrap {
        width: 100%;
        max-width: 70%;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        align-items: center;
        -webkit-align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #f7f7f7;
        padding: 20px;
        border: 1px solid #e9e2d2;
        white-space: normal;
        overflow: hidden;
        scroll-snap-align: center;
        flex-shrink: 0;
    }

    .review-top {
        width: 100%;
        margin-bottom: 0;
    }

    .review-profile {
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px;
    }

    .review-icon img {
        display: block;
        max-width: 65px;
        height: auto;
        margin: 0;
        margin-right: 10px;
    }

    .review-icon-w,
    .review-icon-m {
        display: block;
        flex-shrink: 0;
        width: 50px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
    }

    .review-icon-w {
        background: #fff url(../img/review-icon-woman.svg) center center / contain no-repeat;
    }

    .review-icon-m {
        background: #fff url(../img/review-icon-man.svg) center center / contain no-repeat;
    }

    .review-name {
        font-weight: 700;
        margin-right: 10px;
    }

    .review-course {
        display: flex;
        flex-direction: column;
        width: 100%;
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 16px;
    }

    .review-course li {
        padding-left: 0;
    }

    .review-course li::before {
        display: none;
    }

    .review-course span {
        display: inline-block;
        padding: 4px 6px;
        border-radius: 10px;
        margin-right: 8px;
        background: #2c3a61;
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .review-bottom {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .review-bottom img {
        width: 40%;
        height: auto;
    }

    .map {
        margin-bottom: 3rem;
    }

    .map-ttl {
        background: #767676;
        font-size: 1.8rem;
        width: fit-content;
        min-width: 40%;
        padding: 1rem 1.4rem;
        margin: 26px auto;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        position: relative;
    }

    div.map-ttl::after {
        position: absolute;
        content: "";
        display: block;
        border-top: 20px solid #767676;
        border-left: 20px solid transparent;
        border-right: 19px solid transparent;
        left: 50%;
        bottom: -15px;
        z-index: 1;
        margin-left: -20px;
    }

    .acco {
        margin-bottom: 3rem;
    }

    .acco-ttl {
        position: relative;
        cursor: pointer;
        border: 1px solid #ddd;
        margin: 0;
        padding: 15px 45px 11px 20px;
        position: relative;
        background: #fff;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .acco-ttl.action {
        background: #edfaff;
    }

    .acco-info {
        display: none;
        padding: 15px 20px 15px;
    }

    .acco-info>:last-child {
        margin-bottom: 0;
    }

    .acco-cont {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .acco-subttl {
        flex-shrink: 0;
        font-weight: bold;
    }

    .acco-btn {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        display: block;
        width: 20px;
        aspect-ratio: 1 / 1;
    }

    .acco-btn::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #0091ff;
    }

    .acco-btn::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        width: 2px;
        height: 100%;
        background: #0091ff;
    }

    .acco-ttl.action .acco-btn::after {
        display: none;
    }
}

.relatedpost {
    margin: 40px 0;
}

.relatedpost-ttl {
    background: #767676;
    font-size: 1.8rem;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.relatedpost-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 14px;
}

.relatedpost-post a {
    transition: .4s;
}

.relatedpost-post a:hover {
    opacity: .6;
}

.relatedpost-post a:hover img {
    transform: scale(1.2);
}

.relatedpost-post .image-wrap {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
}

.relatedpost-post .image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transition: .4s;
}

.relatedpost-post-ttl {
    margin-bottom: 0;
    font-size: 1.4rem;
    margin-bottom: 0;
}