@charset "utf-8";


/* ==================================================
   TOP PAGE BASE
   1カラム / 全幅 / 余白なし / 白背景
================================================== */


/* ----------------------------------------
ページ全体を白背景
---------------------------------------- */
html,
body,
#page,
.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.entry-content {
    background-color: #ffffff;
}


/* ----------------------------------------
GeneratePress 外側コンテナを全幅
---------------------------------------- */
#page,
.site.grid-container,
.site-content.grid-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* ----------------------------------------
コンテンツを1カラム・全幅
---------------------------------------- */
.site-content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.separate-containers .site-main > article {
    margin: 0 !important;
}

.separate-containers .inside-article {
    margin: 0 !important;
    padding: 0 !important;
}

.entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

#primary,
.content-area {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}

#main,
.site-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* ----------------------------------------
GeneratePressの記事余白を完全解除
---------------------------------------- */
.separate-containers .site-main {
    margin: 0;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    margin: 0;
    padding: 0;
}

article,
.inside-article {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* ----------------------------------------
本文エリア
---------------------------------------- */
.entry-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.entry-content > * {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}


/* ----------------------------------------
ページタイトル非表示
---------------------------------------- */
.entry-header {
    display: none;
}


/* ----------------------------------------
サイドバー非表示
---------------------------------------- */
#right-sidebar,
#left-sidebar {
    display: none;
}

/* ========================================
どんな人が作っているの？
======================================== */

.top-creator-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
CONTENT
======================================== */

.top-creator-content {
    display: flex;
    align-items: center;
    gap: 65px;
}


/* ========================================
PHOTO
======================================== */

.top-creator-photo {
    width: 42%;
    flex-shrink: 0;
}

.top-creator-photo-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #f5f2ee;
    border-radius: 8px;

    color: #9a8e83;
    font-size: 14px;
}


/* ========================================
TEXT
======================================== */

.top-creator-text {
    flex: 1;
    min-width: 0;
}

.top-creator-text h3 {
    margin: 0 0 24px;
    padding: 0;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.7;

    color: #3a2b23;
}

.top-creator-text p {
    margin: 0 0 16px;

    color: #444444;
    font-size: 16px;
    line-height: 1.9;
}

.top-creator-text p:last-child {
    margin-bottom: 0;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-creator-inner {
        padding: 0 20px;
    }

    .top-creator-content {
        display: block;
    }

    .top-creator-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .top-creator-text h3 {
        margin-bottom: 20px;

        font-size: 21px;
        line-height: 1.65;
    }

    .top-creator-text p {
        font-size: 16px;
        line-height: 1.9;
    }
}

/* ========================================
飼い主さんが知りたいこと
======================================== */

.top-owner-check {
    background-color: #fdfcfb;
}

.top-owner-check-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-owner-check-lead {
    margin: -5px auto 35px;
    color: #444444;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}


/* ========================================
IMAGE
======================================== */

.top-owner-check-image {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.top-owner-check-image img {
    display: block;
    width: 85%;
    margin: 0 auto;
    height: auto;
}


/* ========================================
画像完成までの仮表示
======================================== */

.top-owner-check-image-placeholder {
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-owner-check-inner {
        padding: 0 20px;
    }

    .top-owner-check .section-title h2 {
        font-size: 21px;
        line-height: 1.6;
    }

    .top-owner-check-lead {
        margin: 0 auto 25px;
        font-size: 16px;
        line-height: 1.9;
        text-align: left;
    }

    .top-owner-check-image-placeholder {
        width: auto;
        margin: 0 auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.top-owner-check-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
}


/* ========================================
SNSで知ってもらって、
ホームページで選んでもらう
======================================== */

.top-sns-point {
    background-color: #fdfcfb;
}

.top-sns-point-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-sns-point-lead {
    max-width: 820px;
    margin: -5px auto 45px;

    color: #444444;
    font-size: 16px;
    line-height: 2;

    text-align: center;
}


/* ========================================
POINT LIST
======================================== */

.top-sns-point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}


/* ========================================
POINT
======================================== */

.top-sns-point-item {
    padding: 32px 32px 36px;
    background-color: #ffffff;
    box-sizing: border-box;
}


/* POINT 01 */

.top-sns-point-number {
    display: block;
    margin: 0 0 18px;

    color: #b39a79;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;

    letter-spacing: 0.1em;
    text-align: center;
}


/* ========================================
IMAGE
======================================== */

.top-sns-point-image {
    width: 100%;
    margin: 0 0 24px;
    overflow: hidden;
}

.top-sns-point-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


/* 仮画像 */

.top-sns-point-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    aspect-ratio: 16 / 9;

    background-color: #f5f2ee;

    color: #aaa098;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
}


/* ========================================
TITLE
======================================== */

.top-sns-point-item h3 {
    margin: 0 0 15px;
    padding: 0;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;

    text-align: center;
}


/* ========================================
TEXT
======================================== */

.top-sns-point-item p {
    margin: 0;

    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.9;

    text-align: left;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-sns-point-inner {
        padding: 0 20px;
    }


    /* SECTION TITLE */

    .top-sns-point .section-title h2 {
        font-size: 21px;
        line-height: 1.6;
    }


    /* LEAD */

    .top-sns-point-lead {
        margin: 0 auto 30px;

        font-size: 16px;
        line-height: 1.9;

        text-align: left;
    }


    /* 1列 */

    .top-sns-point-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    /* POINT */

    .top-sns-point-item {
        padding: 27px 20px 30px;
    }


    /* POINT NUMBER */

    .top-sns-point-number {
        margin-bottom: 15px;
        font-size: 16px;
    }


    /* IMAGE */

    .top-sns-point-image {
        margin-bottom: 20px;
    }


    /* TITLE */

    .top-sns-point-item h3 {
        margin-bottom: 13px;

        font-size: 18px;
        line-height: 1.6;
    }


    /* TEXT */

    .top-sns-point-item p {
        font-size: 15px;
        line-height: 1.85;
    }

}

/* ========================================
DESIGN GALLERY
======================================== */

.top-gallery {
    background-color: #ffffff;
}

.top-gallery-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-gallery-lead {
    margin: -5px auto 40px;
    color: #444444;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}


/* ========================================
NOTE
======================================== */

.top-gallery-note {
    max-width: 900px;
    margin: 15px auto 35px;
    color: #746b65;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}


/* ========================================
WEB DESIGN
PC：自動横スクロール
======================================== */

.top-gallery-web-wrap {
    width: 100%;
    overflow: hidden;
}

.top-gallery-web {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 22px;

    width: max-content;

    margin: 0;
    padding: 0;

    will-change: transform;
}

.top-gallery-web-item {
    display: block;

    flex: 0 0 240px;
    width: 240px;

    margin: 0;
    padding: 0;

    overflow: hidden;
    text-decoration: none;
}

.top-gallery-web-item img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    transition: transform 0.35s ease;
}

.top-gallery-web-item:hover img {
    transform: scale(1.025);
}


/* ========================================
SNS HEADING
======================================== */

.top-gallery-sns-heading {
    margin: 75px auto 35px;
    text-align: center;
}

.top-gallery-sns-en {
    display: block;

    margin: 0 0 8px;

    color: #9a8060;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.16em;
}

.top-gallery-sns-heading h3 {
    margin: 0 0 18px;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
}

.top-gallery-sns-heading p {
    margin: 0;

    color: #444444;
    font-size: 16px;
    line-height: 1.9;
}


/* ========================================
SNS DESIGN
PC：6列
======================================== */

.top-gallery-sns {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));

    width: 100%;

    gap: 12px;

    margin: 0;
    padding: 0;
}

.top-gallery-sns-item {
    display: block;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;

    overflow: hidden;
    text-decoration: none;
}

.top-gallery-sns-item img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    aspect-ratio: 1 / 1;
    object-fit: cover;

    transition: transform 0.35s ease;
}

.top-gallery-sns-item:hover img {
    transform: scale(1.025);
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    /* ----------------------------------------
    INNER
    ---------------------------------------- */

    .top-gallery-inner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


    /* ----------------------------------------
    LEAD
    ---------------------------------------- */

    .top-gallery-lead {
        margin: -5px auto 28px;

        font-size: 16px;
        line-height: 1.9;

        text-align: left;
    }


    /* ----------------------------------------
    NOTE
    ---------------------------------------- */

    .top-gallery-note {
        margin: 12px auto 28px;
        padding: 0;

        font-size: 11px;
        line-height: 1.8;

        text-align: left;
    }


/* ========================================
WEB DESIGN
SP：自動横スクロール
======================================== */

.top-gallery-web-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;

    overflow: hidden;
}

.top-gallery-web {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;

    gap: 12px;

    width: max-content;
    max-width: none;

    margin: 0;
    padding: 0;

    overflow: visible;

    transform: translate3d(0, 0, 0);
    will-change: transform;

    box-sizing: border-box;
}

.top-gallery-web-item {
    display: block;

    flex: 0 0 55vw;

    width: 55vw;
    min-width: 55vw;
    max-width: 55vw;

    margin: 0;
    padding: 0;

    overflow: hidden;

    box-sizing: border-box;
}

.top-gallery-web-item img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    object-fit: contain;

    transform: none;
}


/* 自動ループ用の複製画像もSPで表示 */
.top-gallery-web-item.gallery-clone {
    display: block !important;
}

    /* ========================================
    SNS HEADING
    ======================================== */

    .top-gallery-sns-heading {
        margin: 55px auto 28px;
    }

    .top-gallery-sns-en {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .top-gallery-sns-heading h3 {
        margin-bottom: 15px;

        font-size: 22px;
        line-height: 1.55;
    }

    .top-gallery-sns-heading p {
        font-size: 16px;
        line-height: 1.9;
    }


    /* ========================================
    SNS DESIGN
    SP：3列 × 2段
    ======================================== */

    .top-gallery-sns {
        display: grid !important;

        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        width: 100% !important;

        gap: 8px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .top-gallery-sns-item {
        display: block !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .top-gallery-sns-item img {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;

        transform: none !important;
    }

}

/* ========================================
SNS画像制作・無料特典
======================================== */

.top-gallery-present {
    position: relative;
    max-width: 800px;
    margin: 55px auto 0;
    padding: 38px 40px 35px;
    background-color: #fdfaf6;
    text-align: center;
    box-sizing: border-box;
}


/* 英字 */

.top-gallery-present-label {
    display: block;
    margin: 0 0 10px;
    color: #b3946e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: .16em;
}


/* SNS画像制作 */

.top-gallery-present-title {
    margin: 0 0 15px;
    padding: 0;
    color: #3a2b23;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}


/* 説明 */

.top-gallery-present-text {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.9;
}


/* ========================================
料金
======================================== */

.top-gallery-present-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin: 24px 0 0;
}

.top-gallery-present-price-item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
    color: #3a2b23;
}

.top-gallery-present-price-name {
    margin-right: 10px;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 15px;
    font-weight: 600;
}

.top-gallery-present-price-item strong {
    color: #9a7550;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}

.top-gallery-present-tax {
    margin-left: 3px;
    color: #6c625b;
    font-size: 11px;
}


/* ========================================
ホームページ制作 無料特典
======================================== */

.top-gallery-present-benefit {
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #e2d7ca;
}

.top-gallery-present-small {
    margin: 0 0 7px;
    color: #6c5a4d;
    font-size: 14px;
    line-height: 1.6;
}

.top-gallery-present-main {
    margin: 0 0 14px;
    color: #3a2b23;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
}

.top-gallery-present-main strong {
    color: #9a7550;
    font-size: 27px;
    font-weight: 600;
}

.top-gallery-present-note {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.8;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-gallery-present {
        margin-top: 40px;
        padding: 30px 18px 28px;
    }

    .top-gallery-present-label {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .top-gallery-present-title {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .top-gallery-present-text {
        font-size: 14px;
        line-height: 1.8;
    }


    /* 料金はSPでは縦並び */

    .top-gallery-present-price {
        display: flex;
        flex-direction: column;
        gap: 7px;
        margin-top: 20px;
    }

    .top-gallery-present-price-name {
        margin-right: 8px;
        font-size: 14px;
    }

    .top-gallery-present-price-item strong {
        font-size: 23px;
    }

    .top-gallery-present-tax {
        font-size: 10px;
    }


    /* 無料特典 */

    .top-gallery-present-benefit {
        margin-top: 22px;
        padding-top: 21px;
    }

    .top-gallery-present-small {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .top-gallery-present-main {
        margin-bottom: 12px;
        font-size: 19px;
        line-height: 1.6;
    }

    .top-gallery-present-main strong {
        font-size: 23px;
    }

    .top-gallery-present-note {
        font-size: 13px;
        line-height: 1.8;
    }

}


/* ========================================
MODAL
======================================== */

.top-gallery-modal {
    position: fixed;
    z-index: 99999;

    top: 0;
    left: 0;

    display: none;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
    height: 100%;

    padding: 60px 20px;

    background-color: rgba(0, 0, 0, 0.88);

    overflow-y: auto;

    box-sizing: border-box;
}

.top-gallery-modal.is-open {
    display: flex;
}

.top-gallery-modal-inner {
    width: 100%;
    max-width: 1000px;
}

.top-gallery-modal-inner img {
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;

    margin: 0 auto;
}

.top-gallery-modal-close {
    position: fixed;
    z-index: 100000;

    top: 15px;
    right: 22px;

    margin: 0;
    padding: 0;

    border: 0;
    background: transparent !important;

    color: #ffffff !important;

    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;
}

.top-gallery-modal-close:hover,
.top-gallery-modal-close:focus,
.top-gallery-modal-close:active {
    background: transparent !important;
    color: #ffffff !important;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-gallery-inner {
        padding: 0 15px;
    }


    /* TITLE */

    .top-gallery .section-title h2 {
        font-size: 25px;
    }


    /* LEAD */

    .top-gallery-lead {
        margin: 0 auto 30px;

        padding: 0 5px;

        font-size: 16px;
        line-height: 1.9;

        text-align: left;
    }


    /* WEB 2列 */

    .top-gallery-web {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


    /* SNS */

    .top-gallery-sns-heading {
        margin: 55px auto 28px;
    }

    .top-gallery-sns-heading h3 {
        margin-bottom: 15px;

        font-size: 21px;
        line-height: 1.6;
    }

    .top-gallery-sns-heading p {
        padding: 0 5px;

        font-size: 16px;
        line-height: 1.9;

        text-align: left;
    }


    /* SNS 2列 */

    .top-gallery-sns {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


    /* PRESENT */

    .top-gallery-present {
        margin-top: 35px;

        padding: 30px 18px 28px;
    }

    .top-gallery-present-small {
        font-size: 14px;
    }

    .top-gallery-present-main {
        font-size: 20px;
        line-height: 1.7;
    }

    .top-gallery-present-main strong {
        font-size: 26px;
    }

    .top-gallery-present-text {
        font-size: 15px;
        line-height: 1.85;
    }


    /* MODAL */

    .top-gallery-modal {
        padding: 55px 10px 30px;
    }

    .top-gallery-modal-close {
        top: 12px;
        right: 15px;

        font-size: 36px;
    }

}

/* ========================================
CUSTOMER VOICE
======================================== */

.top-voice {
    background-color: #fdfcfb;
}

.top-voice-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-voice-lead {
    margin: -5px auto 40px;

    color: #444444;
    font-size: 16px;
    line-height: 2;

    text-align: center;
}


/* ========================================
VOICE LIST
======================================== */

.top-voice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* ========================================
CARD
======================================== */

.top-voice-item {
    padding: 35px 28px 32px;

    background-color: #ffffff;
    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(58, 43, 35, 0.07);

    box-sizing: border-box;
}


/* ========================================
PHOTO
======================================== */

.top-voice-photo {
    width: 100px;
    height: 100px;

    margin: 0 auto 18px;

    border-radius: 50%;
    overflow: hidden;
}

.top-voice-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* ========================================
STAR
======================================== */

.top-voice-stars {
    margin: 0 0 20px;

    color: #c39a5b;

    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1;

    letter-spacing: 0.12em;

    text-align: center;
}


/* ========================================
TEXT
======================================== */

.top-voice-text {
    margin: 0;

    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.9;

    text-align: left;
}

.top-voice-business {
    margin: 12px 0 0;
    color: #8a817b;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-voice-inner {
        padding: 0 20px;
    }


    /* LEAD */

    .top-voice-lead {
        margin: 0 auto 30px;

        font-size: 16px;
        line-height: 1.9;
    }


    /* 1列 */

    .top-voice-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    /* CARD */

    .top-voice-item {
        padding: 30px 24px 28px;
    }


    /* PHOTO */

    .top-voice-photo {
        width: 90px;
        height: 90px;

        margin-bottom: 16px;
    }


    /* STAR */

    .top-voice-stars {
        margin-bottom: 18px;

        font-size: 18px;
    }


    /* TEXT */

    .top-voice-text {
        font-size: 15px;
        line-height: 1.9;
    }

}

/* ========================================
PRICE PLAN
======================================== */

.top-price {
    background-color: #fdfcfb;
}

.top-price-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-price-lead {
    margin: -5px auto 45px;

    color: #444444;
    font-size: 16px;
    line-height: 2;

    text-align: center;
}


/* ========================================
COMMON PLAN
======================================== */

.top-price-plan-en {
    display: block;
    margin: 0 0 12px;

    color: #a58a69;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;

    letter-spacing: 0.14em;
}

.top-price-target {
    margin: 0 0 8px;

    color: #78685d;
    font-size: 14px;
    line-height: 1.7;
}

.top-price-wide h3,
.top-price-basic h3 {
    margin: 0;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-weight: 600;
}


/* ========================================
PRICE
======================================== */

.top-price-price {
    margin: 20px 0 0;

    color: #3a2b23;
    line-height: 1;
}

.top-price-price strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 400;

    letter-spacing: 0.01em;
}

.top-price-price span {
    margin-left: 4px;

    font-size: 16px;
    font-weight: 500;
}

.top-price-price small {
    display: block;

    margin-top: 10px;

    color: #77706b;
    font-size: 12px;
    line-height: 1.5;
}


/* ========================================
WIDE PLAN
開業パック・トータル
======================================== */

.top-price-wide {
    display: grid;
    grid-template-columns: 35% 65%;

    width: 100%;

    overflow: hidden;

    background-color: #ffffff;
    border-radius: 16px;

    box-shadow: 0 5px 24px rgba(58, 43, 35, 0.07);

    box-sizing: border-box;
}

.top-price-wide-head {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 45px 38px;

    background-color: #f6f0e8;

    box-sizing: border-box;
}

.top-price-wide-head h3 {
    font-size: 28px;
    line-height: 1.5;
}

.top-price-catch {
    margin: 14px 0 0;

    color: #55473e;
    font-size: 15px;
    line-height: 1.8;
}

.top-price-wide-content {
    padding: 42px 42px;

    box-sizing: border-box;
}


/* ========================================
DESCRIPTION
======================================== */

.top-price-description {
    margin: 0 0 25px;

    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.9;
}


/* ========================================
CHECK LIST
======================================== */

.top-price-check-list {
    margin: 0;
}

.top-price-check-list-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
}

.top-price-check-list p {
    position: relative;

    margin: 0;
    padding: 10px 0 10px 24px;

    color: #49433f;
    font-size: 14px;
    line-height: 1.65;

    border-bottom: 1px solid #eee9e4;
}

.top-price-check-list p::before {
    content: "✓";

    position: absolute;

    top: 10px;
    left: 2px;

    color: #a48660;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}


/* ========================================
START UP NOTE
======================================== */

.top-price-note {
    margin: 25px 0 0;
    padding: 15px 18px;

    background-color: #faf7f3;

    color: #66584e;
    font-size: 14px;
    line-height: 1.8;

    text-align: center;
}


/* ========================================
WEBSITE PLAN HEADING
======================================== */

.top-price-subheading {
    margin: 65px auto 30px;

    text-align: center;
}

.top-price-subheading > span {
    display: block;

    margin-bottom: 7px;

    color: #9a8060;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.16em;
}

.top-price-subheading h3 {
    margin: 0 0 12px;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.top-price-subheading p {
    margin: 0;

    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}


/* ========================================
MINI / STANDARD
======================================== */

.top-price-basic-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
}

.top-price-basic {
    position: relative;

    padding: 38px 35px;

    background-color: #ffffff;
    border-radius: 16px;

    box-shadow: 0 5px 24px rgba(58, 43, 35, 0.07);

    box-sizing: border-box;
}

.top-price-basic h3 {
    font-size: 25px;
    line-height: 1.5;
}

.top-price-basic .top-price-description {
    margin-top: 25px;
}


/* ========================================
RECOMMENDED
======================================== */

.top-price-standard {
    padding-top: 50px;
}

.top-price-recommend {
    position: absolute;

    top: 0;
    right: 25px;

    padding: 7px 15px;

    background-color: #a98c68;

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.12em;
}


/* ========================================
TOTAL
======================================== */

.top-price-total {
    margin-top: 55px;
}

.top-price-total .top-price-wide-head {
    background-color: #eee6dc;
}


/* ========================================
CONSULTATION
======================================== */

.top-price-support {
    max-width: 760px;

    margin: 65px auto 0;
    padding: 38px 35px;

    background-color: #ffffff;

    text-align: center;

    box-sizing: border-box;
}

.top-price-support-en {
    display: block;

    margin: 0 0 9px;

    color: #a58a69;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-style: italic;

    letter-spacing: 0.14em;
}

.top-price-support h3 {
    margin: 0 0 17px;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
}

.top-price-support p {
    margin: 0 0 25px;

    color: #555555;
    font-size: 15px;
    line-height: 1.9;
}


/* ========================================
LINE BUTTON
======================================== */

.top-price-line,
.top-price-line:link,
.top-price-line:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 300px;
    min-height: 54px;

    padding: 10px 28px;

    background-color: #4b9b68 !important;
    border-radius: 5px;

    color: #ffffff !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    box-sizing: border-box;
}

.top-price-line:hover,
.top-price-line:focus,
.top-price-line:active {
    background-color: #4b9b68 !important;
    color: #ffffff !important;

    text-decoration: none !important;
}


/* ========================================
BOTTOM NOTE
======================================== */

.top-price-bottom-note {
    margin: 25px 0 0;

    color: #77706b;
    font-size: 12px;
    line-height: 1.7;

    text-align: center;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-price-inner {
        padding: 0 15px;
    }


    /* LEAD */

    .top-price-lead {
        margin: 0 auto 30px;
        padding: 0 5px;
        font-size: 16px;
        line-height: 1.9;
        text-align: center;
    }


    /* ========================================
    WIDE → 1列
    ======================================== */

    .top-price-wide {
        display: block;

        border-radius: 12px;
    }

    .top-price-wide-head {
        padding: 30px 22px 28px;

        text-align: center;
    }

    .top-price-wide-head h3 {
        font-size: 25px;
    }

    .top-price-plan-en {
        margin-bottom: 10px;

        font-size: 13px;

        text-align: center;
    }

    .top-price-target {
        font-size: 13px;

        text-align: center;
    }

    .top-price-catch {
        font-size: 15px;

        text-align: center;
    }

    .top-price-price {
        margin-top: 17px;

        text-align: center;
    }

    .top-price-price strong {
        font-size: 34px;
    }


    /* CONTENT */

    .top-price-wide-content {
        padding: 27px 20px 30px;
    }

    .top-price-description {
        margin-bottom: 20px;

        font-size: 15px;
        line-height: 1.85;
    }


    /* CHECK 1列 */

    .top-price-check-list-2col {
        display: block;
    }

    .top-price-check-list p {
        padding-top: 9px;
        padding-bottom: 9px;

        font-size: 14px;
    }

    .top-price-check-list p::before {
        top: 9px;
    }


    /* NOTE */

    .top-price-note {
        margin-top: 20px;
        padding: 13px 14px;

        font-size: 13px;

        text-align: left;
    }


    /* ========================================
    WEBSITE PLAN
    ======================================== */

    .top-price-subheading {
        margin: 50px auto 25px;
    }

    .top-price-subheading h3 {
        font-size: 21px;
    }

    .top-price-subheading p {
        padding: 0 5px;

        font-size: 15px;
        line-height: 1.8;
    }


    /* ========================================
    MINI / STANDARD → 1列
    ======================================== */

    .top-price-basic-list {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .top-price-basic {
        padding: 30px 22px;

        border-radius: 12px;
    }

    .top-price-basic h3 {
        font-size: 23px;

        text-align: center;
    }

    .top-price-basic .top-price-description {
        margin-top: 22px;
    }


    /* RECOMMENDED */

    .top-price-standard {
        padding-top: 43px;
    }

    .top-price-recommend {
        right: 15px;
    }


    /* ========================================
    TOTAL
    ======================================== */

    .top-price-total {
        margin-top: 40px;
    }


    /* ========================================
    CONSULTATION
    ======================================== */

    .top-price-support {
        margin-top: 50px;
        padding: 30px 20px;
    }

    .top-price-support h3 {
        font-size: 20px;
        line-height: 1.7;
    }

    .top-price-support p {
        font-size: 15px;
        line-height: 1.85;

        text-align: left;
    }


    /* LINE */

    .top-price-line,
    .top-price-line:link,
    .top-price-line:visited {
        width: 100%;
        min-width: 0;
    }


    /* NOTE */

    .top-price-bottom-note {
        padding: 0 5px;

        text-align: left;
    }

}
.top-price-price-note {
    margin: -25px auto 40px;
    color: #746b65;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 899px) {

    .top-price-price-note {
        margin: -15px auto 30px;
        font-size: 12px;
        line-height: 1.7;
        text-align: center;
    }
}

/* ========================================
FLOW
======================================== */

.top-flow {
    background-color: #ffffff;
}

.top-flow-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-flow-lead {
    margin: -5px auto 45px;

    color: #444444;

    font-size: 16px;
    line-height: 2;

    text-align: center;
}


/* ========================================
FLOW LIST
======================================== */

.top-flow-list {
    position: relative;
    width: 100%;
}


/* 縦につながるライン */

.top-flow-list::before {
    content: "";

    position: absolute;
    top: 42px;
    bottom: 42px;
    left: 41px;

    width: 1px;

    background-color: #d8c8b6;
}


/* ========================================
FLOW ITEM
======================================== */

.top-flow-item {
    position: relative;

    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 30px;

    align-items: center;

    margin: 0 0 18px;
    padding: 22px 28px 22px 0;

    background-color: #fdfcfb;

    box-sizing: border-box;
}

.top-flow-item:last-child {
    margin-bottom: 0;
}


/* ========================================
NUMBER
======================================== */

.top-flow-number {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 84px;
    height: 84px;

    background-color: #f3ece3;
    border-radius: 50%;

    color: #3a2b23;

    box-sizing: border-box;
}

.top-flow-number span {
    display: block;

    margin: 0 0 3px;

    color: #9a8060;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: .13em;
}

.top-flow-number strong {
    display: block;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}


/* ========================================
CONTENT
======================================== */

.top-flow-content {
    padding: 5px 0;
}

.top-flow-content h3 {
    margin: 0 0 7px;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.top-flow-content p {
    margin: 0;

    color: #555555;

    font-size: 15px;
    line-height: 1.8;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-flow-inner {
        padding: 0 15px;
    }


    /* LEAD */

    .top-flow-lead {
        margin: 0 auto 32px;
        padding: 0 5px;

        font-size: 16px;
        line-height: 1.9;

        text-align: left;
    }


    /* LINE */

    .top-flow-list::before {
        top: 34px;
        bottom: 34px;
        left: 33px;
    }


    /* ITEM */

    .top-flow-item {
        grid-template-columns: 68px 1fr;
        gap: 17px;

        align-items: start;

        margin-bottom: 14px;
        padding: 18px 15px 18px 0;
    }


    /* NUMBER */

    .top-flow-number {
        width: 68px;
        height: 68px;
    }

    .top-flow-number span {
        font-size: 8px;
    }

    .top-flow-number strong {
        font-size: 23px;
    }


    /* CONTENT */

    .top-flow-content {
        padding: 1px 0 0;
    }

    .top-flow-content h3 {
        margin-bottom: 5px;

        font-size: 18px;
        line-height: 1.5;
    }

    .top-flow-content p {
        font-size: 15px;
        line-height: 1.75;
    }

}

/* ========================================
FAQ
======================================== */

.top-faq {
    background-color: #fdfcfb;
}

.top-faq-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ========================================
LEAD
======================================== */

.top-faq-lead {
    margin: -5px auto 40px;

    color: #444444;

    font-size: 16px;
    line-height: 2;

    text-align: center;
}


/* ========================================
FAQ LIST
======================================== */

.top-faq-list {
    width: 100%;
}

.top-faq-item {
    border-bottom: 1px solid #e5ddd4;
}

.top-faq-item:first-child {
    border-top: 1px solid #e5ddd4;
}


/* ========================================
QUESTION
======================================== */

.top-faq-question {
    display: flex;
    align-items: center;

    width: 100%;

    margin: 0;
    padding: 22px 10px;

    background: transparent;
    border: 0;

    color: #3a2b23;

    font-family: inherit;

    text-align: left;

    cursor: pointer;

    box-sizing: border-box;

    appearance: none;
    -webkit-appearance: none;
}

.top-faq-q {
    flex: 0 0 42px;

    color: #9a8060;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.top-faq-question-text {
    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
}


/* hover・focus・activeで色を変えない */

.top-faq-question:hover,
.top-faq-question:focus,
.top-faq-question:active {
    background: transparent;
    color: #3a2b23;
    outline: none;
}

.top-faq-question:hover .top-faq-question-text,
.top-faq-question:focus .top-faq-question-text,
.top-faq-question:active .top-faq-question-text {
    color: #3a2b23;
}


/* ========================================
ANSWER
======================================== */

.top-faq-answer {
    display: none;
}

.top-faq-answer-inner {
    display: flex;
    padding: 0 10px 24px;
    box-sizing: border-box;
}

.top-faq-a {
    flex: 0 0 42px;

    color: #9a8060;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
}

.top-faq-answer p {
    margin: 0;

    color: #555555;

    font-size: 15px;
    line-height: 1.9;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-faq-inner {
        padding: 0 15px;
    }

    .top-faq-lead {
        margin: 0 auto 30px;
        padding: 0 5px;

        font-size: 16px;
        line-height: 1.9;

        text-align: left;
    }

    .top-faq-question {
        align-items: flex-start;

        padding: 18px 5px;
    }

    .top-faq-q {
        flex-basis: 34px;

        padding-top: 3px;

        font-size: 21px;
    }

    .top-faq-question-text {
        font-size: 15px;
        line-height: 1.7;
    }

.top-faq-answer-inner {
    padding: 0 5px 20px;
}

    .top-faq-a {
        flex-basis: 34px;

        font-size: 20px;
    }

    .top-faq-answer p {
        font-size: 15px;
        line-height: 1.8;
    }

}

/* ========================================
CTA
======================================== */

.top-cta {
    width: 100%;
    padding: 75px 0;

    background-color: #f3ece3;

    box-sizing: border-box;
}

.top-cta-inner {
    width: 100%;
    max-width: 850px;

    margin: 0 auto;
    padding: 0 30px;

    text-align: center;

    box-sizing: border-box;
}


/* ========================================
TITLE
======================================== */

.top-cta-en {
    display: block;

    margin: 0 0 9px;

    color: #9a8060;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: .16em;
}

.top-cta h2 {
    margin: 0 0 25px;

    color: #3a2b23;

    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
}


/* ========================================
TEXT
======================================== */

.top-cta-text {
    margin: 0;

    color: #4d4844;

    font-size: 16px;
    line-height: 2;
}

.top-cta-note {
    margin: 20px 0 0;

    color: #665e58;

    font-size: 14px;
    line-height: 1.9;
}


/* ========================================
BUTTON
======================================== */

.top-cta-buttons {
    display: flex;
    justify-content: center;

    gap: 18px;

    margin-top: 35px;
}

.top-cta-line,
.top-cta-mail {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 280px;
    min-height: 56px;

    padding: 10px 20px;

    border-radius: 5px;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;

    text-decoration: none !important;

    box-sizing: border-box;
}


/* LINE */

.top-cta-line,
.top-cta-line:link,
.top-cta-line:visited {
    background-color: #4b9b68 !important;
    color: #ffffff !important;
}

.top-cta-line:hover,
.top-cta-line:focus,
.top-cta-line:active {
    background-color: #4b9b68 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}


/* MAIL */

.top-cta-mail,
.top-cta-mail:link,
.top-cta-mail:visited {
    background-color: #6a584c !important;
    color: #ffffff !important;
}

.top-cta-mail:hover,
.top-cta-mail:focus,
.top-cta-mail:active {
    background-color: #6a584c !important;
    color: #ffffff !important;
    text-decoration: none !important;
}


/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-cta {
        padding: 55px 0;
    }

    .top-cta-inner {
        padding: 0 20px;
    }

    .top-cta-en {
        margin-bottom: 7px;

        font-size: 11px;
    }

    .top-cta h2 {
        margin-bottom: 22px;

        font-size: 24px;
        line-height: 1.6;
    }

    .top-cta-text {
        font-size: 15px;
        line-height: 1.9;
    }

    .top-cta-note {
        margin-top: 18px;

        font-size: 14px;
        line-height: 1.8;
    }

    .top-cta-buttons {
        display: none
    }

    .top-cta-line,
    .top-cta-mail {
        width: 100%;
        min-height: 54px;
    }

    .top-cta-mail {
        margin-top: 12px;
    }

}

/********************************
開業から集客まで充実のプラン
********************************/

.top-plan-intro {
    width: 100%;
    background-color: #ffffff;
}

.top-plan-intro-inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* ------------------------------
プラン一覧
------------------------------ */

.top-plan-intro-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}


/* ------------------------------
各プラン
------------------------------ */

.top-plan-intro-item {
    position: relative;
    min-height: 190px;
    padding: 34px 18px 28px;
    background-color: #fdfaf6;
    border-top: 2px solid #b9a184;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;

    opacity: 0;
    transform: translateY(28px);

    transition:
        opacity .7s ease,
        transform .7s ease;
}


/* 番号 */

.top-plan-intro-number {
    display: block;
    margin: 0 0 13px;
    color: #9a8060;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .12em;
}


/* プラン名 */

.top-plan-intro-item h3 {
    margin: 0;
    padding: 0;
    color: #3a2b23;
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}


/* 説明 */

.top-plan-intro-item p {
    margin: 15px 0 0;
    color: #665c55;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}


/* ------------------------------
表示アニメーション
------------------------------ */

.top-plan-intro.is-show .top-plan-intro-item {
    opacity: 1;
    transform: translateY(0);
}

.top-plan-intro.is-show .top-plan-intro-item:nth-child(1) {
    transition-delay: 0s;
}

.top-plan-intro.is-show .top-plan-intro-item:nth-child(2) {
    transition-delay: .15s;
}

.top-plan-intro.is-show .top-plan-intro-item:nth-child(3) {
    transition-delay: .30s;
}

.top-plan-intro.is-show .top-plan-intro-item:nth-child(4) {
    transition-delay: .45s;
}

/* ========================================
制作内容・料金はこちら
======================================== */

.top-plan-intro-more {
    margin-top: 35px;
    text-align: center;
}

.top-plan-intro-more-btn,
.top-plan-intro-more-btn:link,
.top-plan-intro-more-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 280px;
    min-height: 50px;
    padding: 10px 35px;

    background-color: #ffffff;
    border: 1px solid #b9a184;
    border-radius: 3px;

    color: #5d4b3e !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .04em;

    box-sizing: border-box;
    text-decoration: none !important;

    transition: background-color .2s ease;
}

.top-plan-intro-more-btn:hover,
.top-plan-intro-more-btn:focus,
.top-plan-intro-more-btn:active {
    background-color: #fdfaf6;
    color: #5d4b3e !important;
    border-color: #b9a184;
    text-decoration: none !important;
}

.intro-icon{
	text-align : center;
	margin : 0px auto;
}

/* ========================================
SP
======================================== */

@media screen and (max-width: 899px) {

    .top-plan-intro-more {
        margin-top: 28px;
    }

    .top-plan-intro-more-btn,
    .top-plan-intro-more-btn:link,
    .top-plan-intro-more-btn:visited {
        width: 100%;
        max-width: 300px;
        min-width: 0;
        min-height: 50px;
        padding: 10px 20px;
        font-size: 14px;
    }

}

/********************************
SP
********************************/

@media screen and (max-width: 899px) {

    .top-plan-intro-inner {
        padding: 0 20px;
    }

    .top-plan-intro-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .top-plan-intro-item {
        min-height: 175px;
        padding: 27px 10px 23px;
    }

    .top-plan-intro-number {
        margin-bottom: 11px;
        font-size: 11px;
    }

    .top-plan-intro-item h3 {
        font-size: 18px;
        line-height: 1.5;
        color : #cc0000
    }
	
.top-plan-intro-item h3 span {
    font-size: 15px;
}

    .top-plan-intro-item p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

}