.elementor-406 .elementor-element.elementor-element-f26d656{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9a841bf */.lp-ads {
    max-width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.lp-ads h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
}

.lp-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #f4f7fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin: 40px auto;
    max-width: 1100px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.lp-section + .lp-section {
    margin-top: 56px;
}
.lp-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 28px;
}
.lp-section-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 5/4;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.07);
    background: #e0e0e0;
}
.lp-section-text {
    flex: 1;
    max-width: 600px;
    color: #222;
    font-size: 1.08em;
    line-height: 1.8;
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.lp-section-title {
    font-size: 1.5em;
    color: #0078d7;
    margin-bottom: 12px;
    font-weight: bold;
}

/* 交互レイアウト */
@media (min-width: 900px) {
    .lp-section-content {
        flex-direction: row;
        align-items: center;
        gap: 48px;
        padding: 48px 48px;
    }
    .lp-section.reverse .lp-section-content {
        flex-direction: row-reverse;
    }
    .lp-section-img {
        width: 480px;
        max-width: 480px;
        height: 380px;
        margin: 0;
    }
    .lp-section-text {
        font-size: 1.13em;
        padding: 32px 32px;
    }
}


@media (min-width: 900px) {
    .lp-ads {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
    .lp-ad {
        flex-direction: row;
        align-items: stretch;
        padding: 32px 32px;
        margin: 40px 0;
        gap: 0;
        max-width: 100%;
    }
    .lp-ad-left {
        flex-direction: row;
    }
    .lp-ad-right {
        flex-direction: row-reverse;
    }
    .lp-ad-img {
        width: 500px;
        max-width: 500px;
        height: 400px;
        margin: 0 40px 0 0;
        border-radius: 12px;
    }
    .lp-ad-right .lp-ad-img {
        margin: 0 0 0 40px;
    }
    .lp-ad-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 1 0;
        min-width: 0;
        max-width: 900px;
        padding: 0 24px;
    }
    .lp-ad-desc h3 {
        font-size: 1.3em;
    }
    }

body {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    color: #222;
}
.lp-header {
    background: #0078d7;
    color: #fff;
    text-align: center;
    padding: 40px 20px 20px 20px;
}
.lp-main {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 32px 24px;
    text-align: center;
}
.lp-image {
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
    margin-bottom: 24px;
}
.lp-main h2 {
    margin-top: 0;
}
.lp-main ul {
    text-align: left;
    margin: 24px auto;
    padding-left: 20px;
}
.lp-main li {
    margin-bottom: 10px;
}
.lp-cta {
    display: inline-block;
    background: #ff9800;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 24px;
    transition: background 0.2s;
}
.lp-cta:hover {
    background: #e68900;
}
.lp-footer {
    text-align: center;
    color: #888;
    font-size: 0.95em;
    padding: 24px 0 12px 0;
    }/* End custom CSS */