.elementor-45162 .elementor-element.elementor-element-9008051{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-45162 .elementor-element.elementor-element-6d5a35a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-45162 .elementor-element.elementor-element-54ef6d5{text-align:center;}.elementor-45162 .elementor-element.elementor-element-54ef6d5 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-45162 .elementor-element.elementor-element-2e71542{text-align:center;}.elementor-45162 .elementor-element.elementor-element-3423b3c{text-align:center;}.elementor-45162 .elementor-element.elementor-element-f250405{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-45162 .elementor-element.elementor-element-ebae69d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-45162 .elementor-element.elementor-element-ebae69d img{width:50%;}.elementor-45162 .elementor-element.elementor-element-eaa2bcc{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-45162 .elementor-element.elementor-element-ebae69d img{width:79%;}}@media(max-width:767px){.elementor-45162 .elementor-element.elementor-element-ebae69d img{width:100%;}}/* Start custom CSS *//* 全体ラッパー：サイトのデザイン崩れを防ぐため範囲を限定 */
.func-expansion-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
}

/* 見出し H1 */
.func-expansion-wrapper h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: #222;
    border-bottom: none;
    line-height: 1.4;
}
.func-expansion-wrapper h1 span {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: normal;
}

/* 導入部 */
.intro-section {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
}
.lead-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #0056b3;
}
.merit-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.merit-list li {
    font-weight: bold;
    color: #444;
}
.merit-list li i {
    color: #28a745;
    margin-right: 5px;
}

/* 区切り線 */
.section-divider {
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 60px 0;
}

/* 見出し H2 */
.func-expansion-wrapper h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
}
.func-expansion-wrapper h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #0056b3;
}
.section-desc {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
}

/* 機能グリッド */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
.feature-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 25px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.feature-card.new-item {
    border-left: 4px solid #0056b3;
    background: #fdfdfd;
}
.feature-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-card .num {
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
}
.badge {
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    vertical-align: middle;
}
.feature-card p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* 料金表 */
.price-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.custom-price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
    min-width: 500px; /* スマホで見切れないよう最低幅確保 */
}
.custom-price-table th, 
.custom-price-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
}
.custom-price-table th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    width: 30%;
}
.custom-price-table tr:nth-child(even) {
    background-color: #fbfbfb;
}
.custom-price-table tr.highlight-row td:first-child {
    font-weight: bold;
    color: #0056b3;
}
.price-notes {
    font-size: 12px;
    color: #777;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

/* 流れ（ステップ） */
.flow-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.step-head {
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    min-width: 80px;
    border-radius: 4px;
}
.step-body h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
}
.step-body p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* CTAエリア */
.cta-area {
    background: #eef4fa;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    margin-top: 60px;
}
.cta-area h3 {
    margin-bottom: 15px;
    font-size: 22px;
}
.cta-area p {
    margin-bottom: 30px;
}
.cta-button {
    display: inline-block;
    background: #0056b3;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: background 0.3s;
}
.cta-button:hover {
    background: #003d82;
    color: #fff;
}
.small-note {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

/* スマホ対応調整 */
@media (max-width: 768px) {
    .func-expansion-wrapper h1 { font-size: 22px; }
    .step-item { flex-direction: column; gap: 10px; }
    .step-head { width: 100%; text-align: left; padding: 5px 10px; }
    .custom-price-table th, .custom-price-table td { font-size: 13px; padding: 10px; }
    .cta-button { width: 100%; padding: 15px 0; box-sizing: border-box; }
}

/* --- 修正・調整用追記 --- */

/* 1. Elementorやテーマの余計な干渉を防ぐ */
.func-expansion-wrapper *,
.price-content-wrapper * {
    box-sizing: border-box; /* 枠線やパディングでレイアウトが崩れるのを防ぐ */
}

/* 2. 箇条書きの「点」が二重に出るのを防ぐ */
.func-expansion-wrapper ul,
.price-content-wrapper ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none !important; /* テーマのデフォルト点を消す */
}

/* 3. 画像がはみ出すのを防ぐ（念のため） */
.func-expansion-wrapper img,
.price-content-wrapper img {
    max-width: 100%;
    height: auto;
}

/* 4. スマホでテーブル（料金表）を見やすくするスクロールヒント */
/* 「横にスクロールできます」という雰囲気を出す影 */
.price-table-wrapper {
    background:
        linear-gradient(to right, white 30%, rgba(255,255,255,0)),
        linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,
        radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
        radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-attachment: local, local, scroll, scroll;
}

/* 5. CTAボタンに動きをつけてクリック率を上げる */
.cta-button, .cta-button-price {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.cta-button:hover, .cta-button-price:hover {
    transform: translateY(-3px); /* ホバー時に少し浮く */
    box-shadow: 0 8px 15px rgba(0,0,0,0.2); /* 影を濃くする */
}

/* 6. 見出しのスマホ調整（改行などで文字が大きすぎないように） */
@media (max-width: 768px) {
    .func-expansion-wrapper h1 {
        font-size: 20px !important; /* 強制的に調整 */
        line-height: 1.5;
    }
    .func-expansion-wrapper h2 {
        font-size: 20px !important;
    }
    /* サービスリストの隙間調整 */
    .service-list li {
        margin-bottom: 8px;
        line-height: 1.4;
    }
}/* End custom CSS */