@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

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

#wrapper {
  background: #124d73 url("../img/ver9/semi_bg.jpg") left center/cover no-repeat;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  margin: 0 auto;
  width: 640px;
}

.header {
  position: relative;
  text-align: center;
  text-align: center;
  width: 100%;
}

.sim_logo {
  display: inline-block;
  max-width: 620px;
  width: 100%;
}

/* 旧ヘッダー
.site_logo,
.simu_logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.site_logo {
  background-image: url(../img/ver5/sprite.png);
  background-position: -233.5px -35.5px;
  width: 203.5px;
  height: 31.5px;
  background-size: 780px 326px;
  display: inline-block;
  position: absolute;
  left: 35px;
  top: auto;
}

.simu_logo {
  background-image: url(../img/ver5/sprite.png);
  background-position: -233.5px 0px;
  width: 546.5px;
  height: 33px;
  background-size: 780px 326px;
  display: inline-block;
} */

.footer {
  background: #00234b;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.footer_logo {
  background-image: url(../img/ver9/sprite.png);
  background-position: -233.5px -35.5px;
  background-size: 780px 326px;
  color: transparent;
  height: 31.5px;
  margin: 0 auto;
  width: 203.5px;
}

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

/* --------------------
loading
-------------------- */

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

#loader img {
  width: 100%;
  height: auto;
} */

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

漫画・入力フォーム

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

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

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

.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: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.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;
  position: absolute;
  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_area li {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 2;
  margin: 10px;
}

.questionnaire {
  background: #F2FAAE;
  padding: 3.8% 3.5%;
  position: relative;
}

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

.questionnaire__title {
  color: #2fb2d0;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.questionnaire__inner {
  position: relative;
}

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

.questionnaire__2col .questionnaire__item {
  flex: 0 1 48%;
}

.questionnaire__item {
  margin-bottom: 7px;
}

.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 {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  margin: 3px auto 3px 0;
  text-align: justify;
}

.questionnaire__question span {
  color: #282828;
  font-size: 12px;
}

.questionnaire__note_box {
  position: relative;
}

.q .questionnaire__note {
  color: #282828;
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 2;
  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;
  height: 50px;
  padding: 14px 8px;
  width: 100%;
}

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

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

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

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

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

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

.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__select_box,
.questionnaire__select_box--pref,
.questionnaire__select_box--tel {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.questionnaire__select_box--pref select,
.questionnaire__select_box select,
.questionnaire__select_box--tel select {
  color: #363636;
  font-size: 14px;
}

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

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

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

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

.privacy_button {
  margin: 20px auto;
  text-align: center;
  width: 100%;
}

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

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

.privacy_button--text a {
  color: #363636;
}

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

.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
-------------------- */

.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 40px 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;
}

/* ボタンの光沢 */

.hover_shine {
  overflow: hidden;
}

.hover_shine:hover {
  box-shadow: none;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.hover_shine:after {
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.hover_shine + .hover_shine:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

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

.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 page

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

.article_thanks {
  background: #fff;
  border: 4px solid #00234b;
  margin: 24px 0 0;
  min-height: 230px;
  position: relative;
}

.article_thanks_wrapper {
  padding: 0 10px;
}

.article_thanks .enquete {
  height: 100%;
  padding: 0 0 22px;
  position: relative;
}

.article_thanks .tel {
  box-sizing: border-box;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 15px auto 0 auto;
  padding: 5px 0;
  width: 100%;
}

.article_thanks .tel em {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.article_thanks li {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 0 0;
  text-align: center;
}

.article_thanks .thanks_text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 12px 0 0;
  text-align: center;
}

.article_thanks .thanks_text--head {
  margin: 30px 0 20px;
}

.article_thanks .thanks_call_box {
  text-align: center;
}

.article_thanks .thanks_call_text {
  background: linear-gradient(to top, #fffea2 40%, transparent 40%);
  color: #221f1f;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}

.article_thanks .thanks_call_num {
  vertical-align: text-bottom;
}

.article_thanks .thanks_call_icon {
  display: inline-block;
  line-height: 1.1;
  max-width: 8%;
  width: 100%;
}

.article_thanks .thanks_call_icon img {
  max-width: 100%;
}

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

/* 質問項目 */

.article_head {
  background: #00234b;
  box-sizing: border-box;
  width: 100%;
}

.article_q_title {
  align-items: stretch;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  justify-content: center;
  padding: 5rem 0 6rem;
  position: relative;
  text-align: center;
}

.article_q_title.fin_q:after {
  bottom: 0;
  content: '';
  display: inline-block;
  position: absolute;
  right: 20px;
}

.article_q_title.fin_q:after {
  background-image: url(../img/ver9/sprite.png);
  background-position: 0px -164px;
  background-size: 780px 326px;
  height: 162px;
  width: 151.5px;
}

.article_q_title .q_text {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 3rem;
  line-height: 1;
  padding: 2.5rem 0 0;
}

/* --------------------
こちらの番号から
お電話いたします
-------------------- */

.article_thanks .call_info_box {
  text-align: center;
}

.article_thanks .call_info {
  background: #fffe9b;
  border: 4px solid #1e1e1e;
  border-radius: 20px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 12px 60px;
  position: relative;
  text-align: center;
}

.article_thanks .call_info:before,
.article_thanks .call_info:after {
  border: 12px solid transparent;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}

.article_thanks .call_info:before {
  border-top: 12px solid #1e1e1e;
  bottom: -26px;
}

.article_thanks .call_info:after {
  border-top: 12px solid #fffe9b;
  bottom: -21px;
}

/* --------------------
エラー
-------------------- */

.article_thanks .note_title {
  align-items: stretch;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-size: 40px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 3rem;
  padding: 5rem 0 6rem;
}

.article_thanks .comment_space {
  padding: 0 10px;
}

.article_thanks .comment_space p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 30px 0 20px;
  text-align: center;
}

/* --------------------
該当事務所が無いパターン
-------------------- */

#articles section {
  background: #fff;
}

.no_office_title {
  align-items: stretch;
  background: #00234b;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 1rem;
  padding: 5rem 0 6rem;
}

#no_office {
  -moz-text-align-last: center;
  border: 4px solid #00234b;
  padding: 24px;
  position: relative;
  text-align-last: center;
}

#no_office .table {
  display: table;
  height: 100%;
  width: 100%;
}

#no_office .table_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#no_office .title {
  -moz-text-align-last: center;
  background: #999;
  border-radius: 20px;
  color: #fff;
  margin: 0 180px 30px 180px;
  padding: 0.5em 1em;
  text-align-last: center;
}

#no_office p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}

#no_office .houterasu {
  border: 2px solid #d8d8d8;
  border-radius: 0;
  border-radius: 10px;
  display: inline-block;
  margin: 20px auto;
  padding: 15px 30px;
}

#no_office .logo {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 200px;
}

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

/* --------------------
リースバックバナー
-------------------- */

.article_thanks .leaseback {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  box-shadow: 0 0 8px #bababa;
  height: auto;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.article_thanks .leaseback .leaseback_btn {
  margin: 0;
}

.article_thanks .leaseback .leaseback_btn img {
  height: auto;
  width: 100%;
}

.article_thanks .leaseback .btn_shine {
  overflow: hidden;
  position: relative;
}

.article_thanks .leaseback .btn_shine:hover {
  box-shadow: none;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.article_thanks .leaseback .btn_shine:after {
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.article_thanks .leaseback .btn_shine + .article_thanks .leaseback .btn_shine:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes is-reflection {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }

  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }

  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

@keyframes is-reflection {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }

  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }

  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}

@media (min-width: 768px) {
  .jin-shortcode-button a {
    padding: 15px 40px;
  }

  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  strong {
    font-weight: 600;
  }

  .h2-style05 h2 {
    font-size: 24px;
    line-height: 1.4;
    padding: 12px 14px;
  }

  .simple-box6 {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .kaisetsu-box2 {
    padding-top: 80px;
  }

  .kaisetsu-box2-title {
    font-size: 21px;
    font-weight: 500;
  }

  .cta-content {
    margin-top: 0;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .jin-shortcode-button a {
    padding: 19px 80px;
  }
}

@media (max-width: 767px) {
  .jin-shortcode-button a {
    padding: 15px 40px;
  }

  .h2-style05 h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 14px;
  }

  .kaisetsu-box2 {
    padding-top: 70px;
  }

  .kaisetsu-box2-title {
    font-size: 18px;
    font-weight: 700;
  }

  .simple-box6,
  .kaisetsu-box2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 30em) {
  .questionnaire {
    padding: 10px;
  }

  .questionnaire__balloon {
    width: 20%;
  }

  .questionnaire__question {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
  }
}