@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
*/

/* ---- 2026/05/01 コンテンツ強化CTA ---- */
/* ===== SWELL CTA design assets v2 =====
推奨：
- CTA全体のグループに class="saving-cta"
- 1つ目カードに class="saving-cta__card"
- 2つ目カードに class="saving-cta__card saving-cta__card--orange"
*/

.saving-cta {
  --cta-blue: #1f7fb2;
  --cta-blue-dark: #082a55;
  --cta-orange: #fe722f;
  --cta-bg-border: #cfe7fb;
  --cta-green: #06c755;
  --cta-green-dark: #05ad49;

  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin: 48px auto;
  padding: clamp(30px, 5.2vw, 58px);
  border: 2px solid var(--cta-bg-border);
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(245, 251, 255, 0.92),
      rgba(255, 255, 255, 0.96)
    ),
    url("./cta-bg-resort-light.svg") center/cover no-repeat;
  /*  box-shadow:
    0 18px 40px rgba(8, 42, 85, .10),
    inset 0 1px 0 rgba(255,255,255,.85);*/
}

.saving-cta__title {
  margin: 0 0 14px;
  color: var(--cta-blue-dark);
  font-size: clamp(29px, 5.2vw, 30px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0.035em;
  text-align: center;
}

.saving-cta__title .is-blue {
  color: var(--cta-blue);
}

.saving-cta__title .is-orange {
  color: var(--cta-orange);
}

.saving-cta__title .is-green {
  color: var(--cta-green);
}

.saving-cta__lead {
  margin: 0 auto 30px;
  color: #333;
  font-size: clamp(15px, 2.4vw, 18px);
  line-height: 1.75;
  text-align: center;
}

.saving-cta__cards {
  display: grid;
  gap: 18px;
}

.saving-cta__card {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(22px, 3.8vw, 34px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 12px 24px rgba(8, 42, 85, 0.13),
    0 2px 6px rgba(8, 42, 85, 0.07);
}

.saving-cta__icon {
  width: 104px;
  height: 104px;
  display: block;
}

.saving-cta__micro {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 12px;
  color: var(--cta-blue);
  font-size: clamp(16px, 2.6vw, 22px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.04em;
}

.saving-cta__micro::before,
.saving-cta__micro::after {
  content: "";
  flex: 1 1 auto;
  min-width: 36px;
  border-top: 2px dotted currentColor;
  opacity: 0.7;
}

.saving-cta__card--orange .saving-cta__micro {
  color: var(--cta-orange);
}

.saving-cta__card--green .saving-cta__micro {
  color: var(--cta-green);
}

.saving-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 62px 14px 28px;
  border-radius: 12px;
  color: #fff !important;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  box-shadow:
    0 5px 0 rgba(0, 0, 0, 0.16),
    0 10px 18px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.saving-cta__button::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
}

.saving-cta__button--blue {
  background: linear-gradient(180deg, #269dd8 0%, var(--cta-blue) 100%);
}

.saving-cta__button--orange {
  background: linear-gradient(180deg, #fe9361 0%, var(--cta-orange) 100%);
}

.saving-cta__button--green {
  background: linear-gradient(180deg, #07d35b 0%, var(--cta-green) 100%);
}

.saving-cta__button:hover {
  filter: brightness(1.04);
  transform: translateY(1px);
  box-shadow:
    0 4px 0 rgba(0, 0, 0, 0.16),
    0 8px 16px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.saving-cta__note {
  margin: 14px 0 0;
  color: #555;
  font-size: clamp(14px, 2.3vw, 17px);
  line-height: 1.6;
  text-align: center;
}

.saving-cta__bottom {
  margin: 26px 0 0;
  color: #333;
  font-size: clamp(14px, 2.4vw, 17px);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.04em;
}

.saving-cta__bottom strong {
  color: var(--cta-orange);
}

/* PCも縦並び。スマホではカード内も縦並び */
@media (max-width: 640px) {
  .saving-cta {
    margin: 36px auto;
    padding: 26px 16px;
    border-radius: 22px;
  }

  .saving-cta__card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .saving-cta__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }

  .saving-cta__button {
    min-height: 58px;
    padding-right: 52px;
  }

  .saving-cta__button::after {
    right: 20px;
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
}

/* FAQアコーディオン(Swell用) */
.faq_q {
  background-color: #269dd8;
  color: #fff;
  padding: 1em 1em 1em 3.5em !important;
}
.faq_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s;
  padding: 0 !important;
}
.faq_a.open {
  max-height: fit-content;
  padding: 1em 1em 1em 3.5em !important;
  border: solid 1px var(--color_main);
}
.swell-block-faq .faq_q:before,
.swell-block-faq .faq_a:before {
  box-shadow: none;
  left: 10px;
}
.swell-block-faq .swell-block-faq__item + .swell-block-faq__item {
  position: relative;
}
.swell-block-faq__item .faq_q:after {
  content: "\e910";
  font-family: icomoon !important;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
}
.swell-block-faq__item.open .faq_q:after {
  content: "\e912";
}

.swell-block-faq__item .faq_q:after {
  content: "\e91c";
}
.swell-block-faq__item.open .faq_q:after {
  content: "\e919";
}

/* 著者情報 */
.rm-article .rm-author-box {
  margin-top: 100px;
  margin-bottom: 100px;
}

.rm-article .rm-author-box__inner {
  padding: 28px 24px;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 16px;
}

.rm-article .rm-author-box__label {
  margin: 0 0 16px;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #666;
}

.rm-article .rm-author-box__body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.rm-article .rm-author-box__image {
  flex: 0 0 104px;
}

.rm-article .rm-author-box__image img {
  border-radius: 999px;
}

.rm-article .rm-author-box__image-placeholder {
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: #efe7dc;
  border: 1px solid #ddd1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a7c69;
  font-size: 0.9rem;
}

.rm-article .rm-author-box__content {
  flex: 1 1 auto;
  min-width: 0;
}

.rm-article .rm-author-box__company {
  margin: 0 0 4px;
  font-size: 0.9em;
  color: #6d6255;
}

.rm-article .rm-author-box__name {
  margin: 0 0 12px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

.rm-article .rm-author-box__text {
  margin: 0 0 12px;
  line-height: 1.9;
  font-size: 0.9em;
}

.rm-article .rm-author-box__link {
  margin: 0;
}

.rm-article .rm-author-box__link a {
  color: #1f6fb2;
  text-decoration: underline;
  word-break: break-all;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  .rm-article .rm-author-box {
    margin-top: 42px;
  }

  .rm-article .rm-author-box__inner {
    padding: 22px 16px;
    border-radius: 12px;
  }

  .rm-article .rm-author-box__body {
    gap: 14px;
  }

  .rm-article .rm-author-box__image {
    flex-basis: 72px;
  }

  .rm-article .rm-author-box__image-placeholder {
    width: 72px;
    height: 72px;
    font-size: 0.8rem;
  }

  .rm-article .rm-author-box__company {
    font-size: 0.88rem;
  }

  .rm-article .rm-author-box__name {
    margin-bottom: 10px;
    font-size: 1.05rem;
  }

  .rm-article .rm-author-box__text {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}
