/*モーダル内テキスト複数行対応*/
.check_Box-container p.check_Box-container-item{
	display: flex;
	align-items: center;
}
.check_Box-container p.check_Box-container-item label:after {
	top:calc((100% - 14px) * 0.5);
	display: flex;
	align-items: center;
}

.tokuten {
  display: inline-block;
  padding: 1px 15px;
  border-radius: 8px;
  color: #FFF;
  margin-right: 15px;
}
.tokuten1,.tokuten2 {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.c-kv + .c-btn__cv1col {
  border-radius: 0;
}
@media screen and (max-width: 767.9px) {
  .c-kv + .c-btn__cv1col {
    row-gap: 20px;
  }
}
.p-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.p-item {
  width: 33%;
  max-width: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 33px 16px 28px;
  border: 1px solid #F07800;
  position: relative;
}
.p-title {
  color: #F07800;
  line-height: 1.3;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  order: 2;
}
.p-title--num {
  max-width: 68px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-img {
  width: 88px;
  margin-bottom: 16px;
  order: 1;
}
.p-body {
  line-height: 1.4;
  order: 3;
}
.p-sup {
  line-height: 1.4;
  padding: 28px 0;
  margin: 50px auto 10px;
  border-top: 1px solid #F07800;
  border-bottom: 1px solid #F07800;
}
.p-kinri {
  padding: 34px 0;
  display: flex;
  justify-content: center;
  background: #FFFAEE;
}
.p-kinri__item:first-of-type {
  padding-right: 50px;
  margin-right: 85px;
  border-right: 1px solid #F07800;
}
.p-kinri__item h3 {
  color: #595959;
}
.p-kinri__value {
  font-size: 23px;
}
.p-kinri__value .num {
  font-size: 39px;
}
.p-kinri__lead {
  color: #838383;
  font-weight: normal;
  margin-bottom: 0;
}
.p-apply {
  background: #FEF3EC;
}
.p-apply__text {
  font-size: 22px;
  margin-bottom: 8px;
}
.p-apply__text .num {
  font-size: 28px;
}
.p-step .c-flow__item:nth-of-type(3) .c-flow__icon img {
  width: 55%;
  height: auto;
  bottom: auto;
  top: 10%;
}
.p-app_bnr a {
  transition: 0.2s;
}
.p-loan_kinri {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 2;
}
.c-card__item--single picture {
  width: 48%;
  border-radius: 8px 0 0 8px;
  flex-shrink: 0;
}
.c-card__item--single picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-visible--850 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1020px){
  .c-card__item--single .c-card__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 850px) and (max-width: 980px){
  .p-visible--850 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-app_bnr a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .p-kinri {
    flex-direction: column;
  }
  .p-kinri__item:first-of-type {
    margin: 0 20px 28px;
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid #F67E22;
  }
  .p-kinri__value {
    font-size: 20px;
  }
  .p-kinri__value .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-box {
    flex-direction: column;
    align-items: center;
    row-gap: 46px;
  }
  .p-item {
    width: 280px;
    max-width: 100%;
  }
  .p-sup {
    line-height: 1.5;
    margin-top: 32px;
  }
  .p-step .c-flow__item:nth-of-type(3) .c-flow__icon {
    width: 100px;
    height: 60px;
    flex-shrink: 0;
  }
  .p-step .c-flow__item:nth-of-type(3) .c-flow__icon img {
    width: 100px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: auto;
  }
  .c-table td .c-table th, .c-table td .c-table td {
    display: table-cell;
  }
  .c-card__item--single picture {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}

/* --- */
.c-flow__item {
  width: 25%;
  max-width: 200px;
}
.c-flow__icon {
  width: 70%;
  height: auto;
  padding-top: 70%;
  display: block;
}
.c-flow__icon img {
  width: 70%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  .c-flow__item {
      width: 100%;
      max-width: 100%;
  }
  .c-flow__icon {
      width: 60px;
      height: 60px;
      padding-top: 0;
  }
  .c-flow__icon img {
      width: 60px;
      height: 60px;
  }
}
.p-btn__cv1co2 .c-btn__col{
    align-items: flex-end;
}
.p-btn__cv1co2 .c-btn{
    flex-grow: unset!important;
}
@media screen and (max-width: 767.9px) {
  .p-btn__cv1co2 .c-btn__col{
      align-items: center;
  }
}