@charset "utf-8";

/* spファースト */
:root {
    --color_htag: #1e738d;
    --color_mark_orange: #ffddbc;
    --color_gray: hsla(0, 0%, 78%, .15);
}

table {
    width: 100%;
}

body #fixed-area .mask {
    display: none;
}

.post-content {
    line-height: 1.6;
    font-size: 1.1rem;
}


@media screen and (min-width:960px) {
    .post-content {
        font-size: 2.5vw
    }
}

@media screen and (min-width:1080px) {
    .post-content {
        font-size: 15px
    }
}

@media screen and (min-width:1280px) {
    .post-content {
        font-size: 13px
    }
}

@media screen and (min-width:1440px) {
    .post-content {
        font-size: 16px
    }
}


/* archive */
.post-content.archive h1 {
    margin-bottom: min(40px, 6vw);
}

.archive-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em 1.2em;
}

.archive a.archive-list-link {
    color: #333;
    text-decoration: none;
}

.archive-list-img {
    margin-bottom: 0.4em;
}

.archive-list-info .post-ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.archive-list-info time {
    font-size: 0.8em;
}

.post-content div>:first-child,
.post-content>:first-child {
    margin-top: 0 !important;
}




.pagination {
    margin: 50px 0 0;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: fit-content;
    margin: 0 auto;
}

.pagination li {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

.pagination li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(2em, 36px);
    aspect-ratio: 1 / 1;
    aspect-ratio: 1;
}


.pagination li a {
    transition: 0.4s;
    text-decoration: none;
    color: #333;
}

.pagination li a:hover {
    background: var(--color_htag);
    opacity: 1;
    color: #fff;
}

.pagination li:has(.current) {
    background: var(--color_htag);
    color: #fff;
}

.pagination li:has(.dots) {
    border: none;
}

.pagination li:has(.prev),
.pagination li:has(.next) {
    background: var(--soft);
}

.pagination .dots {
    width: 30px;
}

.post-content textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #000;
}

:where(.post-content)>*,
.post-content :where(#mokuji_area)>* {
    clear: both;
    margin-bottom: 24px;
}

.breadcrumbs-wrap {
    overflow-x: auto;
    scrollbar-width: thin;
    margin-bottom: min(40px, 7vw);
}

.breadcrumbs-wrap ul {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    padding-bottom: 8px;
}

.breadcrumbs-wrap li:has(a) {
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumbs-wrap li:has(a)::after {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    background: url(../img/arrow.svg) center center / contain no-repeat;
}

.breadcrumbs-wrap li a {
    text-decoration: underline;
    transition: .4s;
}

.breadcrumbs-wrap li a:hover {
    opacity: .6;
}

.breadcrumbs-wrap li span {
    word-break: keep-all;
    white-space: nowrap;
}

.thumbnail {
    margin-bottom: 1em;
}

.post-date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: max(11px, .9em);
    margin-bottom: 2em;
}

.pr {
    padding: .4em;
    border: 1px solid #333;
    line-height: 1;
}

.post-content h1 {
    font-size: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.4;
}

.post-content h2 {
    font-size: 1.4em;
    margin: 3em -1.5vw 1.8em;
    position: relative;
    z-index: 1;
    border-top: solid 2px var(--color_htag);
    border-bottom: solid 2px var(--color_htag);
    padding: .8em .75em;
    font-weight: bold;
}

.post-content h3 {
    font-size: 1.3em;
    margin: 2.5em 0 1.5em;
    padding: .25em 1em;
    position: relative;
    font-weight: bold;
}

.post-content h3:before {
    content: "";
    width: 4px;
    height: 100%;
    background: repeating-linear-gradient(var(--color_htag) 0%, var(--color_htag) 50%, rgba(30, 115, 141, 0.15) 50%, rgba(30, 115, 141, 0.15) 100%);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}


.post-content h4 {
    font-size: 1.2em;
    margin: 2.6em 0 1.5em;
    position: relative;
    font-weight: bold;
}

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


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

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


.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

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

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

.subhead {
    position: relative;
    font-size: 1.2em;
    margin: 2em 0 1.2em;
    padding-left: 1.2em;
    font-weight: bold;
}

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

.numhead {
    position: relative;
    font-size: 1.2em;
    margin: 2em 0 1.2em;
    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;
}

.color-orange {
    color: #fb9d5e;
    font-weight: bold;
}

.color-blue {
    color: #13bbc9;
    font-weight: bold;
}

.small-text {
    display: inline-block;
    font-size: .8em;
    color: #707070;
}

p .small-text {
    margin-bottom: 0;
}

.post-content *:has(+.small-text) {
    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;
}

.tbl {
    table-layout: fixed;
    border-collapse: collapse;
}

.tbl thead th {
    background: var(--color_htag);
    color: #fff;
}

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

.tbl thead th,
.tbl tbody th {
    text-align: center;
    line-height: 1.6;
}

.tbl th,
.tbl td {
    vertical-align: middle;
    text-align: center;
    font-size: 0.94em;
    padding: .7em;
    white-space: wrap;
    border: 1px solid #dcdcdc;
}

.tbl tbody th {
    background: hsla(0, 0%, 59%, .05);
    /* padding: .5em; */
}

.post-content .tbl th>:last-child,
.post-content .tbl td>:last-child {
    margin-bottom: 0;
}

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

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

.tbl img {
    margin: 0 auto;
}

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

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

.tbl .c-btn a {
    margin: 0 auto;
    width: 100%;
    min-width: auto;
    border-radius: 20px;
    padding: 10px 12px;
    gap: .8em;
    font-size: 1.1em;
}

.tbl .c-btn a::after {
    display: none;
}

.simplebox {
    padding: 1.25em;
    border: 1px solid #dcdcdc;
}

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

.simplebox.-color {
    border: none;
    background: #e8f6fa;
}

.simplebox.-gray {
    border: none;
    background: var(--color_gray);
}

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

.box-ttl {
    font-size: 1.2em;

    margin: 1.5em 0 1em;
    font-weight: bold;
}

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: .6em;
    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;
    padding-left: 0;
}

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

.post-content ol:not([class]) li::before {
    display: none;

}

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

.checklist li::before {
    position: absolute;
    left: 2px;
    top: .5em;
    content: "";
    display: block;
    width: .8em;
    aspect-ratio: 2 / 1;
    transform: rotate(-45deg);
    border-left: 2px solid var(--color_htag);
    border-bottom: 2px solid var(--color_htag);

}

.grid 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_htag);
}

.img-w100 {
    width: 100%;
}

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

.quotebox {
    position: relative;
    padding: 1.25em 1.25em 1.25em 3em;
    background: var(--color_gray);
}

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

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

.quotebox::before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 3em);
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    border-left: solid 1px rgba(180, 180, 180, .75);
    border-right: solid 1px rgba(180, 180, 180, .75);
}

.fukidashi {
    position: relative;
    background: #fdf4ea;
    width: fit-content;
    min-width: 40%;
    padding: .8em 1em;
    margin: 30px auto 25px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.fukidashi::after {
    background: inherit;
    content: "";
    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;
}

.matomebox {

    border: 2px solid var(--color_htag);
}

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

.matomebox-ttl {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: .6em 1em;
    line-height: 1.6;
    background: #e8f6fa;
}

.matomebox-inner {
    padding: 1.25em;
}

.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 {
    position: relative;
    padding: 1.25em;
    /* border: 1px solid var(--color_htag); */
}

.notebox::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: min(24%, 100px);
    aspect-ratio: 1 / 1;
    border-top: 2px solid #c9cacc;
    border-left: 2px solid #c9cacc;
}

.notebox::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: min(24%, 100px);
    aspect-ratio: 1 / 1;
    border-bottom: 2px solid #c9cacc;
    border-right: 2px solid #c9cacc;
}

.notebox-ttl {
    width: fit-content;
    max-width: 100%;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: .8em;
}

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

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

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

.c-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(22px, 1.4em);
    width: fit-content;
    min-width: 330px;
    max-width: 100%;
    min-height: 60px;
    font-size: 1.08em;
    font-weight: bold;
    color: #352b06;
    text-decoration: none;
    padding: 1em 1.4em;
    text-align: center;
    color: #fff;
    border-radius: 999px;
    background: #fb9d5e;
    box-shadow: 0 2px 2px rgba(100, 100, 100, 0.5), 0 4px 8px -4px rgba(100, 100, 100, .2);
}

.c-btn a::after {
    content: '';
    display: block;
    width: .5em;
    aspect-ratio: 1 / 1;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    flex-shrink: 0;
}


.c-btn a:hover::after {
    transform: rotate(45deg) translate(5px, -5px);
}


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

.post-content .label li {
    background: hsla(0, 0%, 59%, .05);
    border-left: 3px solid #B4B4B4;
    color: #8b9195;
    letter-spacing: 0;
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    font-size: 0.8em;

    text-align: center;
    min-width: 70px;
}

.label li.on {
    background: #e8f6fa;

    border-left-color: var(--color_htag);
    color: #525252;
}

.scrolltbl {
    overflow-x: auto;
    padding-right: 1px;
}

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

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

.scrolltbl .tbl {
    width: 110%;
    max-width: none;
    margin-bottom: 0;
}

.scrolltbl .tbl th,
.scrolltbl .tbl td {
    text-align: center;
}

table.sticky-top thead {
    position: sticky;
    top: 4rem;
    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 .c-btn a {
    font-size: 1em;
}

.scrolltbl .sticky-left {
    min-width: 110%;
}

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

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

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

.sticky-left tbody th,
.sticky-left thead th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--color_htag);
    z-index: 1;
    color: #fff;
}

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

.sticky-left tbody th a,
.sticky-left thead th:first-child a {
    color: #fff;
}

.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: 0;
    list-style-type: none;
}

.jump a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--color_htag);
    font-weight: 700;
    text-decoration: none;
    padding: 1em;
    border: solid 1px var(--color_htag);
    border-radius: .5em;
}

.jump a:hover {
    text-decoration: none;
    opacity: 1;
    background: var(--color_htag);
    color: #fff;
}

.numbering {}

.numbering li {}


.numbering-ttl {
    position: relative;
    font-size: 1.2em;

    margin: 2em 0 1em;
    padding-left: 2em;
    font-weight: bold;
}

.numbering-num {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1.8em;
    color: var(--color_htag);

}

.pickup {
    padding: .8em;
    border-top: double 6px var(--color_htag);

    margin: 2em 0 1em;
    background: #e8f6fa;
}

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

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

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

.ranking {}

.ranking-head {
    position: relative;
    padding: .8em .6em .8em 3.6em;
    border-top: double 6px var(--color_htag);

    margin: 2em 0 0;
    background: #e8f6fa;
}

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

.ranking-icon {
    position: absolute;
    left: .8em;
    top: 45%;
    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.3em;
    color: var(--color_htag);
    font-weight: bold;
}


.step {
    position: relative;
    padding: 0 0 2em 24px;
}

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


.step::before {
    position: absolute;
    left: 7px;
    top: 20px;
    display: block;
    content: "";
    border-left: 2px solid hsla(0, 0%, 78%, .5);
    height: calc(100% - 20px);
}

.step-num {
    display: flex;
    align-items: center;
    margin-left: -24px;
    font-size: 1.5em;
    margin-bottom: 0.3em;
    color: var(--color_htag);
    font-weight: bold;
}

.step-num::before {
    content: "";
    display: block;
    background: var(--color_htag);
    box-sizing: border-box;
    width: 16px;
    aspect-ratio: 1 / 1;
    margin-right: 8px;
    z-index: 1;
}


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

.step-inner {}

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

.relatedpost {
    margin: 40px 0;
}

.relatedpost-ttl {
    display: flex;
    align-items: center;
    gap: 0.6em;
    margin-bottom: 1em;
    font-size: 1.2em;
    max-width: 100%;
}

.post-content .relatedpost-ttl::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color_htag);
}

.post-content .relatedpost-ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color_htag);
}

.post-content .relatedpost-ttl span {
    font-weight: bold;
    color: var(--color_htag);
    flex-shrink: 0;
    max-width: 80%;
    text-align: center;
    line-height: 1.6;
}


.relatedpost-wrap {
    display: grid;
    grid-template-columns: repeat(1, 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: #fff;
    background: var(--color_htag);
    border-radius: 50%;
}

.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 {
    content: "A";
    display: block;
    font-family: Arial, sans-serif;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 2em;
    color: #535353;
    box-shadow: 0 0 0 1px #535353;
    border-radius: 50%;
}


.link-right,
.link-right-icon {
    width: fit-content;
    margin: auto 0 1.5em auto;
    text-align: right;
    font-size: max(11px, .9em);
}

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

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

.post-content .link-right:has(+.link-right),
.post-content .link-right:has(+.link-right-icon),
.post-content .link-right-icon:has(+.link-right),
.post-content .link-right-icon:has(+.link-right-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;
    gap: 1em;
    padding: 0;
    margin: 0;
    list-style: none;
}

.imgscrollbox-list li {

    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    text-align: center;
    position: relative;
}


.imgscrollbox-list li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 1px;
    width: 1.25em;
    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;

    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: 1em;
}

.tabarea {}

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

.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;
    border: 1px solid var(--color_htag);
    border-bottom: none;
    color: var(--color_htag);
    background: #e8f6fa;
}

.post-content .tab.active::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    content: "";
    display: block;
    width: 1.6em;
    aspect-ratio: 2 / 1;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: var(--color_htag);
}

.tab-wrap {
    display: none;
    padding: 1em .8em .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 #cdb36c;
}

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

.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: 0.8em 1em;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.15em;
}

.meritdemerit-inner {
    padding: 1em 1.25em;
}

.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: .6em 0;
}

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

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

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

.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 #ddd;
    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.15em;
}

.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: var(--color_htag);
    color: #fff;
    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 {
    font-size: 1.15em;
    border: 1px solid;
    border-radius: 2px;

    min-width: 2em;
    padding: .5em 1.25em;
    position: relative;
    width: fit-content;
    margin: 2em auto 1.5em;
    background: #fff;
    font-weight: bold;
}

.map-ttl::before {
    background: inherit;
    border-bottom: 1px solid;
    border-right: 1px solid;
    bottom: -.9em;
    content: "";
    width: 1em;
    aspect-ratio: 1 / 1;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    visibility: visible;
}

.map {}


.acco {}

.acco-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.15em;
}

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

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

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

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

.acco-flex {
    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: min(20px, 6%);
    aspect-ratio: 1 / 1;
}

.acco-btn::before {
    position: absolute;
    top: 50%;
    left: 1px;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color_htag);
}

.acco-btn::after {
    position: absolute;
    top: 1px;
    left: 50%;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--color_htag);
}

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