@charset "UTF-8";

:root {
  /*キーカラー*/
  --keycolor: #255094;
  /*キーカラーサブ*/
  --keycolor-sub: #009b3c;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html,
body {
  font-family: sans-serif;
  height: 100%;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 0;
  width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  background: #eff5f8;
  color: #111;
  font-family: 'Yu Gothic', '游ゴシック体', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
img {
  width: 100%;
}

a {
  color: #111;
  text-decoration: none;
  font-weight: bold;
}
p {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 10px 0 0;
}
img {
  border-style: none;
  vertical-align: bottom;
}
p img {
  display: block;
  width: 100%;
  height: auto;
}
hr {
  display: none;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
.red {
  color: #ff0000;
}
.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

/* main_contents */

.main_contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.fv {
  text-align: center;
  margin: 2px 10px 0 0;
  padding: 10px 5px 20px;
  font-size: 7vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  width: 100%;
  background: #00b901;
  letter-spacing: 0.01em;
}
.fv .small {
  font-size: 6vw;
}
.fv .yellow {
  letter-spacing: 2px;
}
.fv_em {
  font-size: 17px;
  font-size: 1.7rem;
  background: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  color: #00a501;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 5px;
}
.header_icon {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.header_icon img {
  width: 100%;
}
h2 {
  font-size: 36px;
  font-size: 4.6875vmin;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0 20px;
  letter-spacing: -0.1rem;
  padding: 0.75em 0 0.75em;
  position: relative;
}
.spOnly {
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .fv {
    padding: 20px 0;
    font-size: 35px;
    font-size: 3.5rem;
  }
  .fv .small {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .fv_em {
    font-size: 25px;
    font-size: 2.5rem;
  }

  h2 {
    font-size: 22px;
  }
  .spOnly {
    display: none;
  }
}

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

文字の装飾

******************************/
.yellow {
  color: #fffc33;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.sub {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
  color: #777;
}

/*PR表記*/
.pr_text {
  font-size: 14px;
  text-align: right;
  color: #797979;
  margin: 0 10px -20px;
}

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

画像

******************************/
.sim {
  text-align: center;
}

.sim img {
  width: 70%;
}

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

アクション

******************************/
.brock-ok {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

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

Check

***************************************/
.questionnaire1 {
  margin: 30px 0 0;
  padding: 12px;
  background: #fff;
  border: solid 10px #00b901;
}
.h2_question {
  color: #00b901;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.questionnaire1__balloon {
  margin: 30px 10px 5px 10px;
  width: 15%;
}
.questionnaire1__balloon:nth-of-type(1) {
  margin-top: 10px;
}
.questionnaire1__question {
  margin: 0 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
.questionnaire1 ul {
  background: #f5f5f5;
  margin-top: 10px;
  padding: 7px 0;
}
.questionnaire1 ul li {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.questionnaire1 ul li .txSmall {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
.questionnaire1 input {
  display: none;
}
.questionnaire1 input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0.2em 0;
  cursor: pointer;
}
.questionnaire1 input + span::before {
  position: absolute;
  content: '';
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
.questionnaire1 input:checked + span::after {
  position: absolute;
  content: '';
  top: 0.75em;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.3em;
  margin-top: -0.2em;
  display: block;
  border-left: 4px solid #ff0000;
  border-bottom: 4px solid #ff0000;
}
.questionnaire1 .thanks {
  text-align: center;
  margin: 20px 0 10px;
}

@media screen and (max-width: 30em) {
  .questionnaire1 {
    padding: 10px;
  }
  .questionnaire1__balloon {
    width: 18%;
  }
  .questionnaire1__question {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
  }
}

/* #form */

* html .CF {
  height: 1%;
}
* + html .CF {
  min-height: 1%;
}
.cf {
  display: block;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}

input {
  line-height: normal;
  vertical-align: top;
}
textarea {
  font-size: 100%;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  border: none;
  background-color: none;
  padding: 0;
}
a,
input,
textarea,
select {
  outline: none;
}
input,
textarea,
select {
  font-size: 1.6rem;
}
#personals input[type='tel'],
#personals input[type='email'],
#personals input[type='text'],
#personals textarea,
select {
  background: #fff;
  border: 2px solid #969696;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.5em;
}
select {
  height: 50px;
  width: 100%;
}

ul.t {
  display: table;
  width: 100%;
}
ul.t li.t {
  display: table-cell;
}
.centering {
  text-align: center;
}
.righting {
  text-align: right;
}

/*brak point*/
.max374 {
  display: none;
}

/*form_header*/
.form_header p.o_name {
  background: #fff;
  line-height: 1;
  padding: 0 5px;
  width: 100%;
  height: 46px;
}
p.o_name img {
  margin: 0 auto;
  width: auto;
  height: 80%;
}
h1.form_h1 {
  background: #255094;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
  margin: 0;
}
h1.form_h1 .yellow {
  color: #ffff00;
}

article {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*div.form_main*/
div.form_main {
  width: 100%;
  height: auto;
  position: relative;
}
div.form_main p {
  margin: 0;
}
div.form_main p img,
div.form_main div img {
  display: block;
  width: 100%;
  height: auto;
}
div[class^='head_img'] {
  width: 16%;
  height: auto;
  overflow: visible;
  position: absolute;
}
div.head_img1 {
  top: 14%;
  left: 28.5%;
}
div.head_img2 {
  top: 50%;
  left: 39%;
}
div.head_img3 {
  top: 14%;
  left: 49.5%;
}
div.head_img4 {
  top: 50%;
  left: 60.5%;
}

div.head_img1 img {
  animation: bigsmall1 4s linear infinite normal;
}
@keyframes bigsmall1 {
  0% {
    transform: scale(0.96);
  }
  5% {
    transform: scale(0.96);
  }
  15% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(0.96);
  }
}
div.head_img2 img {
  animation: bigsmall2 4s linear infinite normal;
}
@keyframes bigsmall2 {
  0% {
    transform: scale(0.96);
  }
  30% {
    transform: scale(0.96);
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(0.96);
  }
}
div.head_img3 img {
  animation: bigsmall3 4s linear infinite normal;
}
@keyframes bigsmall3 {
  0% {
    transform: scale(0.96);
  }
  55% {
    transform: scale(0.96);
  }
  65% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(0.96);
  }
}
div.head_img4 img {
  animation: bigsmall4 4s linear infinite normal;
}
@keyframes bigsmall4 {
  0% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(0.96);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.96);
  }
}

#loader {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 5;
}
#loader img {
  height: auto;
  width: 100%;
}

/*form_main contents*/
li.space {
  float: left;
  padding-bottom: 10px;
}
li.col {
  float: left;
}

section#space_answer {
  background: transparent;
  margin: 0 10px;
  min-height: 190px;
  padding: 20px 0 10px;
  position: relative;
}

div.contents_wrapper {
  padding: 0 0 20px;
  position: relative;
  z-index: 0;
}

/* --------------------
質問文
-------------------- */
.title {
  background: #fff;
  border-radius: 0 5px 5px 5px;
  font-size: 1.6rem;
  margin: 0;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
.title ul li {
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}
.title ul li .icon_q {
  display: block;
  line-height: 1.3;
  overflow: visible;
  text-align: left;
  padding: 17px 3px 12px 35px;
  position: relative;
}
.title ul li .icon_q:before {
  background: url(../img/icon_q.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 17px;
}
.title ul li .icon_q.small {
  font-size: 1.5rem;
}
.title ul li .icon_q.small span.smallsmall {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .title ul li .icon_q {
    padding: 25px 3px 20px 45px;
  }
  .title ul li .icon_q:before {
    left: 10px;
    top: 25px;
  }
}

#spece_contents {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 0 5px 10px;
}

/*借入金額*/
.col_debt_amount input {
  background: #fff;
  border: 2px solid #969696;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.8em 1em;
  text-align: center;
  width: 80%;
}
#number_input span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 5px 3px;
  vertical-align: bottom;
}
#number_input em {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 3em 0.5em 0;
  text-align: center;
}

/*個人情報入力*/
#personals {
  background: #fff;
  border-radius: 16px;
  margin: -15% 10px 0 10px;
  min-height: 230px;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}
#personals .title {
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 10px 0 0 0;
  padding: 0 0 12px;
  text-align: center;
}
#personals dl {
  font-size: 1.6rem;
  margin: 0 15px;
}
#personals dt {
  font-size: 15px;
  font-weight: 700;
  margin: 16px 0 0;
}
#personals dd {
  margin: 0.4em 0 0;
}
#personals dd.tel {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#personals dd.tel span {
  font-size: 3.2rem;
}
#personals dd.tel input {
  height: 50px;
  vertical-align: baseline;
  text-align: center;
}
#personals input[type='tel'],
.tel .select_box {
  width: 27%;
}
#personals input[type='email'],
#personals input[type='text'] {
  height: 50px;
  width: 100%;
}
#personals textarea {
  height: 60px;
  width: 100%;
}

/*select box*/
.select_box {
  position: relative;
}
.select_box:after {
  background: url(../img/icon_arrow.png) left top/contain no-repeat;
  border: none;
  content: '';
  display: block;
  height: 9px;
  overflow: hidden;
  position: absolute;
  right: 4vmin;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
}

/*送信ボタン*/
p.button {
  margin: 10px auto 0;
  width: 250px;
}
button#submit {
  appearance: none;
  background: linear-gradient(to bottom right, #3d50a1, #1d3688);
  border: 2px solid #142d81;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.8em 0;
  position: relative;
  text-align: center;
  width: 100%;
  transition: 0s;
}
button#submit:focus {
  outline-width: 0;
}
button#submit:focus,
button#submit:active,
button#submit:hover {
  background: #0e236a;
}
#submit em.abled {
  display: inline;
  font-size: 20px;
  font-size: 2rem;
}

/*div.button_after*/
div.button_after {
  margin: 15px 0 0;
  padding: 0 0 20px;
  text-align: center;
}
div.button_after p {
  color: #333;
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 640px) {
  div.button_after {
    padding: 0 0 45px;
  }
  div.button_after p {
    font-size: 12px;
  }
}

/*div.footer*/
div.footer {
  background: #197d96;
  padding: 15px 0 20px;
  text-align: center;
  line-height: 2;
}
div.footer p {
  display: inline-block;
  margin: 0;
}
div.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  padding: 0 10px;
}

/*thanksページ*/
body.thanks header p.o_name {
  margin: 0;
}
.thanks article {
  background: none;
}
.thanks .comment_space {
  background: #fff;
  border-radius: 5px;
  margin: 15px 10px;
  padding: 35px 10px;
  position: relative;
}
.thanks .title_thanks {
  color: #dd0e5e;
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.thanks .comment_space p {
  color: #000;
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.thanks_go2line_input-group__cta_btn {
  margin: 5px auto 0;
  padding: 8px 0;
  background: #64b900;
  border: 1px solid #64b900;
  border-radius: 10px;
  box-shadow: 0 6px 0 #3b9a00;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 250px;
}
.thanks_go2line_input-group__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 5px;
}
.thanks_go2line_input-group__txt::before {
  content: '';
  width: 20px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.thanks_go2line_input-group__txt::after {
  content: '';
  width: 20px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.thanks p.comment_space__text {
  font-weight: normal !important;
  margin-top: 30px;
  letter-spacing: 1px;
  font-size: 18px;
}
.comment_space__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks .thanks_dtl_office {
  width: 65%;
}
.thanks .woman_img {
  flex: 1;
  margin: 0 10px;
}
.thanks .woman_img img {
  width: 100%;
}

/*error*/
.error .comment_space {
  background: #fff;
  border-radius: 5px;
  margin: 15px 10px;
  min-height: 230px;
  padding: 10px 10px 20px;
  position: relative;
}
.error_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
}
.error_text {
  color: #c30;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .thanks_call_num {
    font-size: 3vw;
  }
}
@media screen and (max-width: 374px) {
  .max374 {
    display: block;
  }
}
p.point {
  color: #333;
  font-size: 10px;
  margin: 10px 0 30px;
  text-align: center;
}
p.point span {
  display: block;
  max-width: 280px;
  text-align: left;
  margin: 5px auto 0;
}

/*手順2step 追加*/

.thanks h3 {
  color: var(--keycolor);
  text-align: center;
  font-size: 2.3rem;
  position: relative;
  margin: 2.5rem 0 1.5rem;
  font-weight: bold;
}
.thanks h3::before {
  content: '';
  width: 30%;
  border-bottom: 2px solid var(--keycolor);
  position: absolute;
  left: 5px;
  top: 40%;
}
.thanks h3::after {
  content: '';
  width: 30%;
  border-bottom: 2px solid var(--keycolor);
  position: absolute;
  right: 5px;
  top: 40%;
}
.thanks p {
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.thanks div.thanks_dtl {
  margin: 30px 0 0;
  border-radius: 10px;
}
.thanks div.thanks_dtl_title {
  color: var(--keycolor);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--keycolor);
  border-radius: 10px;
  text-align: left;
}
.thanks div.thanks_dtl_title .title_text-1 {
  display: inline-block;
  width: 20%;
  background: var(--keycolor);
  color: #e9e90e;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5% 0;
}
.thanks div.thanks_dtl_title .title_text-2 {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 10px;
  margin: 0;
  width: 75%;
}
.thanks div.thanks_dtl_title .title_text-2 span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.thanks .thanks_dtl_office {
  padding: 0 0 15px;
  margin-top: 20px;
}

.thanks .thanks_dtl_office .tel {
  background: var(--keycolor);
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0;
  text-align: center;
  margin: 1em auto 0;
  width: 90%;
}

.thanks .thanks_dtl_office .thanks_call_num,
.thanks .thanks_dtl_office .thanks_call_num a {
  color: #0d3574;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
  text-align: right;
}
.thanks_call_num span {
  color: #d7000a;
}
.thanks .thanks_dtl_office .office_text {
  margin: 0.7em 0 0;
}

/*手順2step追加 おわり*/

.thanks .thanks_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 30px 0 0;
  text-align: center;
}
.thanks_tel_info {
  border: 3px solid var(--keycolor-sub);
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}

.thanks_call_num:before {
  content: '';
  width: 3vw;
  height: 4vw;
  margin-right: 5px;
  background: url(../img/tel.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.thanks .thanks_call_desc {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.thanks .thanks_last_text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 30px 0 0 0;
  text-align: center;
}

/* --------------------
youtube
-------------------- */

.video {
  text-align: center;
  width: 100%;
}
.video_triangle {
  border: 20px solid transparent;
  border-top: 20px solid #6e91c5;
  display: block;
  margin: 0 auto 20px;
  height: 0;
  position: relative;
  width: 0;
}
.video_triangle:before {
  content: '';
  border: 20px solid transparent;
  border-top: 20px solid #a9bcd8;
  display: block;
  position: absolute;
  left: -20px;
  right: 0;
  margin: auto;
  top: 7px;
  height: 0;
  width: 0;
}
.thanks .video_title {
  color: var(--keycolor);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--keycolor);
  border-radius: 10px;
  text-align: left;
}
.thanks .video_title .title_text-1 {
  display: inline-block;
  width: 20%;
  background: var(--keycolor);
  color: #e9e90e;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5% 0;
}
.thanks .video_title .title_text-2 {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 10px;
  margin: 0;
  width: 75%;
}
.thanks .video_title .title_text-2 span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.video_img {
  width: 100%;
}
.video_img img {
  max-width: 100%;
}
@media screen and (max-width: 344px) {
  .thanks .video_title .title_text-1 {
    padding: 12.2% 0;
  }
  .thanks div.thanks_dtl_title .title_text-1 {
    padding: 8.3% 0;
  }
}

.is_privacy_read_text {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox:before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 14px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.checkbox:after {
  border-right: 3px solid #06b5b5;
  border-bottom: 3px solid #06b5b5;
  content: '';
  display: block;
  height: 9px;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type='checkbox']:checked + .checkbox:after {
  opacity: 1;
}
.thanks .comment_space p.surely {
  background: #0d3574;
  border-radius: 5px;
  color: #ffff00;
  font-size: 22px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0 0;
  padding: 10px;
  text-align: center;
  -webkit-animation: blink 1.2s linear infinite;
  animation: blink 1.2s linear infinite;
}
@-webkit-keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  51% {
    color: #ffff00;
  }
  100% {
    color: #ffff00;
  }
}
@keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  51% {
    color: #ffff00;
  }
  100% {
    color: #ffff00;
  }
}

/*シミュレーター*/
.sim_form {
  overflow: hidden;
}
.sim_form .form_title {
  background: #192d4b;
  text-align: center;
  line-height: 3;
  padding: 30px 0 20px;
}
.form_title span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .form_title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  .form_title span {
    font-size: 16px;
  }
}

.questionnaire2_area p {
  color: #353535;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 10px;
}
.sim_form .form_img {
  margin: 0;
}
.questionnaire2_area img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.questionnaire2 {
  background: #dbe3f0;
  padding: 16px;
  position: relative;
  margin: 0;
}
.questionnaire2__wrapper {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 48px 0;
}
.questionnaire2__inner {
  margin: 0 auto;
  position: relative;
}
.questionnaire2__2col {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
.questionnaire2__item {
  margin-bottom: 20px;
}
.questionnaire2__2col .questionnaire2__item {
  flex: 0 1 48%;
}
.questionnaire2__head {
  display: flex;
  align-items: center;
}
.questionnaire2__balloon {
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 0;
  /*vertical-align: top;*/
  width: 37px;
}
.questionnaire2__question {
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  margin: 0;
}
.questionnaire2__question span {
  color: #a4a4a4;
  font-size: 10px;
  font-weight: 500;
}
.questionnaire2__note_box {
  position: relative;
}
.questionnaire2__note {
  color: #a4a4a4;
  display: block;
  font-size: 80%;
  font-weight: 500;
  left: 0;
  margin: 0;
  min-width: 180px;
  position: absolute;
  top: 100%;
  text-align: left;
}
.questionnaire2__note span {
  font-size: 80%;
}

/*借入金額入力*/
.questionnaire2__debt_text {
  align-items: flex-end;
  display: flex;
  margin: 0;
  text-align: center;
}
.questionnaire2__debt_unit {
  font-weight: 700;
  padding-left: 0.3em;
  white-space: nowrap;
}
.questionnaire2__debt_inner {
  display: block;
}
.questionnaire2__debt_total em {
  display: block;
}
input.questionnaire2__input,
.questionnaire2 .questionnaire2__debt_total input.questionnaire2__debt_input,
textarea.questionnaire2__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #a8a8a8;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  padding: 14px 8px;
  width: 100%;
}
input.questionnaire2__input {
  border-radius: 5px;
}
.questionnaire2__input::-moz-placeholder {
  color: #ccc;
}
.questionnaire2__input::-webkit-input-placeholder {
  color: #ccc;
}
.questionnaire2__input::placeholder {
  color: #ccc;
}
.questionnaire2 .questionnaire2__debt_total input.questionnaire2__debt_input {
  max-width: 160px;
}
.questionnaire2 .questionnaire2__debt_total input.questionnaire2__debt_input + span {
  padding: 0;
}
input.questionnaire2__input,
.questionnaire2 .questionnaire2__debt_total input.questionnaire2__debt_input + span::before {
  content: none;
}
.debttotal_input_wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.debttotal_input_wrap input.questionnaire2__input {
  flex: 1;
}

/*質問内電話番号*/
.questionnaire2__tel {
  align-items: center;
  display: flex;
  max-width: 100%;
}
.questionnaire2__tel input.questionnaire2__input {
  margin: 0 0 0 10px;
  width: 100px;
  text-align: center;
}

/*セレクトボックス*/
.questionnaire2__select_box,
.questionnaire2__select_box--pref,
.questionnaire2__select_box--tel {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.questionnaire2__select_box--debt {
  width: 100%;
}
.questionnaire2__select_box--pref select,
.questionnaire2__select_box select,
.questionnaire2__select_box--tel select {
  color: #363636;
}
.questionnaire2__select_box--tel {
  max-width: 100px;
}
.questionnaire2__select_box:after,
.questionnaire2__select_box--debt:after,
.questionnaire2__select_box--pref:after,
.questionnaire2__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;
}
.questionnaire2__select_box--debt:after {
  top: 60px;
}

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

.questionnaire2__select:disabled {
  background-color: orange;
  border: 1px solid black;
  color: blue;
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .questionnaire2 {
    padding: 8px;
  }
  .questionnaire2__wrapper {
    padding: 10px;
  }
  .questionnaire2__2col .questionnaire2__item,
  .questionnaire2 .questionnaire2__item {
    margin: 0 0 14px;
  }
  .sp {
    display: block;
  }
  .questionnaire2__note {
    white-space: nowrap;
    /*line-height: 1.4;*/
    font-size: 2.5vw;
    text-align: left;
  }
  .questionnaire2__note span {
    font-size: 2.5vw;
  }
  .questionnaire2__question {
    font-size: 16px;
    margin: 2px auto 2px 0;
  }
  .questionnaire2__2col .questionnaire2__item {
    flex: 0 1 48%;
  }
  .questionnaire2__2col {
    margin-bottom: 2px;
    display: block;
  }
  input.questionnaire2__input,
  .questionnaire2 .questionnaire2__debt_total input.questionnaire2__debt_input {
    padding: 8px 8px;
    height: 50px;
  }
  .questionnaire2__select {
    height: 50px;
  }
  .questionnaire2_area p.is_privacy_read_text {
    font-size: 12px;
    line-height: 2;
  }
  .questionnaire2__item {
    margin-bottom: 9px;
  }
}

/*チェックボックス*/
/* select box , checkboxの矢印を非表示 */
input[type='checkbox'] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0px 0 0px 30px;
}
.checkbox:before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 14px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.checkbox:after {
  border-right: 3px solid #06b5b5;
  border-bottom: 3px solid #06b5b5;
  content: '';
  display: block;
  height: 9px;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type='checkbox']:checked + .checkbox:after {
  opacity: 1;
}

/* conatus code */
.mt15 {
  margin-top: 15px !important;
}
.loader {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  left: calc(50% - 20px);
  padding: 10px;
  position: fixed;
  top: -100vh;
  width: 40px;
  z-index: 5;
  transition: top 0.25s 0s linear;
}
.loader.is-show {
  top: calc(50% - 20px);
}
.loader > img {
  height: auto;
  width: 100%;
}
.wrapper_thanks {
  background-color: #fff;
  font-family: sans-serif;
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  max-width: 640px;
}
.wrapper_thanks .header__logo {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 750px) {
  .wrapper_thanks .header__logo {
    width: 35%;
  }
}
.wrapper_thanks .footer {
  background-color: #fff;
}
.wrapper_thanks .footer a {
  color: #222;
}
.thanks_wrapper {
  background: #fff;
  border: 6px solid #0081cc;
  line-height: 1.8;
  margin: 10px 10px 0;
  padding: 20px 10px 30px;
}
.thanks_title {
  border-bottom: 2px dotted #dcdcdc;
  color: #e24185; /*D55645*/
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0 15px;
  text-align: center;
}
.thanks_text {
  line-height: 1.8;
  text-align: center;
}
.thanks_text_hilight {
  background: #ffff00;
}
.thanks_flow_caption {
  background: #eaeaea;
  border-left: 5px solid #c5c5c5;
  border-right: 5px solid #c5c5c5;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin: 30px 0 0;
  padding: 5px;
  text-align: center;
}
.thanks_flow {
  display: flex;
}
.thanks_flow__title {
  background: #0081cc;
  border: 3px solid #0081cc;
  border-right: none;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.thanks_flow__text {
  background: #fff;
  border: 3px solid #0081cc;
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: #003219;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding: 8px;
  width: 85%;
}
.thanks_flow__text--hilight {
  background: linear-gradient(transparent 55%, #ffff00 55% 95%, transparent 95%);
  padding-bottom: 3px;
}
.thanks_flow_triangle {
  text-align: center;
}
.thanks_flow_triangle > img {
  width: 15%;
  height: auto;
  margin: 0 auto;
}
.thanks_office {
  border: 3px solid #c8c8c8;
  padding: 10px 10px 15px;
}
.thanks_office__name {
  background: #e24185;
  border-radius: 5px;
  color: #fff;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
}
.thanks_office__phone {
  background: url(../img/tel.png) no-repeat;
  background-size: auto 30px;
  background-position: 0 5px;
  color: #4b4b4b; /*192d4b*/
  display: inline-block;
  font-size: 45px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0 30px;
  text-align: center;
}

/*PC表示*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .next_button_box {
    margin: 50px auto 0;
    width: 60%;
  }
  .thanks_wrapper {
    padding: 30px 20px;
  }
  .thanks_flow_triangle > img {
    width: 10%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .thanks_wrapper {
    padding: 40px 20px 25px;
    /*margin: -20px auto 10px;*/
    max-width: 710px;
  }
  .thanks_flow_triangle > img {
    width: 10%;
    height: auto;
  }
}

/*SP表示*/
@media screen and (max-width: 768px) {
  .thanks_flow__title {
    width: 20%;
  }
  .thanks_office__phone {
    font-size: 36px;
  }
}
