
.form--lp8 .frame__limit {
  padding: 0;
  max-width: 620px;
}

.form--lp8 .cf-box, 
.form--lp8 .qf-box {
  width: 100%;
}

.form--lp8 .cf-comics {
  padding: 0 20px;
}

.form--lp8 .cf-boxWrapper {
  margin: 0 auto;
  padding: 0 20px 0;
  width: 100%;
}

.form--lp8 .cf-box {
  margin: 0 auto;
  background-color: #FDF5E6;
  border-radius: 0;
}

.form--lp8 .cf-form {
  padding: 15px;
}

.form--lp8 .cf-choice {
  background: #a94162;
  -webkit-box-shadow: 0 5px 0px 0px #631330;
  box-shadow: 0 5px 0px 0px #631330;
}

.form--lp8 .cf-chatbubble.chatbubble--you {
  background: #a94162;
}

.form--lp8 .cf-chatbubble * {
  font-size: 15px;
  line-height: 1.35;
}

.form--lp8 .form__label, 
.form--lp8 .form__text {
  font-size: 16px;
  line-height: 1.35;
}

.form--lp8 .cf-formholder#qset-5 .color--red {
  font-size: 18px;
  line-height: 1.35;
}

.form--lp8 .cf-form__btn.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 600px) {
  .form--lp8 .cf-comics {
    padding: 0;
  }
  
  .form--lp8 .cf-boxWrapper {
    padding: 0;
  }

  .form--lp8 .cf-box {
    border-radius: 0;
  }

  .form--lp8 .cf-boxholder__limit.frame__limit {
    width: 100%;
  }

  .form--lp8 .cf-choice__text, 
  .form--lp8 .qf-choice__text {
    padding: 20px 10px;
    font-size: 16px;
  }

  .form--lp8 .form__label, 
  .form--lp8 .form__text {
    font-size: 14px;
    line-height: 1.35;
  }

  .form--lp8 .apply-border {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .form--lp8 .cf-chatbubble * {
    font-size: 14px;
  }

  .form--lp8 .form__error {
    font-size: 2.933vw;
  }
}


/* --------------------
入力フォーム上ヘッダー
-------------------- */

img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

p.thanks {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px auto 10px auto;
  padding-bottom: 50px;
  text-align: center;
}

.page_view {
  margin-top: 0;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.page_view span {
  margin-right: 0.25em;
  font-size: 16px;
  color: #5eb6d3;
}

.questionnaire_area .form_title{
  background: #0f2d5e;
  text-align: center;
  line-height: 3;
  padding: 50px 0 50px;
  font-size: 16px;
  font-family:-apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  font-weight: bold;
}

.yellow-line{
  background: #fff9ba;
  padding: 3px;
}

.yellow-line-2{
  padding: 5px 20px;
  border-top: 3px solid #fff9ba;
  border-bottom: 3px solid #fff9ba;
}

.white{
  color: #fff;
}

/* --------------------
入力フォーム
-------------------- */
/* .questionnaire_area{
    width: 620px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    margin-top: -20px;
    padding-top: 20px;
} */

.questionnaire_area p {
  color: #353535;
  font-size: 16px;
  line-height: 2;
  margin: 30px 10px 0 10px;
}
.form_img{
  margin: 0!important;
}

.questionnaire_area img {
  display: block;
  margin: 0;
  padding: 0px;
  width: 100%;
}

.questionnaire_area em {
  display: inline;
  font-style: normal;
  font-weight: bold;
  padding: 0.2em;
}

.questionnaire_area footer {
  background: #00234c;
  margin: 0 auto;
  text-align: center;
  width: 640px;
}

.questionnaire_area footer div {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0px 10px;
}

.questionnaire_area footer div:nth-of-type(2) {
  border-left: 1px solid #fff;
}

.questionnaire_area footer div a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.questionnaire {
  background: #7F97B8;
  padding: 16px;
  position: relative;
  margin: 0;
}

.questionnaire__wrapper {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 48px 0;
}

.questionnaire__title {
  background: #31b2d0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  padding: 8px 0;
  text-align: center;
}

.questionnaire__inner {
  margin: 0 auto;
  position: relative;
}

.questionnaire__2col {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.questionnaire__item {
  margin-bottom: 20px;
}

.questionnaire__item:last-child {
  margin-bottom: 0;
}

.questionnaire__2col .questionnaire__item {
  flex: 0 1 50%;
  margin: 0;
}

.questionnaire__head {
  align-items: center;
  display: flex;
}

.q .questionnaire__balloon {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  width: 42px;
}


.q .questionnaire__question {
  font-size: 20px;
  font-weight: bold;
  margin: 3px auto 3px 0;
  text-align: justify;
}

.questionnaire__question span {
  color: #696969;
  font-size: 12px;
  font-weight: 500;
}

.questionnaire__note_box {
  position: relative;
}

.q .questionnaire__note {
  color: #6a6a6a;
  display: block;
  font-size: 60%;
  font-weight: 500;
  left: 0;
  margin: 0;
  min-width: 180px;
  position: absolute;
  top: 100%;
}

/* --------------------
借入金額入力
-------------------- */

.q .questionnaire__debt_text {
  align-items: flex-end;
  display: flex;
  margin: 0;
  text-align: center;
}

.questionnaire__debt_unit {
  font-weight: 700;
  padding-left: 0.5em;
  white-space: nowrap;
}

.questionnaire__debt_inner {
  display: block;
}

.questionnaire__debt_total em {
  display: block;
}

input.questionnaire__input,
.questionnaire .questionnaire__debt_total input.questionnaire__debt_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #a8a8a8;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  padding: 10px 8px;
  width: 100%;
}

.questionnaire__input::-moz-placeholder {
  color: #ccc;
}

.questionnaire__input:-ms-input-placeholder {
  color: #ccc;
}

.questionnaire__input::-ms-input-placeholder {
  color: #ccc;
}

.questionnaire__input::placeholder {
  color: #ccc;
}

.questionnaire .questionnaire__debt_total input.questionnaire__debt_input {
  max-width: 160px;
}

.questionnaire .questionnaire__debt_total input.questionnaire__debt_input + span {
  padding: 0;
}

input.questionnaire__input,
.questionnaire .questionnaire__debt_total input.questionnaire__debt_input + span::before {
  content: none;
}

/* --------------------
質問内電話番号
-------------------- */

.questionnaire__tel {
  align-items: center;
  display: flex;
  max-width: 100%;
}

.questionnaire__tel input.questionnaire__input {
  margin: 0 0 0 10px;
  width: 100px;
}

/* --------------------
セレクトボックス
-------------------- */

.questionnaire__select_box,
.questionnaire__select_box--pref,
.questionnaire__select_box--tel {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.questionnaire__select_box--pref {
  max-width: 200px;
}

.questionnaire__select_box--pref select,
.questionnaire__select_box select,
.questionnaire__select_box--tel select {
  color: #363636;
}

.questionnaire__select_box--tel {
  max-width: 100px;
}

.questionnaire__select_box:after,
.questionnaire__select_box--pref:after,
.questionnaire__select_box--tel:after {
  border: none;
  border-bottom: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  bottom: calc(50% - 3px);
  content: '';
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
  width: 5px;
}

.questionnaire__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #a8a8a8;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  height: 50px;
  padding: 0.5em;
  width: 100%;
}

.questionnaire__select:disabled {
  background-color: orange;
  border: 1px solid black;
  color: blue;
}


@media screen and (max-width: 640px){
.questionnaire__wrapper{
padding: 30px 20px 0;
}
.questionnaire__2col{
display: block;
margin: 0;
}
.questionnaire__2col .questionnaire__item{
margin: 0 0 20px;
}
p.submit_t{
font-size:10px;
}
}


/***************************************

Check

***************************************/
.questionn li {
  margin: 10px;
  line-height:1.8;
  font-size: 15px;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.questionn {
  margin: 20px auto;
  padding: 15px;
  background: #fc694e;
}

.questionn div {
  padding: 12px;
  background: #fff;
}

.questionn__balloon {
  margin: 30px 10px 0 10px;
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.questionn__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.2;
}

.questionn input {
  display: none;
}

.questionn input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 .2em 0;
  cursor: pointer;
}

.questionn input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}

.questionn input:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .3em;
  margin-top: -.2em;
  display: block;
  border-left: 4px solid #FF0000;
  border-bottom: 4px solid #FF0000;
}


/***************************************

count

***************************************/
.count {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.questionn__question {
  padding: 10px 30px 10px 20px;
  background-color: #fc694e;
  border-radius: 60px;
  /* padding-left: 20px; */
  color: black;
  /* padding-right: 30px; */
  position: relative;
  z-index: 1;
}

.questionn__question::after {
  width: 22px;
  height: 19px;
  position: absolute;
  bottom: -5px;
  right: 70px;
  background-color: #fc694e;
  content: " ";
  transform: rotateZ(-37deg) skewX(-20deg);
  z-index: -1;
}

.questionn__question>span {
  font-size: 28px;
  padding-right: 10px;
}

.questionn__balloon {
  display: none;
}

@media screen and (max-width: 600px) {
  .questionn li {
    font-size: 13px;
  }

  .questionn__question>span {
    font-size: 20px;
  }

  .questionn__question {
    font-size: 14px;
  }

  p.thanks {
    font-size: 18px;
  }
}
