@charset "UTF-8";

/* 全体的な設定 */
html {
    height: 100%;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
    /* visibility: hidden; */
  }
  /* html.wf-active {
    visibility: visible;
  } */
body {
    height: 100%;
    height: 100dvh;
}
body,
input,
select,
textarea {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    color: #222;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }

/* 問い合わせフォームで非表示にするclass */
.wpcf7-spinner {
  display: none !important;
}

/*---------------------*/
/* フッター */
footer {
  text-align: center;
  padding-bottom: 30px;
}
footer .logo-area {
  max-width: 250px;
  background-color: #EB1111;
  padding: 10px 50px;
  margin: 0 auto 30px;
}
footer small {
  font-size: 14px;
}
footer .copy br {
  display: none;
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  footer .copy br {
    display: block;
  }
}


/*---------------------*/
/* 全体共通 */
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-inner {
  max-width: 650px;
  margin: 0 auto;
}
.btn-area {
  padding-top: 20px;
  text-align: center;
}
.btn {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background-color: #FF7600;
  padding: 15px;
  width: 300px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width:1300px) {
  .section-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width:650px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:450px) {
    .btn-area {
        padding-top: 30px;
    }
    .btn {
        font-size: 16px;
        width: 250px;
    }
}

/*---------------------*/
/* top intro */
#intro {
  background-color: #FADCDC;
}
#intro .title-area {
  text-align: center;
  margin-bottom: 30px;
}
#intro .title-area h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
#intro .title-area p {
  color: #EB1111;
  font-size: 22px;
  font-weight: bold;
}
#intro .big-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}
#intro .small-text {
  line-height: 1.6;
}
#intro .title-area h1 br,#intro .title-area p br {
  display: none;
}
@media screen and (max-width:650px) {
  #intro .title-area h1 {
      font-size: 32px;
  }
  #intro .title-area p {
      font-size: 16px;
  }
  #intro .big-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:500px) {
    #intro .title-area h1 {
      line-height: 1.6;
      margin-bottom: 10px;
    }
    #intro .title-area p {
      line-height: 1.5;
    }
    #intro .big-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
  #intro .small-text p {
    font-size: 14px;
  }
  #intro .title-area h1 br,#intro .title-area p br {
   display: block;
  }
}
@media screen and (max-width:430px) {
  #intro .title-area {
      margin-bottom: 20px;
  }
  #intro .title-area h1 {
    font-size: 28px;
  }
  #intro .big-text {
    font-size: 15px;
  }
  #intro .small-text p {
    font-size: 12px;
  }
}


/* top loan */
#loan {
  padding-top: 0;
  padding-bottom: 80px;
}
.loan-form {
  max-width: 1000px;
  margin: 0 auto;
}
.loan-form h2 {
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #EB1111;
}
.form-item {
  margin-bottom: 10px;
}
.form-item dt {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  padding: 20px 0 0 0;
}
.form-item .last-dt {
    display: flex;
    align-items: flex-start;
}
.form-item dt label {
  font-size: 18px;
  font-weight: bold;
}
.form-item dt span {
    background-color: #EB1111;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}
.form-item dd {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
}
.form-item dd p {
  width: 100%;
}
.form-item .short {
  max-width: 300px;
}
.form-item .short p {
  display: flex;
}
.form-item .income-inputs {
  width: 70%;
}
.form-item dd span {
  padding: 0 0 0 10px;
}
.form-item dd .text {
  display: flex;
  justify-content: left;
  align-items: center;
}
.form-item .work-inputs dd span.text,.form-item .residence-inputs dd span.text,.form-item .income-inputs span.text,.form-item .short .text {
  width: 8em;
}
.birth-inputs,.work-inputs,.residence-inputs {
  display: flex;
  column-gap: 10px;
}
.birth-inputs p,.work-inputs p,.residence-inputs p {
  display: flex;
}
.form-item.birth dd .text {
  width: 4em;
}

.form-control {
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  padding: 10px 15px;
  width: 98%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
  font-weight: initial;
}
.text-box dd p {
  width: 100%;
}
.form-control:focus,
.form-textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-item.gender-group {
    margin: 0 0 20px 0; 
}
.form-item.gender-group dt {
    font-weight: bold;
    margin-bottom: 10px;
}
.form-item.gender-group dd {
    margin-left: 0; 
    padding: 0;
}
.form-item.household .kome {
  padding-top: 10px;
}
.radio-option {
    position: relative;
    display: flex;
    align-items: center; 
    cursor: pointer;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
  }
.form-item dd span label {
    display: flex;
    width: 7em;
}
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%; 
  background-color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  display: block;
}
input[type="radio"]:checked:before {
  position: absolute;    
  top: 50%; 
  left: 50%;    
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333; 
  content: '';
}
.form-textarea {
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  width: 97%;
  height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  font-weight: initial;
}
.check-area {
    margin: 30px auto 0;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    max-width: 350px;
    text-align: left;
}
.check-area.last-check br {
  display: none;
}
.check-item {
    display: block;
    margin: 10px 0;
    cursor: pointer;
    user-select: none;
    font-size: 1em;
}
.check-text {
    vertical-align: middle;
    padding-left: 3em;
}
.check-text a {
  color: #EB1111;
}
input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #EB1111;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #EB1111;
  border-bottom: 2px solid #EB1111;
  content: '';
}
@media screen and (max-width: 650px) {
  #loan {
    padding-top: 30px;
  }
  .loan-form h2 {
    padding-top: 20px;
    font-size: 18px;
  }
  .form-item dt label {
      font-size: 16px;
  }
  .form-item dt {
      padding: 12px 0 0 0;
  }
  .form-item dd {
      padding: 10px 0 0 0;
  }
  .form-textarea {
      height: 200px;
  }
  .form-control {
    font-size: 14px;
  }
  .form-item.household .kome {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
    #loan {
      padding-bottom: 50px;
    }
    .form-textarea {
        height: 220px;
    }
    .form-item dt span {
        padding: 2px 12px;
        font-size: 12px;
    }
    .form-item .work-inputs dd span.text,.form-item .residence-inputs dd span.text,.form-item .income-inputs span.text,.form-item .short .text {
      width: 10em;
    }
    input[type="checkbox"] {
      margin-right: 5px;
    }
    .check-area {
      margin: 0px auto 0;
    }
    .check-text,.last-check .wpcf7-list-item-label {
      font-size: 14px;
    }
    #loan .btn-area {
        padding-top: 0px;
    }
}


/* リキャプチャ */
.recaptcha-wrapper p{color:#000;}
.recaptcha-wrapper p a{color:#FFEC00;}
.recaptcha-br{display: none;}
.recaptcha-br2 {display:none;}
.recaptcha-wrapper{text-align:center; margin-top: 40px; color:#000; line-height:2;}
/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}
@media (max-width: 767px) {
.recaptcha-wrapper p {font-size:12px;}
.recaptcha-br{display: block}
}
@media (max-width: 420px) {
.recaptcha-br2 {display:block;}
}


/* 下層　policy */
.intro-sub h1 {
  line-height: 1.8;
}
#intro.intro-sub .title-area {
  margin-bottom: 0;
}
#intro.intro-sub .title-area h1 {
  margin-bottom: 0;
}
#intro.intro-sub .title-area h1 br {
  display: block;
}
#intro.intro-sub .title-area h1 .br2 {
  display: none;
}
.policy .list {
  margin-bottom: 30px;
}
.policy h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.policy p {
  font-size: 14px;
  line-height: 1.6;
}
.policy .no1-ul {
list-style-type:disc;
padding-left: 1em;
}
.policy .no1-li {
  font-size: 14px;
  line-height: 1.8;
}
.policy .contact-area {
  padding-top: 20px;
}
.policy .contact-area .company {
  font-weight: bold;
}
.policy .contact-area .company br,.policy .contact-area .address br {
  display: none;
}
@media (max-width: 500px) {
  #intro.intro-sub .title-area h1 .br2 {
    display: block;
  }
  .policy .contact-area .company br,.policy .contact-area .address br {
    display: block;
  }
}