/*-------------------------------
          PAGE-DONATE
-------------------------------*/
.donate_hero_section {
    width: 100%;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/page-bg-img.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -80px;
}
.donate_hero_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1600px;
}
.donate_hero_img_wrap {
    width: 60%;
    max-width: 940px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.donate_hero_textbox .en_ttl {
    font-size: 36px;
    font-weight: bold;
}
.donate_hero_img {
    display: block;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
    overflow: hidden;
}
.donate_hero_img_wrap img.active {
    opacity: 1;
}
.donate_hero_textbox {
    width: 40%;
    padding-left: 5rem;
    text-align: left;
    max-width: 600px;
}
.donate_options_inner {
    padding: 3rem 16px 0 16px;
    text-align: center;
}
.donate_options_inner h2 {
    margin: 0 auto;
}
.donate_methods {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto;
    gap: 20px;
}
.donate_method {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    width: 48%;
    text-align: center;
}
.donate_method h3 {
    margin-bottom: 16px;
}
.bank_info {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 2px dashed #ffdd66;
    margin-top: 16px;
}
.stripe_btn {
    display: inline-block;
    background: #6772e5;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: normal;
    border: none;
    cursor: pointer;
    margin-top: 16px;
    font-size: 18px;
}
.stripe-icon-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.donate_contents {
    text-align: center;
    padding: 3rem 20px;
    background: url("https://npoeurasia.org/wp-content/uploads/2025/03/intro_bg.jpg") no-repeat center top;
    background-size: cover;
}
.donate_intro_inner {
    max-width: 600px;
    margin: 24px auto;
    text-align: left;
}
.monthly_options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px;
}
.monthly_options a {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-weight: normal;
}
.donation_types {
    text-align: center;
    padding: 3rem 20px;
}
.donation_types_inner, .donate_intro {
    max-width: 800px;
    margin: auto;
}
.donation_type {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 24px auto;
    text-align: left;
}
.donation_type_text {
    margin-top: 16px;
}
.donate_options .sns_wrap {
    width: 350px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 48px;
}
.receipt_info {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}
.receipt_info_ttl {
    text-align: center;
}
.receipt_info h2 {
    font-size: 20px;
    text-align: center;
}
.receipt_info p {
    margin-top: 16px;
}
.one_time_btn {
    margin: 0 auto;
    font-size: 20px;
    margin-top: 16px;
    font-weight: normal;
}
.donation_type .donate_btn {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.donation_type .donate_btn span {
    display: block;
    width: 100%;
    text-align: center;
}

/*継続寄付の方へ*/
.donation-management {
    margin-top: 20px;
    padding: 15px;
    background: #fff7e6;
    border: 1px solid #f3d19c;
    border-radius: 6px;
    text-align: center;
}

.donation-management .management-title {
    font-weight: bold;
    color: #d07a00;
    margin-bottom: 5px;
}

.donation-management .management-desc {
    margin-bottom: 8px;
    font-size: 14px;
}

.donation-management .management-link a {
    color: #e67300;
    text-decoration: underline;
    font-weight: bold;
}

.donation-management .management-link a:hover {
    opacity: 0.8;
}
/*-------------------------------
      DONATE RESPONSIVE
-------------------------------*/

@media screen and (min-width: 1601px) {
    .donate_hero_section_inner img {
        border-top-left-radius: 350px;
        border-bottom-right-radius: 350px;
        border-bottom-left-radius: 0;
    }
}
@media screen and (max-width: 1024px) {

    .donate_hero_section {
        height: auto;
    }

    .donate_hero_section_inner {
        gap: 1rem;
    }

    .donate_hero_textbox {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 767px) {

    .sp_head_pagettl {
        font-size: 24px;
    }

    .donate_hero_section {
        padding-bottom: 80px;
    }

    .donate_hero_section_inner {
        display: block;
    }

    .donate_hero_img_wrap {
        width: 100%;
        height: auto;
        margin-top: -92px;
    }

    .donate_hero_img_wrap img {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 200px;
    }

    .donate_hero_textbox {
        width: 100%;
        height: auto;
        max-width: 760px;
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .donate_hero_section .donate_btn {
        padding: 24px 92px 24px 80px;
    }

    .donate_hero_section .donate_btn_box {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .donate_hero_section .donate_btn_text {
        font-size: 18px;
    }

    .donate_options_inner {
        padding: 24px 16px;
    }

    .donation_types {
        padding-left: 0;
        padding-right: 0;
    }

    .donate_methods {
        display: block;
        margin-top: 16px;
    }

    .donate_method {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .monthly_options {
        display: block;
    }

    .monthly_options a {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 16px;
    }

    .donation_type .donate_btn {
        padding: 12px 32px 8px 24px;
    }

    .donate_btn::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 50%;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .donate_btn::after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 3px #FFC107;
        border-right: solid 3px #FFC107;
        position: absolute;
        top: 50%;
        right: 28px;
        transform: translateY(-50%) rotate(45deg);
    }

    .donation_type .donate_btn span {
        font-size: 18px;
    }
}
/*-------------------------------
      DONATION USE SECTION
-------------------------------*/

.donation_use_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.donation_use_section h2 {
    margin-top: 8px;
}

.donation_use_section .action_text {
    max-width: 760px;
    line-height: 1.9;
}

.donation_use_cards {
    align-items: stretch;
}

.donation_use_cards .action_wrap {
    position: relative;
    overflow: hidden;
    min-height: 365px;
    padding: 36px 32px;
}

.donation_use_cards .action_wrap::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.donation_use_cards .action_wrap_inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*-------------------------------
      DONATION USE ICON
-------------------------------*/

.donation_use_icon {
    display: block;
    width: 110px;
    height: 110px;
    object-fit: contain;
    flex-shrink: 0;
    margin: 4px auto 24px;
}

/* 救急車アイコンは横長なので少し大きめ */
.donation_use_icon_vehicle {
    width: 125px;
    height: 110px;
}

/*-------------------------------
      DONATION USE TEXT
-------------------------------*/

.donation_use_cards .action_wrap_subttl {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.donation_use_cards .action_wrap_text {
    width: 100%;
    margin-top: 20px;
    line-height: 1.9;
    text-align: left;
}

/*-------------------------------
      DONATION USE NOTE
-------------------------------*/

.donation_use_note {
    max-width: 760px;
    margin: 28px auto 0;
    padding: 24px 32px;
    background: #FFFCEB;
    border: 2px dashed #FFB144;
    border-radius: 20px;
    text-align: center;
    line-height: 1.9;
}

.donation_use_note strong {
    color: #0057b8;
    font-size: 1.3em;
}

/*-------------------------------
      DONATION USE SP
-------------------------------*/

@media screen and (max-width: 767px) {

    .donation_use_section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .donation_use_section .action_text {
        line-height: 1.8;
    }

    .donation_use_cards {
        display: block;
    }

    .donation_use_cards .action_wrap {
        width: 100%;
        min-height: auto;
        margin-top: 16px;
        padding: 28px 24px;
    }

    .donation_use_icon {
        width: 90px;
        height: 90px;
        margin: 0 auto 18px;
    }

    .donation_use_icon_vehicle {
        width: 105px;
        height: 90px;
    }

    .donation_use_cards .action_wrap_subttl {
        font-size: 18px;
    }

    .donation_use_cards .action_wrap_text {
        margin-top: 16px;
        line-height: 1.8;
    }

    .donation_use_note {
        margin-top: 24px;
        padding: 20px 18px;
        text-align: left;
    }
}