@charset "UTF-8";
/* 
1.デバイス共通css
2.768px以下のみ (スマホのみ※タブレット含む)
3.769px以上のみ (タブレット含めたスマホ以上)
4.1000px以上のみ (PC)
5.320px以下のみ (幅狭スマホ)
6.slick
*/

/* 共通 */

body {
  overflow-x: hidden;
}

.Annotation__text .Link__arrow::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Section__inner {
  max-width: 100%;
  padding: 40px 40px 40px;
}

.Section__innerb {
  max-width: 100%;
  padding: 0px 40px 10px;
}

.Accordion__inner {
  padding: 0 18px 15px;
  font-size: 13px;
}

.Sectionbk_A {
  background-color: #FDFBF0;
}

.Sectionbk_B {
  background-color: #F2F2F2;
}

._fc__keyColor {
  color: #1956D1;
}

.Container {
  padding-bottom: 0 !important;
}

.boxA {
  margin-top: 20px;
}

.boxA h2 {
  background-color: #02A0CC;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
  margin: 0;
}

.green{
  background-color: #07A32B !important;
}

.boxA_contents {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.boxA {
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  overflow: hidden;
  background: #fff;
}

.boxA h3 {
  text-align: left;
  color: #333;
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.8rem;
}


.boxB h2 {
  padding: 16px 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
}

.Heading__title_attention {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.boxB_contents {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.contents{
  background-color: #FCFFF0;
  max-width: 1000px;
  margin: 0 auto;
}

.contents2 {
  background-color: #F2F2F2;
  max-width: 1000px;
  margin: 0 auto;
}


.Tab__inner>div {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.Tab_midashi_strong {
  font-size: 2.2rem;
}

.Tab_midashi_strong span {
  font-size: 2.6rem;
}

.Tab_midashi_normal {
  font-size: 1.8rem;
}

.Tab_midashi {
  color: #07A32B;
  font-weight: 600;
}

.Tab_midashi::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 3px;
  background-color: #E5F6E9;
}



.amountCard {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  overflow: hidden;
  /* ←重要 */
  max-width: 420px;
  margin: 0 auto;
}

/* ピンク部分 */
.amountCard_head {
  border-radius: 8px 8px 0 0;
  background: var(--pink, #EC4688);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 10px;
}

/* 白部分 */
.amountCard_body {
  border-radius: 0 0 8px 8px;
  background: var(--ffffff, #FFF);
  text-align: center;
  padding: 20px 16px 22px;
}

/* 説明文 */
.amountCard_label {
  margin: 0 0 8px;
  font-size: 1.4rem;
  color: #333;
}

/* 金額 */
.amountCard_price {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #e60012;
  line-height: 1.2;
}

.amountCard_price2 {
  margin: 0;
  font-size: 1.6rem;
  color: #e60012;
  line-height: 1.2;
}

.ImageColumn__layoutA {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4%;
}

.Text__module:not(:first-child) {
  margin-top: 0.4em;
}

.boxA_contents h4 span:first-child {
  color: #333333;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

.boxA_contents h4 span:last-child {
  color: #FF6600;
  font-weight: 900;
  font-size: 2rem;
}

.boxA_contents h4 span._strong {
  font-size: 42px;
  line-height: 1.2;
}

.Accordion__moduleA {
  border: solid 1px #f99427;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.Accordion__icon::before,
.Accordion__icon::after {
  background-color: #333333;
}

.Accordion__title {
  font-size: 1.5rem;
  font-weight: 600;
}

._hosoku {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin-top: 3px;
}


.Carousel__moduleB .Carousel__heading {
  margin-bottom: 41px;
  font-size: 1.6rem;
}



.boxB>div {
  padding-top: 15px;
}



.Table__wrapper th,
.Table__wrapper td {
  vertical-align: middle;
}


h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.boxC h5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 6px 25px;
  border-radius: 20px;
  background-color: #1956D1;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.boxC>div {
  padding-top: 15px;
}

.boxC_contents {
  padding: 25px 10px 20px;
  border: solid 2px #1956D1;
  border-radius: 8px;
}

._strong {
  color: #e60012;
  font-size: 36px;
  font-weight: 600;
}

._strong2 {
  color: #17809E;
  font-weight: 600;
}


.ColorButton__moduleE.-colorDarkOrange>.ColorButton__text {
  background-color: #EC4688;
  border-color: #EC4688;
}

.ColorButton__moduleE.-colorDarkOrange>.ColorButton__text:hover{
  background-color: #fff;
  color: #EC4688;
}

.ColorButton__moduleE.-blank.-colorDarkOrange>.ColorButton__text:hover::before {
  background-image: url('/oos/adv/tmp_287/image/ico_blank_pink.svg');
}

.ColorButton__moduleE.ColorButton__text {
  background-color: #02A0CC;
  border-color: #02A0CC;
}

.ColorButton__moduleE>.ColorButton__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 5px 30px 4px;
  background-color: #EC4688;
  border: solid 1px #EC4688;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleF>.ColorButton__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 5px 30px 4px;
  background-color: #02A0CC;
  border: solid 1px #02A0CC;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleF {
  height: auto;
}

.ColorButton__moduleF>.ColorButton__text:hover {
  background-color: #fff;
  color: #02A0CC;
}


.ColorButton__moduleF>.ColorButton__text:hover::before {
  background-image: url('/oos/adv/tmp_287/image/ico_arrow_right_blue.svg');
}




.marker {
  background: linear-gradient(transparent 65%, #FFEB3B 65%);
  display: inline-block;
}

.list_number__midashiText {
  font-size: 1.8rem;
  font-weight: 600;
}

.list_number__icon {
  font-size: 9px;
  color: #fff;
  background-color: #1956D1;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 10px;
}

.list_number__iconNumber {
  font-size: 1.4rem;
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeQuestion::before {
  background-image: url('/oos/adv/tmp_269/image/icon_question.png');
}

.QuestionSelect__moduleA .QuestionSelect__button,
.-colorWhite .ColorButton__text {
  border: 2px #1956D1 solid;
  color: #1956D1;
  position: relative;
  background-color: #fff;
}


.QuestionSelect__moduleA .QuestionSelect__button:hover,
.QuestionSelect__moduleA .QuestionSelect__button.active,
.-colorWhite .ColorButton__text:hover {
  background-color: #1956D1;
  color: #fff;
}

.QuestionSelect__moduleA .QuestionSelect__button::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('/oos/adv/tmp_269/image/ico_arrow_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.-colorWhite>.ColorButton__text::before {
  background-image: url('/oos/adv/tmp_269/image/ico_arrow_right.png');
}

.-colorWhite>.ColorButton__text:hover:before {
  background-image: url('/oos/adv/tmp_269/image/ico_arrow_right_white.png');
}

.-colorWhite.-blank>.ColorButton__text::before {
  background-image: url('/oos/adv/tmp_269/image/ico_blank_hov.svg');
}

.-colorWhite.-blank>.ColorButton__text:hover::before {
  background-image: url('/oos/adv/tmp_269/image/ico_blank_hov.svg');
}

.-colorWhite.-blank>.ColorButton__text:hover::before {
  background-image: url('/shared2022/images/common/ico_blank_white.svg');
}

.QuestionSelect__moduleA .QuestionSelect__button:hover::before {
  background-image: url('/oos/adv/tmp_269/image/ico_arrow_right_white.png');
}

.QuestionSelect__moduleA:not(.fnFlowFirst)::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #1956D1;
  border-bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.Button__layout {
  margin-bottom: 20px;
  margin-top: 15px;
}

.QuestionSelect__moduleA {
  margin-bottom: 20px;
}

.QuestionSelect__moduleA .QuestionSelect__title {
  margin-bottom: 15px;
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer::before {
  content: none;
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer {
  color: inherit;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}


.-colorBlue>.ColorButton__text {
  background-color: #1956D1;
  border: solid #1956D1 2px;
  color: #fff;
}

.-colorBlue>.ColorButton__text:hover {
  background-color: #fff;
  color: #1956D1;
}

.-colorBlue>.ColorButton__text:hover::before {
  background-image: url('/oos/adv/tmp_269/image/ico_blank_hov.svg') !important;
}

.Accordion__moduleA_lp {
  border: 2px solid #1956D1;
  background-color: #fff;
}

.Accordion__moduleA_lp .Accordion__inner {
  border-top: 2px solid #1956D1;
  padding: 15px 18px;
}

._decolationA {
  width: 50px;
  height: 24px;
  border-radius: 16px;
  background-color: #EAF2FD;
  padding: 3px;
  text-align: center;
}

.Table__moduleD .Table__header01 {
  text-align: center;
}

.Accordion__moduleA_lp .Accordion__icon::before,
.Accordion__moduleA_lp .Accordion__icon::after {
  background-color: #1956D1
}

.List-icon__layoutB {
  background-color: #fff;
}

.icon__marker span {
  font-size: 1.5rem;
}

.FollowingBanner__block {
  background-color: #E5F6E9;
}

.List-icon__layoutB {
  max-width: 100%;
}



.Link__arrow {
  font-size: 1.4rem;
}

.Link__arrow::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


.promo {
  /* 画像に近い幅 */
  margin: 0px auto;
  /* 中央に配置 */
  text-align: center;
  color: #333333;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 上部のやや小さい説明文 */
.promo-subtle {
  font-size: 1.6rem;
  color: #666666;
  margin: 0 0 8px;
}


._padding0{
  padding: 0px !important;
}



.List-check__text{
  font-size: 1.4rem;
}

.ConversionArea__block {
  margin: 0px calc(50% - 50vw);
  padding-bottom: 20px;
  padding-top: 40px;
  background-color: #fff;
}

.ConversionArea__leadText {
  margin-bottom: 0px;
  font-size: 1.7rem;
}

.ConversionArea__inner{
  max-width: 1000px;
  margin-inline: auto;
}

.pc-none {
  display: none !important;
}


.QuestionMark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #00a650;
  background: #fff;
  color: #00a650;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}

.ColorButton__layoutA {
  display: grid;
  margin-bottom: 5px;
  margin-top: 0px;
  grid-template-columns: repeat(1, 100%);
  row-gap: 20px;
}


/* ポップアップ */
.PopupOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.PopupOverlay.is-active {
  display: flex;
}

.PopupContent {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: min(90vw, 480px);
  position: relative;
  text-align: left;
}

.PopupContent p {
  line-height: 1.6;
}

.PopupClose {
  position: absolute;
  right: 12px;
  top: 10px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}


.arrow {
  display: block;
  width: 73.5px;
  height: 60px;
  background: #c9e9be;
  clip-path: polygon(0 51%, 31% 51%, 31% 0, 69% 0, 69% 51%, 100% 51%, 50% 100%);
  margin: 0 auto;
}

.ConversionArea__leadText {
  margin-bottom: 0px;
  font-size: 1.6rem;
}

 .Table__wrapper td{
   vertical-align: middle;
   font-size: 1.3rem;
   text-align: center;
 }

/* 768px以下指定 (スマホのみ) */
@media (max-width: 768px) {

.promo {
    max-width: 420px;
    /* 画像に近い幅 */
    margin: 0px auto;
    /* 中央に配置 */
    text-align: center;
    color: #333333;
    line-height: 1.4;
    font-family: 'Noto Sans JP', sans-serif;
  }

  /* 上部のやや小さい説明文 */
  .promo-subtle {
    font-size: 14px;
    color: #333333;
    margin: 0 0 8px;
  }

  /* "今なら、" のような小さめ主張 */
  .promo-lead {
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0;
  }

  /* メインの見出し（センターブロック） */
  .promo-head {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 12px;
    letter-spacing: 0.02em;
  }

  /* ボーナス表示部分 */
  .promo-bonus {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin: 6px 0 8px;
    font-weight: 700;
  }

  /* 「最大」ラベル */
  .promo-bonus-label {
    font-size: 18px;
    color: #FF6600;
    /* オレンジ寄り */
  }

  /* 数字（大きく強調）*/
  .promo-bonus-amount {
    font-size: 44px;
    /* 強調サイズ */
    font-weight: 900;
    color: #FF6600;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  /* 単位「ポイント」など */
  .promo-bonus-unit {
    font-size: 18px;
    color: #FF6600;
    display: block;
    /* 場合によって縦並びにするなら変更可 */
    margin-top: 6px;
    font-weight: 700;
  }

  /* 下部の控えめな説明（muted） */
  .muted {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
  }

  .ImageColumn__layoutA {
    display: block;
    justify-content: flex-start;
    align-items: center;
    column-gap: 4%;
  }

  .Section__inner{
    max-width: 100%;
    padding: 20px 20px 20px;
  }

  .ColorButton__moduleF {
   max-width: 325px;
  }

    .Carousel__moduleB .Carousel__arrow{
      position: absolute;
      top: 0;
      display: block;
      height: 30px;
      width: 30px;
      background-color: #07a32b;
      background-repeat: no-repeat;
      background-size: 12px;
      border-radius: 50%;
      margin: 0 10px;
    }


.boxA h3 {
  text-align: left;
  color: #333;
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.6rem;
}

.boxB h2 {
  padding: 16px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}

.boxA h2 {
  background-color: #02A0CC;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
  margin: 0;
}


.Tab_midashi_strong {
  font-size: 1.8rem;
}

.Tab_midashi_strong span {
  font-size: 2.2rem;
}

.Tab_midashi_normal {
  font-size: 1.6rem;
}

.Tab_midashi {
  color: #07A32B;
  font-weight: 600;
}

.Tab_midashi::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 3px;
  background-color: #E5F6E9;
}

}

/* スマホサイズ以上 */
@media (min-width: 769px) {
 
  .Section__inner {
    max-width: 1000px;
  }

  h1 img {
    width: 100%;
  }

  .boxA {
    margin-top: 40px;
  }

  .boxA_contents h4 span._strong {
    font-size: 50px;
  }


  .boxA_contents {
    padding: 20px;
  }

  .Accordion__icon::before,
  .Accordion__icon::after {
    height: 3px;
    width: 20px;
    right: 0;
  }

  .Accordion__moduleA .List-normal__item,
  .Accordion__moduleA .Link__arrow {
    font-size: 1.2rem;
  }

  .Accordion__inner {
    padding: 0 30px 18px;
  }

  .Accordion__title {
    font-size: 1.4rem;
  }

  ._hosoku {
    font-size: 1.2rem;
  }



  .boxC {
    margin-top: 50px;
  }

  .Accordion__moduleA_lp .Accordion__inner {
    padding: 30px;
  }

  ._decolationA {
    width: 80px;
    height: auto;
    padding: 5px 0;
    font-size: 18px;
  }

  .List-icon__layoutB {
    display: block;
  }

  .ColorButton__text {
    font-size: 1.7rem !important;
  }

  .Footer__wrapper {
    padding-bottom: 60px;
  }

  .list__text-left-margin-auto {
    text-align: center;
  }

  .list__text-left-margin-auto li {
    text-align: left;
    display: inline-block;
  }

  ._justify__center__pc {
    justify-content: center;
  }

  .bnr {
    margin-top: 80px;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1000px) {}


/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {}