﻿@charset "UTF-8";

/* ベーススタイル */
.daiei-lp-wrapper {
    font-size: 11pt;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.daiei-lp-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.daiei-lp-header {
    text-align: center;
    padding: 1rem 0;
}

.daiei-lp-header img {
    width: 300px;
    margin: 0 auto;
}

.daiei-lp-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.daiei-lp-text-center {
    text-align: center;
}

.daiei-lp-text-bold {
    font-weight: bold;
}

.daiei-lp-text-red {
    color: #d32f2f;
}

.daiei-lp-text-blue {
    color: #1565c0;
}

/* 画像配置用のプレースホルダー（後で実際の画像と差し替えてください） */
.daiei-lp-image-placeholder {
    background-color: #e0e0e0;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px dashed #9e9e9e;
    margin: 1rem 0;
    min-height: 200px;
}

/* セクション共通 */
.daiei-lp-section {
    padding: 3rem 2rem;
}

.daiei-lp-section-title {
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 1rem;
    color: #fff;
    border-radius: 8px;
}

/* ヒーローセクション */
.daiei-lp-hero {
    padding: 3rem 2rem 2rem;
    text-align: center;
}

.daiei-lp-hero-sub {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.daiei-lp-hero-title {
    font-size: 3.75rem;
    color: #1565c0;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.daiei-lp-hero-catch {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
}


/* お悩みセクション */
.daiei-lp-problem-section {
    background-color: #f0f4f8;
}

.daiei-lp-problem-section .daiei-lp-section-title {
    background-color: #1565c0;
}

.daiei-lp-problem-content {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 2px solid #1565c0;
}

.daiei-lp-problem-list {
    font-size: 1.8rem;
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
}

.daiei-lp-problem-list li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

.daiei-lp-problem-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #333;
}

/* 解決セクション */
.daiei-lp-solution-section {
    text-align: center;
}

.daiei-lp-solution-eyecatch {
    display: inline-block;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.daiei-lp-solution-title {
    font-size: 3.3rem;
    margin-bottom: 2rem;
}

.daiei-lp-solution-content {
    display: flex;
    gap: 2rem;
    text-align: left;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 2px solid #1565c0;
}

.daiei-lp-solution-features {
    flex: 1;
}

.daiei-lp-solution-highlight {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 3px solid #d32f2f;
    display: inline-block;
}

.daiei-lp-solution-list {
    font-size: 1.8rem;
    list-style: none;
    padding: 0;
    font-weight: bold;
}

.daiei-lp-solution-list li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1.2rem;
}

.daiei-lp-solution-list li::before {
    content: "●";
    position: absolute;
    left: 0;
}

/* 比較セクション */
.daiei-lp-comparison-section {
    background-color: #f0f4f8;
}

.daiei-lp-comparison-section .daiei-lp-section-title {
    background-color: #1565c0;
}

.daiei-lp-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.daiei-lp-compare-card {
    background: #fff;
    border: 2px solid #1565c0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.daiei-lp-compare-header {
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 20px;
    width: fit-content;
    margin: 1rem auto;
}

.daiei-lp-compare-card.daiei-lp-other .daiei-lp-compare-header {
    background-color: #2e7d32;
}

.daiei-lp-compare-card.daiei-lp-daiei .daiei-lp-compare-header {
    background-color: #e91e63;
}

.daiei-lp-compare-price-title {
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
}

.daiei-lp-compare-card.daiei-lp-other .daiei-lp-compare-price-title {
    background-color: #81c784;
}

.daiei-lp-compare-card.daiei-lp-daiei .daiei-lp-compare-price-title {
    background-color: #f48fb1;
}

.daiei-lp-compare-badge {
    text-align: center;
    font-weight: bold;
    margin-top: 0.5rem;
}

.daiei-lp-compare-card.daiei-lp-other .daiei-lp-compare-badge {
    color: #1565c0;
}

.daiei-lp-compare-card.daiei-lp-daiei .daiei-lp-compare-badge {
    color: #d32f2f;
}

.daiei-lp-compare-body {
    padding: 1.5rem;
    font-size: 1.425rem;
    flex: 1;
}

.daiei-lp-compare-result {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
}

.daiei-lp-compare-result span {
    color: #d32f2f;
    font-size: 3rem;
}

.daiei-lp-compare-note {
    font-size: 1.275rem;
    color: #555;
    border-top: 1px dashed #ccc;
    padding-top: 1rem;
}

/* コンセプトセクション */
.daiei-lp-concept-section {
    background-color: #333;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('syokunin.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 6rem 2rem;
}

/* 画像を背景にする場合は以下のプレースホルダーを使用 */
.daiei-lp-concept-bg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #555;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
}

.daiei-lp-concept-content {
    position: relative;
    z-index: 1;
}

.daiei-lp-concept-title {
    font-size: 3.75rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.daiei-lp-concept-sub {
    font-size: 1.8rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* 特徴（3つの強み）セクション */
.daiei-lp-features-section {
    padding: 3rem 2rem;
}

.daiei-lp-feature-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.daiei-lp-feature-icon {
    background-color: #1565c0;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: bold;
    flex-shrink: 0;
}

.daiei-lp-feature-text {
    flex: 1;
    font-size: 1.5rem;
    line-height: 1.8;
}

/* お悩み解決・CTAセクション */
.daiei-lp-cta-section {
    text-align: center;
}

.daiei-lp-cta-message {
    font-size: 1.65rem;
    margin-bottom: 2rem;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.daiei-lp-cta-box {
    background-color: #f0f4f8;
    border-top: 5px solid #1565c0;
    padding: 0;
}

.daiei-lp-cta-box-title {
    background-color: #1565c0;
    color: #fff;
    padding: 1rem;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0;
}

.daiei-lp-cta-box-content {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.daiei-lp-company-info {
    text-align: left;
}

.daiei-lp-company-name {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    width: 200px;
}

.daiei-lp-contact-info {
    font-size: 1.8rem;
    line-height: 1.8;
}

.daiei-lp-qr-placeholder {
    width: 150px;
    height: 150px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

    .daiei-lp-problem-content,
    .daiei-lp-solution-content,
    .daiei-lp-feature-item {
        flex-direction: column;
    }

    .daiei-lp-comparison-grid {
        grid-template-columns: 1fr;
    }

    .daiei-lp-hero-title {
        font-size: 2.7rem;
    }

    .daiei-lp-solution-title {
        font-size: 2.4rem;
    }
}

/* HTML縺九ｉ謚ｽ蜃ｺ縺励◆繧､繝ｳ繝ｩ繧､繝ｳ繧ｹ繧ｿ繧､繝ｫ */
.daiei-lp-style-1 {
    background-color: #1565c0;
    color: #fff;
    font-size: 1.95rem;
    display: inline-block;
    padding: 30px 50px 30px 50px;
    margin: 20px;
}

.daiei-lp-style-2 {
    font-size: 6rem;
    color: #1565c0;
}

.daiei-lp-style-3 {
    flex: 1;
}

.daiei-lp-style-4 {
    margin-bottom: 0;
}

.daiei-lp-style-5 {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.daiei-lp-style-6 {
    padding: 2rem;
    background-color: #fff9e6;
    margin: 0 2rem 2rem;
    border-radius: 8px;
    border: 2px solid #ffa000;
}

.daiei-lp-style-7 {
    color: #e65100;
    text-align: center;
    font-size: 2.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.daiei-lp-style-8 {
    text-align: center;
    font-size: 1.65rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.daiei-lp-style-9 {
    font-size: 1.95rem;
}

.daiei-lp-style-10 {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1565c0;
    border: 2px dashed #1565c0;
}

.daiei-lp-style-11 {
    font-size: 2.25rem;
    vertical-align: middle;
}

.daiei-lp-style-12 {
    padding-top: 0;
}

.daiei-lp-style-13 {
    background-color: #1565c0;
    color: #fff;
    padding: 1rem;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.daiei-lp-style-14 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.daiei-lp-style-15 {
    margin: 0;
}