@charset "UTF-8";

.faq-section {padding: 60px 0;background: var(--bg-white);max-width: 900px;margin: 0 auto;}
.faq-title {font-size: 3rem;text-align: center;margin-bottom: 40px;font-weight: 600;}
.faq-item { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 15px; overflow: hidden; background: #fff; }
.faq-header {padding: 30px;cursor: pointer;background: rgb(0 88 68 / var(--tw-bg-opacity, 1));color: #fff;font-weight: 700;display: flex;justify-content: space-between;align-items: center;transition: background 0.3s;}
.faq-header:hover { opacity: 0.95; }
.faq-header .q-mark {color: #ffcc00;margin-right: 10px;font-weight: 900;}
.faq-icon {transition: transform 0.3s ease;color: #fff;}
.faq-item.active .faq-icon {color: #fff;transform: rotate(180deg);}
.faq-content {max-height: 0;overflow: hidden;transition: max-height 0.3s ease-out;background: #f9fafb;}
.faq-body {padding: 30px;font-size: 1.4rem;line-height: 1.8;color: var(--text-dark);}
.faq-body a { color: var(--link-color); text-decoration: underline; font-weight: 700; }
.faq-header span {
    color: #fff;
    font-size: 1.8rem;
}
.donate-tabs { display: flex; border-bottom: 1px solid #eee; }
.donate-tab {
    flex: 1;
    text-align: center;
    padding: 30px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    letter-spacing: 0;
    background: #f9fafb;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid #eee;
}
.donate-tab:last-child { border-right: none; }
.donate-tab.active {background: #fff;border-top: 4px solid var(--accent);font-size: 1.8rem;color: #000;}
.donate-tab:hover:not(.active) { background: #eee; }
/* Content */
.donate-content {padding: 60px 80px 80px;display: none;animation: fadeIn 0.4s ease;}
.donate-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.donate-lead { font-size: 1.2rem; font-weight: 700; margin-bottom: 30px; text-align: center; color: var(--bg-brand); }
.donation-widget {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 80px auto;
}
.donate-tab i {
    font-size: 1.8rem;
    opacity: 0.5;
}

.active i {
    opacity: 1!important;
}

.input-wrapper {
    display: flex;
}

.label_area {
    width: 28%;
    padding: 30px 0;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
}

span.req {
    padding: 5px 8px;
    background: rgb(0 88 68 / var(--tw-bg-opacity, 1));
    color: #fff;
    font-size: 1.1rem;
    border-radius: 4px;
    height: max-content;
}

.input-wrapper input {
    padding: 12px;
    height: max-content;
    font-size: 1.4rem;
    border-radius: 4px;
    background: #f5f5f5;
    border: none;
}

div#citizen-warning {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

#submitBtn {
    display: block;
    text-align: center;
    padding: 20px 50px;
    margin: 0 auto;
    border-radius: 100px;
    border: none;
    font-size: 2rem;
    font-weight: 600;
    background: rgb(0 88 68 / var(--tw-bg-opacity, 1));
    margin-top: 40px;
    color: #fff;
	transition: all 0.2s ease-in-out 0s;
}

#submitBtn:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

.input_area {
    width: 67%;
    margin-left: 5%;
    padding: 18px 0;
}

.input_area select {
    padding: 8px;
    border-radius: 5px;
}

.input_area small {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 10px!important;
    display: block;
}

.mt-10.donation-options label {display: block;margin-bottom: 15px;line-height: 20px;}

.mt-10 {
    margin-top: 14px;
}

.label_area label {
    font-size: 1.5rem;
    line-height: 22px;
    margin-right: 8px;
    letter-spacing: 0.5px;
}

.checkbox-group {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}
.width_large {
    width: 100%;
}
.modal-content h3 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.mordal-price.mb-30 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

label.radio-label {
    width: 31%;
    padding: 20px;
    margin: 1%;
    border: 1px solid #ddd;
    border-radius: 8px;
}

span.amount {
    font-size: 2rem;
    font-weight: 600;
    margin-left: 8px;
}

.subscribe_submit {
    padding: 20px 50px;
    font-size: 2rem;
    font-weight: 600;
    background: rgb(0 88 68 / var(--tw-bg-opacity, 1));
    border-radius: 100px;
    margin: 30px auto!important;
    display: block;
    color: #fff;
    border: none;
}

.modal-cancel a {
    width: max-content;
    display: block;
    text-align: center;
    border: 1px solid;
    padding: 12px 30px;
    border-radius: 60px;
    margin: 0 auto;
	transition: all 0.2s ease-in-out 0s;
}

.modal-cancel a:hover {
    transform: scale(1.05);
    opacity: 0.8;
}


.monthly_wrapper {
    padding: 10px 40px;
    border: 1px solid #ddd;
    margin: 30px 0;
    border-radius: 10px;
}

::placeholder {
  color: #aaa;
}


/* ===== subscription modal (minimal) ===== */
#subscriptionModal {
  display: none;              /* JSで flex にする前提 */
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#subscriptionModal .modal-content {
  background: #fff;
  width: min(92vw, 740px);
  max-height: 86vh;
  overflow: auto;
  border-radius: 12px;
  padding: 50px;
}

/* LINE */
.line-box {text-align: center;border-radius: 12px;padding: 60px;background: #f5f5f5;}
.line-benefits {text-align: left;max-width: 400px;margin: 40px auto;font-size: 0.95rem;color: #1f2937;}
.line-benefits li {margin-bottom: 21px;list-style: none;font-size: 1.6rem;padding-left: 20px;position: relative;}
.line-benefits li::before { content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #06c755; position: absolute; left: 0; top: 2px; }
.line-btn {display: inline-flex;align-items: center;gap: 10px;background: #06c755;color: #fff;padding: 20px 50px;border-radius: 50px;font-size: 1.6rem;font-weight: 600;transition: 0.3s;margin-top: 0;}
.line-btn:hover { background: #05b54d; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(6, 199, 85, 0.3); }
.line-box h3 {
    font-size: 2.5rem;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

.line-box p {
    margin: 20px 0;
    color: #888;
}

.line-btn i {
    color: #fff;
}
.content_cap {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 60px;
    color: rgb(0 88 68 / var(--tw-bg-opacity, 1));
}
.fade-toggle {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.fade-toggle.show {
    max-height: 220px; /* 余裕 */
    opacity: 1;
}

.modal-input {
    display: block!important;
    text-align: center;
    padding: 20px;
    margin: 20px 0 30px;
    border: 1px solid #ddd;
}

.modal-input input {
    display: block;
    margin: 10px auto;
    width: 100%;
}

button.startbtn {
    display: block;
    padding: 20px 40px;
    margin: 0 auto 20px;
    background: rgb(0 88 68 / var(--tw-bg-opacity, 1));
    border-radius: 100px;
    font-size: 2rem;
    color: #fff;
    border: none;
	transition: all 0.2s ease-in-out 0s;
}

button.startbtn:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

.modal-input small {
}

.modal-input label {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.donate-tab {
    display: block;
    font-size: 1.3rem;
    padding: 15px 6%;
}

.donate-tab.active {
    font-size: 1.3rem;
}

.donation-widget {
    margin: 40px auto;
    border-radius: 8px;
}

.donate-content {
    padding: 30px 5% 40px;
}

.content_cap {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
}

.line-box {
    padding: 40px 6%;
    border-radius: 10px;
}

.line-box h3 {
    font-size: 1.6rem;
}

.line-box p {
    line-height: 21px;
}

.line-benefits li {
    font-size: 1.3rem;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.line-benefits {
    margin: 30px 0;
}

.line-btn {
    padding: 18px 40px;
    font-size: 1.4rem;
}

.input-wrapper {
    display: block;
    margin: 20px 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.label_area {
    width: 100%;
    padding: 10px 0;
    align-items: center;
}

.input_area {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.label_area label {
    font-size: 1.4rem;
}

span.req {
    font-size: 1rem;
    padding: 4px 6px;
}

.input-wrapper input {
    font-size: 1.3rem;
}

.input_area select {
    font-size: 1.3rem;
}

#submitBtn {
    margin: 0 auto;
    font-size: 1.6rem;
}

.modal-content h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

label.radio-label {
    width: 48%;
    padding: 15px;
    align-items: center;
}

span.amount {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-left: 4px;
}

.monthly_wrapper {
    padding: 10px 5% 20px 5%;
}

.input_area small {
    margin-top: 10px;
    line-height: 17px;
}

.subscribe_submit {
    font-size: 1.6rem;
    margin: 20px auto!important;
}

.faq-title {
    font-size: 2rem;
}

.faq-section {
    padding: 40px 5%;
}

.faq-header span {
    font-size: 1.4rem;
    letter-spacing: 0;
}

.faq-header .q-mark {
    margin: 0;
}

.faq-header {
    padding: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-body {
    font-size: 1.3rem;
    line-height: 22px;
    padding: 25px;
}
	
}