/*
.page-header  {
    background-color: #fff;
}

.page-header__inner {
    max-width: 760px;
    margin: 24px auto;
    padding-top: 64px;
    padding-bottom: 48px;
}

.search-history {
    display: flex;
}

.faq-section {
    max-width: 760px;
    margin: 24px auto;
}

.faq-section__titles {
    display: flex;
    flex-direction: column-reverse;
}

.faq-section__id {
    display: flex;
    align-items: center;
    margin: 0 auto 12px;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    background-color: #FDE047;
    font-weight: bold;
}

.faq-section__id-num {
    margin: 0 auto;
}

.faq-section__q {
    display: block;
    width: 36px;
    height: 36px;
    background: no-repeat center url(../img/icon_q.svg);
    text-indent: -9999px;
}

main.main h2 {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0px 1px 1px rgb(51 51 51 / 80%);
    font-weight: bold;
    background-color: #14b8a6;
    border-radius: 28px;
    position: relative;
    margin-bottom: 40px;
}
main.main h2:after {
    content: "";
    display: block;
    width: 32px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 16px);
    background: no-repeat center url(../img/common_title_fukidashi.svg);
}
main.main h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    border-bottom: solid 4px #14b8a6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 28px;
}
main.main h3:after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 8px);
    background: no-repeat center / contain url(../img/common_title_min_fukidashi.svg);
}
main.main h4 {
    border-left: solid 8px #14b8a6;
    padding-left: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 20px;
    font-weight: bold;
}
main.main h5 {
    border-left: solid 4px #14b8a6;
    padding-left: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: bold;
    color: #14b8a6;
    margin-bottom: 12px;
}
main.main h6 {
    margin-bottom: 6px;
    font-weight: bold;
    border-left: solid 2px #14b8a6;
    padding-left: 4px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

div.post-content p {
    margin-bottom: 12px;
}
div.post-content * p:last-child {
    margin-bottom: 0;
}
div.post-content .wp-block-quote {
    padding: 12px;
    background-color: #CECECE;
    border-radius: 8px;
    margin-bottom: 12px;
}
div.post-content .wp-block-table {
    margin-bottom: 16px;
}

div.post-content .wp-block-table td {
    background-color: #eeeeee;
    border: solid 2px #CECECE;
}
div.post-content .wp-block-table th {
    border: solid 2px #fff;
    background-color: #CECECE;
    font-weight: bold;
}



div.post-content .wp-block-table .cell-gray {
    background-color: #CECECE;
}
div.post-content .wp-block-table .cell-red {
    background-color: #FFEAE9;
    color: #FF281D;
}
div.post-content .wp-block-table .cell-blue {
    background-color: #E8F8F6;
    color: #14b8a6;
}
div.post-content .wp-block-table .cell-yellow {
    background-color: #FFFCED;
    color: #ccaf19;
}




div.post-content .custom-tbl {
    margin-bottom: 16px;
    overflow-x: auto;
    border-collapse: collapse;
    width: 100%;
}

div.post-content .custom-tbl td {
    background-color: #eeeeee;
    border: solid 2px #CECECE;
    padding: 12px;
}
div.post-content .custom-tbl th {
    padding: 12px;
    border: solid 2px #fff;
    background-color: #CECECE;
    font-weight: bold;
}

div.post-content .custom-tbl .cell-gray {
    background-color: #CECECE;
}
div.post-content .custom-tbl .cell-red {
    background-color: #FFEAE9;
    color: #FF281D;
}
div.post-content .custom-tbl .cell-blue {
    background-color: #E8F8F6;
    color: #14b8a6;
}
div.post-content .custom-tbl .cell-yellow {
    background-color: #FFFCED;
    color: #ccaf19;
}


div.post-content dl {
    margin-bottom: 12px;
}
div.post-content dl dt {
    font-weight: bold;
}
div.post-content ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
div.post-content > ul {
    margin-top: 12px;
    margin-bottom: 12px;
}
div.post-content ul li {
    display: list-item;
    list-style-type: disc;
}
div.post-content ul ul li {
    list-style-type: circle;
}
div.post-content ul ul ul li {
    list-style-type: square;
}






div.post-content ol {
    display: block;
    list-style-type: decimal;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
div.post-content > ol {
    margin-top: 12px;
    margin-bottom: 12px;
}
div.post-content ol li {
    display: list-item;
    list-style-type: decimal;
}

div.post-content img {
    margin-bottom: 12px;
    margin-top: 12px;
}
div.post-content a {
    text-decoration: underline;
}

.wp-block-image figcaption {
    padding-top: 4px;
    background-color: #f3f3f3;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
}




.dont-resolve {
    max-width: 760px;
    margin: 24px auto;
}


div.post-content pre.wp-block-preformatted {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 7px;
    overflow: auto;
}


.enquete {
    margin-top: 32px;
    margin-bottom: 32px;
}

.enquete__buttons {
    display: flex;
    justify-content: center;
}

.enquete__list {
    max-width: 320px;
    width: 100%;
}

.enquete__list:first-child {
    margin-right: 28px;
}

.enquete__link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    font-size: 1.25rem;
    border: solid 1px #CECECE;
    border-radius: 32px;
    background-color: #fff;
}

.enquete__helpful-link::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: no-repeat center url(../img/icon_helpful.svg);
    margin-right: 12px;
}


.enquete__moreinfo-link::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: no-repeat center url(../img/icon_moreinfo.svg);
    margin-right: 12px;
}


.faq-search-form {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
}

.faq-search-form__input {
    height: 48px;
    width: 100%;
    margin-right: 12px;
    max-width: 544px;
    border-radius: 24px;
    border: solid 1px #CDCDCD;
    box-sizing: border-box;
    padding: 0 16px;
}

.faq-search-form__submit {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
    border-radius: 24px;
    border: none;
    background: no-repeat right 12px center / 24px url(../img/icon_loupe.svg) #FCDF47;
    padding-left: 32px;
}

.faq-search-form__submit:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
}

.banner-contact {
    display: flex;
    align-items: center;
    background: no-repeat left 12px center url(../img/icon_contact.svg), no-repeat right 36px center url(../img/icon_round_arrow_right.svg) #fff;
    padding: 0 64px 0 80px;
    height: 96px;
    width: 100%;
    max-width: 472px;
    border: solid 1px #CECECE;
    border-radius: 8px;
    margin: 12px auto;
    font-size: 1.75rem;
    font-weight: bold;
    box-sizing: border-box;
}

.banner-contact__small-text {
    font-size: 1.25rem;
}

.question__ul--hidden {
    display: none;
}

.question__list {
    margin-bottom: 16px;
}

.question__link {
    display: flex;
    min-height: 64px;
    align-items: center;
    border-radius: 32px;
    border: solid 1px #cecece;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 0;
    box-sizing: border-box;
}

.question__link:before {
    content: "";
    display: block;
    background: no-repeat center url(../img/icon_q.svg);
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 12px;
}
.question__link:after {
    content: "";
    display: block;
    background: no-repeat center url(../img/icon_arrow_right.svg);
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: 36px;
}

.question-cat-list__category-name {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px #14b8a6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.question-cat-list__category-name::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: no-repeat center / contain url(../img/icon_faq_open.svg);
    margin-right: 12px;
    transition: 0.4s ease transform;
}

.question-cat-list__category-name--open::before {
    transform: rotate(45deg);
}

.search-info {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
}

.paging {
    margin: 12px 0;
}

.paging__ul {
    display: flex;
    justify-content: center;
}

.paging__list {
    margin: 0 6px;
}

.paging__disp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 1px #CECECE;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.paging__disp-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 1px #CECECE;
    border-radius: 20px;
    width: 88px;
    height: 40px;
}

.paging__disp-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 1px #CECECE;
    border-radius: 20px;
    width: 88px;
    height: 40px;
}





.paging__disp--now {
    background-color: #CECECE;
}



@media (max-width: 1040px) {
    .page-header__inner {
        padding-top: 24px;
        padding-bottom: 0px;
    }
    .enquete__link {
        font-size: 0.875rem;
        height: 44px;
    }
    .enquete__helpful-link::before {
        width: 32px;
        height: 32px;
        background-size: contain;
    }
    .enquete__moreinfo-link::before {
        width: 32px;
        height: 32px;
        background-size: contain;
    }
    .faq-search-form__submit {
        font-size: 0.875rem;
        padding-left: 16px;
        background-size: 20px;
    }
    .banner-contact {
        font-size: 1rem;
        height: 72px;
    }
    .banner-contact__small-text {
        font-size: 0.875rem;
    }
}

.under-page-wrapper {
    padding: 0 12px;
} */
