@charset "UTF-8";

/* point_icon */
/* ////////////////////////////////////////// */
.point_icon{
	display: flex;
	justify-content: center;
}
.point_icon figure:nth-of-type(1){
	margin: 0 14px 10px 0;
}
.point_icon figure:nth-of-type(2){
	margin: 0 0 10px 14px;
}
.point_icon figcaption{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-top: 5px;
}
.app_lead {
      margin: 30px auto 0;
      max-width: 620px;
      display: block;
}
@media screen and (max-width: 767.9px){
    .point_icon figcaption{
		font-size: 14px;
	}
}

/* merit_item */
/* ////////////////////////////////////////// */
.merit_item:nth-of-type(1) > picture img {
    margin: 0 auto 52px;
    max-width: 535px;
    display: block;
}
.merit_item .img_app {
    width: 100%;
} 
.merit_item .img_app > div {
    width: 460px;
    margin: auto;
}
@media screen and (max-width: 767.9px){
    .merit_item .img_app {
        overflow-x: scroll;
    } 
}

/* about_freeloan */
/* ////////////////////////////////////////// */
.p-dlstyle--01 dt{
    width: 100%;
    margin: 0 auto 10px;
    background: #FA305F;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 20px;
    line-height: 22.4px;
    padding: 7px 0;
}
.p-dlstyle--01 dd{
    color:#F07800;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
}
.p-dlstyle--01 dd span{
    font-size: 45px;
}
@media screen and (max-width: 767.9px){
}

/* product_item */
/* ////////////////////////////////////////// */
.product_item {
}
.product_item dt{
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 18px;
}
.product_item_free dt{
    background: rgba(255, 239, 211, 0.3);
}
.product_item_loan dt{
    background: rgba(127, 205, 244, 0.3);
}
.product_item_img{
    text-align: center;
}
.product_item_img img{
    width: 112px;
    margin-top: 16px;
}
.product_item_text p:first-child{
    margin-top: 17px;
    margin-bottom: 0;
    text-align: left;
}
.product_item_text p{
    margin-top: 15px;
}
.product_item_text p a{
    width: fit-content;
    display: block;
    margin-left: auto;
}
@media screen and (max-width: 767.9px){
    .product_item_text p a {
        margin: auto;
    }
}

/* usecase_wrap */
/* ////////////////////////////////////////// */
.usecase_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.usecase_wrap figure {
    position: relative;
    width: 48%;
    margin: 15px auto 10px;
}
.usecase_wrap figure figcaption {
    background: #415AAA;
    color: #fff;
    border-radius: 23px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 120px;
    padding: 5px 0;
}
@media screen and (max-width: 767.9px){
}

/* flow_wrap */
/* ////////////////////////////////////////// */
.flow_wrap > li:first-child {
    padding: 20px 0 0;
}
.flow_wrap > li:not(:last-child) {
    margin-bottom: 52px;
}
.flow_wrap > li:not(:first-child){
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 0 25px;
  
}
.flow_wrap > li:not(:first-child) > div {
    width: 100%;
}
.flow_wrap > li:nth-of-type(2) > div > div,
.flow_wrap > li:nth-of-type(3) > div > div{
    width: 500px;
    margin: auto;
}
.flow_wrap > li:nth-of-type(2) > div > div img,
.flow_wrap > li:nth-of-type(3) > div > div img {
    width: 90%;
    margin: auto;
    display: block;
}
.flow_wrap > li:nth-of-type(5) img {
    width: auto;
    height: 224px;
    display: block;
    margin: auto;
}
.flow_wrap > li:not(:last-child)::after{
    content: '';
    width: 68px;
    height: 20px;
    background: url(../img/icon_arrow_down.webp) no-repeat top / contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
}
@media screen and (max-width:767px){
    .flow_wrap > li:not(:first-child) > div {
        overflow-x: scroll;
    }
    .flow_wrap > li:first-child {
        padding: 10px 0 0;
    }
}

/* module */
/* ////////////////////////////////////////// */
.c-table--sp02 {
    table-layout: auto;
}

/* modal */
/* ////////////////////////////////////////// */
.p-modal--app {
    overflow-y: auto;
    background: #FFF;
}
.p-modal--app .c-modal--account__box {
  transform: translate(-50%,100px);
}
.p-modal--cv-app-has {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.p-faq-slide {
    max-width: 1000px;
    margin: 15px auto 30px;
}
.p-faq-slide-item {
    width: auto;
    align-items: center;
}
.p-faq-slide-item:first-of-type {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.p-faq-slide-item:last-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.p-faq-slide-item p.p-title--step {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}
.p-faq-slide-item p.p-title--step span {
    display: block;
    width: 80px;
    height: 26px;
    padding: 0px 14px;
    margin: 0 auto 20px;
    font-size: 16px;
    color: #FD5F23;
    line-height: 26px;
    border-radius: 25px;
    border: 1px solid #FD5F23;
    background: #fff;
    position: relative;
}
.p-faq-slide-item p.p-title--step::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #FD5F23;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: -1;
}
.p-faq-slide-item:last-of-type figure {
    width: 50%;
    position: relative;
}
.p-faq-slide-item:last-of-type figure:first-of-type:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #c1c1c1;
    border-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
}
.p-faq-slide-img {
    max-width: 274px;
    width: 100%;
}
@media screen and (max-width:767px){
    .p-modal--app .c-modal--account__box {
        transform: translate(-50%,60px);
    }
    .p-faq-slide-img {
        max-width: 100%;
  }
  .p-faq-slide-item:last-of-type {
        width: 100%;
        flex-direction: column;
        align-items: center;
  }
  .p-faq-slide-item:last-of-type figure {
        width: 100%;
  }
  .p-faq-slide-item:last-of-type figure:first-of-type {
        margin-bottom: 20px;
  }
  .p-faq-slide-item:last-of-type figure:first-of-type:after {
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid #c1c1c1;
        top: auto;
        left: 0;
        right: 0;
        bottom: -45px;
  }
}
.p-account--has {
	display: flex;
	justify-content: center;
	gap: 55px;
	margin-bottom: 30px;
  }
  .p-account--has__image:not(:last-child)::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 15px solid #dbd1c1;
	border-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
  }
  .p-account--has__box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border: 1px solid var(--gray);
	border-radius: 10px;
	padding: 20px;
  }
  @media screen and (max-width: 767.9px) {
	.p-account--has {
	  gap: 30px;
	  margin-bottom: 10px;
	}
	.p-account--has__image {
	  width: 137px;
	}
	.p-account--has__image:not(:last-child)::before {
	  border-top: 18px solid transparent;
	  border-bottom: 18px solid transparent;
	  border-left: 11px solid #dbd1c1;
	  right: -21px;
	}
	.p-account--has__box {
	  border: none;
	  padding: 0;
	}
  }
  .c-modal--new-normal__wrap:has(.p-account--none) {
	max-width: 904px;
  }
  .c-modal--new-normal__box:has(.p-account--none) {
	padding: 40px;
  }
  .c-modal--new-normal__inner:has(.p-account--none) {
	width: 100%;
  }
  .p-account--none {
	display: flex;
	justify-content: center;
	gap: 55px;
  }
  .p-account--none__item:not(:last-child)::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 15px solid #FBBD53;
	border-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
  }
  .p-account--none__step {
	font-size: 14px;
	color: var(--ncb-orange);
	font-weight: 700;
	border: 1px solid var(--ncb-orange);
	text-align: center;
	border-radius: 30px;
	padding: 2px 0;
	width: 90px;
	margin: 0 auto 10px;
  }
  .p-account--none__title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
  }
  .p-account--none__box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 55px;
	margin-bottom: 15px;
  }
  .p-account--none__item:nth-of-type(3)::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 15px solid #DBD1C1;
	border-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
  .p-account--none__image {
	width: 137px;
  }
  @media screen and (max-width: 767.9px) {
	.c-modal--new-normal__box:has(.p-account--none) {
	  padding: 40px 15px;
	}
	.p-account--none {
	  flex-direction: column;
	  gap: 55px;
	}
	.p-account--none__title {
	  font-size: 16px;
	}
	.p-account--none__box {
	  gap: 31px;
	}
	.p-account--none__item:nth-of-type(3)::before {
	  border-top: 18px solid transparent;
	  border-bottom: 18px solid transparent;
	  border-left: 11px solid #dbd1c1;
	}
	.p-account--none__item:not(:last-child)::before {
	  border-right: 26px solid transparent;
	  border-left: 26px solid transparent;
	  border-top: 15px solid #fbbd53;
	  border-bottom: 0;
	  left: 0;
	  right: 0;
	  top: unset;
	  bottom: -35px;
	}
  }
  .p-flow {
	margin-bottom: 15px;
  }
  .p-flow .c-flow__item {
	padding: 20px 15px;
	border-radius: 10px;
  }
  .p-flow .c-flow__item.c-btn__cv1col {
	padding: 30px 15px;
  }
  .p-flow .c-flow__head {
	font-size: 18px;
	order: unset;
  }
  .p-flow__box {
	display: flex;
	gap: 55px;
	margin-bottom: 30px;
  }
  .p-flow__image {
	width: 185px;
  }
  .p-flow__image:not(:last-child)::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 15px solid #DBD1C1;
	border-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto;
  }
  .p-flow__text {
	font-size: 16px;
  }
  @media screen and (max-width: 767.9px) {
	.p-flow .c-flow__item.c-btn__cv1col {
	  padding: 15px;
	}
	.p-flow .c-flow__head {
	  font-size: 16px;
	}
	.p-flow__box {
	  gap: 30px;
	  margin-bottom: 15px;
	}
	.p-flow__image {
	  width: 137px;
	}
	.p-flow__image:not(:last-child)::before {
	  border-top: 18px solid transparent;
	  border-bottom: 18px solid transparent;
	  border-left: 11px solid #dbd1c1;
	  right: -21px;
	}
}
