/*==========================================
       共通
==========================================*/
body {
    font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    background: #f8f8f8;
    font-weight: 500;
    color: #464646;
}

.nekonote-lp-container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    overflow: hidden;
}

.img-bg-erea {
    max-width: 100%;
    overflow: hidden;
}

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

h1, h2, h3 {
    margin: 0;
}

.center-forbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.w80per {
    width: 80%;
}

.redLetter {
    color: rgb(255 23 23);
    font-weight: 700;
}

.weight900Letter {
    font-weight: 900;
}

.section-title {
    text-align: center;
    font-size: 1.7rem;
    padding: 8px 0 4px;
    margin-bottom: 24px;
    color: #464646;
}

.section-lead {
    text-align: center;
    font-size: 0.9rem;
    color: #7a7a7a;
    margin-bottom: 24px;
}

/*==========================================
       要点サマリー(TL;DR／SEO・AIO・GEO対策)
==========================================*/
.tldr-erea {
    padding: 28px 20px 8px;
}

.tldr-erea h1 {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}

.tldr-lead {
    font-size: 0.9rem;
    color: #5a5a5a;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 16px;
}

.tldr-facts {
    list-style: none;
    margin: 0 auto;
    padding: 16px 20px;
    max-width: 560px;
    background: #f9fae2;
    border-radius: 12px;
    font-size: 0.85rem;
}

.tldr-facts li {
    padding: 6px 0;
    border-bottom: 1px dashed #e3e3c8;
}

.tldr-facts li:last-child {
    border-bottom: none;
}

.tldr-facts strong {
    color: #00a884;
    margin-right: 4px;
}

/*==========================================
       よくあるご質問(FAQ)
==========================================*/
.faq-erea {
    padding: 24px 20px 8px;
}

.faq-list {
    max-width: 640px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background: #fff;
}

.faq-item summary {
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: -2px;
    color: #fff;
    background: #00c98c;
    font-size: 0.75rem;
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.faq-item p {
    margin: 10px 0 2px 28px;
    font-size: 0.85rem;
    color: #6b6b6b;
}

/*==========================================
       ファーストビュー
==========================================*/
/* TOP画像の出し分け：SP幅はSP_top.jpg、タブレット/PC幅はPC_top.jpgを表示 */
.sp-top-erea {
    display: block;
}

.pc-top-erea {
    display: none;
}

@media screen and (min-width: 640px) {
    .sp-top-erea {
        display: none;
    }

    .pc-top-erea {
        display: block;
    }
}

/*==========================================
       問い合わせエリア
==========================================*/
.toiawase-erea01 {
    background-image: url(../../img/nekonote-excel-lp-img/toiawase.jpg);
    height: 0;
    padding-top: calc(639 / 1000 * 100%);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.toiawase-erea01 a {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toiawase-erea02 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00ff9c;
    padding: 14px 0;
    flex-wrap: wrap;
    gap: 8px;
}

.bt-toiawase {
    padding: 0.5em 1.8em;
    margin: 0px 12px;
    font-size: 0.9em;
    font-weight: 700;
    color: #464646;
    background-color: #ffffff;
    text-decoration: none;
    user-select: none;
    border: 1px #ffffff solid;
    border-radius: 999px;
    box-shadow: 0 3px 0 #00b5ad33;
}

.bt-toiawase:hover {
    color: #fff;
    background: #00b5ad;
}

/*==========================================
       選ばれる理由(特徴)アイコングリッド
==========================================*/
.feature-grid-erea {
    padding: 40px 20px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.feature-card {
    background-color: #f9fae2;
    border-radius: 20px;
    padding: 24px 12px;
    text-align: center;
}

.feature-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 12px;
}

.feature-card .hitokoto {
    font-size: 0.85rem;
    font-weight: 600;
}

.feature-card .cyusyaku {
    font-size: 0.65rem;
    color: #999;
    margin-top: 8px;
}

/*==========================================
       悩み・課題エリア
==========================================*/

.mr-pain {
    background-image: url(../../img/marketing/worries.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 72px 0;
}

.mr-pain h2 {
    text-align: center;
    margin-bottom: 16px;
}

.mr-pain .detail {
    background-color: #00000029;
    width: fit-content;
    padding: 0 16px;
    margin: 0 auto;
}

/*==========================================
       8つの理由エリア
==========================================*/
.merit8-erea {
    padding: 40px 65px;
    background-image: url(../../img/nekonote-excel-lp-img/bg-point.png);
    background-size: cover;
    background-position: top;
    position: relative;
    color: #494949;
}

.merit8-erea h2 {
    text-align: center;
    font-size: 1.7rem;
}

.merit8-contents .content {
    margin: 40px 0px;
}

.merit8-contents img {
    width: 56px;
}

.merit8-contents h3 {
    margin-left: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15rem;
    background: linear-gradient(transparent 70%, #ffffb6 70%);
}

.merit8-contents .detail-erea {
    margin: 12px 0px;
}

.merit8-contents .index-gray {
    height: 100%;
    min-height: 40px;
    width: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-left: 27px;
    margin-right: 27px;
}

.merit8-contents .detail-content {
    margin: 0;
    font-size: 0.9rem;
}

/*==========================================
       質疑応答対応icon
==========================================*/
.icons-erea {
    margin: 32px 16px;
    padding: 16px 4px;
    border: 3px pink solid;
    border-radius: 10px;
    text-align: center;
}

.icons-erea .child-vh-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.icons {
    padding: 24px 8px;
}

.icons.orikaeshi {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons img {
    width: 46px;
    height: 46px;
    padding: 5px;
    object-fit: contain;
}

.icons a {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*==========================================
       概要
==========================================*/
.gaiyou-title-erea {
    margin: 56px 0px 0;
}

.gaiyou-title {
    background-image: url(../../img/nekonote-excel-lp-img/gaiyou-title-bg.png);
    height: 0;
    padding-top: calc(86 / 961 * 100%);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.gaiyou-title h2 {
    text-align: right;
    margin: 0px 32px;
    color: #ffffff;
    white-space: nowrap;
    font-size: 1.4rem;
}

.gaiyou-taiken-contnts-erea {
    margin: 40px 20px;
    border: 1px solid #71ff92;
    padding: 20px 24px;
    border-radius: 15px;
    background-color: #f7fff9;
}

.gaiyou-hon-contnts-erea {
    margin: 40px 20px;
    border: 1px solid #ffc5f1;
    padding: 20px 24px;
    border-radius: 15px;
    background-color: #fff8fd;
}

.gaiyou-contents-erea .title {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 8px;
}

.gaiyou-contents-erea .title h2 {
    padding-left: 12px;
    font-size: 1.15rem;
    white-space: normal;
}

.gaiyou-contents-erea .title img {
    width: 36px;
}

.gaiyou-contents-erea .index {
    margin: 20px 0px;
    padding: 0px 16px;
}

.gaiyou-contents-erea .index-title01 {
    font-size: 1.05rem;
    font-weight: 700;
}

.gaiyou-contents-erea .index-title02 {
    font-size: 1.05rem;
    margin-left: 8px;
    margin-top: 4px;
    position: relative;
    padding-left: 26px;
    padding-bottom: 8px;
}

.gaiyou-contents-erea .index-title02::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
}

.gaiyou-taiken-contnts-erea .index-title02::before {
    background-color: #b3ffc5;
}

.gaiyou-hon-contnts-erea .index-title02::before {
    background-color: #ffc5f1;
}

.gaiyou-contents-erea .index-content {
    font-size: 0.85rem;
    margin-left: 8px;
    padding-left: 26px;
    color: #6b6b6b;
}

/*==========================================
       料金エリア(最重要・最後)
==========================================*/
.price-erea {
    padding: 48px 20px 24px;
    background: linear-gradient(180deg, #fffdf5 0%, #fff 100%);
}

.price-common-note {
    text-align: center;
    background: #fff3b0;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    max-width: 90%;
    margin: 0 auto 28px;
}

.price-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-card {
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    border: 3px solid #eee;
    display: flex;
    flex-direction: column;
}

.price-head {
    flex: 1 0 auto;
}

.price-card.personal {
    border-color: #7fe8c4;
    background: #f4fffb;
}

.price-card.group {
    border-color: #ffb3e6;
    background: #fff5fc;
}

.price-card .badge {
    position: absolute;
    top: -14px;
    left: 24px;
    padding: 4px 16px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

.price-card.personal .badge {
    background: #00c98c;
}

.price-card.group .badge {
    background: #ff4fb0;
}

.price-card h3 {
    font-size: 1.3rem;
    margin: 10px 0 4px;
}

.price-card .target {
    font-size: 0.85rem;
    color: #7a7a7a;
    margin-bottom: 16px;
}

.price-card .price-num {
    text-align: center;
    margin: 16px 0;
}

.price-card .price-before {
    text-decoration: line-through;
    color: #aaa;
    font-size: 0.9rem;
    display: block;
}

.price-card .price-after {
    font-size: 2.4rem;
    font-weight: 900;
    color: #ff1717;
}

.price-card .price-after .yen {
    font-size: 1.3rem;
    margin-right: 2px;
}

.price-card .price-after .unit {
    font-size: 1rem;
    font-weight: 700;
    margin-left: 4px;
}

.price-card .price-note {
    text-align: center;
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 16px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.price-table th, .price-table td {
    text-align: left;
    padding: 8px 4px;
    border-bottom: 1px dashed #ddd;
    vertical-align: top;
}

.price-table th {
    width: 30%;
    color: #7a7a7a;
    font-weight: 700;
    white-space: nowrap;
}

.price-card .bt-toiawase {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    max-width: 220px;
}

.price-cooling {
    font-size: 0.75rem;
    color: #999;
    text-align: center;
    margin: 28px auto 8px;
    max-width: 90%;
    line-height: 1.7;
}

/*==========================================
       フッター
==========================================*/
footer {
    margin-top: 48px;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 0;
}

footer a {
    text-decoration: none;
    color: #b7b7b7;
    font-weight: 300;
    font-size: 0.8rem;
}

/*==========================================
       レスポンシブ(タブレット以上)
==========================================*/
@media screen and (min-width: 640px) {
    .price-cards {
        flex-direction: row;
    }

    .price-card {
        flex: 1;
    }
}

@media screen and (max-width: 639px) {
    .section-title {
        font-size: 1.35rem;
    }

    .merit8-erea {
        padding: 40px 16px;
    }

    .merit8-erea h2 {
        font-size: 1.3rem;
    }

    .price-card .price-after {
        font-size: 2rem;
    }
}