/* ========================================
   お問い合わせ・資料ダウンロードページ 専用CSS
   ======================================== */

/* ========== メインビジュアル(CPページ用) ========== */
.l_main_visual {
    background: linear-gradient(135deg, #03C1EA 0%, #0099CC 100%);
    padding: 80px 0 60px;
    position: relative;
}

.l_main_visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/wp-content/themes/chatplus/assets/img/common/pattern_bg.png') repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.l_main_visual_box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.l_main_visual_box .en {
    display: block;
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
}

.l_main_visual_box h1 {
    font-size: 3.2em;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .l_main_visual {
        padding: 60px 0 40px;
    }

    .l_main_visual_box .en {
        font-size: 1.8em;
    }

    .l_main_visual_box h1 {
        font-size: 2.6em;
    }
}

/* ========== フォームエリア(CPページ用) ========== */
.l-form {
    padding: 60px 0;
}

.l-form_content {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .l-form {
        padding: 40px 0;
    }

    .l-form_content {
        padding: 0 20px;
    }
}

/* ========== ダウンロードページ用 ========== */
.l-flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.l-dl-description {
    flex: 1;
}

.l-dl-form {
    flex: 1;
}

.c-dl-img {
    margin-bottom: 20px;
}

.c-dl-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.c-dl-lead {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.6;
}

.l-dl-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-dl-description ul li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
}

.l-dl-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

@media screen and (max-width: 768px) {
    .l-flex {
        flex-direction: column;
        gap: 30px;
    }
}

/* ========== FPページ用見出し ========== */
.c-contact-ttl {
    text-align: center;
    margin-bottom: 40px;
}

.c-contact-ttl .en {
    display: block;
    font-size: 2em;
    color: #03C1EA;
    letter-spacing: 0.1em;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
}

.c-contact-ttl .jp,
.c-contact-ttl h2 {
    font-size: 3.2em;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .c-contact-ttl .en {
        font-size: 1.8em;
    }

    .c-contact-ttl .jp,
    .c-contact-ttl h2 {
        font-size: 2.6em;
    }
}

/* ========== サンクスページ用 ========== */
.c-thanks-message {
    text-align: center;
    padding: 60px 20px;
}

.c-thanks-message h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.c-thanks-message p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.c-thanks-btn-group {
    margin-bottom: 40px;
}

.c-thanks-back-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #03C1EA;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s;
    margin-top: 10px;
}

.c-thanks-back-btn:hover {
    background: #0099CC;
}

@media screen and (max-width: 768px) {
    .c-thanks-message {
        padding: 40px 20px;
    }

    .c-thanks-message h2 {
        font-size: 24px;
    }

    .c-thanks-back-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}
