@charset "utf-8";

/* spファースト */

body:has(.article-p) {
    overflow: visible;
}

textarea {
    width: 100%;
    height: 120px;
}

.post_content ul,
.post_content ol {
    padding-left: 0;
}

:where(.post_content) li {
    list-style-type: none;
}

.post_content * {
    box-sizing: border-box;
}

.post_content p {
    margin-bottom: 1.5em;
}

:where(.post_content) img {
    display: block;
    width: 100%;
    height: auto;
}

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

.info {
    display: flex;
    align-items: center;
}

.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

.post_content a:where(:not(.is-style-index a)) {
    color: #1A0DAB;
    transition: .4s;
    text-decoration: underline;
}

.post_content a:where(:not(.is-style-index a):hover) {
    opacity: .6;
}

.subhead {
    position: relative;
    font-size: 1.08em;
    line-height: 1.4;
    margin: 3em 0 1.5em;
    padding-left: 1.5em;
    font-weight: bold;
}

.subhead::before {
    position: absolute;
    top: .4em;
    left: .3em;
    content: '';
    display: block;
    width: .7em;
    aspect-ratio: 1 / 1;
    background: var(--color_htag);
}

.numhead {
    position: relative;
    font-size: 1.08em;
    line-height: 1.4;
    margin: 3em 0 1.5em;
    padding-left: 2.5em;
    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: var(--color_htag);
    color: #fff;
}

.color01 {
    color: #df4242;
    font-weight: bold;
}

.color02 {
    color: #f59b5f;
    font-weight: bold;
}

.caution {
    display: inline-block;
    font-size: .75em;
    color: #707070;
}

p .caution {
    margin-bottom: 0;
}

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

.bold {
    font-weight: bold;
}

.marker {
    background: -webkit-linear-gradient(transparent 64%, var(--color_mark_orange) 0%);
    background: linear-gradient(transparent 64%, var(--color_mark_orange) 0%);
    font-weight: bold;
}

.table {
    table-layout: fixed;
}

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

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

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
    font-size: 0.94em;
    padding: .7em;
}

.post_content .table th>:last-child,
.post_content .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 img {
    margin: 0 auto;
}

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


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

.table .link-btn a {
    margin: 0 auto;
    width: 100%;
    min-width: auto;
    border-radius: 20px;
    padding: 10px 12px;
}

.borderbox {
    padding: 1.25em;
    border: solid 4px hsla(0, 0%, 78%, .15);
}

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

.colorbox {
    padding: 1.25em;
    background: #e5f2f3;
}

.colorbox.gray {
    background: var(--color_gray);
}


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

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


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

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

.box-ttl {
    font-size: 1.08em;
    line-height: 1.4;
    margin: 1.5em 0 1em;
    font-weight: bold;
    color: var(--color_main);
}

ul:not([class]),
ol:not([class]),
ul.checklist {
    padding-left: 0;
}

ul:not([class]) li,
ol:not([class]) li,
.checklist li {
    margin: .6em 0;
}

.post_content ul:not([class]) li {
    position: relative;
    padding-left: 1.2em;
}

.post_content ul:not([class]) li::before {
    content: "";
    position: absolute;
    display: block;
    background: var(--color_htag);
    width: .5em;
    aspect-ratio: 1 / 1;
    top: .5em;
    left: .3em;
    border-radius: 50%;
    flex-shrink: 0;
}

.post_content ol:not([class]) {
    padding: 0 0 0 20px;

}

.post_content ol:not([class]) li {
    list-style-type: decimal;
}

.post_content ol:not([class]) li::marker {
    color: var(--color_htag);
    font-weight: bold;
}

.checklist {

    line-height: 1.6;
}

.checklist li {
    position: relative;
    padding-left: 1.5em;
}

.checklist li::before {
    position: absolute;
    left: 2px;
    top: .1em;
    content: "\e923";
    font-family: icomoon;
    color: var(--color_list_check);
    display: block;
}

.flex img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

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

.float {}

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

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

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

.arrow-down {
    width: min(65px, 15%);
    margin: 2.8em auto;
    aspect-ratio: 2 / 1;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: var(--color_main);
}

.full-img {
    width: 100%;

}

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

.post_content .quotebox {
    position: relative;
    padding: 1.25em 1.25em 1.25em 3em;

}

.post_content .quotebox .full-img {
    margin-bottom: 1em;
}

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

.fukidashi {
    position: relative;
    border: 2px solid #f59b5f;
    width: fit-content;
    min-width: 40%;
    padding: .6em .8em;
    margin: 30px auto 25px;
    font-size: 1.08em;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background: #fff;
}

.fukidashi::after {
    background: inherit;
    content: "";
    border-bottom: 2px solid #f59b5f;
    border-right: 2px solid #f59b5f;
    bottom: -14px;
    width: 16px;
    aspect-ratio: 1 / 1;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    visibility: visible;
}

.summarybox {
    padding: 1.25em;
    border: double 6px #f59b5f;
}

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

.summarybox-ttl {
    position: relative;
    display: block;
    width: fit-content;
    text-align: center;
    padding-bottom: 0.6em;
    margin: 0 auto .8em;
    font-size: 1.08em;
    font-weight: bold;
    line-height: 1.6;
}

.summarybox-ttl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #f59b5f;
}

.summarybox-inner {
    padding: 20px;
}

.surveybox {
    padding: 1.25em;
    background: hsla(0, 0%, 59%, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
}

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

.surveybox-ttl {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    font-weight: bold;
}

.notebox {
    background: hsla(0, 0%, 59%, .05);
}

.notebox-ttl {
    width: fit-content;
    max-width: 100%;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    background: var(--color_htag);
    padding: .5em .8em;
}


.notebox-inner {
    font-size: 90%;
    padding: 1.25em;
}

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

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

.link-btn a {
    position: relative;
    display: block;
    width: fit-content;
    min-width: 330px;
    max-width: 100%;
    font-size: 1.08em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px 15px;
    border-radius: 999px;
    text-align: center;
    background: #ea6f8f;
    border: 1px solid #ea6f8f;
    box-shadow: 0 2px 2px rgba(100, 100, 100, 0.5), 0 4px 8px -4px rgba(100, 100, 100, .2);
}

.link-btn a:hover {
    text-decoration: none;
    opacity: 1;
    background: #fff;
    color: #ea6f8f;
}

.post_content .tag {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
}

.post_content .tag li {
    background: hsla(0, 0%, 59%, .05);
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    color: #8b9195;
    letter-spacing: 0;
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    font-size: 0.8em;
    line-height: 1.4;
    text-align: center;
    min-width: 70px;
}

.tag li.on {
    background: #e5f2f3;
    color: #333;

}

.scrolltable {
    overflow-x: auto;

    padding-right: 1px;
}

.scrolltable thead th {
    width: min(190px, 40vw);
}

.scrolltable thead th:first-of-type {
    width: min(150px, 30vw);
}

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

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


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


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

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

.sticky-top .link-btn a {
    font-size: 1em;
}


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

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

.stickytable-left thead th {
    background-color: var(--tbody-th-color--bg, hsla(0, 0%, 59%, .05));
    color: var(--tbody-th-color--txt, inherit);
    min-width: 160px;
    color: #333;
}

.stickytable-left thead th a {
    color: #1A0DAB;
}

.stickytable-left tbody th,
.stickytable-left thead th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--color_main);
    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: 14px;
}

.post_content .jump {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-left: 0;
}

.jump li {
    text-align: center;
    margin-bottom: 0;
    list-style-type: none;
}

.jump a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 20px 38px 20px 24px;
    color: #333;
    background: #f3f1ee;
    text-decoration: none;
    position: relative;
    border-radius: 999px;
    box-shadow: inset 0 -8px 5px -5px rgba(0, 0, 0, 0.1);
}

.jump a:hover {
    text-decoration: none;
}

.jump a::after {
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translateY(-50%);
    display: inline-block;
    content: "\e910";
    font-size: .8em;
    font-family: 'icomoon' !important;
    font-weight: normal;
}


.numbering {}

.numbering li {}


.numbering-ttl {
    position: relative;
    font-size: 1.08em;
    line-height: 1.4;
    margin: 2em 0 1em;
    padding-left: 2.6em;
    font-weight: bold;
}

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

.pickup {
    padding: .4em 0 .4em 1em;
    border-left: solid 2px var(--color_htag);
    line-height: 1.4;
    margin: 2em 0 1em;
}

.pickup-note {
    font-size: .8em;
    display: block;
    margin-bottom: 4px;
}

.pickup-name {
    font-size: 1.1em;
    font-weight: bold;
}

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

.ranking {}

.ranking-head {
    position: relative;
    padding: .4em 0 .4em 4em;
    border-left: solid 2px var(--color_htag);
    line-height: 1.4;
    margin: 2em 0 1em;
}

.ranking-catch {
    display: block;
    margin-bottom: 4px;
    font-size: .8em;
}

.ranking-icon {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/rank-04.svg) center center / contain no-repeat;
    width: 2em;
    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;
}

.ranking-name {
    font-size: 1.1em;
    color: var(--color_htag);
    font-weight: bold;
}


.step {
    position: relative;
}

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

.step::after {
    border-left: 1px dashed #bdbdbd;
    content: "";
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0;
    width: 0;
    display: none;
    z-index: -1;
}

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

.post_content .step-head {
    position: relative;
    margin-top: 2em;
    margin-bottom: 1.2em;
    padding-left: 60px;
}

.step-num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color_main);
    color: #fff;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    width: 48px;
    aspect-ratio: 1 / 1;
}

.step-num span {
    font-size: var(--font-size-xxl);
    line-height: 1;
    font-size: 20px;
}

.step-ttl {
    font-size: 1.08em;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: bold;
}

.step-inner {
    padding-bottom: 2.4em;
    padding-left: 60px;
    margin-left: -38px;
}

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

.relatedpost {
    margin: 40px 0;
}

.post_content .relatedpost-ttl {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.08em;
    color: var(--color_htag);
    padding: 0.4em;
    background: #f3f1ee;
}

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

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

.relatedpost-post .image_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.post_content .relatedpost-post-ttl {
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1.6;
}

.faq {}

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

.faqQ {
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 1em 0 0 3em;
    position: relative;
}

.faqQ-icon {
    bottom: unset;
    content: "Q";
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 2em;
    box-shadow: 0 0 0 1px currentcolor;
    color: var(--color_main);
}


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

.faqA {
    line-height: 1.5;
    padding: 1.2em 0 1.2em 3em;
    position: relative;
}

.faqA-icon {
    border-radius: var(--swl-faq_icon_radius);
    content: "A";
    display: block;
    font-family: Arial, sans-serif;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 2em;
    box-shadow: 0 0 0 1px currentcolor;
}


.right-link,
.right-link-icon {
    width: fit-content;
    margin: auto 0 1.5em auto;
    text-align: right;
}


.right-link a,
.right-link-icon a {
    font-size: clamp(11px, .9em, 14px);
}

.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;
}

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

.imgscrollbox {
    width: 100%;
    background: hsla(0, 0%, 59%, .05);
    padding: 1.25em;
    overflow-x: auto;
    white-space: nowrap;

}

.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(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 0 8px;
    text-align: center;
    position: relative;
}


.imgscrollbox-list li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 1px;
    width: 26px;
    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: .8em;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: left;
}



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

.imgscrollbox.center li {
    width: 33.33%;
}

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

.tabarea {}

.tab-list {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid var(--color_main);
}

.post_content .tab {
    border-radius: 5px 5px 0 0;
    flex: auto;
    text-align: center;
    cursor: pointer;
    width: 100%;
    min-height: 50px;
    padding: 4px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .8em;
    line-height: 1.3;
    border: 1px solid #B4B4B4;
    border-bottom: none;
}

.post_content .tab.active {
    position: relative;
    color: #fff;
    border: 1px solid var(--color_main);
    border-bottom: none;
    color: var(--color_main);
    background: #e5f2f3;
}

.tab-wrap {
    display: none;
    padding: .8em;
    border: 1px solid #B4B4B4;
}

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

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

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

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

.meritdemerit[data-type="merit"] .meritdemerit-ttl {
    background: rgba(255, 221, 188, 0.5);
    border-bottom: 2px solid #f59b5f;
}

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

.meritdemerit[data-type="demerit"] .meritdemerit-ttl {
    background: hsla(0, 0%, 59%, .05);
    border-bottom: 2px solid #B4B4B4;
}

.meritdemerit-ttl {
    padding: 10px 18px;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.08em;
}

.meritdemerit-inner {
    padding: 14px 18px;
}

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

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

.meritdemerit-list li {
    padding-left: 1.2em;
    position: relative;
    margin: .4em 0;
}

.meritdemerit-list li:before {
    content: "";
    position: absolute;
    display: block;
    width: .5em;
    aspect-ratio: 1 / 1;
    top: .4em;
    left: .3em;
    border-radius: 50%;
    flex-shrink: 0;
}

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

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

.review-scroll {
    overflow-x: scroll;
    display: flex;
    gap: 16px;

}

.review {
    width: 100%;
    min-width: 80%;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: hsla(0, 0%, 59%, .05);
    padding: 1.25em;
    border: 1px solid #e9e2d2;
    white-space: normal;
    overflow: hidden;
    scroll-snap-align: center;
}

.review-info {
    width: 100%;
    margin-bottom: 1em;
}

.review-name {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 1.05em;
}

.post_content .review-label {
    width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.review-label li {
    margin: .6em 0;
}

.review-label span {
    display: inline-block;
    padding: 4px 6px;
    margin-right: 8px;
    background: rgba(255, 221, 188, 0.5);
    border: 1px solid #f59b5f;
    letter-spacing: .08em;
    font-weight: bold;
    font-size: .8em;
}

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

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

.map-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.05em;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: var(--color_htag);
}

.map-ttl::before {
    content: "\005C";
    font-size: 1.1em;
    flex-shrink: 0;
    font-family: Consolas, monospace;
}

.map-ttl::after {
    content: "\002F";
    font-size: 1.1em;
    flex-shrink: 0;
    font-family: Consolas, monospace;
}

.map {}


.accordion {}

.accordion-ttl {
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px 42px 10px 18px;
    position: relative;
    background: #fff;
    font-weight: bold;
    font-size: 1.05em;
}

.accordion-ttl.action {
    background: #e5f2f3;
}

.accordion-inner {
    display: none;
    padding: 10px 18px 10px;
}

.accordion-inner p {
    margin-bottom: .8em;
}

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

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

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

.accordion-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    aspect-ratio: 2 / 1;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: var(--color_htag);
}

.accordion-ttl.action .accordion-btn {
    transform: translateY(-50%) rotate(180deg);
}