/* ヘッダーリンク無効化 */
.header--simple .container a {
  pointer-events: none !important;
}
.header--simple .container a:hover {
  opacity: 1 !important;
}
.header--simple #simple-logo:hover {
  opacity: 1 !important;
}
/* ------------------ */
.container.container--without-nav.top {
  margin-top: 14px !important;
}

.leadtext-box {
  width: 100%;
  padding: 10px;
  margin: 0 auto !important;
}

.leadtext {
  font-size: 11px;
  text-align: center;
  font-weight: normal;
}

h1.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.keyvisual-area {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: auto;
}

.keyvisual-area__title {
  margin: 0 0 20px;
}

.keyvisual-area__main {
  width: 100%;
  height: 548px;
  background: transparent radial-gradient(closest-side at 50% 50%, #238BC5 0%, #004288 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 47px 0 25px;
}

.keyvisual-area__main-stage {
  margin: 0 auto;
  text-align: center;
  width: 400px;
  height: 50px;
  font-size: 30px;
  border: #fff 1px solid;
}

.keyvisual-area__main-type {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 58px;
  letter-spacing: 24px;
}

.keyvisual-area__main-type::after {
  position: absolute;
  content: "※";
  font-size: 15px;
  left: 400px;
  right: 0;
  top: 10%;
}

.keyvisual-area__main-before-rate .rate-name {
  font-size: 42px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.keyvisual-area__main-before-rate .rate-yaer {
  text-align: center;
  margin: 0 auto;
  margin-right: 40px;

}
.keyvisual-area__main-before-rate .center {
  font-weight: 600;
  font-family: "Lora", serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0.8;
  font-size: 100px;
  text-align: center;
  margin: 0 auto;
  left: -2%;
}
.keyvisual-area__main-before-rate .center .rate-name {
  margin-right: 5px;
}
.keyvisual-area__main-before-rate .center .rate-year {
  margin-right: 40px;
}
.keyvisual-area__main-before-rate .center .rate-number {
  margin-bottom: -15px;
  font-size: 220px;
  letter-spacing: -30px;
}

.rate-number span:nth-child(1) {
  animation: colors 4000ms infinite alternate;
}
.rate-number span:nth-child(2) {
  animation: colors 4000ms 0.2s infinite alternate;
}
.rate-number span:nth-child(3) {
  animation: colors 4000ms 0.4s infinite alternate;
}
.rate-number span:nth-child(4) {
  animation: colors 4000ms 0.6s infinite alternate;
}

@keyframes colors {
  0% {
    color: #fff;
  }
  25% {
    color: #269be0;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #269be0;
  }
  100% {
    color: #fff;
  }
}

.keyvisual-area__main-before-rate .center .rate-per {
  margin-left: 45px;
}

.keyvisual-area__main-after-rate {
  text-align: center;
  font-size: 28px;
  margin-top: 40px;
}


.keyvisual-area__main-rate-date {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
}


@media screen and (max-width: 1019px) {
  .sp-pd-30 {
    padding: 0 30px;
  }
  .container.container--without-nav.top {
    margin-top: 8px !important;
  }
  .keyvisual-area__main {
    width: 100%;
    height: 420px;
    padding: 40px 0 0;
  }
  .keyvisual-area__main-stage {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 40px;
    font-size: 20px;
    max-width: 350px;
  }
  .keyvisual-area__main-type {
    font-size: 43px;
    letter-spacing: 16.77px;
    line-height: 1.6;
  }
  .keyvisual-area__main-type::after {
    left: 340px;
  }
  .center-sp {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-family: "Lora", serif;
    font-weight: 600;
  }
  .rate-name-sp {
    font-size: 22px;
    text-align: center;
    position: relative;
    right: 128px;
    line-height: 1;
  }
  .rate-number-sp {
    text-align: center;
    line-height: 0.9;
  }
  .rate-number-sp .animation-colors {
    font-size: 141px;
  }

  .rate-number-sp .animation-colors:nth-child(1) {
    animation: colors 4000ms infinite alternate;
  }
  .rate-number-sp .animation-colors:nth-child(2) {
    animation: colors 4000ms 0.2s infinite alternate;
  }
  .rate-number-sp .animation-colors:nth-child(3) {
    animation: colors 4000ms 0.4s infinite alternate;
  }
  .rate-number-sp .animation-colors:nth-child(4) {
    animation: colors 4000ms 0.6s infinite alternate;
  }

  @keyframes colors {
    0% {
      color: #fff;
    }
    25% {
      color: #269be0;
    }
    50% {
      color: #fff;
    }
    75% {
      color: #269be0;
    }
    100% {
      color: #fff;
    }
  }

  .rate-number-sp .per-sp {
    font-size: 45px;
  }
  .keyvisual-area__main-after-rate {
    font-size: 18px;
    margin-top: 15px;
  }
  .keyvisual-area__main-rate-date {
    font-size: 12px;
    margin-top: 5px;
  }
  .padRL30 {
    padding: 0 30px;
  }
}


.oricon-banner-area {
  background-color: #fff;
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
}

.purpose-text {
  text-align: center;
  font-weight: bold;
}
.purpose-text__title span:nth-child(1) {
  font-size: 32px;
  color: #FF4D4D;
}
.purpose-text__title span:nth-child(3) {
  font-size: 40px;
}
.purpose-text__detail {
  margin-top: 10px;
}

.purpose-area {
  padding: 60px 0 80px;
}
/* パーパスエリア
------------------*/
.purpose-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}

.purpose-content {
  text-align: center;
}
.purpose-number-label {
  width: 85px;
  height: 27px;
  text-align: center;
  margin: 15px auto;
}
.purpose-number {
  color: #5085AC;
  font-size: 18px;
}
.purpose-image {
  min-width: 200px;
  min-height: 200px;
}
.purpose-number-content {
  margin-top: 30px;
}
.purpose-number-text {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .purpose-area {
    padding: 30px 0 80px;
  }
  .purpose-block {
    display: block;
  }
  .purpose-block .purpose-content:not(:last-child) {
    margin-bottom: 40px;
  }
  .purpose-content {
    display: flex;
    align-items: center;
  }
  .purpose-content .image__wrap {
    margin-right: 8px;
  }
  .purpose-number-label {
    width: 18vw;
    margin: 0;
    margin-bottom: 2vw;
    height: auto;
  }
  .purpose-number {
    color: #5085AC;
    font-size: 18px;
  }
  .purpose-number-text {
    text-align: left;
    display: inline-block;
    font-size: min(26px,4vw);
  }
  .purpose-image {
    width: 28vw;
    height: auto;
    min-width: 120px;
    min-height: 120px;
  }
  .purpose-number-content {
    margin-top: 0;
    margin-left: 4vw;
    flex-grow: 1;
    text-align: left;
  }
  .purpose02-icon {
    width: 29vw;
    max-width: 280px;
  }
  .purpose-text__title {
    line-height: 1.4;
  }
  .purpose-text__title span:nth-child(1) {
    font-size: 24px;
  }
  .purpose-text__title span:nth-child(3) {
    font-size: 30px;
  }
}
/*---------------
*/

/* exampleエリア
------------------*/
.example-area__title {
  background-color: #0B599B;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.example-area__result {
  display: flex;
  gap: 100px;
  margin-top: 30px;
  justify-content: flex-end;
}

.example-area__result-before {
  text-align: center;
  font-weight: bold;
}
.example-area__result-before div:nth-child(1) {
  font-size: 32px;
  margin: 0 auto;
}

.example-area__result-before div:nth-child(2) {
  font-size: 128px;
  line-height: 0.8;
  color: #0B599B;
}

.example-area__result-arrow {
  background-image: url("/lp/deposit_ordinary/imgs/icons_w_arrow.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: relative;
  bottom: -100px;
}


.example-area__result-after {
  text-align: center;
  font-weight: bold;
}
.example-area__result-after div:nth-child(1) {
  font-size: 32px;
}

.text__per {
  font-size: 50px;
}
.text__yen {
  font-size: 32px;
}

.text__mon {
  line-height: 0.8;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #FF4D4D;
  font-size: 24px;
}

.text__num {
  line-height: 0.8;
  margin-top: 35px;
  color: #FF4D4D;
  font-size: 80px;
}

.FF4D4D {
  color: #FF4D4D;
}

.example-area__result-attention {
  text-align: right;
  margin-top: 30px;
  font-weight: bold;
}

.after-rate-per {
  margin-top: 10px;
  font-size: 20px;
}

.example-area__park {
  margin-top: 50px;
  margin-bottom: 60px;
}

.example-area__text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.max-emphasis {
  font-size: 30px;
  color: #FF4D4D;
}

.example-area__accordion .accordion:first-child {
  margin-top: 60px;
}

.example-area__accordion .accordion:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 1019px) {
  .example-area__title {
    font-size: 30px;
  }
  .example-area__result {
    display: block;
  }
  .example-area__result-arrow {
    background-image: url("/lp/deposit_ordinary/imgs/icons_w_arrow_donw.svg");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 10px auto 20px;
    bottom: -10px;
  }
  .example-area__result-after {
    margin-top: 20px;
  }
  .example-area__result-attention {
    text-align: center;
  }

  .text__yen {
    font-size: 45px;
  }
}
/*---------------
*/


/* quistionエリア
------------------*/
.question-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #0B599B;
  margin-top: 100px;
  padding: 80px 223px;
}

.question-area__inner-white {
  background-color: #fff;
  padding: 80px 30px;
  width: auto;
  max-width: 920px;
  margin: 0 auto;
}

.question-area__flexbox:not(first-of-type) {
  margin-top: 20px;
}
.question-content {
  width: 530px;
  position: relative;
  left: 10px;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
.question-content::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000 transparent transparent;
  translate: -100% -50%;
}

.question-content::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}

.question-icon {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  background-image: url("/lp/deposit_ordinary/imgs/icons_q.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}


.answer-content {
  width: 530px;
  position: relative;
  left: 10px;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #E9FAFF;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
.answer-content::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000 transparent transparent;
  translate: -100% -50%;
}

.answer-content::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #E9FAFF transparent transparent;
  translate: -100% -50%;
}

.answer-icon {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  background-image: url("/lp/deposit_ordinary/imgs/icons_a.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}

.question-area__flexbox {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.bank-bond-logo {
  margin: 30px 0 60px;
}
.is-hold-account__title {
  text-align: center;
  padding: 0 10px;
  border-right: #0B599B solid 6px;
  border-left: #0B599B solid 6px;
  width: auto;
  max-width: 430px;
  margin: 0 auto;
}
.is-hold-account__title span {
  padding: 0 10px;
}
.is-hold-account__title:not(:first-child){
  margin-top: 80px;
}

.question-area__text-link {
  color: #0B599B;
  letter-spacing: 0.84px;
  font-weight: bold;
}

.answer-content {

}
.answer-content::after {

}

.holding-conditions-pc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.or {
  font-size: 20px;
  font-weight: bold;
}

.is-hold-account__text_1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.is-hold-account__text_2 {
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}

.is-hold-account__text_2 span {
  font-size: 17px;
  color: #0B599B;
  font-weight: bold;
}

.is-hold-account__text_3 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.is-hold-account__text_3 span {
  font-size: 17px;
  color: #0B599B;
  font-weight: bold;
}

.unholding-conditions-pc {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .question-area {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #0B599B;
    margin-top: 100px;
    padding: 20px;
  }
  .question-area__inner-white {
    background-color: #fff;
    padding: 40px 20px;
    width: auto;
    min-width: 300px;
  }
  .question-content {
    width: 400px;
    /* min-width: 247px; */
    max-width: 530px;
    font-size: 16px;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .answer-content {
    /* min-width: 247px; */
    width: 400px;
    max-width: 530px;
    font-size: 16px;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .question-icon {
    content: "";
    display: inline-block;
    position: relative;
    left: 10px;
    background-image: url("/lp/deposit_ordinary/imgs/icons_q.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .answer-icon {
    content: "";
    display: inline-block;
    position: relative;
    left: 10px;
    background-image: url("/lp/deposit_ordinary/imgs/icons_a.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .is-hold-account__text_2 span {
    font-size: 16px;
    color: #0B599B;
    font-weight: bold;
  }
  .sp-mt10 {
    margin-top: 10px;
  }
}

.mt10 {
  margin-top: 10px;
}
  .mt20 {
  margin-top: 20px;
}

/*---------------
*/



/* meritエリア
------------------*/
.merit-area {
  padding: 80px 0;
}

.merit-text {
  text-align: center;
  font-weight: bold;
}
.merit-text__title span:nth-child(1) {
  font-size: 32px;
}
.merit-text__title span:nth-child(3) {
  font-size: 40px;
}

.merit-area__block {
  position: relative;
  border: 4px solid #0B599B;
  margin-top: 60px;
  font-weight: bold;
}

.merit-area__block:nth-of-type(2)::before {
  background-image: url("/lp/deposit_ordinary/imgs/icons_otoku01.svg");
}
.merit-area__block:nth-of-type(3)::before {
  background-image: url("/lp/deposit_ordinary/imgs/icons_otoku02.svg");
}
.merit-area__block:nth-of-type(4)::before {
  background-image: url("/lp/deposit_ordinary/imgs/icons_otoku03.svg");
}
.merit-area__block:nth-of-type(5)::before {
  background-image: url("/lp/deposit_ordinary/imgs/icons_otoku04.svg");
}
.merit-area__block:nth-of-type(6)::before {
  background-image: url("/lp/deposit_ordinary/imgs/icons_otoku05.svg");
}
.merit-area__block::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;
  top: -26px;
  right: 0;
  left: 0;
  margin: auto;
}


.merit-area__block-title {
  color: #0B599B;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0 20px;
  border-bottom:  4px solid #0B599B;
}
.merit-area__block-subtext {
  font-size: 14px;
  text-align: center;
  margin: 30px 60px;
  font-weight: bold;
}

.merit-area__block-subtext.desc-text {
  font-weight: normal;
  font-size: 13px;
}
.merit-area__block-inner-rightblue {
  background-color: #F2F9FF;
  padding: 30px 50px 60px;
  margin: 0 40px 40px;
}

.merit-area__block-inner-white {
  background-color: #fff;
  padding: 30px 50px 60px;
  margin: 0 40px;
}

.merit-area__block-inner-title {
  color: #0B599B;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.merit-area__block-inner-text {
  text-align: left;
}

.merit-area__block-inner-text p {
  font-weight: bold;
  font-size: 16px;
}

.merit-year {
  font-size: 20px;
  color: #FF4D4D;
  font-weight: bold;
}

.merit-area__block-inner-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.font-color-blue {
  font-size: 20px;
  color: #0B599B;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .merit-area {
    padding: 80px 0 0;
  }
  .merit-area__block-title {
    font-size: 24px;
    padding: 40px 20px 20px;
  }
  .merit-area__block-inner-rightblue {
    background-color: #F2F9FF;
    padding: 30px 8px;
    margin: 0 8px 30px;
  }
  .merit-area__block-inner-white {
    padding: 30px 0;
    margin: 0 20px;
  }
  .merit-area__block-subtext {
    margin: 30px 20px;
  }
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mg-30 {
    margin: 30px;
  }
  .sp-fs-23px {
    font-size: 23px;
  }
  .merit-area__block-inner-image {
    font-size: 14px;
  }
  .merit-text__title span:nth-child(1) {
    font-size: 24px;
  }
  .merit-text__title span:nth-child(3) {
    font-size: 30px;
  }
}

/*---------------
*/



/* chanceエリア
------------------*/
.chance-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #0B599B;
  margin-top: 100px;
  padding: 80px 223px;
}

.chance-area__inner-white {
  background-color: #fff;
  padding: 80px 30px;
  max-width: 920px;
  margin: 0 auto;
}

.chance-area__inner-title {
  background-color: #F2F9FF;
  text-align: center;
  font-weight: bold;
  width: auto;
  max-width: 920px;
  margin: 0 auto;
}

.chance-area__inner-title span:nth-child(1) {
  font-size: 26px;
}
.chance-area__inner-title span:nth-child(3) {
  font-size: 32px;
}

.chance-area__inner-text {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}

.chance-text {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.title-bold {
  font-weight: bold;
  font-size: 36px;
}

.title-bold-bottom {
  font-size: 18px;
  display: inline-block;
}

.chance-text__bottom {
  margin: 30px 0;
}
.chance-text__title span:nth-child(1) {
  font-size: 32px;
}
.chance-text__title span:nth-child(3) {
  font-size: 38px;
}

.chance-area__six {
  padding: 0;
  height: 130px;
  line-height: 1;
}

.side-border-rightblue {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 920px;
  border-right: #2DB4EA solid 6px;
  border-left: #2DB4EA solid 6px;
}

.side-border-rightblue span:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
}
.side-border-rightblue.six span:nth-child(3) {
  font-size: 123px;
  color: #0B599B;
  font-weight: bold;
}
.side-border-rightblue.six span:nth-child(4) {
  font-size: 58px;
  color: #0B599B;
  font-weight: bold;
}
.side-border-rightblue.eleven span:nth-child(3) {
  font-size: 123px;
  color: #FF4D4D;
  font-weight: bold;
}
.side-border-rightblue.eleven span:nth-child(4) {
  font-size: 58px;
  color: #FF4D4D;
  font-weight: bold;
}

.chance-area__present {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}

.chance-area__bottom-link {
  text-align: center;
  color: #0B599B;
}

.chance-area__bottom-link a {
  font-size: 18px !important;
}

.chance-area__bottom-link .text-link--icon.left_ver::before {
  left: -3px;
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 1019px) {
  .chance-area {
    margin-top: 100px;
    padding: 40px 7px 20px;
  }
  .chance-area__inner-white {
    padding: 30px 10px;
    margin: 0;
  }
  .chance-text__title span:nth-child(1) {
    font-size: 24px;
  }
  .chance-text__title span:nth-child(3) {
    font-size: 28px;
  }
  .title-bold {
    font-weight: bold;
    font-size: 26px;
  }

  .title-bold-bottom {
    font-size: 16px;
  }
  .chance-area__inner-text {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
  }
  .chance-area__six {
    padding: 0;
    height: 130px;
    border-right: none;
    border-left: none;
    line-height: 1;
  }
  .side-border-rightblue span:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
  }
  .side-border-rightblue.six span:nth-child(3) {
    font-size: 95px;
    color: #0B599B;
    font-weight: bold;
  }
  .side-border-rightblue.six span:nth-child(4) {
    font-size: 48px;
    color: #0B599B;
    font-weight: bold;
  }
  .side-border-rightblue.eleven span:nth-child(3) {
    font-size: 93px;
    color: #FF4D4D;
    font-weight: bold;
  }
  .side-border-rightblue.eleven span:nth-child(4) {
    font-size: 45px;
    color: #FF4D4D;
    font-weight: bold;
  }
  .chance-area__present {
    font-size: 26px;
    margin: 5px auto 15px;
  }
  .chance-area__bottom-link a {
    font-size: 14px !important;
  }
  .chance-area__bottom-link .text-link--icon.left_ver::before {
    top: 1.5px;
    left: -3px;
    height: 16px;
    width: 16px;
  }
  .side-border-rightblue {
    border-right: none;
    border-left: none;
  }
  .chance-area__inner-title {
    line-height: 1.4;
    padding: 20px 0;
  }
  .chance-area__inner-title span:nth-child(1) {
    font-size: 24px;
  }
  .chance-area__inner-title span:nth-child(3) {
    font-size: 24px;
  }

}

/*---------------
*/


/* アコーディオン
------------------*/
span.accordion__label-title {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.accordion__item:last-child {
  border-bottom: 1px solid #000 !important;
}

.accordion__item .accordion__label {
  border-top: 1px solid #000 !important;
}

@media screen and (max-width: 1019px) {
  .accordion__label-title {
    font-size: 18px;
  }
}
/*---------------
*/

/* 3ステップエリア
------------------*/

.step-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}

.step-block__title {
  font-weight: bold;
  margin-top: 80px;
}
.step-block__title span:nth-child(1){
  font-size: 32px;
}
.step-block__title span:nth-child(3){
  font-size: 38px;
}

.step-content {
  text-align: center;
}
.step-number-label {
  width: 85px;
  height: 27px;
  text-align: center;
  margin: 15px auto;
}
.step-number {
  color: #5085AC;
  font-size: 18px;
}
.step-image {
  width: 200px;
  height: 200px;
}
.step-number-text {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .step-block {
    display: block;
  }
  .step-block .step-content:not(:last-child) {
    margin-bottom: 40px;
  }
  .step-content {
    display: flex;
    align-items: center;
  }
  .step-content .image__wrap {
    margin-right: 8px;
  }
  .step-number-label {
    width: 18vw;
    margin: 0;
    margin-bottom: 2vw;
    height: auto;
  }
  .step-number {
    color: #5085AC;
    font-size: 18px;
  }
  .step-number-text {
    text-align: left;
    display: inline-block;
    font-size: min(26px,4vw);
  }
  .step-image {
    width: 34vw;
    height: auto;
    max-width: 34vw;
  }
  .step-number-content {
    margin-left: 2vw;
    flex-grow: 1;
    text-align: left;
  }
}
/*---------------
*/

.cv-block {
  margin-top: 60px;
}

.cv-block .btn-newtab.btn--accent {
  background-color: #FF4D4D;
  border-color: #FF4D4D;
  max-width: 566px;
  min-height: 96px;
  border-radius: 8px;
}

.cv-block .btn-newtab.btn--accent span:nth-child(1) {
  font-size: 18px;
}
.cv-block .btn-newtab.btn--accent span:nth-child(2) {
  font-size: 28px;
}

.cv-block .btn-newtab.btn--accent .icon-newtab-arrow {
  position: absolute;
  top: 45% !important;
  right: 20px !important;
  margin-top: -8px !important;
  height: 30px !important;
  max-height: 30px !important;
}

@media screen and (max-width: 1019px) {
  .cv-block .btn-newtab.btn--accent {
    background-color: #FF4D4D;
    border-color: #FF4D4D;
    max-width: 566px;
    min-height: 56px;
    border-radius: 8px;
    padding: 18px;
  }
  .cv-block .btn-newtab.btn--accent span:nth-child(1) {
    font-size: 14px;
  }
  .cv-block .btn-newtab.btn--accent span:nth-child(2) {
    font-size: 18px;
  }
  .cv-block .btn-newtab.btn--accent .icon-newtab-arrow {
    position: absolute;
    top: 50% !important;
    right: 10px !important;
    margin-top: -8px !important;
    height: 20px !important;
    max-height: 30px !important;
  }
}


/* フローティングボタン
------------------*/
.contents_cv_main .btn-caption {
  padding: 8px 25px;
  margin: 0 auto;
  min-height: 52px;
  height: 96px;
}

.contents_cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(233, 250, 255, 0.5);
  z-index: 100;
}

.contents_cv_main {
  width: 620px;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
  padding: 30px 0;
}

.btn-caption.btn--accent {
  background: transparent linear-gradient(180deg, #FF5E5E 0%, #B70000 100%) 0% 0% no-repeat padding-box;
  border-width: 0;
  /* border-color: #0088c8; */
  box-shadow: 0 6px #750000;
  padding: 8px 26px;
  border-radius: 75px;
  width: 600px;
  max-width: 600px;
}

.btn-caption.btn--accent .text_caption {
  font-size: 18px;
}
.btn-caption.btn--accent .text_title {
  font-size: 28px;
}

.icon-newtab-arrow {
  position: absolute;
  top: 45% !important;
  right: 20px !important;
  margin-top: -8px !important;
  height: 30px !important;
  max-height: 30px !important;
}

.footer__pagetop__add {
  bottom: 205px !important;
}

.simple-footer__add {
  height: 220px !important;
}

.contents_cv .contents_cv_main a:hover {
  /* background: #004288 !important; */
  background: transparent linear-gradient(180deg, #ff8e8e 0%, #cd4d4d 100%) 0% 0% no-repeat padding-box;
  opacity: 1 !important;
  box-shadow: 0 6px #9e4d4d;
}
@media screen and (max-width: 1019px) {
  .contents_cv_main .btn-caption {
    padding: 8px 25px;
    margin: 0 auto;
    min-height: 52px;
    height: 77px;
  }

  .contents_cv_main {
    width: auto;
    margin: 0 auto;
    display: flex;
    gap: 0 20px;
    padding: 0;
  }

  .btn-caption.btn--accent {
    background: transparent linear-gradient(180deg, #FF5E5E 0%, #B70000 100%) 0% 0% no-repeat padding-box;
    border-width: 0;
    /* border-color: #0088c8; */
    box-shadow: 0 6px #750000;
    padding: 8px 26px;
    border-radius: 75px;
    width: 90%;
    max-width: 600px;
  }

  .btn-caption.btn--accent .text_caption {
    font-size: 13px !important;
  }

  .btn-caption.btn--accent .text_title {
    font-size: 20px;
  }
  .footer__pagetop__add {
    bottom: 150px !important;
  }
}
/*---------------
*/

@media screen and (min-width: 440px) {
  .se-visible {
    display: none !important;
  }
}

/* ページ上部注意文言 */
.disclaim-block-box.disc-top {
  max-width: 920px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
   width: calc(100% - 20px);
  }
}


