@charset "UTF-8";

/* ==========================================================================================================
*/
/* 共通設定 */
/*
 ========================================================================================================== */
:root {
    --subpage-title-en-color: var(--blue1);
}
main {
    letter-spacing: 0;
}
p {
    font-size: 2rem;
    line-height: 2;
    margin: 0;
}
.l-subpage-title-area {
    min-height: 439px;
    background-image: url(../img/lower/img-title_back.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.l-subpage-title-area__title {
    font-family: var(--font-shantell-sans);
    font-weight: 600;
    font-style: italic;
    font-size: 10rem;
    display: block;
    text-align: center;
    letter-spacing: -0.035em;
    padding-top: 200px;
    color: var(--subpage-title-en-color);
}
.l-subpage-title-area__sub-title {
    font-family: var(--font-zen-maru-gothic);
    color: var(--font-p-color);
    font-weight: bold;
    font-style: normal;
    display: block;
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.05em;
}

/* 値段 */
.l-subpage-price {
    color: var(--brown1);
    letter-spacing: normal;
    font-size: 3.6rem;
    line-height: 1;
}
.l-subpage-price span {
    font-size: 1.8rem;
}
/* ===================================================== */
/* お客様の声 */
/* ===================================================== */
.l-voice-item {
    display: flex;
}
.l-voice-item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.l-voice-item:not(:last-child) {
    margin-bottom: 70px;
}

.l-voice-item__img {
    width: 120px;
    height: auto;
}
.l-voice-item__speech-content-area {
    padding: 25px 30px 30px 30px;
    background-color: var(--cyan1);
    border-radius: 20px;
    width: 500px;
    height: fit-content;
}

.l-voice-item__speech-deco-area {
    background-color: var(--cyan1);
    clip-path: polygon(100% 100%, 0 50%, 100% 0);
    height: 34.641px;
    width: 30px;
    margin-top: 30px;
    margin-left: 22px;
    margin-right: -4px;
}

.l-voice-item:nth-of-type(even) .l-voice-item__speech-deco-area {
    margin-left: -4px;
    margin-right: 22px;
    background-color: var(--cyan1);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}

.l-voice-item__speech-text {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.l-voice-item__speech-tag {
    font-size: 1.4rem;
    line-height: 1;

    padding: 5px;
    background-color: var(--yellow2);
    border-radius: 4px;
    width: fit-content;
}

/* ボタン：画像 */
.l-vote-button img {
    display: block;
    width: 60px;
    height: auto;
    margin-inline: auto;
    margin-bottom: 1px;
    transition: transform 0.1s;
}
/* ボタン：文字 */
.l-vote-button span {
    text-align: center;
    font-size: 1.4rem;
}
.l-vote-button.button-red span {
    color: var(--red3);
}
.l-vote-button.button-blue span {
    color: var(--cyan3);
}

/* ==========================================================================================================
*/
/* 商品紹介ページ */
/*
 ========================================================================================================== */
.page-products {
    --subpage-title-en-color: var(--orange1);
}
/* カレンダーのタイトル */
.page-products .p-main-explanation__title-area {
    margin-bottom: 90px;
}
.page-products .p-main-explanation__title-area img {
    display: block;
    margin-inline: auto;
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}
/* トイレ専用カレンダー */
.page-products .p-main-explanation__title-area-toilet {
    display: block;
    text-align: center;
    color: var(--brown1);
    font-size: 3rem;

    padding: 15px;
    width: 100%;
    background-color: var(--yellow1);
    border-radius: 35px;
}
.page-products .p-main-explanation__title-area-toilet-deco {
    background-color: var(--yellow1);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 26px;
    width: 30px;
    margin-inline: auto;
    margin-bottom: 20px;
}

/* 便蔵さま */
.page-products .p-main-explanation__title-area-benzo {
    display: block;
    margin-inline: auto;
    text-align: center;
    font-size: 6rem;
    box-sizing: border-box;
    width: fit-content;
    min-width: 300px;
    border-bottom: 10px dotted var(--orange2);
    padding-bottom: 25px;
}

/* ===================================================== */
/* テキストエリア */
/* ===================================================== */
/* 茶色のタイトル */
.page-products .p-main-explanation .l-subpage-headword {
    margin-bottom: 54px;
}

/* 背景画像 */
.page-products .p-main-explanation {
    background-repeat: no-repeat;
    background-position: right 8px;
    background-size: clamp(240px, 71.85%, 480px) auto;
}
.page-products .p-main-explanation__text-area p:not(:last-of-type) {
    margin-bottom: 1em;
}
.page-products .p-main-explanation__text-area :last-of-type {
    padding-bottom: 277px;
}
/* ===================================================== */
/* トピックス1.2.3 */
/* ===================================================== */
.page-products .p-main-explanation__topics-item {
    background-color: var(--yellow1);
    padding: 130px 39px 40px 39px;
    border-radius: 40px;
    width: 100%;
    position: relative;
}
.page-products .p-main-explanation__topics-item:not(:last-of-type) {
    margin-bottom: 130px;
}

.page-products .p-main-explanation__topics-item-number {
    display: block;
    margin-inline: auto;
    width: 120px;
    height: auto;

    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.page-products .p-main-explanation__topics-item h4 {
    font-family: var(--font-yusei-magic);
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.55;
    margin-bottom: 40px;
    text-align: center;
}
.page-products .p-main-explanation__topics-item-picture {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
/* ===================================================== */
/* 仕様 */
/* ===================================================== */
.p-products-item:not(:last-child) {
    margin-bottom: 60px;
}

.page-products .p-products-item__calendar-img {
    width: 180px;
    height: auto;
    margin-right: 30px;
}
.page-products .l-subpage-table {
    width: 458px;
}
.page-products .p-products-item__pc-flex {
    display: flex;
    flex-wrap: wrap;
}
.page-products .l-subpage-price {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* ===================================================== */
/* キャラクター紹介 */
/* ===================================================== */
.page-products .p-products-char-intro__img {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
.page-products .p-products-char-intro .l-subpage-item-name-area {
    margin-bottom: 35px;
}
.page-products .p-products-char-intro .p-products-char-intro__item {
    margin-bottom: 60px;
}
.page-products .p-products-char-intro .l-subpage-single-link {
    margin-top: 0;
}

/* ===================================================== */
/* お客様の声 */
/* ===================================================== */
.page-products .l-voice-area {
    margin-bottom: 100px;
}
/* ===================================================== */
/* メールフォームリンク */
/* ===================================================== */
.page-products .p-products-form-link-area {
    background-image: url(../img/lower/products/img-form_back.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding-top: 130px;
    height: 510px;
    width: 100%;
    margin-bottom: 100px;
}
.page-products .p-products-form-link-area p {
    font-size: 2.4rem;
    line-height: 1.83;
    text-align: center;
    margin-bottom: 32px;
}
.page-products .p-products-form-link-area .l-subpage-single-link {
    margin-top: 17px;
}
.page-products .p-products-form-link-area__flex {
    display: flex;
    justify-content: space-between;
}
.page-products .p-products-form-link-area__flex img {
    width: 120px;
    height: auto;
}
/* ===================================================== */
/* カレンダーURL */
/* ===================================================== */
.page-products .p-products-calendar-url-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.page-products .p-products-calendar-url-area:has(> div:only-child) {
    justify-content: center;
}
.page-products .p-products-calendar-url-area img {
    display: block;
    margin-inline: auto;
    width: 180px;
    height: auto;
}

.page-products .p-products-calendar-url-area .l-subpage-single-link {
    width: 324px;
    height: 100px;
    background-size: cover;
    margin-top: 30px;
    text-align: center;
    vertical-align: top;
    line-height: 1.45;
}
.page-products .p-products-calendar-url-area__blue-link {
    background-image: url(../img/lower/btn-lower_back_blue.png);
}
.page-products .p-products-calendar-url-area__blue-link:hover {
    background-image: url(../img/lower/btn-lower_back_blue_on.png);
}
/* ==========================================================================================================
*/
/* ぴぃらいぶらりぃ */
/*
 ========================================================================================================== */

/* ===================================================== */
/* ぴぃくらぶのキャラクター(ページ最上部セクション) */
/* ===================================================== */
.page-pi-library .p-main-explanation p:not(:last-of-type) {
    margin-bottom: 2em;
}
.page-pi-library .p-main-explanation img {
    width: 600px;
    height: auto;
    display: block;
    margin-inline: auto;
}
/* ===================================================== */
/* キャラクター紹介 */
/* ===================================================== */
.page-pi-library .p-product-intro__item:not(:last-of-type) {
    margin-bottom: 100px;
}
/* カレンダーエリア
======================================================== */
.page-pi-library .p-product-intro__item-calendar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
/* ボタンエリア */
.page-pi-library .p-product-intro__item-calendar-button-flex {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* カレンダー画像 */
.page-pi-library .p-product-intro__item-calendar-img {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}
/* ボタン：横幅 */
.page-pi-library .p-product-intro__item-calendar .button-item .l-vote-button {
    width: 85px;
}
/* キャラクターキャラクターエリア
======================================================== */
.page-pi-library .p-product-intro__item-char:not(:last-of-type) {
    margin-bottom: 65px;
}

.page-pi-library .p-product-intro__item-calendar .l-subpage-table {
    width: 459px;
}
/* キャラクター画像 */
.page-pi-library .p-product-intro__item-char-img {
    width: 180px;
    height: auto;
    margin-right: 30px;
}
.page-pi-library .p-product-intro__item-char-flex {
    display: flex;
    justify-content: space-between;
}
/* 説明文 */
.page-pi-library .p-product-intro__item-char-desc {
    margin-top: -10px;
    margin-bottom: 10px;
}

/* ===================================================== */
/* バナーセクション */
/* ===================================================== */
.page-pi-library .p-bnr-area__nft {
    display: block;
    margin-inline: auto;
    width: fit-content;
}
.page-pi-library .p-bnr-area__nft img {
    display: block;
    width: 480px;
    height: auto;
}

/* ===================================================== */
/* 便蔵さま　30年の歴史 */
/* ===================================================== */
.page-pi-library .p-history-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}
/* ==========================================================================================================
*/
/* ぴぃくらぶについて */
/*
 ========================================================================================================== */
/* ================================================== */
/* 最初の説明セクション */
/* ================================================== */
.page-about .p-main-explanation__text-area .l-subpage-headword {
    margin-top: -8px;
    margin-bottom: 53px;
}
.page-about .p-main-explanation__text-area {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: clamp(150px, 44.9%, 300px) auto;

    padding-bottom: 36px;
    margin-bottom: 100px;
}
.page-about .p-main-explanation__text-area p:not(:last-of-type) {
    margin-bottom: 2em;
}

/* ポリシーエリア
======================================================== */
.page-about .p-main-explanation__policy-img {
    width: 600px;
    height: auto;
    display: block;
    margin-inline: auto;
    margin-bottom: 130px;
}

.page-about .p-main-explanation__policy-item {
    padding: 134px 39px 40px 39px;
    border-radius: 40px;
    width: 100%;
    min-height: 540px;
    position: relative;
}
.page-about .p-main-explanation__policy-item:not(:last-of-type) {
    margin-bottom: 130px;
}
.page-about .p-main-explanation__policy-item-number {
    display: block;
    margin-inline: auto;
    width: 120px;
    height: auto;

    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.page-about
    .p-main-explanation__policy-item
    .p-main-explanation__policy-item-title {
    font-family: var(--font-yusei-magic);
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-align: center;
}
.p-main-explanation__policy-item.blue {
    background-color: var(--cyan2);
}
.p-main-explanation__policy-item.blue .p-main-explanation__policy-item-title {
    color: var(--blue2);
}
.p-main-explanation__policy-item.green {
    background-color: var(--green1);
}
.p-main-explanation__policy-item.green .p-main-explanation__policy-item-title {
    color: var(--green2);
}
.p-main-explanation__policy-item.red {
    background-color: var(--red1);
}
.p-main-explanation__policy-item.red .p-main-explanation__policy-item-title {
    color: var(--red2);
}
.page-about .p-main-explanation__policy-item {
    background-repeat: no-repeat;
    background-position: center center;
}

/* ================================================== */
/* 運営会社 */
/* ================================================== */
.page-about .p-company-info_list-item:first-of-type {
    border-top: 1px solid var(--brown1);
}
.page-about .p-company-info_list-item {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--brown1);

    font-size: 2rem;
    line-height: 1.5;
}

.page-about .p-company-info_list-item-title {
    color: var(--brown1);
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}
.page-about .p-company-info_list-item-text {
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
}

/* ================================================== */
/* リンク画像 */
/* ================================================== */
.page-about .p-link-section__link {
    display: block;
    width: fit-content;
    margin-inline: auto;
}
.page-about .p-link-section__link:not(:last-of-type) {
    margin-bottom: 40px;
}
.page-about .p-link-section__link img {
    width: 540px;
    height: auto;
}

/* ==========================================================================================================
*/
/* お客様の声 */
/*
 ========================================================================================================== */
.page-archive-voice .p-voice-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;

    margin-bottom: 100px;
}
.page-archive-voice .p-voice-category-list li {
    background-image: url(../img/lower/btn-lower_back_blue.png);
    background-size: contain;
}
.page-archive-voice .p-voice-category-list li:hover {
    background-image: url(../img/lower/btn-lower_back_blue_on.png);
}
/* ==========================================================================================================
*/
/* ニュース＆トピックス */
/*
 ========================================================================================================== */
.page-single-post .postDate {
    display: block;
    width: fit-content;
    font-size: 2rem;
    margin-left: auto;
    margin-bottom: 30px;
}

/* 共通部分　後で移動 */
.l-voice-area {
    margin-bottom: 70px;
}

.l-pageNation {
    margin-inline: auto;
    max-width: 550px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
.l-pageNation .page-numbers {
    background-color: var(--cyan1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
}
.l-pageNation .page-numbers.current {
    background-color: var(--green1);
}
/* ==========================================================================================================
*/
/* サイト内検索 */
/*
 ========================================================================================================== */
.page-search .searchList + .l-pageNation {
    margin-top: 50px;
}
.page-search .searchList > li {
    border-bottom: 1px solid currentColor;
    padding-bottom: 8px;
}
.page-search .searchList > li + li {
    margin-top: 1.5em;
}

/* ==========================================================================================================
*/
/* モバイル */
/*
 ========================================================================================================== */
@media screen and (max-width: 767px) {
    /* ==========================================================================================================
    */
    /* 共通設定 */
    /*
    ========================================================================================================== */
    p {
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .l-subpage-title-area {
        min-height: 218.5px;
    }
    .l-subpage-title-area__title {
        font-size: 5rem;
        padding-top: 100px;
    }
    .l-subpage-title-area__sub-title {
        font-size: 2rem;
        margin-top: 0px;
    }

    /* 値段 */
    .l-subpage-price {
        font-size: 2.5rem;
    }
    .l-subpage-price span {
        font-size: 1.2rem;
    }
    /* ===================================================== */
    /* お客様の声 */
    /* ===================================================== */
    .l-voice-item:not(:last-child) {
        margin-bottom: 50px;
    }

    .l-voice-item__img {
        width: 60px;
        height: auto;
    }
    .l-voice-item__speech-content-area {
        padding: 15px 20px 20px 20px;
        border-radius: 10px;
        width: 100%;
    }

    .l-voice-item__speech-deco-area {
        height: 17.32px;
        width: 15px;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: -2px;
    }

    .l-voice-item:nth-of-type(even) .l-voice-item__speech-deco-area {
        margin-left: -2px;
        margin-right: 10px;
    }

    .l-voice-item__speech-text {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-bottom: 15px;
    }
    .l-voice-item__speech-tag {
        font-size: 1.2rem;
    }

    /* ボタン：横幅 */
    .l-vote-button {
        width: 75px;
    }
    /* ボタン：画像 */
    .l-vote-button img {
        width: 40px;
    }
    /* ボタン：文字 */
    .l-vote-button span {
        font-size: 1.2rem;
    }

    /* ==========================================================================================================
    */
    /* 商品紹介ページ */
    /*
    ========================================================================================================== */
    /* 背景画像 */
    .page-products .p-main-explanation {
        background-position: right 5px;
    }
    /* カレンダーのタイトル */
    .page-products .p-main-explanation__title-area {
        margin-bottom: 47.5px;
    }
    .page-products .p-main-explanation__title-area img {
        width: 60px;
        margin-bottom: 10px;
    }
    .page-products .p-main-explanation__title-area-toilet {
        font-size: 1.6rem;
        padding: 10px;
    }

    .page-products .p-main-explanation__title-area-toilet-deco {
        height: 13px;
        width: 15px;
        margin-bottom: 10px;
    }

    .page-products .p-main-explanation__title-area-benzo {
        font-size: 3.2rem;
        min-width: 150px;
        border-width: 5px;
        padding-bottom: 17.5px;
    }
    /* テキストエリア */
    /* 茶色のタイトル */
    .page-products .p-main-explanation .l-subpage-headword {
        margin-bottom: 42px;
    }
    .page-products .p-main-explanation__text-area :last-of-type {
        padding-bottom: 125px;
    }
    /* ===================================================== */
    /* トピックス1.2.3 */
    /* ===================================================== */
    .page-products .p-main-explanation__topics-item {
        padding: 65px 20px 25px 20px;
        border-radius: 20px;
    }
    .page-products .p-main-explanation__topics-item:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .page-products .p-main-explanation__topics-item-number {
        width: 60px;
        top: -30px;
    }
    .page-products .p-main-explanation__topics-item h4 {
        font-size: 2.3rem;
        line-height: 1.47;
        margin-bottom: 24.5px;
    }
    .page-products .p-main-explanation__topics-item-picture {
        margin-bottom: 25.5px;
    }
    /* ===================================================== */
    /* 仕様 */
    /* ===================================================== */
    .page-products .p-products-item:not(:last-child) {
        margin-bottom: 50px;
    }
    .page-products .p-products-item__calendar-img {
        width: 120px;
        margin-right: 20px;
    }
    .page-products .p-products-item__right-area {
        width: 100%;
    }
    .page-products .l-subpage-table {
        width: 100%;
        margin-left: 0px;
        margin-top: 28px;
        flex: 1;
    }
    .page-products .l-subpage-price {
        align-self: end;
        margin-bottom: 14px;
    }
    /* ===================================================== */
    /* キャラクター紹介 */
    /* ===================================================== */
    .page-products .p-products-char-intro__img {
        margin-bottom: 50px;
    }
    .page-products .p-products-char-intro .l-subpage-item-name-area {
        margin-bottom: 26px;
    }
    .page-products .p-products-char-intro .p-products-char-intro__item {
        margin-bottom: 45px;
    }
    .page-products .p-products-char-intro .l-subpage-single-link {
        margin-top: 0;
    }
    /* ===================================================== */
    /* メールフォームリンク */
    /* ===================================================== */
    .page-products .p-products-form-link-area {
        margin-inline: auto;
        max-width: 334px;
        height: auto;
        padding-top: 45px;
    }
    .page-products .p-products-form-link-area p {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-bottom: 0;
    }
    .page-products .p-products-form-link-area .l-subpage-single-link {
        margin-top: 15px;
    }
    .page-products .p-products-form-link-area__flex {
        max-width: 370px;
        margin-inline: auto;
    }
    .page-products .p-products-form-link-area__flex img {
        width: 60px;
    }
    /* ===================================================== */
    /* カレンダーURL */
    /* ===================================================== */
    .page-products .p-products-calendar-url-area {
        max-width: 370px;
        margin-inline: auto;
    }
    .page-products .p-products-calendar-url-area > div {
        max-width: calc(50% - 5px);
    }
    .page-products .p-products-calendar-url-area img {
        width: 120px;
    }
    .page-products .p-products-calendar-url-area .l-subpage-single-link {
        width: 162.5px;
        height: 53.5px;
        margin-top: 20px;
        font-size: 1.2rem;
        line-height: 1.41;
    }
    /* ==========================================================================================================
    */
    /* ぴぃらいぶらりぃ */
    /*
    ========================================================================================================== */
    /* ===================================================== */
    /* ぴぃくらぶのキャラクター(ページ最上部セクション) */
    /* ===================================================== */
    .page-pi-library .p-main-explanation img {
        width: 85.7%;
        min-width: 300px;
    }
    /* ===================================================== */
    /* キャラクター紹介 */
    /* ===================================================== */

    /* カレンダーエリア
    ======================================================== */
    .page-pi-library .p-product-intro__item-calendar {
        display: block;
        margin-bottom: 50px;
    }
    /* ボタンエリア */
    .page-pi-library .p-product-intro__item-calendar-button-flex {
        width: 158px;
    }
    .page-pi-library .p-product-intro__item-calendar-sp-flex {
        display: flex;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    /* カレンダー画像 */
    .page-pi-library .p-product-intro__item-calendar-img {
        width: 35.9%;
        min-width: 120px;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    /* テーブル */

    .page-pi-library .p-product-intro__item-calendar .l-subpage-table th {
        width: 6em;
    }
    .page-pi-library .p-product-intro__item-calendar .l-subpage-table {
        width: 100%;
        display: table;
    }
    /* キャラクターキャラクターエリア
    ======================================================== */
    .page-pi-library .p-product-intro__item-char:not(:last-of-type) {
        margin-bottom: 50px;
    }
    /* キャラクター画像 */
    .page-pi-library .p-product-intro__item-char-img {
        width: 120px;

        margin-right: 20px;
    }
    .page-pi-library .p-product-intro__item-char .l-vote-button {
        width: fit-content;
    }
    /* ===================================================== */
    /* バナーセクション */
    /* ===================================================== */
    .page-pi-library .p-bnr-area__nft img {
        width: 240px;
    }
    /* ===================================================== */
    /* 便蔵さま　30年の歴史 */
    /* ===================================================== */
    .page-pi-library .p-history-area {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
    }
    /* ==========================================================================================================
    */
    /* ぴぃくらぶについて */
    /*
    ========================================================================================================== */
    /* ================================================== */
    /* 最初の説明セクション */
    /* ================================================== */
    .page-about .p-main-explanation__text-area .l-subpage-headword {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .page-about .p-main-explanation__text-area {
        padding-bottom: 0px;
        margin-bottom: 95px;
    }
    .page-about .p-main-explanation__text-area {
        background-position: right bottom 5px;
    }
    .page-about .p-main-explanation__text-area p:not(:last-of-type) {
        margin-bottom: 25px;
    }
    /* ポリシーエリア
    ======================================================== */
    .page-about .p-main-explanation__policy-img {
        width: 335px;
        margin-bottom: 95px;
    }

    .page-about .p-main-explanation__policy-item {
        padding: 65px 20px 25px 20px;
        border-radius: 20px;
        width: 100%;
        min-height: 270px;
    }
    .page-about .p-main-explanation__policy-item:not(:last-of-type) {
        margin-bottom: 95px;
    }
    .page-about .p-main-explanation__policy-item-number {
        width: 75px;
        top: -45.5px;
    }
    .page-about
        .p-main-explanation__policy-item
        .p-main-explanation__policy-item-title {
        font-size: 2.4rem;
        line-height: 1.33;
        margin-bottom: 20px;
    }
    .page-about :is(.p-policy-item-1, .p-policy-item-2, .p-policy-item-3) {
        background-size: 150px auto;
    }
    .page-about :is(.p-policy-item-1, .p-policy-item-2) {
        background-position: center 75px;
    }
    .page-about .p-policy-item-3 {
        background-position: center 110px;
    }

    /* ================================================== */
    /* 運営会社 */
    /* ================================================== */
    .page-about .p-company-info_list-item {
        padding-top: 5px;
        padding-bottom: 3px;

        font-size: 1.4rem;
        line-height: 1.71;
    }
    .page-about .p-company-info_list-item-title {
        margin-bottom: -1px;
    }
    /* ================================================== */
    /* リンク画像 */
    /* ================================================== */
    .page-about .p-link-section__link img {
        width: 300px;
    }
    /* ==========================================================================================================
    */
    /* お客様の声 */
    /*
    ========================================================================================================== */
    /* 共通部分　後で移動 */
    .l-voice-area {
        margin-bottom: 100px;
    }

    .l-pageNation {
        max-width: 225px;
    }
    .l-pageNation .page-numbers {
        width: 40px;
        height: 40px;

        font-size: 2rem;
    }
}

/* フォーム */
.wpcf7-form {
    margin-top: 30px;
}
.wpcf7-form .form-question + .form-question {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.wpcf7-form .form-question label {
    display: block;
    margin-bottom: 5px;
}
.wpcf7-form .form-question textarea {
    max-width: 100%;
}
:is(.form-required, .form-nonrequired) {
    display: inline-block;
    background-color: var(--red2);
    color: #fff;
    font-size: 1.4rem;
    padding: 0 5px;
    border-radius: 5px;
}
.form-nonrequired {
    background-color: var(--cyan3);
}
.wpcf7-form .form-question label :is(.form-required, .form-nonrequired) {
    margin-left: 5px;
}
.wpcf7-form .policy-check {
    text-align: center;
}
.wpcf7-form .policy-check .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form .submitBtn {
    text-align: center;
}

.wpcf7-form .form-policy-title {
    text-align: center;
    margin-top: 30px;
}
.wpcf7-form .form-policy-box {
    border: 1px solid #ccc;
    height: 150px;
    overflow-y: scroll;
    padding: 20px 10px 10px 10px;
    margin: 15px 0;
}
.wpcf7-form .wpcf7-spinner {
    display: none;
}
.wpcf7-form .formConfirmText {
    text-align: center;
    margin: 30px auto 10px;
    color: #c4293e;
    border: 2px solid #c4293e;
    max-width: 400px;
    font-size: 1.6rem;
}

:is(.page-form-benzo, .page-contact, .page-thanks) .l-footer__contact-link {
    display: none;
}

.postWrap p a {
    color: var(--blue6);
}
.postWrap p a:hover {
    opacity: 1;
    text-decoration: underline;
}
