@charset "UTF-8";

/*Reset*/

* {
  box-sizing: border-box;
}

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;
}

button,
input[type="submit"],
input[type="button"],
select {
  -webkit-appearance: none;
}

html,
body {
  font-family: sans-serif;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #5e6c77;
  font-family: "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #5e6c77;
  text-decoration: none;
}

p {
  margin: 0;
}

textarea {
  font-size: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: none;
}

em {
  font-style: normal;
}

input {
  line-height: normal;
  vertical-align: top;
}

select::-ms-expand {
  display: none;
}

a,
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  outline: none;
  resize: none;
}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: 1.6rem;
}

input[type="email"] {
  line-height: 2;
}

*:focus {
  outline: none;
}

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

common

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

.footer {
  font-size: 1.2rem;
  padding: 20px 0;
  width: 100%;
}

.footer ul {
  display: flex;
  justify-content: center;
}

.footer ul li {
  flex-shrink: 0;
  margin: 0 40px;
}

/* --------------------
layout
-------------------- */

.sim article {
  overflow: hidden;
  width: 100%;
}

.sim section {
  margin: 20px 10px 120px;
}

/* --------------------
display switch
-------------------- */

.is-hide {
  -webkit-animation: hide 1s forwards;
  animation: hide 1s forwards;
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.is-show {
  -webkit-animation: show 1s forwards;
  animation: show 1s forwards;
  display: block;
  opacity: 1;
  transition: 0.3s;
}

@-webkit-keyframes show {
  0% {
    display: none;
    opacity: 0;
  }

  90% {
    display: block;
  }

  91%, 100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }

  90% {
    display: block;
  }

  91%, 100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }

  90% {
    display: none;
  }

  91%, 100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }

  90% {
    display: none;
  }

  91%, 100% {
    opacity: 0;
  }
}


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

漫画・入力フォーム

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

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

.cps-post-main {
  position: relative;
  z-index: 0;
}

.cps-post-main img {
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
}

.cps-post-main a {
  color: #0088ff;
  text-decoration: underline;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}

.cps-post-main p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 0;
}

.cps-post-fv {
  margin-top: 20px;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.marker {
  background: linear-gradient(transparent 60%, #eeee22 0%);
}

.marker2 {
  border-bottom: 4px solid #ffff99;
  border-radius: 2px;
  border-top: 4px solid #ffff99;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 28px 12px;
}

.jin-flexbox {
  display: flex;
  justify-content: center;
}

.cps-post-main p + .jin-flexbox {
  margin-top: -40px;
}

.cps-post-main p + .jin-flexbox.mt20 {
  margin-top: -20px;
}

.jin-shortcode-button {
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  will-change: transform;
}

.jin-flexbox .jsb-visual-bound {
  -webkit-animation: 2s jin-bound ease infinite;
  animation: 2s jin-bound ease infinite;
}

@-webkit-keyframes jin-bound {
  0% {
    transform: translateY(0px);
  }

  5% {
    transform: translateY(-10px);
  }

  12% {
    transform: translateY(0px);
  }

  18% {
    transform: translateY(-10px);
  }

  24% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes jin-bound {
  0% {
    transform: translateY(0px);
  }

  5% {
    transform: translateY(-10px);
  }

  12% {
    transform: translateY(0px);
  }

  18% {
    transform: translateY(-10px);
  }

  24% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

.jin-shortcode-button a {
  background: #54dcef;
  border-radius: 50px;
  box-shadow: 0px 5px 15px -5px #ccc;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
}

/* --------------------
title
-------------------- */

.cps-post-main h2,
.cps-post-main h3,
.cps-post-main h4,
.cps-post-main h5 {
  font-weight: 400;
  letter-spacing: 0;
}

.h2-style05 h2 {
  background-color: #2294d6;
  border-bottom: none;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
}

.h2-style05 h2:before {
  border-bottom: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid;
  border-top-color: #2294d6;
  bottom: -12px;
  content: "";
  left: 45px;
  margin-left: -15px;
  position: absolute;
  z-index: 90;
}

/* --------------------
list box
-------------------- */

.cps-post-main ul {
  margin-bottom: 1.5em;
  margin-top: 0em;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.cps-post-main ul li {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 18px;
  padding: 0em 0px 0em 25px;
  position: relative;
}

.cps-post-main ul:not([class]) li:before,
.cps-post-main table ul:not([class]) li:before {
  background-color: #2294d6;
  border-radius: 100%;
  content: '';
  display: block;
  height: 6px;
  left: 10px;
  position: absolute;
  top: 0.6em;
  width: 6px;
}

.cps-post-main div ul,
.cps-post-main div ol {
  margin-bottom: 0;
}

.simple-box6 {
  background: #fffdef;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 25px;
  padding-bottom: 0;
}

.kaisetsu-box2 {
  border: 1px solid #89c2f4;
  border-radius: 4px;
  position: relative;
}

.kaisetsu-box2 ol li,
.kaisetsu-box2 ul li {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 9px;
}

.kaisetsu-box2:before {
  background: #F7F7F7;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.kaisetsu-box2-title {
  background: #89c2f4;
  color: #fff;
  display: block;
  left: 0;
  letter-spacing: 0px;
  padding: 12px 0;
  text-align: center;
  top: 0;
  width: 100%;
}

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

入力フォーム

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

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

.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 {
    position: relative;
    padding: 10px;
    background: #FFD6B2;
}

.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 50px;
  position: relative;
}

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

.questionnaire__item {
  margin-bottom: 20px;
}

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


.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: 80%;
  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: 14px 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;
}

/* --------------------
privacy button
-------------------- */

.privacy_button {
  padding: 16px 0 32px;
  text-align: center;
  width: 100%;
}

input.privacy_button--checkbox {
  display: none;
}

.privacy_button--text {
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 1px 42px;
  position: relative;
  transition: background-color 0.2s linear;
  vertical-align: middle;
}

.privacy_button--text:before {
  background: #fff;
  border: 2px solid #adadad;
  content: '';
  display: block;
  height: 16px;
  left: 15px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  transition: border-color 0.2s linear;
  width: 16px;
}

.privacy_button--text:after {
  border-bottom: 3px solid #100007;
  border-right: 3px solid #100007;
  content: '';
  display: block;
  height: 12px;
  left: 20px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 35%;
  transform: rotate(35deg);
  transition: opacity 0.2s linear;
  width: 6px;
}

input.privacy_button--checkbox:checked + .privacy_button--text:after {
  opacity: 1;
}

.privacy_button--text a {
  color: #4f4f4f;
}

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

CTA

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

.cta-content {
  background: #5faef3;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}

.cta-text {
  position: relative;
  z-index: 1;
}

.qform {
  background: #f18a1b;
  padding: 0 16px 16px;
}

.qform__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0 0px 20px;
  width: 100%;
}

.qform__button img {
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
}

.qform__button img:hover {
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  top: 3px;
  transform: scale(0.98);
}

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

事務所一覧～サンクス

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

/* --------------------
button
-------------------- */

.sim button {
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 100%;
}

p.back {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 0 15px;
}

/* --------------------
pop up
この後の流れ
-------------------- */

#layer_note {
  background: white;
  border: 2px solid #124d73;
  border-radius: 10px;
  box-sizing: border-box;
  left: 50%;
  max-width: 620px;
  padding: 40px 10px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc( 100% - 20px);
  z-index: 1;
}

#layer_note p.button {
  margin: 10px 40px 0 40px;
}

#layer_note p.img_note {
  margin: 10px;
  padding: 0;
}

#layer_note p.img_note_txt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 15px 0;
}

#layer_note img {
  height: auto;
  width: 100%;
}

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

事務所一覧

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

.office {
  margin: 15px 10px 0 10px;
  padding: 10px;
}

/* --------------------
事務所一覧 吹き出し
「このページがラストです」
-------------------- */

.office_balloon {
  background: #d6daef;
  border-radius: 10px;
  box-shadow: 0 9px 0 rgba(76, 76, 76, 0.25);
  color: #234c70;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.result_head {
  background: #fff;
  border: 4px solid #124d73;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  margin: 0 0 15px;
  padding: 36px 16px 16px;
}

.result_office_wrapper {
  background: #003d82;
  padding: 0 0 10px;
}

.result_button {
  margin: 0px auto 12px;
  padding: 0 0 6px;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
  width: 100%;
}

.result_button_detail {
  background: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.result_button_detail:hover {
  cursor: pointer;
}

.result_office_name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.result_title {
  background: #00234b;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  padding: 1em 0;
  text-align: center;
}

/* --------------------
事務所一覧カード
-------------------- */

.office {
  margin: 15px 10px 0 10px;
  padding: 0 0 10px;
}

.office_inner {
  align-items: stretch;
  display: flex;
}

.office_left {
  align-items: flex-start;
  display: flex;
  flex: 0 1 200px;
  margin-right: 20px;
}

.office_left .office_img {
  margin: 0;
  overflow: hidden;
  width: 200px;
}

.office_left .office_img img {
  height: auto;
}

.office_right {
  display: flex;
  flex: 0 1 700px;
  flex-wrap: wrap;
}

.office_right h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0;
  padding: 13px 0;
  width: 100%;
}

.office_right .large_button {
  margin: auto 0 0 auto;
  text-align: right;
}

.office_right .large_button button {
  background: none;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .3rem;
  line-height: 100%;
  text-align: left;
  text-decoration: underline;
}

.office_right .large_button button:hover {
  cursor: pointer;
  text-decoration: none;
}

.submit_btn {
  height: auto;
  margin: 0;
  width: 100%;
}

/* --------------------
LINE@
-------------------- */

span.border_line_w {
  background-color: #fff;
  border-bottom: 10px solid #fff;
  border-radius: 10px;
  bottom: 5px;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

span.border_line_b {
  background-color: #b09780;
  border-top: 20px solid #b09780;
  bottom: 8px;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

#line {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#line p.button {
  margin: 10px 40px 0 40px;
}

#line p.img_note {
  margin: 5vw auto 1vw;
  padding: 0;
  width: 90%;
}

#line img {
  height: auto;
  width: 100%;
}

#line .line_button {
  position: relative;
}

#line .line_button a {
  background: url(../img/ver5/button_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  bottom: 8vw;
  height: 15vw;
  margin: 0 auto;
  position: absolute;
  right: 10vw;
  width: 80%;
}

#line .popup_cover {
  background: #000;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

#line .cross_button {
  background-color: #fff;
  border: 0;
  border: 2px solid #00b900;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  height: 100px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -20px;
  top: -5vw;
  transform: scale(0.5);
  width: 100px;
}

#line .cross_button:before {
  background-color: #00b900;
  border: 0;
  content: "";
  display: inline-block;
  height: 50px;
  left: 44px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  transform: rotate(45deg);
  width: 8px;
}

#line .cross_button:after {
  background-color: #00b900;
  border: 0;
  content: "";
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 44px;
  top: 25px;
  transform: rotate(-45deg);
  width: 8px;
}

#line .button_line {
  border-radius: 15px;
  border-top: 10px solid #b09780;
  bottom: 20px;
  padding: 20px 95px 0px 95px;
  position: relative;
  z-index: 0;
}

#line .button_line_customer {
  bottom: 15px;
  margin: 20px 95px 0 95px;
  position: relative;
}

#line p.line_open {
  color: #fff;
  font-size: 1.2rem;
  margin: 15px 0 5px 0;
  padding-right: 5px;
  text-align: right;
}

.company_content {
  bottom: 80px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.company_content a {
  color: #fff;
  font-size: 1.8rem;
}

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

thanks

***************************************/
.thanks{
  background: url(../img/bkg_img.png);
}

#wrapper {
    margin: 0 auto;
    max-width: 640px;
    overflow: hidden;
}

#stage section {
    background: #fff;
    margin: 15px 10px 0 10px;
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
    min-height: 230px;
    position: relative;
}
#stage h2 {
    margin: 1em 0 1.2em;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ff8309;
}
#stage h3 {
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: bold;
    color: #283c63;
}
#stage h3::before {
    content: "";
    width: 30%;
    border-bottom: 2px solid #283c63;
    position: absolute;
    left: 15px;
    top: 40%;
}
#stage h3::after {
    content: "";
    width: 30%;
    border-bottom: 2px solid #283c63;
    position: absolute;
    right: 15px;
    top: 40%;
}
.video {
    text-align: center;
    width: 100%;
}
#stage .video_title {
    color: #022d6a;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    border: 4px solid #007ed2;
    border-radius: 10px;
    text-align: left;
}
#stage .video_title .title_text-1 {
    display: inline-block;
    width: 20%;
    background: #007ed2;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 7% 0;
}
#stage .video_title .title_text-2 {
  color: #3b3b3b;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0;
    width: 76%;
}
#stage .video_title .title_text-2 span {
    background: linear-gradient(transparent 60%, #FFFC27 60%);
}
.video_triangle {
    border: 20px solid transparent;
    border-top: 20px solid #536382;
    display: block;
    margin: 0 auto 20px;
    height: 0;
    position: relative;
    width: 0;
}
.video_triangle:before {
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #687691;
    display: block;
    position: absolute;
    left: -20px;
    right: 0;
    margin: auto;
    top: 7px;
    height: 0;
    width: 0;
}
.video_img {
    width: 100%;
}
.video_img img {
    max-width: 100%;
}
#stage p {
    margin: 1em 0 1em 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
}
#stage div.thanks_dtl {
    margin: 60px 0 20px;
    border-radius: 10px;
}
#stage div.thanks_dtl_title {
    color: #022d6a;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    border: 4px solid #007ed2;
    border-radius: 10px;
    text-align: left;
}
#stage div.thanks_dtl_title .title_text-1 {
    display: inline-block;
    width: 20%;
    background: #007ed2;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 7% 0;
}
#stage div.thanks_dtl_title .title_text-2 {
  color: #3b3b3b;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0;
    width: 76%;
}
#stage div.thanks_dtl_title .title_text-2 span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
#stage div.thanks_dtl_office {
    padding: 10px;
    border: 3px solid #007ed2;
    border-radius: 10px;
}
#stage p.tel {
    margin: 10px auto;
    padding: 5px 0;
    background: #007ed2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.4;
    border-radius: 5px;
    text-align: center;
}
#stage p.thanks_call_num {
  color: #183b63;
  font-size: 8.3vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
#stage p.thanks_call_num:before {
  content: "";
    background: url(../img/tel.png) top left/contain no-repeat;
    display: inline-block;
    width: 22px;
    height: 28px;
    margin: 0px 5px -2px 0;
}
#stage p.thanks_call_num a {
    color: #4071bd;
    font-weight: bold;
}
#stage div.thanks_dtl_office .office_text {
    font-weight: normal;
    color: #183b63;
}
#stage div.conversion {
    visibility: hidden;
}


@media screen and (min-width: 640px){
#stage p.thanks_call_num {
    font-size: 3vw;
}
#stage p.thanks_call_num:before{
  width: 34px;
  height: 40px;
}
}



@media screen and (min-width: 768px) {
.counter {
    max-width: 300px;
    top: 330px;
    left: 35px;
}
#space_answer {
    margin: 520px 0px 0 0px;
    min-height: 330px;
    padding: 20px 0 10px;
    position: relative;
}
}

@media screen and (max-width: 768px) {
.main_title {
    padding: 0 15px;
}
  .thanks_tel_info {
    margin: 20px 12px 24px;
  }
}

@media screen and (max-width: 420px) {
.counter {
    max-width: 200px;
    top: 215px;
    left: 35px;
}
#space_answer {
    margin: 335px 10px 0 10px;
    min-height: 330px;
    padding: 20px 0 10px;
    position: relative;
}
#personals {
    margin: 10px 10px 0 10px;
}
}

@media screen and (max-width: 380px) {
.counter {
    max-width: 170px;
    top: 200px;
    left: 30px;
}
#space_answer {
    margin: 295px 10px 0 10px;
    min-height: 330px;
    padding: 20px 0 10px;
    position: relative;
}
#personals {
    margin: 10px 10px 0 10px;
}
}

@media screen and (max-width: 374px) {
  .max374 {
    display: block;
  }

  div.title ul li .icon_q:before {
    left: -25px;
  }

  .button_list {
    width: 92%;
  }
}

@media screen and (max-width: 320px) {
  .main_title {
    left: 0;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
}
  .counter {
    max-width: 140px;
    top: 160px;
  }
#space_answer {
    margin: 250px 10px 0 10px;
    min-height: 190px;
    padding: 20px 0 10px;
    position: relative;
}
div.title .title_hilight {
    font-size: 12px;
}
div.title ul li .icon_q:before {
    left: -32px;
    width: 19px;
    height: 22px;
}
div.title ul li .icon_q {
    display: inline-block;
    line-height: 22px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
}




.clearfix{
  display: inline-block;
}
.questionnaire_area p.questionnaire__ex {
  margin: 0;
  color: #696969;
  font-size: 12px;
  font-weight: 500;
}
.debt_type_lists{
  margin: 25px 0 0 0;
  padding: 0;
  width: 100%;
}
.debt_type_list {
  width: 50%;
  float: left;
}
.debt_type_list:nth-child(2n + 1) {
  padding-right: 10px;
}
.debt_type_list:nth-child(n + 3) {
  padding-top: 20px;
}
.debt_type__title {
  position: relative;
  border: solid 3px #ffd6b2;
  background: #fff9ba;
  color: #A41300;
  padding: 2.2rem 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.debt_type__title:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffd6b2 transparent transparent transparent;
  border-width: 10px 13px 0 13px;
}
.debt_type__input_box {
  display: flex;
  border-collapse: separate;
  width: 100%;
  margin: 10px 0 0 0;
  filter: drop-shadow(2px 2px 2px #ccc);
}
.debt_type__spinner_button {
  cursor: pointer;
  color: #000;
  padding: 0.8rem;
  border: 2px solid #ccc;
  font-size: 1.6rem !important;
  width: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  width: 30%;
  margin: 0;
}
.debt_type__spinner_button--left {
  border-radius: 1rem 0 0 1rem;
}
.debt_type__spinner_button--right {
  border-radius: 0 1rem 1rem 0;
}
.debut_type__input_count,
.debut_type__input_count::-webkit-outer-spin-button,
.debut_type__input_count::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance:textfield !important;
}
.debut_type__input_count {
  border: none;
  background: #fff;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  text-align: center;
  font-size: 2.4rem !important;
  width: 40%;
}
/*p.toform 追従ボタン*/
p.bottom_fixed {
  position: fixed;
  bottom: -400px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  transition: all 0.8s;
  z-index: 2;
}
p.bottom_fixed.see {
  bottom: -1px;
}
p.bottom_fixed a {
  display: inline-block;
  max-width: 640px;
  vertical-align: bottom;
}