/*==========================================
       共通
==========================================*/
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-html-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;
}

.weight900Letter {
    font-weight: 900;
}

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

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

/*==========================================
       要点サマリー(TL;DR)
==========================================*/
.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: #eafff0;
    border-radius: 12px;
    font-size: 0.85rem;
}

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

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

.tldr-facts strong {
    color: #05b800;
    margin-right: 4px;
}

/*==========================================
       ファーストビュー
==========================================*/
/* 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-erea02 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #05b800;
    padding: 14px 0;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff;
    font-weight: 700;
}

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

.bt-toiawase:hover {
    color: #ff5900;
    background: #c7ffc5;
}

/*==========================================
       選ばれる理由(特徴)アイコングリッド
==========================================*/
.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: #f4fbff;
    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;
}

/*==========================================
       期待・悩みエリア
==========================================*/
.kitai-bg {
    background-image: url(../../img/nekonote-html-lp-img/kitai-bg.jpg);
    aspect-ratio: 1920 / 1280;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

/* 人物写真の右側の余白部分にテキストを配置 */
.kitai-bg .kitai-letters-erea {
    position: absolute;
    top: 6%;
    right: 4%;
    bottom: 6%;
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2%;
}

.kitai-bg .kitai-letters-erea > div {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    padding: 0.5em 1em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.kitai-bg .kitai-letters-erea p {
    margin: 0;
    text-align: center;
    font-size: clamp(0.62rem, 2.5vw, 0.95rem);
    font-weight: 700;
    background: linear-gradient(180deg, #ff7ce9, #ee00e5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nayami-bg {
    background-image: url(../../img/nekonote-html-lp-img/nayami-bg.jpg);
    aspect-ratio: 1920 / 1282;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

/* ノートPCの背面（無地部分）にテキストを配置 */
.nayami-bg .nayami-letters-erea {
    position: absolute;
    top: 5%;
    right: 3%;
    bottom: 5%;
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2%;
}

.nayami-bg .nayami-letters-erea > div {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    padding: 0.5em 1em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nayami-bg .nayami-letters-erea p {
    margin: 0;
    text-align: center;
    font-size: clamp(0.58rem, 2.3vw, 0.85rem);
    font-weight: 700;
    color: #4a4a4a;
}

.problem-note {
    text-align: center;
    font-size: 0.8rem;
    color: #8a8a8a;
    max-width: 560px;
    margin: 20px auto 0;
}

/*==========================================
       7つの理由エリア
==========================================*/
.merit-erea {
    padding: 40px 20px 20px;
    background-color: #fffef4;
    color: #494949;
}

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

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

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

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

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

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

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

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

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

.gaiyou-contents-erea {
    padding: 8px 0 24px;
}

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

.gaiyou-corp-contnts-erea {
    margin: 40px 20px;
    border: 1px solid #ffcfa3;
    padding: 20px 24px;
    border-radius: 15px;
    background-color: #fff9f3;
}

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

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

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

.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-personal-contnts-erea .index-title02::before {
    background-color: #b3ffc5;
}

.gaiyou-corp-contnts-erea .index-title02::before {
    background-color: #ffcfa3;
}

.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.corp {
    border-color: #ffc38a;
    background: #fff8f0;
}

.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: #05b800;
}

.price-card.corp .badge {
    background: #ff8f2e;
}

.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-after {
    font-size: 2.4rem;
    font-weight: 900;
    color: #ff5900;
}

.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: 240px;
    color: #05b800;
}

.price-card.corp .bt-toiawase {
    color: #ff8f2e;
}

/*==========================================
       継続サポートオプション
==========================================*/
.option-erea {
    max-width: 640px;
    margin: 36px auto 0;
    background-color: #f2f2f2;
    border-radius: 15px;
    padding: 20px 20px 8px;
    text-align: center;
}

.option-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.option-detail {
    font-size: 0.9rem;
}

.icons-erea {
    margin: 20px 0 8px;
    padding: 12px 4px;
    border: 3px dashed #ffcfa3;
    border-radius: 10px;
}

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

.icons {
    padding: 16px 8px 4px;
}

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

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

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

/*==========================================
       よくあるご質問(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: #05b800;
    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;
}

/*==========================================
       フッター(LP末尾のクレジット行)
==========================================*/
.nekonote-html-lp-container footer {
    margin-top: 48px;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 0;
}

.nekonote-html-lp-container 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;
    }

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

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