@charset "utf-8";

html {
  width: 100%;
}

body.w-wide .wrapper {
  width: 100% !important;
  max-width: 960px;
}

body.w-wide .wrapper #mainCol {
  width: 100% !important;
  max-width: 960px;
}

@media screen and (min-width: 768px) {
  .w-wide #mainCol .conversion-inner {
      width: 100%;
      padding: 20px 0;
  }
}

.section__list.kv-bottom {
  margin-bottom: 10px;
}

.simulationBlock {
  width: 100% !important;
  max-width: 960px;
}

.simulationFormWrap {
  width: 100% !important;
  max-width: 857px;
}

.questionBlockInner {
  width: 100% !important;
  max-width: 900px;
}


.keyvisual,
.considerationsBlock {
  width: auto;
}

.applicationBlock {
  background: #08287F;
  color: #FFFFFF;
  padding: 26px 30px 30px;
}

.redtext {
  color: #E6002D !important;
}

.applicationTitle {
  margin-bottom: 8px;
  font-size: 2rem;
  color: #08287F;
}

.applicationTitle span {
  background-color: #FFF;
  color: #08287F;
  padding: 0 4px;
  margin: 0 4px;
}

.applicationText {
  color: #08287F;
  font-size: 1.6rem;
  margin-top: 1.4rem !important;
  font-weight: 700;
}

.application_Button {
  color: #fff !important;
  text-decoration: none !important;
}

.simulationFormContainer {
  width: 100%;
  background-color: #F0F4FF;
  padding: 20px 0;
}

.simulationFormWrap {
  width: 857px;
  flex-direction: column;
  background-color: #FFF;
  margin: 0 auto;
  justify-content: center;
  border: 1px solid #285AE1;
  border-radius: 10px;
  padding: 20px 0;
}

.simulationFormCol,
.simulationFormCol.is-wide {
  width: 604px;
  display: flex;
  justify-content: end;
}

.simulationFormInput {
  display: flex;
  justify-content: end;
  position: relative;
}

.simulationFormInputInner {
  display: flex;
}

.simulationFormInputHolder {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 180px;
}

.simulationFormInput input {
  padding: 0px 20px 0px;
  font-size: 24px;
  text-align: right;
}

.simulationFormInput input.is-error {
  border-color: #d92214;
  background: #ffcfc9;
}

.simulationFormInput input::placeholder {
  color: #ACACAC;
}

.simulationFormTitle {
  margin-right: 8px;
  padding: 10px;
  color: #0000B3;
  font-size: 20px;
}

.simulationFormballoon {
  border: 1px solid #0000B3;
  padding: 6px 19px;
  font-size: 12px;
  font-weight: normal;
  color: #0000B3;
  border-radius: 10px;
  margin-top: 15px !important;
  position: relative;
}

.simulationFormballoon::before {
  content: "";
  position: absolute;
  top: -27px;
  right: 18px;
  margin-left: -15px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FFF;
  z-index: 1;
}

.simulationFormballoon::after {
  content: "";
  position: absolute;
  top: -28px;
  right: 18px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #0000B3;
  z-index: 0;
}

.simulationFormballoon span {
  font-weight: bold;
}

.simulationFormDescription {
  margin-top: 5px;
}

.simulationFormInputBalloonWrap + .simulationFormDescription {
  margin-top: 76px;
}

.simulationFormError {
  font-size: 14px;
  font-weight: normal;
  color: #d92214;
}

.simulationFormAnnotation {
  margin-top: 0!important;
  padding-right: 4px;
}

.simulationFormInputUnit {
  padding-top: 14px;
  white-space: nowrap;
}

.simulationFormInputUnitSolo {
  padding-right: 20px;
}

.simulationFormInputBalloonWrap {
  position: absolute;
  top: 40px;
}

.simulationStart {
  background: #285AE1;
  opacity: 1;
  font-size: 22px;
  font-weight: bold;
  border-radius: 23px;
}

.simulationStart::before {
  left: auto;
  top: 45%;
  right: 24px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.simulationResultLine dd {
  font-size: 16px;
}

.simulationResult {
  margin-top: 13px;
}

.simulationResultInput {
  border-top: dotted 3px #ccc;
}

.simulationResultInput ul {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.simulationResultInput ul li {
  padding-right: 30px;
}

.simulationResultInput ul li:last-child {
  padding-right: 0;
}

.simulationResultInput ul li span {
  font-size: 24px;
}

.simulationResultTitle {
  font-size: 18px;
  font-weight: bold;
  color: #0000B3;
}

.simulationWarning {
  color: #000000;
  font-size: 14px;
}

#repaymentMonth dd {
  color: #0000B3;
}

.simulationResultLine dd span {
  font-size: 24px;
}

#repaymentMonth dd .numberComma {
  font-size: 33px;
}

body.w-wide #mainCol .QnA.alt.toggle dt.accordionHead,
body.w-wide #mainCol .QnA.alt.toggle dt.accordionHead.isOpen {
  background: #285AE1 !important;
  padding: 6px;
}

.accordionBlock {
  width: 100%;
  margin: 0 auto;
}

body.w-wide #mainCol .QnA.alt dd.accordionContent {
  margin-top: 0;
}

.identificationBlock {
  width: auto;
}

.h2_blue {
  font-size: 30px;
  color: #0000B3;
  font-weight: bold;
}

.blueTitle {
  margin-top: 48px;
}

.features {
  background-color: #285AE1;
  padding: 16px 54px;
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  width: auto;
}

.features_container {
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 16px 0;
}

.features_container:last-child {
  margin-bottom: 0;
}

.wrapper #mainCol p {
  margin-top: 0;
}

.features_title {
  background-color: #FFCFC9;
  display: inline-block;
  width: 177px;
  border-radius: 10px;
  margin-bottom: 6px;
}

.features_big {
  font-size: 36px;
}

.features_marker {
  font-size: 24px;
}

.marker {
  background: linear-gradient(#F5F9FC 60%, #FFCFC980 40%);
}

.simulationLead {
  font-size: 26px;
  margin-bottom: 10px;
}

/* choicePoint */

.choicePointWrap {
  margin: 48px 0;
  background-color: #F0F4FF;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 100% !important;
}

.choicePoint {
  color: #285AE1;
  font-weight: bold;
}

.h2_choicePoint {
  font-size: 2.8rem;
  padding-top: 30px;
  margin-bottom: 20px;
}

.h2_choicePoint span {
  font-size: 36px;
}

.h2_note {
  font-size: 2.2rem;
  color: #285AE1;
  background-color: #fff;
}

.sploan_bgblue {
  color: #fff;
  background-color: #285AE1;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.choicePoint_container {
  border: 1px solid #285AE1;
  border-radius: 4px;
  margin-top: 23px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.choicePoint_container-thin {
  border: 1px solid #759BFD;
}

.choicePoint_container + .choicePoint_container {
  margin-top: 20px;
}

.choicePoint_title {
  font-size: 24px;
  color: #FFFFFF;
  background-color: #285AE1;
  padding: 16px 0;
  border-radius: 6px 6px 0 0;
}

.choicePoint_title span {
  padding-right: 8px;
}

.choicePoint_text {
  font-size: 22px;
  line-height: 1.36!important;
}

.choicePoint_column {
  text-align: left;
  display: flex;
  padding: 18px;
  align-items: flex-start;
  justify-content: center;
}

.pointBalloon {
  position: relative;
  font-size: 20px;
  color: #0000B3;
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  border: 2px solid #0000B3;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-top: 24px !important;
  width: 400px;
  text-align: left;
}

.pointContainer {
  padding-top: 0;
}

.choicePoint_leftimg {
  max-width: 210px;
  object-fit: contain;
  padding-right: 36px;
}

.choicePoint_attention {
  font-weight: normal;
  margin-top: 16px !important;
  text-align: left;
}

.choicePoint_solo {
  text-align: center;
  padding: 20px;
}

.choicePoint_textArea {
  width: 680px;
}

.choicePoint-wrap {
  padding-bottom: 30px;
}

.choicePoint_textArea .section__image-box {
  margin: 20px auto;
}

.teikinri .choicePoint_textArea .section__image-box {
  margin: 30px auto 0;
}

.teikinri #teikinri_img-01 {
  max-width: 60%;
}

.teikinri #teikinri_img-02,
.teikinri #teikinri_img-03 {
  max-width: 90%;
}

.choicePoint_solo .choicePoint_textArea {
  width: 794px;
  display: inline-block;
}

.choicePoint_link {
  font-size: 18px;
  margin-top: 16px;
  display: inline-block;
}

/* anshinPoint */
.anshinPointWrap {
  margin: 48px 0;
  background-color: #F0F4FF;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 100% !important;
}

.anshinPoint {
  color: #285AE1;
  font-weight: bold;
}

.h2_anshinPoint {
  font-size: 3.6rem;
  margin-top: 0;
}

.h2_anshinPoint span {
  font-size: 36px;
}

.wrapper #mainCol .choicePoint_textArea .accordionContent .sploan_col-text-important {
  margin-top: 20px;
}

.anshinPoint_container {
  border: 1px solid #285AE1;
  border-radius: 10px;
  margin-top: 23px;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.anshinPoint_container + .anshinPoint_container {
  margin-top: 50px;
}

.anshinPoint_container .anshinPoint-flow {
  margin-top: 40px;
}

.anshinPoint-step {
  margin-top: 10px;
}

.anshinPoint_title {
  font-size: 24px;
  color: #FFFFFF;
  background-color: #285AE1;
  padding: 16px 0;
  border-radius: 6px 6px 0 0;
  font-weight: 700;
}

.anshinPoint_title span {
  padding-right: 8px;
}

.anshinPoint_text {
  font-size: 22px;
  line-height: 1.36!important;
}

.anshinPoint_container .section__image-box.anshin-point__image--card {
  max-width: 330px;
  margin: 20px auto;
}

.anshinPoint_column {
  text-align: left;
  display: flex;
  padding: 30px;
  align-items: flex-start;
  justify-content: center;
}

.anshinPoint_leftimg {
  max-width: 210px;
  object-fit: contain;
  padding-right: 36px;
}

.anshinPoint_attention {
  font-weight: normal;
  margin-top: 16px !important;
  text-align: left;
}

.anshinPoint_solo {
  text-align: center;
  padding: 20px 0;
}

.anshinPoint_box-wrap {
  background-color: #F0F4FF;
  padding: 20px;
  margin: 20px 0;
}

.sploan_col-text-small {
font-size: 1.6rem;
font-weight: 500;
}

.sploan_col-text-small .sploan_col-text-important {
color: #285AE1;
font-size: 2.2rem;
}

.anshinPoint_textArea .section__list-check {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  padding-left: 28px;
}

.anshinPoint_textArea .section__list .sploan_col-text-important {
  font-size: 2.2rem;
  font-weight: 700;
}

.anshinPoint_textArea .section__list-check-icon {
  left: 0;
  top: 7px;
}

.wrapper #mainCol ul li {
  margin-bottom: 0;
}

.anshinPoint_box-wrap p {
  text-align: left;
}

.anshinPoint_solo .anshinPoint_textArea {
  margin: 0 auto;
  width: 95%;
}

.anshinPoint_link {
  font-size: 18px;
  margin-top: 16px;
  display: inline-block;
}

.wrapper #mainCol .anshinPoint_container .accordionBlock .accordionContent .sploan_col-text {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .anshinPoint_container {
    width: 95%;
    margin: 2rem auto 20px;
  }

  .anshinPoint_solo .anshinPoint_textArea {
    width: 100%;
  }

  .h2_choicePoint {
  font-size: 26px;
}

  .anshinPoint_solo {
    text-align: center;
    padding: 20px 8px;
  }

  .anshinPoint_title {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.22;
    padding: 0.4rem 1rem;
  }

  .anshinPoint_title span {
    font-size: 28px;
    padding-right: 12px;
  }

  .anshinPoint_column {
    text-align: center;
    width: 94%;
    padding: 20px 0;
    margin: 0 auto;
  }

  .choice_small {
    font-size: 12px;
  }

  .anshinPoint_leftimg.anshinPoint_phone {
    max-width: 100%;
    max-height: none;
    position: relative;
  }

  .choicePont_balloon.anshinPoint_phone {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 40%;
  }

  .choicePont_balloon.anshinPoint_phone .pointBalloon {
    width: 70%;
    line-height: 1.25!important;
  }

  .anshinPoint_textArea .interestRateTitle {
    padding-top: 16px;
  }

  .anshinPoint_link {
    font-size: 14px;
  }
    .anshinPointWrap {
    margin: 48px auto;
    width: 100%;
    max-width: 100%;
  }

  .anshinPoint_textArea .section__text {
    font-size: 1.6rem;
  }

.anshinPoint_container .section__image-box.anshin-point__image--card img {
    max-width: 80%;
  }

  .anshinPoint_textArea .section__text--middle {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .anshinPoint_textArea .section__list .sploan_col-text-important {
    font-size: 1.5rem
  }

  .anshinPoint_textArea .section__list-check {
    padding-left: 28px;
  }

  .anshinPoint_textArea .section__list-check-icon {
    top: 4px;
    width: 16px;
  }
  .anshinPoint_textArea .anshinPoint-list {
    margin-left: 10px;
  }

  .wrapper #mainCol .anshinPoint_textArea .anshinPoint-list .section__list {
    margin-top: 0;
  }

  .sploan_col-text-small {
  font-size: 1.3rem;
  }

  .sploan_col-text-small .sploan_col-text-important {
  font-size: 2rem;
  }

  .anshinPoint_textArea .sploan_col-text-bold {
    font-size: 1.8rem;
  }

  .teikinri #teikinri_img-01,
  .teikinri #teikinri_img-02,
  .teikinri #teikinri_img-03 {
     max-width: 100%;
  }
}

.teikinri .choicePoint_container .sploan_col-item .sploan_col-text {
  font-size: 1.6rem;
}

.teikinri .choicePoint_container .sploan_col-item .sploan_col-text .sploan_col-text-important {
  font-size: 2.4rem;
  color: #000;
}

.teikinri .choicePoint_container .sploan_col-item .sploan_col-text .sploan_col-text-blue {
  font-size: 2.0rem;
  color: #285AE1;
}


.applicationsArea {
  background: #F0F4FF;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 20px 0 40px;
  font-weight: bold;
}

.applicationsArea_note {
  font-size: 18px;
  color: #0000B3;
  margin-bottom: 8px;
}

body.w-wide #mainCol .applicationsArea a {
  background-color: #08287F;
  position: relative;
  display: inline-block;
  border-radius: 31px;
  font-size: 28px;
  padding: 12px 122px;
  text-decoration: none;
  color: #FFF !important;
}

.applicationsArea a::before {
  content: "▼";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
}

.applicationsArea_balloon {
  background: #fff;
  border: 1px solid #0000B3;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #0000B3;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.applicationsArea_balloon::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 51%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 1;
}

.applicationsArea_balloon::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 51%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #0000B3;
  z-index: 0;
}

.h3_process {
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0 24px;
}

.simulationTitle {
  margin-bottom: 20px;
}

.tabs {
  margin-bottom: 0;
  margin-top: 40px;
  padding: 0 15px 30px;
}

/*タブのスタイル*/
.tab_item {
  border-radius: 10px 10px 0 0;
  width: 50%;
  padding: 16px 0;
  background-color: #d9d9d9;
  border-bottom: 1px solid #285AE1;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #888888;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 18px;
  clear: both;
  background-color: #FFF;
  overflow: hidden;
  border: 1px solid #285AE1;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #fff;
  color: #285AE1;
  border: 1px solid #285AE1;
  border-bottom: none;
}

.h3_tab {
  color: #285AE1;
  font-size: 24px;
  font-weight: 700;
}

.h3_tab span {
  font-size: 38px;
}


.tab_step_list {
  max-width: 578px;
  margin: 0 auto;
}

.tab_step ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.tab_step ul li {
  position: relative;
  padding-bottom: 36px;
}

.tab_step ul li::after {
  content: "▼";
  position: absolute;
  color: #285AE1;
  font-size: 28px;
  bottom: -12px;
  left: 50%;
}

.tab_step_card {
  margin-top: -12px;
}

.tab_step ul li:last-child {
  padding-bottom: 0;
}

.tab_step ul li:last-child img {
  margin-bottom: 15px;
}

.tab_step ul li:last-child::after {
  content: none;
}

.sploan_procedure__step-wrap .sploan_procedure__step {
  background-color: #F0F4FF;
  padding: 28px 24px 10px;
  border-radius: 1rem;
  position: relative;
}

.sploan_procedure__step-red {
  background-color: #F0F4FF;
  border-radius: 1rem;
  position: relative;
  border-radius: 10px;
  border: 2px solid #285AE1;
}

.sploan_procedure__step-red .sploan_procedure__inner {
  padding:1.6rem 2.4rem;
  width: 69rem;
}

.sploan_procedure__step-red .sploan_procedure__text {
  font-size: 1.4rem;
}

.sploan_procedure__step-red .sploan_procedure__obi {
  background-color: #FFCFC9;
  border-radius: 9px 9px 0px 0px;
  color: #285AE1;
  font-size: 1.8rem;
  font-weight: 700;
}

.sploan_procedure__step-red .sploan_procedure__obi span {
  font-size: 2.8rem;
}

#programming_content .sploan_procedure__step-wrap .sploan_procedure__step-red:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background: url("/sp/loan/card/images/icon/icon_downarrow.png");
  background-size: 2.1rem;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 1.8rem;
  left: 50%;
  bottom: -3.2rem;
  transform: translate(-50%, 0);
}

.anshinPoint_container .twopoint img {
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  .sploan_procedure {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 1.6rem;
  }

  .sploan_procedure__step-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .sploan_procedure__step-wrap .sploan_procedure__step {
    background-color: #F0F4FF;
    padding: 0.8rem 1.4rem;
    border-radius: 1rem;
    position: relative;
    width: 100%;
  }
  .h3_tab span {
  font-size: 36px;
  line-height: 33px;
}

.sploan_procedure__step-red {
  width: 100%;
}

.sploan_procedure__step-red .sploan_procedure__title {
  font-size: 1.8rem;
}

.sploan_procedure__step-red .sploan_procedure__text {
  font-size: 1.2rem;
  font-weight: 700;
}

.sploan_procedure__step-red .sploan_procedure__inner {
  padding:1.6rem 2.4rem;
  min-width: auto;
  width: 100%;
  min-width: auto;
  padding: 0.8rem 1.4rem;
}

.sploan_procedure__step-red .sploan_procedure__obi {
  font-size: 1.6rem;
}

.sploan_procedure__step-red .sploan_procedure__obi span {
  font-size: 2.4rem;
}

.anshinPoint_container .twopoint img {
  max-width: 100%;
}

}

.questionBlock {
  background-color: #F0F4FF !important;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.questionBlockInner {
  width: 900px;
}

.flowBlockWrapper {
  display: block;
}

.customer_use {
  margin-bottom: 0;
  margin-top: 5px;
  width: 100%;
  max-width: 960px;
  margin-left: 0;
  margin-right: 0;
}

.cusomer_use-img {
  display: flex;
  padding-bottom: 14px;
  justify-content: space-between;
}

.cusomer_use-img img {
  width: 33%;
  max-width: 310px;
}

.flowButtonColumn {
  margin: 0px auto 0;
  max-width: 686px;
}

.flowButtonWrap {
  margin-top: 20px;
}

.flowInner {
  padding: 40px 15px 40px;
}

.flowIcon {
  margin: 0 auto;
}

.flowButton,
.flowButton.is-no {
  background: #08287F;
  width: 337px;
  border-radius: 31px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0px 4.47px 11.16px 0px #00000040;
}

.flowButton:hover,
.flowButton.is-no:hover {
  background: #08287F80;
}

.flowQuestionText {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

.flowQuestionTitle {
  color: #0000B3;
  padding-top: 10px;
}

.pointBalloon::before,
.pointBalloon::after {
  top: 60%;
  z-index: 1;
}

.pointBalloon::after {
  z-index: 0;
}

.wrapper #mainCol .questionContent a {
  text-align: left;
  padding-left: 80px;
}

.wrapper #mainCol .questionContent a:link,
.wrapper #mainCol .questionContent a:visited {
  color: #000000 !important;
}

.identificationLead {
  text-align: left;
  font-size: 18px;
}

.identificationLead span {
  font-weight: bold;
}

.identificationImg img {
  height: 100px;
}

.considerationsAttention .normalList {
  width: 100%;
}

.normalList {
  width: 280px;
  margin: 0 auto;
}

.normalList.list2col {
  width: 480px;
}

.wrapper #mainCol .section {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.identificationHeading span {
  border-bottom: none;
}

.identificationHeading {
  font-size: 18px;
  color: #0000B3;
  padding-bottom: 16px;
}

.identificationDetailColumn {
  display: flex;
  gap: 64px;
  max-width: 475px;
  margin: 0 auto;
}

.identificationDetailColumn .normalList {
  width: auto;
  margin: 0!important;
}

.identificationDetailColumn * + .normalList {
  margin-top: 8px!important;
}

.w-wide #mainCol .fixed-module .conversion-inner.upper .btnRound.next.function {
  background: #08287F;
  background-image: none!important;
}

.w-wide #mainCol .fixed-module .conversion-inner .btnRound.next.function {
  width: 440px;
  position: relative;
  color: #FFF !important;
  font-size: 22px!important;
  padding: 10px 32px 9px 32px!important;
  background: #08287F;
  border: none;
  box-shadow: 0px 4.49px 4.49px 0px #00000040;
}

.w-wide #mainCol .fixed-module .conversion-inner .btnRound.next.function:hover {
  background-image: none;
}

.w-wide #mainCol .fixed-module .conversion-inner .btnRound.next.function::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
  transform: translateY(-50%);
}

body.w-wide #mainCol .btnRound.function,
body.w-wide #mainCol .btnRound.next.function,
body.mini.w-wide #mainCol .btnRound.function,
body.mini.w-wide #mainCol .btnRound.next.function {
  padding: 8px 142px !important;
  border-radius: 25px !important;
}

.w-wide #mainCol .fixed-module .conversion-container {
  background: #555555B2;
}

.w-wide #mainCol .fixed-module {
  z-index: 999;
}

.w-wide #mainCol .conversion-inner {
  align-items: center;
  gap: 14px;
}

#rwd_content {
  overflow: hidden;
}

.application_Button a {
  margin-bottom: 8px;
}

#simulationResultApp{
  display: none;
}

.sploan_2col-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  max-width: 85rem;
  margin: 0 auto;
}

.anshinPoint_container .sploan_2col-image-box,
.anshinPoint_container .section__image-box {
  margin: 20px 0;
}

.wrapper #mainCol .anshinPoint_container .sploan_col-text {
  margin-top: 20px;
}

.sploan_col-text {
  font-size: 2.4rem;
  font-weight: 700;
}

.sploan_col-text-important {
  color: #285AE1;
}

.sploan_2col-image {
  min-width: 6.4rem;
}

.aln-center_pc {
  text-align: center !important;
}

.section__list-note.section__list-item {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#resultBlock-available .section__text--important,
#resultBlock-unuseable .section__text--important {
  font-size: 3.2rem;
  color: #285BE1;
}

#resultBlock-available .section__text,
#resultBlock-unuseable .section__text {
  margin-top: 1em !important;
  font-size: 1.6rem;
}

#resultBlock-available .sploan-procedure,
#resultBlock-unuseable .sploan-procedure {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .keyvisual img,
  .applicationBlock {
    width: 100%;
  }

  #resultBlock-available .section__text--important,
  #resultBlock-unuseable .section__text--important {
    font-size: 2.2rem;
    color: #285BE1;
  }

  .aln-center_pc {
    text-align: left !important;
  }

  .sploan_col-text {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 700;
  }

  .min-textarea {
    min-width: 17rem;
  }

  .sploan_2col-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    max-width: 85rem;
    margin: 0 auto;
  }

  .applicationBlock {
    padding: 18px 0;
  }

  .application_Button a {
    width: 90%;
    font-size: 24px;
    padding: 14px;
    margin-bottom: 10px;
  }

  .blueTitle h2 {
    font-size: 22px;
  }

  .features {
    padding: 10px 20px;
  }

  .features_text {
    font-size: 15px;
  }

  .features_marker {
    font-size: 17px;
  }

  .features_big {
    font-size: 32px;
  }

  .simulationLead {
    font-size: 22px;
  }

  .simulationFormWrap,
  .simulationFormCol,
  .simulationFormCol.is-wide {
    width: 95% !important;
  }

  .simulationFormCol,
  .simulationFormCol.is-wide {
    justify-content: space-around;
  }

  .simulationFormCol+.simulationFormCol {
    margin-top: 0px;
  }

  .simulationFormTitle {
    font-size: 18px;
    margin-right: 8px;
    padding: 12px;
    padding-top: 18px;
    width: 112px;
    text-align: center;
  }

  .simulationFormInputHolder {
    max-width: none;
    margin-right: 5px;
  }

  .simulationFormInput input {
    width: 100%;
    height: 52px;
    margin-right: 0;
  }

  .simulationFormballoon {
    margin-top: 28px !important;
  }

  .simulationFormInputBalloonWrap + .simulationFormDescription {
    margin-top: 78px !important;
  }

  .accordionBlock {
    width: 100% !important;
  }

  .simulationStart {
    font-size: 18px;
    width: 262px;
  }

  .applicationsArea_balloon {
    font-size: 16px;
    padding: 6px 24px;
  }

  .applicationsArea_button {
    font-size: 21px;
  }

  .anshinPoint .h2_note {
    font-size: 2rem;
  }

  

  .h3_process {
    font-size: 16px;
    max-width: 100%;
  }

  .h2_anshinPoint {
    font-size: 3.6rem;
  }

  .choicePoint_container {
    width: 95%;
    margin: 2rem auto 20px;
  }

  .choicePoint_solo .choicePoint_textArea {
    width: 100%;
  }

  .choicePoint_solo {
    text-align: center;
    padding: 20px 8px;
  }

  .choicePoint_title {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.22;
    padding: 0.4rem 1rem;
  }

  .choicePoint_title span {
    font-size: 28px;
    padding-right: 12px;
  }

  .choicePoint_container.choicePoint_container-thin .choicePoint_column {
    padding: 6px 0;
  }

  .choicePoint_column {
    text-align: center;
    width: 94%;
    padding: 30px 0;
    margin: 0 auto;
  }

  .choice_small {
    font-size: 12px;
  }

  .pointBalloon::before,
  .pointBalloon::after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    left: -19px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 25px solid #fff;
  }

  .pointBalloon::after {
    left: -20px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 25px solid #0000B3;
  }

  .tabs {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }

  .tab_item {
    font-size: 14px;
    padding: 0;
  }

  .tab_content {
    padding: 20px 0;
  }

  .h3_tab {
    font-size: 18px;
  }

  .tab_step {
    background: #fff;
  }
  
  .tab_step_list {
    max-width: none;
    width: 90%;
  }

  .tab_step ul li::after {
    font-size: 22px;
  }

  .tab_step ul li {
    padding-bottom: 30px;
  }

  .tab_step ul li::after {
    left: 46%;
  }

  .tab_step ul {
    padding: 20px 0 0;
  }

  .tab_step_card {
    margin-top: -4px;
  }

  .requiredDocument {
    width: 92%;
  }

  .questionBlockInner {
    width: 90%;
  }

  .wrapper #mainCol .questionContent a {
    padding-left: 50px;
  }

  .questionContent a::before {
    left: 12px;
  }

  .simulationInner {
    width: 100%;
  }

  .simulationResultLine {
    display: flex;
  }

  .simulationResultLine dt {
    width: 30%;
    text-align: right;
    font-size: 16px;
  }

  .simulationResultLine dd {
    width: 40%;
    text-align: right
  }

  #repaymentMonth dd .numberComma,
  .simulationResultLine dd span {
    font-size: 20px;
  }

  .identificationInner {
    flex-direction: column;
    align-items: center;
  }

  .identificationLead {
    font-size: 14px;
    text-align: center;
  }

  .normalList.list2col {
    width: 90%;
  }

  .normalList {
    width: 90%;
  }

  .wrapper #mainCol .section {
    margin-top: 20px;
  }

  .identificationHeading span {
    font-size: 16px;
  }

  .choicePoint_text {
    font-size: 16px;
  }

  .choicePoint_leftimg {
    max-width: 116px;
    max-height: 140px;
    padding-right: 0;
  }

  .pointBalloon {
    width: 70%;
    font-size: 16px;
    margin-top: 62px!important;
  }

  .pointBalloon + .pointBalloon {
    margin-top: 8px!important;
  }

  .pointBalloonSingle {
    margin-top: 20px!important;
  }

  .pointBalloon::before {
    left: -16px;
  }
  

  .choicePoint_leftimg.choicePoint_phone {
    max-width: 100%;
    max-height: none;
    position: relative;
  }

  .choicePont_balloon.choicePoint_phone {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 40%;
  }

  .choicePont_balloon.choicePoint_phone .pointBalloon {
    width: 70%;
    line-height: 1.25!important;
  }

  .choicePoint_textArea .interestRateTitle {
    padding-top: 16px;
  }

  .choicePoint_link {
    font-size: 14px;
  }

  .applicationsArea_note {
    font-size: 16px;
  }

  body.w-wide #mainCol .applicationsArea a {
    font-size: 24px;
  }

  body.w-wide #mainCol .applicationsArea a {
    width: 90%;
    padding: 12px 0;
  }

  .identificationImg {
    text-align: center;
  }

  .identificationDetailColumn {
    flex-direction: column;
    gap: 10px;
  }

  body.w-wide #mainCol .btnRound.function,
  body.w-wide #mainCol .btnRound.next.function,
  body.mini.w-wide #mainCol .btnRound.function,
  body.mini.w-wide #mainCol .btnRound.next.function {
    padding: 8px 24px !important;
  }

  .slick-prev {
    background-image: url(/special/loan_card/lp/images/carousel_arrow_left.png);
    left: -5%;
  }

  .slick-next {
    background-image: url(/special/loan_card/lp/images/carousel_arrow_right.png);
    right: -5%;
  }
  .slick-arrow {
      width: 30px;
      height: 30px;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  .conversion-inner.single span img {
    width: 100%;
    height: auto;
  }
  .w-wide #mainCol .fixed-module .conversion-inner.single {
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .follow-icon {
    width: 134px!important;
  }
  .w-wide #mainCol .fixed-module .conversion-inner .btnRound.next.function {
    font-size: 16px!important;
    width: auto;
  }

  .w-wide #mainCol .fixed-module .conversion-inner .btnRound.next.function::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 0;
    transform: translateY(-50%);
  }

  .usageCaseBox {
    margin-top: 0;
    width: 100% !important;
  }

  .flowQuestionText {
    font-size: 22px;
  }

  .flowButton,
  .flowButton.is-no {
    width: 100%;
  }

  .questionTitle,
  .considerationsTitle {
    font-size: 22px;
  }

  .choicePointWrap {
    margin: 48px auto;
    width: 100%;
    max-width: 100%;
  }

  .customer_use {
    width: auto;
    max-width: none;
  }
}

article *,
article ::before,
article ::after {
  box-sizing: border-box !important;
}

body.w-wide #mainCol .section.boxBgBrdr {
  padding: 14px 19px;
}

@media screen and (max-width: 767px) {
  body.w-wide #mainCol .section.boxBgBrdr {
    padding-left: 0;
    padding-right: 0;
  }
}

.appeal_cardloan {
  background-color: #FFFEEC;
  position: relative;
}

.appeal_cardloan__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.appeal_cardloan__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  min-width: 45rem;
  padding: 2rem 2.5rem;
}

.appeal_cardloan__item:first-child {
  padding-top: 0;
}

.appeal_cardloan__item:last-child {
  padding-bottom: 0;
}

.appeal_cardloan__headimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background-color: #fff;
  padding: 2.3rem;
}

.appeal_cardloan__headimg img {
  max-width: 100%;
  width: auto;
}

.appeal_cardloan__text,
.appeal_cardloan__leadtext {
  font-size: 3.6rem !important;
  font-weight: 700;
  line-height: 1 !important;
}

.appeal_cardloan__leadsubtext {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1 !important;
}

.appeal_cardloan__text--price {
  font-size: 1.6rem !important;
  font-weight: 700;
}

.appeal_cardloan__text--price-number {
  font-size: 3.6rem !important;
  font-weight: 700;
}

.appeal_cardloan__subtext {
  font-size: 2.2rem !important;
  font-weight: 700;
}

.appeal_cardloan__list {
  font-weight: 700;
}

.appeal_cardloan__textarea {
  position: relative;
}

.appeal_cardloan__textarea::after {
  position: absolute;
  content: "";
  width: 29.5rem;
  height: 0.1rem;
  background-color: #285AE1;
  left: -1.5rem;
  bottom: -2.1rem;
}

.appeal_cardloan__item:last-child .appeal_cardloan__textarea::after {
  display: none;
}

.sploan-procedure {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.sploan-procedure .procedure-conversion__inner {
  background-color: #FFF;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  margin: 25px 0;
}

.procedure-conversion__bottom .procedure-conversion__inner {
  margin-bottom: 10px;
}

.procedure-conversion__inner.bg-blue {
  margin: 0;
}

.procedure-conversion__content.procedure-conversion__content--full {
  margin-top: 0;
}

.sploan_h2 {
  margin-top: 0 !important;
}

.h2_blue {
  color: #285AE1;
}

.h2subTitle {
  color: #285AE1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.sploan_btn {
  color: #fff !important;
  text-decoration: none !important;
}

.simulation-form__block-desc {
  margin-top: 1em !important;
}

.choicePoint_textArea .section__text {
  font-size: 1.6rem;
}

.choicePoint_textArea .section__text--middle {
  font-size: 1.4rem;
  font-weight: 500;
}

#resultBlock-unuseable,
#resultBlock-available {
  display: none;
}

.mt1m {
  margin-top: 1em !important;
}

.sploancard__col2 {
  margin-top: 1em;
}

.sploancard__col2 .sploancard__col--inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sploancard__col2 .sploancard__col--item {
  display: block;
}

.sploancard__col3 {
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
}

.sploancard__col3 .sploancard__col--inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.7rem;
}

@media screen and (max-width: 767px) {

  .sploancard__col2.sp_solo .sploancard__col--inner {
    display: block;
  }

  .sploancard__col3 .sploancard__col--inner {
    flex-direction: column;
  }

  .sploancard__col2 .sploancard__col--item {
    width: 35%;
  }

  .sploancard__col2.sp_solo .sploancard__col--item {
    width: 100%;
  }

  .sploancard__col2 ul {
    margin-top: 0 !important;
  }
}

.sploancard__col3 .sploancard__col--item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F0F4FF;
  border-radius: 1.5rem;
  padding: 1rem 1.7rem;
  gap: 1.9rem;
  width: 100%;
  min-height: 12rem;
}

.sploancard__col3 .sploancard__col--img {
  max-width: 5.4rem;
  width: 100%;
}

.sploancard__col3 .sploancard__col--txt {
  font-size: 1.8rem;
  color: #285AE1;
  font-weight: 700;
}

.questionTitle {
  margin-bottom: 3.2rem;
}

.spalon__accordion {
  margin-bottom: 1.5rem;
  border: 2px solid #285ae1;
  border-radius: 1rem;
  background-color: #fff;
  padding: 2.8rem 4.0rem;
}

@media screen and (max-width: 767px) { 
  .spalon__accordion {
    padding: 1.8rem;
  }
  
  .questionBlock {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 1rem;
  }
  .wrapper #mainCol .anshinPoint_container .sploan_col-text {
  margin-top: 0;
  font-size: 1.5rem;
  letter-spacing: -1px;
}
}

.spalon__accordion:last-child {
  margin-bottom: 0;
}

.spalon__accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .spalon__accordion summary {
    font-size: 1.6rem;
  }

  .spalon__accordion summary span {
    width: 90%;
  }
}

.spalon__accordion summary::-webkit-details-marker {
  display: none;
}

.spalon__accordion summary::after {
  width: 2.2rem;
  height: 2.2rem;
  background: url("/sp/loan/card/images/icon/icon_plus.png");
  background-size: 2.2rem;
  background-repeat: no-repeat;
  content: '';
}

.spalon__accordion[open] summary::after {
  background: url("/sp/loan/card/images/icon/icon_minus.png");
  width: 2.2rem;
  height: 2.2rem;
  background-size: 2.2rem;
  content: '';
}

@media screen and (max-width: 767px) {
  .spalon__accordion summary::after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
  }

  .spalon__accordion[open] summary::after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
  }
}

.spalon__accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #000;
  transition: transform .5s, opacity .5s;
}

.spalon__accordion[open] p {
  transform: none;
  opacity: 1;
  margin-top: 1em !important;
}

.questionBlockInner .section__list-normal:before {
  color: #000;
}

.questionBlock .questionBlockInner .spalon__accordion summary span {
  width: 95%;
}

.h3_blue {
  font-size: 2.2rem;
  color: #285AE1;
  font-weight: bold;
}

.h4_blue {
  font-size: 1.6rem;
  color: #285AE1;
  font-weight: bold;
}

.choicePoint_textArea {
  width: 100%;
}

.choicePoint_solo .choicePoint_textArea {
  width: 100%;
}

.floating-ctaarea {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 0;
}

.floating-ctaarea-list {
  gap: 5rem;
  margin-top: 0.5rem !important;
}

.sploancard_float {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.sploan_procedure {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 1.6rem;
}

.sploan_procedure__step-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4.5rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sploan_procedure__step {
  background-color: #F0F4FF;
  padding: 1.6rem 2.4rem;
  border-radius: 1rem;
  position: relative;
}

.sploan_procedure__step:after {
  content: "";
  position: absolute;
  background: url("/sp/loan/card/images/icon/icon_downarrow.png");
  background-size: 2.1rem;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 1.8rem;
  left: 50%;
  bottom: -3.2rem;
  transform: translate(-50%, 0);
}

.sploan_procedure__step:last-child::after {
  display: none;
}

.sploan_procedure__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  min-width: 65rem;
  width: 100%;
}

.sploan_procedure__icon {
  width: 100%;
  max-width: 4.8rem;
}

.sploan_procedure__icon img {
  width: 4.8rem;
  height: auto;
}

.sploan_procedure__sub {
  position: absolute;
  color: #fff;
  background-color: #285AE1;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 50px;
  padding: 2px 10px;
  top: -12px;
  left: 0;
}

.sploan_procedure__sub span {
  font-size: 1.6rem;
  margin-left: 2px;
}

.sploan_procedure__title {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
}

.sploan_procedure__step.sploan_procedure__text-only {
  background-color: #C0D2FF;
  border-radius: 0;
  min-width: 69rem;
  padding: 9px 0;
}

.sploan_procedure .section__image-box {
  margin: 0 auto;
}

.choicePoint_container-thin .sploan_col-item .section__text {
  position: relative;
  text-align: left;
  left: 17%;
  box-sizing: border-box;
  font-weight: 500;
}

.choicePoint_container-thin .sploan_col-item .section__text .sploan_col-text-important {
  font-weight: 700;
}

.choicePoint_container-thin .sploan_col-item .section__text .left-text {
position: absolute;
left: -17%;
font-weight: 700;
}

@media screen and (max-width: 767px) {
.choicePoint_container-thin .sploan_col-item .section__text .left-text {
left: -28%;
}
.choicePoint_container-thin .choicePoint_column .sploan_col-item {
  max-width: 75%;
}
.sploan_procedure__step.sploan_procedure__text-only {
  min-width: auto;
  width: 100%;
  padding: 4px 0;
}
.sploan_procedure .section__image-box {
  max-width: 100%;
}
}

.sploan_procedure__text {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
}

.sploan_procedure__lead {
  font-size: 2.4rem;
  font-weight: 700;
}

.sploan_procedure__lead--important {
  font-size: 2.4rem;
  font-weight: 700;
  color: #285AE1;
}

.sploancard_choicepoint {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.tab_content_description {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tab_content_description .section__box {
  padding: 0;
  background-color: none;
  width: 92%;
}

.section__box {
  margin: 10px 0;
  padding: 20px 0;
}

.section__box.section__box-hensai {
  padding-top: 15px;
  margin-bottom: 40px;
  background-color: #E2EAFF;
}

.section__box.section__box-hensai .section__box-body {
  border: 1px solid #285AE1;
}

.section__box .section__list.section__list-notes.char1 {
  margin: 0 20px;
}

.sploancard_choicepointimage {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.actual-img {
  width: auto !important;
}

.sploancard_note {
  font-size: 1.4rem !important;
  font-weight: 500;
  text-align: left;
}

.considerationsBlock {
  max-width: 100% !important;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}

.considerationsInner {
  background: #f3f3f3 !important;
}

.section__box .section__box-body {
  background-color: #FFF;
  padding: 30px;
  margin: 20px;
  border-radius: 10px;
}

.section__box .section__box-body .section__image-box {
  margin: 20px 0;
}

@media screen and (max-width: 767px) { 
  .simulation-form {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .section__box .section__box-body.graph {
  padding: 0;
}
}

div.customer_use-container.pc-only {
  display: block !important;
}

div.usageCaseBox.sp-only {
  display: none !important;
}

.procedure-conversion__division-2 .procedure-conversion__item {
  width: 45%;
}

.procedure-conversion__division {
  gap: 0;
  justify-content: center;
}

.procedure-conversion .bottom-text {
  color: #08287F;
  font-size: 2rem;
  font-weight: 500;
}

.wrapper #mainCol table.sploan__table {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #C4D1F5 !important;
}

.sploan_wd-mini {
  width: 60%;
  margin: 0 auto;
}

.section__text.sploan_wd-mini {
  font-weight: 500;
  font-size: 1.4rem;
}

.boxBgBrdr {
  margin-top: 3.2rem !important;
}

body.w-wide #mainCol .QnA.alt.toggle dt.accordionHead:after {
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  right: 1rem;
  top: 1.7rem;
}

body.w-wide #mainCol .QnA.alt.toggle dt.accordionHead.isOpen:after {
  top: 1.4rem;
}

.contactBlock p {
  font-size: 1.4rem !important;
}

.contactBlock ul li {
  font-size: 1.4rem !important;
}

.contactBlock h3.contactTitle {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 767px) {
  .sploan_procedure {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 1.6rem;
  }

  .sploan_procedure__step-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4.5rem;
    margin: 0 auto;
  }

  .tab_content_description {
    width: 90%;
  }

  .sploan_procedure__step {
    background-color: #F0F4FF;
    padding: 0.8rem 1.4rem;
    border-radius: 1rem;
    position: relative;
    width: 100%;
  }

  .choicePoint_textArea .section__text--middle {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .sploan_procedure__step:after {
    content: "";
    position: absolute;
    background: url("/sp/loan/card/images/icon/icon_downarrow.png");
    background-repeat: no-repeat;
    background-size: 2.1rem;
    width: 2.1rem;
    height: 1.8rem;
    left: 50%;
    bottom: -3.2rem;
    transform: translate(-50%, 0);
  }

  .sploan_procedure__step:last-child::after {
    display: none;
  }

  .sploan_procedure__step .sploan_procedure__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: auto;
    padding: 18px 0 5px;
  }

  .sploan_procedure__icon {
    width: 100%;
    max-width: 4rem;
    text-align: center;
  }

  .sploan_procedure__icon img {
    width: 4rem;
    height: auto;
  }

  .sploan_procedure__sub {
    font-weight: 700;
    font-size: 1.4rem;
    padding: 2px 20px;
  }

  .sploan_procedure__title {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .sploan_procedure__text {
    color: #000;
    font-weight: 500;
    font-size: 1.4rem;
  }

  .sploan_procedure__lead {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .sploan_procedure__lead--important {
    font-size: 1.8rem;
    font-weight: 700;
    color: #285AE1;
  }

  .h2subTitle,
  .section__image-box,
  .blueTitle,
  .section__box,
  .sploancard__col3 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .h2_blue {
    font-size: 2.8rem !important;
  }

  .accordionHead {
    padding-right: 4.5rem !important;
  }

  .floating-ctaarea-list {
    gap: 1rem;
  }

  .procedure-conversion__emphasis-text {
    font-size: 1.8rem;
  }

  .sploancard_float {
    font-size: 1.6rem;
  }

  .sploan_h2blue {
    font-size: 2rem !important;
  }

  .application_Button {
    font-size: 1.6rem;
  }

  .floating-ctaarea-btn {
    font-size: 1.4rem !important;
    padding-left: 0 !important;
  }

  .sponly_left {
    text-align: left !important;
  }

  div.customer_use-container.pc-only {
    display: none !important;
  }

  div.usageCaseBox.sp-only {
    display: block !important;
    padding: 0 2rem;
  }

  .procedure-conversion__division-2 .procedure-conversion__item {
    width: 90%;
  }

  .procedure-conversion__division {
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .wrapper #mainCol table.sploan__table {
    width: 100%;
  }

  .sploan_wd-mini {
    width: 100%;
    margin: 0 auto;
  }

  .section__list.kv-bottom li {
    font-size: 12px;
  }

  .procedure-conversion .bottom-text {
  font-size: 1.4rem;
}
}

.procedure-conversion__emphasis-text {
  color: #08287F;
}

.sploancard_bgyellow {
  background-color: #FFFEEC;
  max-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

body.w-wide #mainCol a.application_Button:visited, body.mini.w-wide #mainCol a.application_Button:visited {
  color: #fff !important;
}

.sploan__outer {
  margin-top: 0 !important;
}

.floating-ctaarea {
  bottom: -12rem;
}

.floating-ctaarea.is-show {
  bottom: 0;
}

.floating-ctaarea-list__item {
  max-width: 220px;
  height: 40px;
  margin-bottom: 0 !important;
}

body.w-wide #mainCol .QnA.alt.toggle dt.accordionHead.sploan_onepoint_acc {
  background: #285AE1 !important;
  padding: 0.2rem;
}

body.w-wide #mainCol table th.section__table-head.sploan__table-head {
  background-color: #F0F4FF !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 1.4rem;
}

body.w-wide #mainCol table th.sploan__table-head-white {
  font-weight: 700 !important;
  background-color: #fff !important;
  text-align: center;
}

body.w-wide #mainCol table th.sploan__table-head-blue {
  font-weight: 700 !important;
  background-color: #fff !important;
  text-align: center;
  color: #285AE1;
}

body.w-wide #mainCol table td.section__table-data {
  width: 50% !important;
  border-right: 1px solid #C4D1F5 !important;
  border-left: 1px solid #C4D1F5 !important;
  border-bottom: 1px solid #C4D1F5 !important;
}

body.w-wide #mainCol table th.section__table-head {
  border-right: 1px solid #C4D1F5 !important;
  border-left: 1px solid #C4D1F5 !important;
  border-bottom: 1px solid #C4D1F5 !important;
}

body.w-wide #mainCol table th.section__table-head .section__text {
  font-size: 1.4rem !important;
}

td.section__table-data .section__text,
td.section__table-data .section__text {
  font-weight: 500;
  text-align: center;
  font-size: 1.2rem;
}

/* 背景色 */
.bg-blue {
  background-color: #E2EAFF!important;
}

.sploan_procedure__step.bg-none {
  background: none;
  padding: 0;
  border-radius: 0;
  position: inherit;
}

.csv-icon-red::before{
background: url("/common2024/images/icon/icon_triangle_red.svg") no-repeat;
}

.section__text--blue {
  color: #285AE1;
  font-weight: bold;
}

