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

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

.applicationTitle {
  margin-bottom: 8px;
}

.applicationTitle span {
  background-color: #FFF;
  color: #08287F;
  padding: 0 4px;
  margin: 0 4px;
}

.application_Button {
  text-align: center;
}

.application_Button a {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 20px 35px;
  width: 440px;
  text-decoration: none !important;
  box-sizing: border-box;
  text-align: center;
  background: #E6002D;
  border-radius: 31px;
  font-size: 28px;
  color: #FFF !important;
}

.application_Button a::before {
  content: "▼";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
}

.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: 95.8%;
  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;
}

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

.choicePointWrap {
  margin: 48px 0;
}

.choicePoint {
  color: #285AE1;
  font-weight: bold;
}

.h2_choicePoint {
  margin-top: 2px;
  font-size: 28px;
}

.h2_choicePoint span {
  font-size: 36px;
}

.h2_note {
  font-size: 22px;
}

.choicePoint_container {
  border: 1px solid #285AE1;
  border-radius: 10px;
  margin-top: 23px;
  text-align: center;
  font-weight: bold;
}

.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: 30px;
  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_solo .choicePoint_textArea {
  width: 794px;
  display: inline-block;
}

.choicePoint_link {
  font-size: 18px;
  margin-top: 16px;
  display: inline-block;
}

.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-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  border-radius: 10px 10px 0 0;
  width: 50%;
  padding: 34px 0;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #C0D2FF;
  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 0;
  clear: both;
  overflow: hidden;
  border: 1px solid #C0D2FF;
  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: #0000B3;
  border: 1px solid #C0D2FF;
  border-bottom: none;
}

.h3_tab {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 20px;
}

.tab_step {
  /* background-color: #E2EAFF; */
}

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

.questionBlock {
  margin: 0 calc(50% - 50vw);
}

.questionBlockInner {
  width: 900px;
}

.flowBlockWrapper {
  display: block;
  margin: 40px calc(50% - 50vw) 0px;
}

.customer_use {
  margin-bottom: 48px;
  margin-top: 5px;
  width: 100%;
  max-width: 960px;
}

.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: 48px;
}

.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 .conversion-inner {
  align-items: center;
  gap: 14px;
}

#rwd_content {
  overflow: hidden;
}

.application_Button a {
  margin-bottom: 8px;
}

#simulationResultApp{
  display: none;
}

@media screen and (max-width: 767px) {
  .keyvisual img,
  .applicationBlock {
    width: 100%;
  }

  .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: 90.8%;
  }

  .simulationStart {
    font-size: 18px;
    width: 262px;
  }

  .applicationsArea_balloon {
    font-size: 16px;
    padding: 6px 24px;
  }

  .applicationsArea_button {
    font-size: 21px;
  }

  .h2_note {
    font-size: 16px;
  }

  .h3_process {
    font-size: 16px;
  }

  .h2_choicePoint {
    font-size: 24px;
  }

  .choicePoint_container {
    width: 100%;
    margin: 0 auto 20px;
  }

  .choicePoint_solo .choicePoint_textArea {
    width: 100%;
  }

  .choicePoint_title {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.22;
  }

  .choicePoint_title span {
    font-size: 28px;
    padding-right: 12px;
  }

  .choicePoint_column {
    text-align: center;
    width: 94%;
    padding: 16px 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: 90%;
  }

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

  .slick-next {
    background-image: url(/special/loan_card/lp/images/carousel_arrow_right.png);
    right: -9%;
  }
  .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;
  }

  .flowQuestionText {
    font-size: 22px;
  }

  .flowButton,
  .flowButton.is-no {
    width: 100%;
  }

  .questionTitle,
  .considerationsTitle {
    font-size: 22px;
  }

  .choicePointWrap {
    margin: 48px auto;
    width: 90%;
  }
}