@charset "UTF-8";
/* ヘッダーリンク無効化 */
.header--simple {
  pointer-events: none;
}

.leadtext-box {
  max-width: 1366px;
  margin: 10px auto;
}
.leadtext {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .leadtext {
    text-align: left;
    font-size: 11px;
    margin: 15px 10px 0;
    line-height: 1;
  }
}

.keyvisual-area {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: auto;
}
@media screen and (min-width: 1020px) {
  .keyvisual-area {
    background: linear-gradient(to right, #CAE5F0, #99CAD6);
  }
}

.keyvisual-area-disclaim {
  background-color: #ffe3dd;
  padding: 25px;
}

.container.container--without-nav {
  width: 920px;
  margin-bottom: 0;
}

.container {
  margin: 0 auto;
}

p {
  margin-bottom: 0;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #BE0202;
  font-weight: bold;
}

.text-orange {
  color: #EB8942;
}

.text-blue {
  color: #5085AC;
}

.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}

.font46 {
  font-size: 46px;
}
.font47 {
  font-size: 47px;
}

.font50 {
  font-size: 50px;
}

.font60 {
  font-size: 60px;
}

.font80 {
  font-size: 80px;
}
.font100 {
  font-size: 100px;
}

.font26 {
  font-size: 26px;
}
@media screen and (min-width: 1020px) {
  .pc-font20 {
    font-size: 20px;
  }
  .pc-font26 {
    font-size: 26px;
  }
  .pc-font60 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1019px) {
  .sp-font15 {
    font-size: 15px;
  }
  .sp-font23 {
    font-size: 23px;
  }
  .sp-font50 {
    font-size: 50px;
  }

}

.m0-auto {
  margin: 0 auto;
}

.ml-20 {
  margin-left: -20px;
}

.ml25 {
  margin-left: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  .kinri-margin {
    margin: 0 73px;
  }
}
@media screen and (min-width: 1020px) {
  .pc-ml20 {
    margin-left: 20px;
  }
  .pc-mt12 {
    margin-top: 12px;
  }
  .pc-mt-3 {
    margin-top: -3px;
  }
  .pc-mt-5 {
    margin-top: -5px;
  }
  .pc-mt-10 {
    margin-top: -10px;
  }
  .pc-ml30 {
    margin-left: 30px;
  }
  .pc-text-center {
    text-align: center;
  }
}
.pd0 {
  padding: 0;
}
.pt80 {
  padding-top: 80px;
}

.aste-padding {
  padding: 22px 0 42px;
}

.lh1-2 {
  line-height: 1.2;
}

img {
  user-select: none;
  -webkit-user-drag: none;
}

/* h2title
  ------------------ */
.h2title {
  font-weight: bold;
}

.h2title-orange {
  color: #EB8942;
  font-size: 44px;
}
.h2title-blue {
  color: #5085AC;
  font-size: 38px;
}
.h2title-black {
  color: #222;
  font-size: 44px;
}
.h2title-black2 {
  color: #222;
  font-size: 38px;
}
.h2title-black3 {
  color: #222;
  font-size: 34px;
}
.h2title-navy {
  color: #0D0D5D;
  font-size: 38px;
}

@media screen and (max-width: 1019px) {
  .h2title-orange {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .h2title-blue {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .h2title-black {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .h2title-black2 {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .h2title-black3 {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  .h2title-navy {
    color: #0D0D5D;
    font-size: 28px;
  }
}
/* end */

.bg-blue {
  background-color: #E2F4FA;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
}

.bg-red {
  background-color: #BE0212;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
}
.bg-white {
  background-color: #fff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
}
@media screen and (max-width: 1019px) {
  .bg-white {
    padding: 30px 0;
  }

}
.inner-bg-white {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px 0;
}

/* 金利が魅力の～ */

.star-title {
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 20px;
}
.star-title img {
  width: 55px;
  height: 68px;
}


.kinri-block {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 0 30px 90px;
  gap: 0 35px;
}

.kinri-block::before {
  content: "";
  position: absolute;
  width: 131px;
  height: 248px;
  background-image: url("/lp/oricon_no1/imgs/chochiku_icon.png");
  left: 0;
  top: -45px;
}

.kinri-year {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  font-size: 46px;
  margin-bottom: 22px;
  line-height: 1.3;
}
.kinri-rate {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.kinri-manki {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 9px;
  margin-top: 9px;
  line-height: 1.4;
}

.kinri-before {
  font-size: 140px;
}
.kinri-after {
  margin: 0 auto;
}

.rate-em__symbol {
  font-size: 100px;
}

.kinri-flex {
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sp-lh1 {
  line-height: 1.5;
}


@media screen and (max-width: 1019px) {
  .kinri-block {
    display: block;
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
  }
  .star-title img {
    width: 26px;
    height: 32px;
  }
  .star-title {
    font-size: 20px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 20px;
  }
  .kinri-year {
    display: block;
  }
  .kinri-rate {
    flex-direction: unset;
    align-items: end;
    justify-content: center;
    line-height: 1;
    gap: 25px;
  }
  .kinri-flex {
    margin-bottom: 14px;
  }
  .kinri-manki {
    display: block;
    margin-left: 0;
    margin-top: 35px;
  }
  .kinri-block::before {
    width: 90px;
    height: 169px;
    left: 0;
    top: 49%;
    background-size: cover;
  }
  .kinri-before {
    font-size: 100px;
  }
  .font100.ml25{
    font-size: 60px;
  }
  .sp-font-18 {
    font-size: 18px;
  }
  .sp-mr45 {
    margin-right: 45px;
  }
}
@media screen and (max-width: 599px) {
  .kinri-manki {
    display: block;
    margin-left: 24%;
    margin-top: 28px;
  }
}


/* ラインナップ */

.flex {
  display: flex;
}

.blue-line {
  border-top: #5085AC 2px solid;
  height: 40px;
  width: 83%;
  margin: 0 auto;
}
.lineup-block {
}

.lineup-kinri {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.lineup-title {
  text-align: center;
  font-size: 30px;
  color: #5085AC;
}

.lineup-subtitle {
  text-align: center;
  font-size: 20px;
}

.gray-box-large,
.gray-box-small {
  background-color: #F4F4F4;
}

.gray-box-large {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 569px;
  height: 266px;
}

.gray-box-small {
  display: flex;
  justify-content: center;
  width: 276px;
  height: 266px;
}

.gray-box-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.gray-box-title img {
  width: 34px;
  height: 42px;
}

.gray-box-title.diamond {
  width: 250px;
  font-size: 20px;
  line-height: 0.5;
  /* margin-top: 17px; */
  margin-top: 12px;
}


@media screen and (min-width: 1020px) {
  .gray-box-span {
    display: inline-block;
    margin-top: 2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1019px) {
  .gray-box-title img {
    width: 26px;
    height: 32px;
  }
  .gray-box-title.diamond {
    line-height: 1.5;
    margin-top: 5px;
  }
  .gray-box-span {
    font-size: 15px;
  }
  .lineup-title {
    font-size: 18px;
  }
  .gray-box-large {
    width: 100%;
    height: auto;
    padding: 18px 16px;
  }
  .gray-box-small {
    width: 100%;
    height: auto;
    padding: 18px;
  }
  .lineup-kinri {
    display: block;
  }
  .lineup-content {
    padding: 0 16px;
  }
  .gray-box-title {
    font-size: 16px;
  }
  .font80.text-orange {
    font-size: 42px;
  }
  .font80.text-orange .font46 {
    font-size: 28px;
  }
  .font15.ml-20 {
    font-size: 12px;
    margin-left: 0;
  }
  .font15.ml-20 span {
    font-size: 12px;
    margin-left: 0;
  }
  .font15 {
    font-size: 12px;
  }
  .sp-tAc {
    text-align: center;
  }
  .sp-mt20 {
    margin-top: 20px;
  }
}



/* ラインナップ end */

/* 金利が魅力の～end */

/* アコーディオン */

.accordion__label-title {
  margin: 0 auto;
  text-align: center;
}

.accordion .list-dot {
  line-height: 1.8;
}

@media screen and (max-width: 1019px) {
  .accordion__label-title {
    font-size: 16px;
  }
  .accordion__item .accordion__label .icon-plus, .faq-accordion__item .icon-plus {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50%);
  }
  .accordion__item .accordion__label {
    padding: 14px 26px;
    padding-left: 0;
  }
}

/* end */

/* アンカーリンク画像 */
.anchor-image {
  position: relative;
}
.anchor-image-sp {
  width: max(10vw, 500px);
}

.anchor-image::before {
  position: absolute;
  content: "";
  background-image: url("/lp/oricon_no1/imgs/man_icon_1.png");
  width: 103px;
  height: 131px;
  top: 24px;
}
.anchor-image::after {
  position: absolute;
  content: "";
  background-image: url("/lp/oricon_no1/imgs/man_icon_2.png");
  width: 103px;
  height: 131px;
  top: 24px;
  right:0;
}
/* end */

/* CVボタン */
.cv-block {
  padding: 80px 0 0;
}
.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.slash::before,
.slash::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 3px 15px 4px;
}
.slash::before {
  transform: rotate(60deg);
}
.slash::after {
  transform: rotate(-60deg);
}

.btn, .btn-newtab {
  max-width: 450px;
}

@media screen and (max-width: 1019px) {
  .cv-block {
    padding: 80px 0 0;
  }
  .slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .slash::before,
  .slash::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 3px 5px 4px;
  }
  .slash::before {
    transform: rotate(60deg);
  }
  .slash::after {
    transform: rotate(-60deg);
  }
}

/* end */

/* 3ステップエリア
------------------*/
.step-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}

.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;
}

@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 auto;
    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: 28vw;
    height: auto;
  }
  .step-number-content {
    margin-left: 2vw;
    flex-grow: 1;
  }
}

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

/* ディスクレ */

.disc-block {
  margin: 40px 0 10px;
  display: flex;
  justify-content: center;
}

.bg-white.mt80.pd0 {
  padding: 0;
  padding-bottom: 40px;
}
/* end */

/* ウェルカムプログラム */

.welcome-block {
  text-align: center;
  position: relative;
}

.welcome-block::before {
  content: "";
  position: absolute;
  width: 131px;
  height: 246px;
  background-image: url("/lp/oricon_no1/imgs/welcome_icon.png");
  top: 60px;
  left: 0;
}

.ribon {
  position: relative;
  background-color: #5085AC;
  font-size: 30px;
  width: 383px;
  height: 51px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.ribon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 25px 15px 25px 0;
}
.ribon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color:transparent #fff;
  border-width: 25px 0 25px 15px;
}

.welcome-text {
  margin-top: 14px;
  line-height: 1.5;
}

.welcome-text-black {
  font-size: 36px;
  font-weight: bold;
}

.welcome-text-black2 {
  font-size: 38px;
  font-weight: bold;
}

.welcome-text-and {
  font-size: 28px;
  font-weight: bold;
}

.welcome-text-orange {
  color: #EB8942;
  font-size: 100px;
  font-weight: bold;
}

.welcome-text-orange2 {
  color: #EB8942;
  font-size: 38px;
  font-weight: bold;
}
.welcome-list {
  width: 37%;
  margin: 0 auto;
}

.welcome-text-green {
  font-size: 36px;
  font-weight: bold;
}


@media screen and (max-width: 1019px) {
  .welcome-block::before {
    top: 71%;
    width: 71px;
    height: 134px;
    background-size: cover;
  }
  .welcome-list {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .ribon {
    width: 80%;
    height: 38px;
    margin: 0 auto;
    font-size: 22px;
    max-width: 350px;
  }
  .ribon::before {
    border-width: 20px 0 19px 15px;
  }
  .ribon::after {
    border-width: 20px 15px 19px 0;
  }
  .welcome-text {
    line-height: 1.3;
  }
  .sp-mt20 {
    margin-top: 20px;
  }
  .welcome-block::before {
    width: 53px;
    height: 100px;
    background-size: cover;
    top: 73%;
  }
  .welcome-text-black {
    font-size: 26px;
    font-weight: bold;
  }
  .welcome-text-black2 {
    font-size: 38px;
    font-weight: bold;
    margin-left: 70px;
  }
  .welcome-text-and {
    font-size: 28px;
    font-weight: bold;
  }
  .welcome-text-orange {
    color: #EB8942;
    font-size: 64px;
    font-weight: bold;
    /* margin-left: 70px; */
  }
  .welcome-text-orange2 {
    color: #EB8942;
    font-size: 26px;
    font-weight: bold;
  }
  .welcome-text-green {
    font-size: 26px;
    font-weight: bold;
    /* margin-left: 70px; */
  }

  .welcome-list {
    width: 75%;
    text-align: left;
    margin: 0 auto;
  }
}



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

/* 0円 */
.zero-yen-block {
  object-fit: cover;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .pc-tablet-only {
    display: none !important;
  }
}

/* end */

.keyvisual-area .rate-card-col--2 .rate-card-col__item {
  padding: 0;
  margin: 10px 0;
}


.rate-card-col__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  margin-top: 25px;
}

.keyvisual-area .rate-card__body {
  padding: 0;
}

.rate-card__body a {
  text-decoration: underline;
}

.rate-card {
  outline: 8px solid #222222;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
}

.keyvisual-area .rate-card {
  outline: none;
}

.rate-card__em {
  font-size: 24px;
}

.rate-card-col--2 .rate-card__em.add--dedline-text {
  margin-top: -25px;
}
.rate-card__em.add--dedline-text .rate-card__em-red {
  font-size: 28px;
}

.rate-card__em-red {
  color: #BE0202;
  font-size: 35px;
}

.rate-card__em-red.dedline-text {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: -30px;
}

.rate-card-col--2 .rate-card__em {
  margin-top: -20px;
}

.keyvisual-area .rate-card-col--2 .rate-card__em {
  margin-top: 0;
}

.keyvisual-area .rate-card-col {
  outline: 8px solid #222222;
  background-color: #ffffff;
  border: 2px solid #C19C19;
  margin: -35px auto 30px;
}

.keyvisual-area .rate-card-col__item:first-of-type {
  border-right: 2px solid #222222;
}

.rate-card-col, .rate-card-box-col {
  margin-bottom: 0;
}

.rate-card-col--1 .rate-card__em {
  margin-top: -190px;
}

.rate-card__body__ribbon {
  margin-top: -60px;
  margin-left: -20px;
  height: 91px;
}

.rate-em {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rate-em__num {
  font-size: 96px;
}

.rate-em__symbol {
  font-size: 60px;
}

.rate-em-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

@media screen and (max-width: 1019px) {
  .rate-card__body__ribbon {
    margin-top: -30px;
    margin-left: -7px;
    height: 50.8px;
  }
}

@media screen and (max-width: 599px) {
  .rate-card__en__with-ribbon {
    margin-left: 10px;
  }
}

.img-anchor-col {
  display: flex;
  justify-content: center;
}

.img-anchor-col > [class^="column__"] {
  padding: 2px;
}

.img-anchor-col__item--ranking {
  margin-top: 20px;
}

.img-anchor-col--icon {
  position: absolute;
  top: -14px;
  left: 15px;
  width: 60px;
  height: auto;
  z-index: 10;
}

.gold-column__sm--06 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .pc-mt-20{
    margin-top: 20px !important;
  }
  .gold-column__sm--06 {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-grow: 1;
    gap: 6px;
  }
  .gold-column__sm--06 .img-anchor-col__item--ranking {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    flex: 1;
  }
  .gold-column__sm--06 .img-anchor-col__item--ranking a{
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    justify-content: center;
  }
  .gold-column__sm--06 .img-anchor-col__item--ranking a div{
    display: flex;
    align-items: stretch;
  }
  .gold-column__sm--06 .img-anchor-col__item--ranking a div p{
    display: flex;
    align-items: stretch;
  }
}


.img-anchor-col__box {
  display: block;
  background-color: #222222;
  position: relative;
  padding: 20px 24px 34px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px #0000001A;
}
.img-anchor-col__box.gold {
  padding: 12px 24px 28px;
}

.img-anchor-col__item--ranking .img-anchor-col__box {
  background-color: #c19c19;
}

.img-anchor-col__box:hover {
  background-color: #BE0202;
  opacity: 1;
}

.img-anchor-col__text p {
  color: #ffffff;
  font-size: 24px;
}

.img-anchor-col__box::before {
  content: url(/lp/wintercp2023/imgs/arrow.svg);
  transform: none;
}

.yenyokin-products {
  margin: 100px 0;
}

.yenyokin-products_title {
  margin-bottom: 30px !important;
}

.yenyokin-products_ribbon {
  position: relative;
  top: -35px;
}

.rate-card__body.with-icon {
  position: relative;
}
.yenyokin-products_ribbon--icon {
  position: absolute;
  top: -35px;
  left: 17%;
  width: 60px;
  z-index: 10;
}

.yenyokin-products_label {
  position: relative;
  top: -70px;
  left: 40%;
  max-width: 180px;
}

.category {
  background-color: #222222;
  color: #ffffff;
  font-size: 20px;
  max-width: 102px;
}

.btn.btn--black, .btn--black.btn-newtab {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.btn.btn--gold, .btn--gold.btn-newtab {
  background-color: #c19c19;
  border-color: #c19c19;
  color: #ffffff;
}

/* neo area
======================================*/

.box-conversion-neo {
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 20px;
  border: #2076c7 solid 3px;
}
.box-conversion__text-neo,
.box-conversion__link-neo {
  text-align: left;
}
.column .box-conversion-neo {
  height: 100%;
}
.box-conversion__subtext {
  margin-bottom: 10px;
}
.box-conversion__maintext-neo {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.box-conversion__link-neo,
.box-conversion__text-wrap {
  margin-top: 10px;
}
.box-conversion__col-neo {
  text-align: center;
}
.box-conversion__btn-title {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 12px;
  text-align: center;
  line-height: 1.4;
}
.box-conversion__btn-title:first-child {
  margin-top: 0;
}
.box-conversion__column-neo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: left;
  margin: 40px -30px 0;
}
.box-conversion__column-neo:first-child {
  margin-top: 0;
}
.box-conversion__col-neo .column__sm--12 {
  padding-top: 0;
}

.box-conversion__text-title {
  font-weight: bold;
  line-height: 1.4;
}
.box-conversion__btn-wrap {
  margin-top: 12px;
  margin-bottom: 20px;
}
.box-conversion-neo .link-icon {
  margin: 0 auto 20px;
  display: block;
}

.box-conversion-neo .column:last-child,
.block-mediation-branch .column:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .box-conversion-neo {
    padding: 40px 20px;
  }
  .box-conversion__column-neo {
    margin-left: 0;
    margin-right: 0;
  }
  .box-conversion__col-neo {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box-conversion-neo .link-contact__inner {
    padding: 14px 18px;
  }
  .box-conversion__text-title {
    text-align: center;
  }
}

.box-conversion-column {
  display: flex;
  flex-wrap: wrap;
  max-width: 375px;
  margin: 0 auto;
}
/*======================================
*/

@media screen and (max-width: 1019px) {
  .container.container--without-nav {
    width: calc(100% - 39px);
  }

  .rate-card-col__title {
    font-size: 18px;
  }

  .font12 {
    font-size: 12px;
  }

  .font26 {
    font-size: 26px;
  }

  .font30 {
    font-size: 30px;
  }

  .sp-font18 {
    font-size: 18px;
  }

  .cream {
    width: 100%;
  }


  .keyvisual-area .rate-card-col {
    margin: -25px auto 30px;
}

  .keyvisual-area .rate-em {
    font-size: 16px;
    flex-direction: row;
  }

  .keyvisual-area .rate-em__num {
    font-size: 45px;
  }

  .keyvisual-area .rate-em__symbol {
    font-size: 30px;
  }

  .keyvisual-area .rate-card__em {
    font-size: 18px;
    margin-bottom: 0;
  }

  .keyvisual-area .rate-card__body {
    padding: 5px !important;
  }

  .keyvisual-area .rate-card-col--2 .rate-card-col__item {
    width: 50%;
  }

  .rate-card {
    outline: 4px solid #222222;
  }

  .keyvisual-area .rate-em-wrap{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .img-anchor-col {
    flex-wrap: wrap;
  }
  .img-anchor-col > [class^="column__"] {
    width: 50%;
  }
  .img-anchor-col > [class^="column__"].img-anchor-col__item--ranking {
    width: 100%;
  }
  .img-anchor-col--icon {
    top: -17px;
    left: 5px;
  }
  .rate-card__body.with-icon {
    margin-top: 10px;
  }

  .img-anchor-col__text p {
    font-size: 16px;
  }

  .img-anchor-col__box::before {
    top: 75%;
    right: 50%;
  }

  .img-anchor-col__box.ranking::before {
    top: 82%;
    right: 50%;
  }

  .yenyokin-products_label {
    top: -103px;
    left: 32%;
  }

  .rate-card-col--1 .rate-card__em {
    margin-top: -90px;
  }

  .rate-em {
    font-size: 18px;
  }

  .rate-em__num {
    font-size: 65px;
  }

  .rate-em__symbol {
    font-size: 36px;
  }

  .yenyokin-products_title {
    width: 50%;
  }

  .rate-card__em {
    font-size: 22px;
  }

  [class*="rate-card-col--"] .rate-card__body {
    padding: 16px 6px;
  }

  .sp-left {
    text-align: left;
  }

  .bg-red {
    padding: 60px 0;
  }
  .beige {
    padding: 60px 0 15px;
  }
  .bg-white--conversion {
    padding: 50px 0 15px;
  }
  .yenyokin-products {
    margin: 60px 0;
  }
  .img-anchor-col__item--ranking.gold {
    margin-top: 7px;
  }
  .yenyokin-products_ribbon--icon {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% - 105px));
    z-index: 10;
  }
}


#faq {
  padding: 80px 0;
}

/* acordion */
.accordion_faq {
  margin: 30px auto 0;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.accordion_faq .title {
  font-size: 18px;
}

.toggle {
  display: none;
}
.option {
  background: #fff;
  position: relative;
  padding: 0 35px;
  margin-bottom: 30px;
  border: 4px solid #000;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.title {
  padding-bottom: 30px;
  display: block;
  color: #333;
  font-weight: 500;
  position: relative;
  padding-top: 35px;
}
.title_big {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 40px;
}
.title_txt {
  padding-left: 74px;
}
.title_txt p {
  font-weight: 500 !important;
  width: 95%;
  font-size: 16px;
}
.answer_area p {
  font-weight: 400 !important;
  font-size: 16px;
}
.title_txt::before,
.answer_area::before {
  content: "";
  height: 39px;
  width: 40px;
  display: block;
  position: absolute;
  top: 26px;
  left: 15px;
  background: url(/lp/wintercp2023/imgs/faq_q.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.answer_area::before {
  content: "";
  height: 39px;
  width: 40px;
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  background: url(/lp/wintercp2023/imgs/faq_a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.title::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 46%;
  width: 17px;
  height: 2px;
  border: 1.5px solid #BE0212;
  background: #BE0212;
  transition: all 0.2s;
  background-size: contain;
  transform: rotate(90deg);
}

.title::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 46%;
  width: 17px;
  height: 2px;
  border: 1.5px solid #BE0212;
  background: #BE0212;
  transition: all 0.2s;
  background-size: contain;
  transform: rotate(0deg);
}
.title:hover::before,
.title:hover::after {
  top: 50%;
  transition: all 0.1s;
}
.content {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 0.5s;
}
.toggle:checked + .title::before {
  transform: rotate(0deg) !important;
}
.answer_area {
  font-weight: 300;
  padding: 30px 20px 20px 74px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.option:last-of-type {
  margin-bottom: 30px !important;
}
.list-asterisklp > li::before {
  content: "※";
  position: static;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
  margin-right: 5px;
}
/* 「利息シミュレーションボタン余白調整」 */
.btn-mt {
  margin-top: -50px;
}

@media screen and (max-width: 1019px) {
  .body-container {
    padding: 0 5vw;
  }
  .mt-sp_01 {
    margin-top: 1em;
    display: block;
  }
  .title_big::after {
    width: 12vw;
    height: 1.2vw;
    bottom: -3.5vw;
    background-image: url(/lp/imgs/creditcard_sbi/dots_blue_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .toggle:checked + .title + .content {
    max-height: 2000px;
  }
  .option {
    padding: 0 3vw;
  }
  .title::after,
  .title::before {
    width: 4vw;
    border: 1px solid #BE0212;
  }
  .title_txt::before,
  .answer_area::before {
    height: 7.5vw;
    width: 7.5vw;
    top: 4vw;
    left: 1vw;
    background-size: cover;
  }
  .title_txt::before {
    background: url(/lp/wintercp2023/imgs/faq_q.png);
    background-size: cover;
  }
  .answer_area::before {
    background: url(/lp/wintercp2023/imgs/faq_a.png);
    background-size: cover;
  }
  .accordion_faq .title {
    font-size: 4vw;
  }
  .title_txt p {
    width: 88%;
  }
  .title {
    padding: 4vw 0;
  }

  .accordion_faq .title::after,
  .accordion_faq .title::before {
    top: 7vw;
  }
  .accordion_faq .title:hover::after,
  .accordion_faq .title:hover::before {
    top: 7.5vw;
  }
  .title_txt {
    padding-left: 12vw;
  }
  .answer_area {
    padding: 4vw 2vw 2vw 12vw;
    font-weight: 500;
  }
  #anchor_area div {
    width: 100%;
    height: 14.8vw;
    display: table;
    box-shadow: 0 4px 0 0 #000;
    border: 1vw solid #000;
    text-align: left;
    margin: 0 0 3vw;
    padding: 0 8vw 0 5.5vw;
  }
  #anchor_area div:nth-of-type(1):hover {
    /* box-shadow: 0 0 0 0 #000;
    margin: 8px 0 12px; */
    box-shadow: 0 4px 0 0 #000;
    margin: 0 0 3vw;
  }
  #anchor_area div:hover {
    /* box-shadow: 0 0 0 0 #000;
    margin: 28px 0 12px; */
    box-shadow: 0 4px 0 0 #000;
    margin: 0 0 3vw;
  }
  .answer_area p {
    line-height: 1.4;
  }
  /* 18px; 0.1769 かけ*/
  .anchor_area,
  .answer_area p,
  .accordion_faq .title_txt p {
    font-size: 4vw;
    line-height: 1.4;
  }
  /* font-size: 50px; */
  .title_big {
    font-size: 7.2vw;
    line-height: 1.2;
    margin: 0 0 10vw;
  }
  .option:last-of-type {
    margin-bottom: 3vw !important;
  }
  .accordion_faq ul.list-dot,
  .accordion_faq ul.list-dot > li::before,
  .accordion_faq .list-asterisk__item,
  .accordion_faq .list-asterisk > li::before {
    font-size: 3.7vw;
    font-weight: 300;
  }
  .accordion_faq .list-asterisk > li,
  .accordion_faq ul.list-dot li {
    padding-left: 3.8vw;
  }
  #faq {
    padding: 16vw 0;
  }
  /* 「利息シミュレーションボタン余白調整」 */
  .btn-mt {
    margin-top: -10px;
  }
}


/* ポップアップボタン */
.popup-bnr_pc {
  width: 1040px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255,255,255,0.75);
}

.popup-bnr_pc img {
  width: 40%;
}

.popup-bnr_sp {
  width: auto;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.75);
}

#popup #content {
  width:96% !important;
  margin-bottom:-10px !important;
  z-index: 99 !important;
}
#popup_01 {
  width: 100%;
  display: block;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  background-size: auto;
  height: auto;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-color: transparent;
  z-index: 99;
  border: 0px solid rgb(217, 217, 217);
  border-radius: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-bnr_pc img {
  width:40%;
}
.popup-bnr_sp .btn-newtab {
  min-height: 50px;
}
/* SP時TOPへ戻るボタン位置調整 */
@media screen and (max-width: 1175px) {
  footer.simple-footer .footer__pagetop {
    bottom: 120px;
  }
}
.footer__pagetop {
  z-index: 100;
}

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