@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =============================================================================
 * page_woman_alone — Inline Styles
 * ============================================================================= */

/* Utility */
.page_woman_alone .u-sp-only { display: none; }
.page_woman_alone .u-pc-only { display: block; }

/* Image Placeholder */
.page_woman_alone .c-image-placeholder {
    background-color: #e8f3f4;
    color: #88a8ab;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
    min-height: 150px;
    overflow: hidden;
}
.page_woman_alone .c-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_woman_alone .c-image-placeholder--small {
    border-radius: 0;
}

/* Heading */
.page_woman_alone .c-heading-v2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
    line-height: 1.4;
}

/* Buttons */
.page_woman_alone .c-btn-secondary {
    display: inline-flex;
    align-items: center;
    border: 2px solid #21b8c8;
    color: #21b8c8;
    background-color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s;
}
.page_woman_alone .c-btn-secondary:hover { background-color: #21b8c8; color: #ffffff; }
.page_woman_alone .c-btn-secondary svg { margin-left: 8px; }
.page_woman_alone .c-btn-secondary--small {
    padding: 8px 20px;
    font-size: 14px;
}

/* Sections */
.page_woman_alone .p-section { padding: 100px 0; background-color: #ffffff; }
.page_woman_alone .p-section--light-blue { background-color: #f2fbfc; }
.page_woman_alone .p-section--light-gray { background-color: #f9f9f9; }
.page_woman_alone .p-section__inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Hero */
.page_woman_alone .p-hero {
    background: linear-gradient(135deg, #f0fafa 0%, #e0f4f5 100%);
    padding: 80px 0;
}
.page_woman_alone .p-hero__inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.page_woman_alone .p-hero__container { display: flex; align-items: center; gap: 40px; }
.page_woman_alone .p-hero__content { flex: 1; text-align: left; }
.page_woman_alone .p-hero__sub { display: block; color: #21b8c8; font-weight: bold; font-size: 14px; letter-spacing: 0.2em; margin-bottom: 20px; }
.page_woman_alone .p-hero__title { font-size: 28px; line-height: 1.3; margin-bottom: 25px; }
.page_woman_alone .p-hero__lead { font-size: 16px; color: #555555; margin: 0; }
.page_woman_alone .p-hero__image { flex: 0 0 450px; height: 320px; }

/* Intro Grid */
.page_woman_alone .p-intro-grid { display: grid; grid-template-columns: 1fr 400px; gap: 40px; align-items: center; }
.page_woman_alone .p-intro-grid__title { color: #21b8c8; font-size: 20px; margin-bottom: 20px; font-weight: bold; }
.page_woman_alone .p-intro-grid__text { font-size: 15px; margin: 0; }

/* Check Grid */
.page_woman_alone .p-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.page_woman_alone .p-check-card {
    background-color: #ffffff;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.page_woman_alone .p-check-card__icon { margin-bottom: 20px; }
.page_woman_alone .p-check-card__title { font-size: 17px; margin-bottom: 15px; line-height: 1.4; color: #21b8c8; font-weight: bold; }
.page_woman_alone .p-check-card__title-sub { font-size: 13px; color: #888888; font-weight: normal; }
.page_woman_alone .p-check-card__text { font-size: 14px; color: #666666; text-align: left; margin: 0; }

/* Attribute List */
.page_woman_alone .p-attribute-list { display: flex; flex-direction: column; gap: 40px; }
.page_woman_alone .p-attribute-item {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.page_woman_alone .p-attribute-item__container { display: flex; gap: 40px; align-items: center; }
.page_woman_alone .p-attribute-item__content { flex: 1; }
.page_woman_alone .p-attribute-item__image { flex: 0 0 300px; height: 200px; }
.page_woman_alone .p-attribute-item__title { font-size: 20px; color: #21b8c8; font-weight: bold; margin-bottom: 20px; }
.page_woman_alone .p-attribute-item__text { font-size: 15px; margin: 0; }
.page_woman_alone .p-attribute-item__btn { margin-top: 20px; }

/* Failure Grid */
.page_woman_alone .p-failure-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.page_woman_alone .p-failure-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border-top: 4px solid #ff4d4d;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.page_woman_alone .p-failure-card__header { display: flex; align-items: center; margin-bottom: 15px; }
.page_woman_alone .p-failure-card__icon { margin-right: 12px; flex-shrink: 0; display: flex; align-items: center; }
.page_woman_alone .p-failure-card__title { font-size: 18px; font-weight: bold; margin: 0; color: #333333; line-height: 1.2; }
.page_woman_alone .p-failure-card__text { font-size: 14px; color: #666666; line-height: 1.6; margin: 0; }

/* Guarantee Grid */
.page_woman_alone .p-guarantee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; }
.page_woman_alone .p-guarantee-card {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e0f0f2;
    padding-bottom: 30px;
    text-align: center;
}
.page_woman_alone .p-guarantee-card__image { margin-bottom: 20px; border-radius: 15px 15px 0 0; overflow: hidden; height: 180px; }
.page_woman_alone .p-guarantee-card__title { font-size: 18px; color: #21b8c8; margin-bottom: 15px; font-weight: bold; padding: 0 20px; }
.page_woman_alone .p-guarantee-card__text { font-size: 14px; line-height: 1.6; margin: 0; padding: 0 20px; text-align: left; }
.page_woman_alone .p-guarantee-card__btn { margin-top: 20px; padding: 0 20px; }
.page_woman_alone .p-guarantee-footer { text-align: center; font-size: 14px; color: #666666; }

/* Support Section */
.page_woman_alone .p-support-section { padding: 100px 0 0; background-color: #ffffff; }
.page_woman_alone .p-support-section__inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; text-align: center; }
.page_woman_alone .p-support-container { padding: 0; background-color: #ffffff; }
.page_woman_alone .p-support-header { text-align: center; margin-bottom: 50px; }
.page_woman_alone .p-support-header__title { font-size: 26px; font-weight: bold; color: #333333; line-height: 1.4; }
.page_woman_alone .p-emuzou-intro { background-color: #f2fbfc; padding: 40px; border-radius: 20px; text-align: center; }
.page_woman_alone .p-emuzou-intro__title { font-size: 20px; color: #21b8c8; margin-bottom: 15px; font-weight: bold; }
.page_woman_alone .p-emuzou-intro__text { font-size: 15px; margin-bottom: 25px; color: #555555; }
.page_woman_alone .p-emuzou-intro__btn-wrap { text-align: center; }

/* FAQ Section */
.page_woman_alone .p-faq-list { display: flex; flex-direction: column; gap: 20px; }
.page_woman_alone .p-faq-item { background-color: #f9f9f9; padding: 30px; border-radius: 15px; border: 1px solid #eeeeee; }
.page_woman_alone .p-faq-item__question { display: flex; align-items: flex-start; margin-bottom: 15px; }
.page_woman_alone .p-faq-item__q-icon { font-size: 20px; font-weight: bold; color: #21b8c8; margin-right: 15px; line-height: 1.2; }
.page_woman_alone .p-faq-item__q-text { font-size: 18px; font-weight: bold; margin: 0; color: #333333; line-height: 1.5; text-align: left; }
.page_woman_alone .p-faq-item__answer { display: flex; align-items: flex-start; padding-top: 15px; border-top: 1px solid #dddddd; }
.page_woman_alone .p-faq-item__a-icon { font-size: 20px; font-weight: bold; color: #ff8c00; margin-right: 15px; line-height: 1.2; }
.page_woman_alone .p-faq-item__a-text { font-size: 15px; margin: 0; color: #555555; text-align: left; line-height: 1.7; }

/* Final Offer Section */
.page_woman_alone .p-final-offer { text-align: center; }
.page_woman_alone .p-final-offer__title { font-size: 28px; font-weight: bold; margin-bottom: 25px; color: #21b8c8; }
.page_woman_alone .p-final-offer__text { max-width: 100%; margin: 0 auto 50px; color: #555555; }
.page_woman_alone .p-offer-box__buttons { display: flex; gap: 20px; justify-content: center; }
.page_woman_alone .c-btn-offer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    flex: 1;
    max-width: 320px;
    transition: all 0.2s;
    cursor: pointer;
}
.page_woman_alone .c-btn-offer--reserve { background-color: #42B8DB; color: #ffffff; box-shadow: 0 4px 15px rgba(66, 184, 219, 0.3) }
.page_woman_alone .c-btn-offer--contact { background-color: #6BCE4E; color: #ffffff; }
.page_woman_alone .c-btn-offer:hover { opacity: 0.8; transform: translateY(-3px); }

/* =============================================================================
 * Responsive
 * ============================================================================= */
@media (max-width: 750px) {
    .page_woman_alone .u-sp-only { display: block; }
    .page_woman_alone .u-pc-only { display: none; }

    .page_woman_alone .c-heading-v2 { font-size: 22px; margin-bottom: 30px; padding: 0 10px; }
    .page_woman_alone .p-section { padding: 40px 0; }

    /* Hero */
    .page_woman_alone .p-hero { padding: 40px 0; }
    .page_woman_alone .p-hero__container { flex-direction: column; text-align: center; gap: 20px; }
    .page_woman_alone .p-hero__content { text-align: center; }
    .page_woman_alone .p-hero__title { font-size: 24px; margin-bottom: 15px; }
    .page_woman_alone .p-hero__image { flex: none; width: 100%; height: 200px; }

    /* Intro */
    .page_woman_alone .p-intro-grid { grid-template-columns: 1fr; gap: 20px; }
    .page_woman_alone .p-intro-grid__image { order: -1; }
    .page_woman_alone .p-intro-grid__title { font-size: 18px; margin-bottom: 15px; }
    .page_woman_alone .p-intro-grid__text { font-size: 14px; }

    /* Check Cards */
    .page_woman_alone .p-check-grid { grid-template-columns: 1fr; gap: 20px; }
    .page_woman_alone .p-check-card { padding: 30px 20px; }

    /* Attributes */
    .page_woman_alone .p-attribute-item { padding: 25px 20px; }
    .page_woman_alone .p-attribute-item__container { flex-direction: column-reverse; gap: 20px; }
    .page_woman_alone .p-attribute-item__image { flex: none; width: 100%; height: 180px; }
    .page_woman_alone .p-attribute-item__title { font-size: 18px; margin-bottom: 15px; }
    .page_woman_alone .p-attribute-item__text { font-size: 14px; }
    .page_woman_alone .p-attribute-item__btn .c-btn-secondary { width: 100%; justify-content: center; box-sizing: border-box; }

    /* Failure Cards */
    .page_woman_alone .p-failure-grid { grid-template-columns: 1fr; }
    .page_woman_alone .p-failure-card { padding: 25px 20px; }
    .page_woman_alone .p-failure-card__title { font-size: 16px; }

    /* Guarantee Cards */
    .page_woman_alone .p-guarantee-grid { grid-template-columns: 1fr; gap: 20px; }
    .page_woman_alone .p-guarantee-card__image { height: 150px; }
    .page_woman_alone .p-guarantee-card__title { font-size: 16px; }
    .page_woman_alone .p-guarantee-card__btn .c-btn-secondary { width: 100%; justify-content: center; box-sizing: border-box; }

    /* Support */
    .page_woman_alone .p-support-section { padding: 40px 0 0; }
    .page_woman_alone .p-support-header { margin-bottom: 30px; }
    .page_woman_alone .p-support-header__title { font-size: 20px; }
    .page_woman_alone .p-emuzou-intro { padding: 30px 20px; }
    .page_woman_alone .p-emuzou-intro__title { font-size: 18px; }
    .page_woman_alone .p-emuzou-intro__text { font-size: 14px; }

    /* FAQ */
    .page_woman_alone .p-faq-item { padding: 25px 20px; }
    .page_woman_alone .p-faq-item__q-text { font-size: 15px; }
    .page_woman_alone .p-faq-item__a-text { font-size: 14px; }

    /* Final Offer */
    .page_woman_alone .p-final-offer { padding: 0 10px; }
    .page_woman_alone .p-final-offer__title { font-size: 22px; margin-bottom: 20px; }
    .page_woman_alone .p-final-offer__text { font-size: 14px; margin-bottom: 30px; text-align: center; }
    .page_woman_alone .p-offer-box__buttons { flex-direction: column; align-items: center; gap: 15px; }
    .page_woman_alone .c-btn-offer { width: 100%; max-width: none; font-size: 16px; padding: 15px; }
}