@charset "utf-8";
/* 共通 */
#firstlp img{
  max-width: 100%;
  height: auto;
}
#firstlp{
  font-family: 'Noto Sans JP',sans-serif;
}
.udsinMg{
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
}
.marker{
  background: linear-gradient(transparent 75%, #FFD800 75%);
}
.btn2:hover {
  opacity: 0.7;
}

/* キャンペーンに関する留意事項 */
.applp3{
  padding-bottom:50px;
}
.applp3 .innerWrap{
  padding:0 2em;
}
.applp3 h2{
  text-align: center;
  background: rgba(204, 204, 204, 0.5);
  padding:1em;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  margin-bottom:1em;
  cursor: pointer;
}
.applp3 h2::before{
  content: "";
  position: absolute;
  right: 30px;
  top:30%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.3em;
  height: 1.3em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.applp3 .box p{
  font-size: 0.8em;
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 767px) {
#firstlp{
  font-size: 3.3vw;
}
.applp3{
  padding:0 2vw 10vw;
}
.applp3 .innerWrap{
  padding:0 10px;
}
.applp3 h2{
  text-align: center;
  background: rgba(204, 204, 204, 0.5);
  padding:1em;
  font-size: 3.3vw;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  margin-bottom:1em;
  cursor: pointer;
}
.applp3 h2::before{
  content: "";
  position: absolute;
  right: 5vw;
  top:35%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.applp3 .box p{
  font-size: 2.4vw;
  font-weight: 500;
}
}

/* 2026/2/14 */
#firstlp .box1__body img{
  height: 100%;
}
.app-dl {
  color: #222;
}
.app-dl span {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  font-weight: 700;
  color: #0a5bd3;
}
.app-dl span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.45em;
  background: #ffeb3b;
  z-index: -1;
}
.lp {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
  color: #0b1a2a;
  line-height: 1.6;
  background: #f5f7fb;
}
.container {
  width: min(1000px, 100% - 32px);
  margin-inline: auto;
}
.ph {
  background: #e6ebf3;
  border: 1px solid #cfd7e6;
  border-radius: 12px;
  min-height: 120px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.ph__note {
  font-size: 12px;
  opacity: .7;
  letter-spacing: .04em;
}
.pointBtn a {
  color: #000;
}
.pointBtn a:hover {
  background-color: #0047ba;
  color: #fff;
  border-color: #0047ba;
}
#firstlp {
  overflow-x: clip;
}
.btnWrap-point {
  margin-bottom: 0;
}

/* =========================
  キービジュアル
========================= */
#firstlp .hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-top: 42px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
}
#firstlp .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url(../img/bg_keyvisual.png);
  background-repeat: no-repeat;
  background-position: center top;
}

/* =========================
  ▼ 画面幅 < 1350px
  高さ固定／横は1350px下限
========================= */
@media (max-width: 1350px) {
  #firstlp .hero {
    aspect-ratio: 2710 / 2335;
    height: auto;
  }
  #firstlp .hero::before {
    width: 1350px;
    height: 100%;
    background-size: auto 100%;
  }
}

/* =========================
  ▼ 画面幅 >= 1350px
  横に合わせて高さも拡大（比率維持）
========================= */
@media (min-width: 1350px) {
  #firstlp .hero {
    aspect-ratio: 1350 / 1069;
    height: auto;
  }
  #firstlp .hero::before {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}

/* =========================
  ▼ 751px〜965px
  高さ980px固定（SP・大）
========================= */
@media (max-width: 965px) and (min-width: 751px) {
  #firstlp .hero {
    height: 980px;
  }
  #firstlp .hero::before {
    background-image: url(../img/sp-bg_keyvisual@3x.png);
    width: 965px;
    height: 100%;
    background-size: auto 100%;
    background-position: center top;
  }
}

/* =========================
  ▼ 750px以下
  横100%・高さは画像任せ
========================= */
@media (max-width: 750px) {
  #firstlp .hero {
    aspect-ratio: 2897 / 2998;
    margin-top: 5%;
  }
  #firstlp .hero::before {
    background-image: url(../img/sp-bg_keyvisual@3x.png);
    width: 128%;
    height: auto;
    background-size: contain;
    background-position: center top;
    top: clamp(0px, 0vw, 60px);
  }
}

/* =========================
  ▼ 482px以下
  高さ490px固定（最小SP）
========================= */
@media (max-width: 482px) {
  #firstlp .hero {
    height: 490px;
    margin-top: 22px;
  }
  #firstlp .hero::before {
    height: 100%;
    background-size: auto 100%;
  }
}

#firstlp .hero__inner {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
}
#firstlp .hero__title {
  margin: 0;
  line-height: 1;
}
#firstlp .hero__title img {
  display: block;
  width: 688px;
  max-width: 85vw;
  height: auto;
}
@media (min-width: 1351px) {
  #firstlp .hero__title img {
    width: clamp(688px, 50vw, 990px);
    margin-left: auto;
    margin-right: auto;
  }
}
#firstlp .roundBtn a {
  border: 1px solid #0041b4;
  color: #000;
}
#firstlp .roundBtn .text--main {
  color: #000;
}
#firstlp .roundBtn a:hover .text--main {
  color: #fff;
}
@media (max-width: 767px) {
  #firstlp .text--main {
  font-size: clamp(12px, 3.2vw, 20px);
  }
  .roundBtn.pointBtn {
    width: 93%;
    margin-bottom: 3.33%;
  }
}

/* =========================
  ひろぎんポイントとは
========================= */
.block--point{
  background: transparent;
  margin-top: clamp(-140px, calc(-80px - (60 * (100vw - 375px) / 575)), -80px);
  padding: 40px 0;
}

.block--point .pointFrame{
  position: relative;
  width: min(950px, calc(100% - 32px));
  min-width: 350px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  min-height: 1140px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  overflow: visible;
}
.pointFrame__head{
  position: relative;
  background: #00a9e0;
  text-align: center;
  padding: 40px 24px 20px;
  border-radius: 24px 24px 0 0;
}
.pointFrame__badge{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 28px;
  background: #00a9e0;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .block--point .pointFrame {
    min-height: clamp(805px, 202vw, 1520px);
    padding-bottom: 2%;
  }
  .pointFrame__badge {
  font-size: clamp(16px, 3.91vw, 30px);
  }
}
.pointFrame__lead {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .4em;
}
@media (max-width: 767px) {
  .pointFrame__lead {
  font-size: clamp(14px, 3.65vw, 28px);
  letter-spacing: .1em;
  }
}
.pointAbout__inner {
  position: relative;
  padding: 20px 0 30px;
  text-align: center;
}
.pointAbout__brand {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .pointAbout__inner {
    padding: 2.67% 0 6.67%;
  }
  .pointAbout__brand {
    padding-bottom: 2.67%;
  }
}
.pointAbout__marker {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  font-weight: 700;
  color: #004da0;
  font-size: 24px;
  z-index: 0;
}
.pointAbout__marker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 0.45em;
    background: #ffeb3b;
    z-index: -1;
}
.pointAbout__sub {
  font-weight: 700;
  color: #004da0;
  font-size: 18px;
}
.pointAbout__main {
  font-weight: 700;
  color: #004da0;
  font-size: 24px; 
}
.pointAbout__phone {
  position: absolute;
  top: -50px;
  right: 15px;
}
@media (max-width: 767px) {
  .pointAbout__logo {
    width: 43.7%;
  }
  .pointAbout__marker {
    font-size: clamp(14px, 3.73vw, 28px);
  }
  .pointAbout__sub {
    font-size: clamp(10px, 2.66vw, 20px);
  }
  .pointAbout__main {
    font-size: clamp(12px, 3.73vw, 28px); 
  }
  .pointAbout__phone {
    top: clamp(-120px, -17vw, -55px);
    right: clamp(5px, 1.3vw, 10px);
    width: 21%;
  }
}
.pointTwoCol{
  display: grid;
  grid-template-columns: 453px 449px;
  gap: 16px;
  align-items: start;
  justify-content: center;
}
.pointTwoCol__col{
  position: relative;
}
.pointTwoCol__col img{
  width: 100%;
  height: auto;
  display: block;
}
.pointTwoCol__col--right{
  position: relative;
}
@media (max-width: 767px){
  .pointTwoCol{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pointTwoCol__col {
    padding: 0 2% 5.33%;
  }
  .pointTwoCol__col--right {
    padding-bottom: 0;
  }
}
.pointCta{
  margin: 32px auto 20px;
  text-align: center;
}
.pointCta__text{
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding: 12px 28px;
  border-radius: 999px;
  line-height: 1.4;
}
@media (max-width: 767px){
  .pointCta{
    margin-top: 1.33%;
    margin-bottom: 3.99%;
  }
  .pointCta__text {
    width: 93%;
    font-size: clamp(12px, 2.67vw, 20px);
    border-radius: 12px;
  }
}

/* =========================
  4つの特典（概要カード）
========================= */
.block--benefits{
  padding: 0;
  background: transparent;
}
.benefitsWrap{
  width: 100%;
  margin: 0 auto;
}

.benefitsHero{
  width: 100%;
  margin: 0;
}
.benefitsHero__img{
  display: block;
  width: 100%;
  height: auto;
}
.benefitsStage{
  position: relative;
  z-index: 0;
}
.benefitCards--stage{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 500px 500px 1fr;
  grid-auto-rows: 364px;
  gap: 0;
  padding: 0;
  align-items: center;
  justify-items: center;
  isolation: isolate;
}
.benefitCards--stage::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/benefits_stage_4tokuten.png") no-repeat center / 1000px 728px;
  z-index: 1;
  pointer-events: none;
}
.benefitCards--stage > div{
  position: relative;
  z-index: 0;
}
.benefitCards--stage > article{
  position: relative;
  z-index: 2;
}
.benefitCardImg{
  position: relative;
  width: 100%;
  height: 335px;
  z-index: 0;
}
.benefitCardImg--1 {
  width: 100%;
  height: 100%;
  background-color: #44a7de;
}
.benefitCardImg--2 {
  width: 100%;
  height: 100%;
  background-color: #8cd1f0;
}
.benefitCardImg--3 {
  width: 100%;
  height: 100%;
  background-color: #fff79a;
}
.benefitCardImg--4 {
  width: 100%;
  height: 100%;
  background-color: #f6c0c2;
}
.benefitCardImg img {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn--benefit{
  position: absolute;
  left: 50%;
  bottom: clamp(10px, 1.0vw, 10px);
  transform: translateX(-50%);
  width: min(78%, 192px);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 1);
  color: #003a8f;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  z-index: 2;
}
.btn--benefit::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 55%;
  width: 14px;
  height: 14px;
  background: url("../img/arrow_bottom_white.svg") no-repeat center / contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.benefitCardImg--3-2 .btn--benefit::after{
  background: url("../img/arrow_bottom_blue.svg") no-repeat center / contain;
}
.btn--benefit:hover{
  filter: brightness(.98);
  transform: translateX(-50%) translateY(-1px);
}
.benefitCardImg--1-2 .btn--benefit{
  background: #0a46c8;
  color: #fff;
}
.benefitCardImg--2-2 .btn--benefit{
  background: #00a9e0;
  color: #fff;
}
.benefitCardImg--3-2 .btn--benefit{
  background: #ffd400;
  color: #0a46c8;
}
.benefitCardImg--4-2 .btn--benefit{
  background: #e60012;
  color: #fff;
}
.btn--benefit:hover{
  filter: brightness(1.06);
}
.btn--benefit:active{
  transform: translateX(-50%) translateY(2px);
  box-shadow: 0 6px 0 rgba(0,0,0,.12);
}
@media (max-width: 767px) {
  .benefitCards--stage {
    grid-template-columns:
    1fr
    clamp(
      187px,
      calc(187px + (100vw - 375px) * (188 / 392)),
      375px
    )
    clamp(
      187px,
      calc(187px + (100vw - 375px) * (188 / 392)),
      375px
    )
    1fr;
    grid-auto-rows:
      clamp(
      298px,
      calc(298px + (100vw - 375px) * (297 / 392)),
      595px
    );
  }
  .benefitCards--stage::before {
    background: url(../img/benefits_stage_4tokuten-sp.png) no-repeat center /
      clamp(
        375.5px,
        calc(375.5px + (100vw - 375px) * (375.5 / 392)),
        751px
      )
      clamp(
        594.5px,
        calc(594.5px + (100vw - 375px) * (594.5 / 392)),
        1189px
      );
  }
  .benefitCardImg {
    height: clamp(298px, 79.33vw, 595px);
  }
  .benefitCardImg img {
    padding-left: 4.67%;
    padding-right: 4.67%;
    top: 46%;
  }
  .btn--benefit{
    font-size: clamp(10px, 2.4vw, 18px);
    bottom: clamp(15px, 6.5vw, 52px)
  }
}

/* =========================
  特典詳細：1
========================= */
.detail {
  position: relative;
  z-index: 1;
}
.benefit04 {
  margin-bottom: 40px;
}
.benefit01__inner,
.benefit02__inner,
.benefit03__inner,
.benefit04__inner {
  position: relative;
  background-color: #d6e3f0;
  z-index: -1;
  padding-bottom: 10px;
}
.benefit02__inner {
  background-color: #ccebf9;
}
.benefit03__inner {
  background-color: #fff7cb;
}
.benefit04__inner {
  background-color: #fce1e3;
}
.benefit01__hero,
.benefit02__hero,
.benefit03__hero,
.benefit04__hero {
  position: relative;
  width: 100%;
  height: 245px;
  margin: 90px 0 100px;
  background-color: #0041b4;
  box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.35);
}
.benefit02__hero {
  margin: 0 0 105px;
  background-color: #00a9e0;
}
.benefit03__hero {
  margin: 0 0 105px;
  background-color: #f2cd00;
}
.benefit04__hero {
  margin: 0 0 105px;
  background-color: #e60000;
}
.benefit01__titleImg,
.benefit02__titleImg,
.benefit03__titleImg,
.benefit04__titleImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefit01__phone {
  position: absolute;
  top: 20px;
  left: 20%;
  transform: translateX(-50%);
}
.benefit01__catch,
.benefit02__catch,
.benefit03__catch,
.benefit04__catch {
  position: absolute;
  left: 50%;
  bottom: -140px;
  transform: translateX(-50%);
  z-index: -1;
}
.benefit02__catch {
  bottom: -150px;
}
.benefit03__catch {
  bottom: -150px;
}
.benefit04__catch {
  bottom: -150px;
}
.benefit01__pointBox,
.benefit02__pointBox,
.benefit03__pointBox,
.benefit04__pointBox {
  position: relative;
  z-index: -2;
}
.benefit01__pointBox img,
.benefit02__pointBox img,
.benefit03__pointBox img,
.benefit04__pointBox img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .benefit01__hero,
  .benefit02__hero,
  .benefit03__hero,
  .benefit04__hero {
    height: clamp(123px, 32.67vw ,245px);
    /* margin-top: clamp(45px, 12vw, 90px); */
    margin-bottom: clamp(50px, 13.33vw, 100px);
  }
  .benefit01__titleImg {
    width: clamp(202px, 53.87vw, 404px);
  }
  .benefit02__titleImg {
    width: clamp(90px, 24vw, 180px);
  }
  .benefit03__titleImg {
    width: clamp(165px, 44.13vw, 331px);
  }
  .benefit04__titleImg {
    width: clamp(158px, 42.27vw, 317px);
  }
  .benefit01__catch {
    width: clamp(165px, 44vw, 330px);
    bottom: clamp(-140px, -18.67vw, -70px);
  }
  .benefit02__catch {
    width: clamp(157px, 42vw, 315px);
    bottom: clamp(-150px, -20vw, -75px);
  }
  .benefit03__catch {
    width: clamp(197px, 52.53vw, 394px);
    bottom: clamp(-150px, -20vw, -75px);
  }
  .benefit04__catch {
    width: clamp(175px, 46.67vw, 350px);
    bottom: clamp(-150px, -20vw, -75px);
  }
  .benefit01__phone {
    width: clamp(80px, 21.33vw, 160px);
    top: clamp(10px, 5.33vw, 40px);
    left: 13%;
  }
  .benefit01__pointBox img,
  .benefit02__pointBox img,
  .benefit03__pointBox img,
  .benefit04__pointBox img {
    width: min(890px, 100% - 32px);
  }
}

/* =========================
  特典1 アコーディオン（benefitAcc）
 ======================== */
.benefitAcc{
  width: min(890px, 100% - 32px);
  margin: 34px auto;
  background: #fff;
  overflow: hidden;
}
.benefitAcc__summary{
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 56px 18px 56px;
  background: #0a46c8; /* 濃い青 */
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
}
.benefit02Acc__summary {
  background: #00a9e0;
}
.benefit03Acc__summary {
  background: #f2cd00;
}
.benefit04Acc__summary {
  background: #e60000;
}
.benefitAcc__summary::-webkit-details-marker{ display:none; }
.benefitAcc__summary::marker{ content:""; }
.benefitAcc__title{
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
.benefitAcc__icon{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
.benefitAcc__icon::before,
.benefitAcc__icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.benefitAcc__icon::after{
  width: 3px;
  height: 18px;
  inset: 0 auto 0 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.benefitAcc__body{
  padding: 0;
  display: grid;
  grid-template-rows: 0fr; /* 初期は閉 */
  transition: grid-template-rows .45s ease, opacity .25s ease, transform .25s ease;
  opacity: 0;
  transform: translateY(-6px);
}
.benefitAcc__bodyInner{
  overflow: hidden;
  padding: 18px 18px 14px;
}
.benefitAcc.is-open .benefitAcc__body{
  grid-template-rows: 1fr; /* 開 */
  opacity: 1;
  transform: translateY(0);
}
.benefitAcc.is-open .benefitAcc__icon::after{
  opacity: 0;
  transform: translateX(-50%) scaleY(.6);
  transition: opacity .2s ease, transform .2s ease;
}
.benefitAcc__icon::after{
  transition: opacity .2s ease, transform .2s ease;
}

@media (prefers-reduced-motion: reduce){
  .benefitAcc__body{ transition:none; }
}
.benefitSteps{
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.benefitSteps__col{
  display: flex;
  flex-direction: column;
  border: 1px solid #0041b4;
  border-radius: 10px;
  padding: 16px 16px 14px;
}
.benefit02Steps__col {
  width: 890px;
  border: 1px solid #00a9e0;
}
.benefit03Steps__col {
  width: 890px;
  border: 1px solid #f2cd00;
}
.benefit04Steps__col {
  width: 890px;
  border: 1px solid #e60000;
}
.benefitSteps__head{
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #0a46c8;
}
.stepList{
  margin: 0;
  padding: 0;
  list-style: none;
}
.step{
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 12px;
}
.step:last-child{
  margin-bottom: 6px;
  padding-bottom: 0;
}
.step__text{
  position: relative;
  padding-left: 34px;
  margin-top: 10px;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #111;
  font-weight: 600;
}
.step__arrow{
  position: absolute;
  left: 10px;
  top: calc(41px + 10px);
  width: 20px;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .step__arrow{
    left: clamp(5px, 1.33vw, 10px);
    top: clamp(49px, 8.67vw, 65px);
    width: clamp(12px, 2.67vw, 20px);
  }
  .benefit02Steps__col {
    width: auto;
  }
  .benefit03Steps__col {
    width: auto;
  }
  .benefit04Steps__col {
    width: auto;
  }
}
.step:last-child .step__arrow{
  display: none;
}
.step__label{
  display: block;
  background: #0a46c8;
  color: #fff;
  font-weight: 800;
  border-radius: 4px;
  padding: 10px 14px;
  line-height: 1.1;
}
.step02__label {
  background: #00a9e0;
}
.step03__label {
  background: #f2cd00;
}
.step04__label {
  background: #e60000;
}
.step__link{
  color: #0a46c8;
  text-decoration: underline;
  font-weight: 800;
}
.stepResult{
  text-align: center;
  margin-top: auto;
  padding-top: 1%;
}
.stepResult img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.stepResult__note{
  margin: 6px 0 0;
  font-size: 12px;
  color: #111;
  font-weight: 700;
}
.benefitAcc__fine{
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #111;
}

/* SP */
@media (max-width: 767px){
  .benefitAcc{
    margin-top: clamp(17px, 4.53vw, 34px);
    margin-bottom: clamp(17px, 4.53vw, 34px);
  }
  .benefitAcc__summary{
    padding: 16px 52px;
  }
  .benefitAcc__title{
    font-size: 16px;
  }
  .benefitSteps{
    flex-direction: column;
    gap: 14px;
  }
  .benefitSteps__head{
    font-size: 16px;
  }
  .step__text{
    padding-left: clamp(22px, 5.33vw, 40px);
    font-size: clamp(13px, 2.133vw, 16px);
  }
}

/* =========================
  特典1内：ひろぎんアプリとは（上段）
========================= */
.benefitApp{
  position: relative;
  width: min(950px, calc(100% - 32px));
  min-width: 350px;
  margin: 70px auto;
  background: #fff;
  border-radius: 24px;
  min-height: 910px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  overflow: visible;
}
.benefitApp__head{
  position: relative;
  background: #00a9e0;
  text-align: center;
  padding: 40px 24px 20px;
  border-radius: 24px 24px 0 0;
}
.benefitApp__badge{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 28px;
  background: #00a9e0;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.1;
  letter-spacing: .06em;
  white-space: nowrap;
}
.benefitApp__catch{
  width: 603px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: .5em;
}
.benefitApp__overview {
  position: relative;
  z-index: 1;
  margin-top: -45px;
  margin-bottom: 15px;
  text-align: center;
}
.benefitApp .appDlBox .box1.device--both {
  width: 890px;
  margin: auto;
}
@media (max-width: 767px) {
  .benefitApp {
    min-height: auto;
    padding-bottom: 1px;
  }
  .benefitApp__head{
    padding: 40px 24px 20px;
    padding-top: clamp(24px, 5.33vw, 40px);
    padding-left: clamp(12px, 3.2vw, 24px);
    padding-bottom: clamp(14px, 2.67vw, 20px);
  }
  .benefitApp__catch{
    width: clamp(300px, 80vw, 600px);
  }
  .benefitApp__overview {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}

/* =========================
  特典3 楽天カード
 ======================== */
.benefitAbout--yellow {
  width: 890px;
  margin: 40px auto;
  padding-top: 40px;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .benefitAbout--yellow {
    width: min(890px, 100% - 32px);
  }
}

/* PCではアコーディオン無効 */
@media (min-width: 768px){
  .benefitAcc__summary{
    pointer-events: none;
    cursor: default;
  }
  .benefitAcc__body{
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .benefitAcc__icon{
    display: none;
  }
}

.DLtitle {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:32px;
}
.contact .nmlDList {
  border-right: 1px solid #e4e7ea;
}
.contact .nmlDList dd {
  border: none;
}
@media (max-width: 767px) {
  .contact {
    grid-template-columns: 1fr;
    gap:0;
  }
  .contact .nmlDList {
    border-right: none;
  }
}
#hirogin-app::before {
  content: "";
  display: block;
  height: 40px;       /* 固定ヘッダーの高さ */
  margin-top: -40px;  /* 同じ値で相殺 */
}