@charset "UTF-8";
/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

em, i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  color: #df003a;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}

button,
a,
img {
  outline: none;
}

/*共通*/
.only-pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .only-sp {
    display: block;
  }
}

/*main*/
.header, .main, .footer {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  font-feature-settings: "palt";
  background-color: #fff;
}

.main {
  width: 100%;
  overflow: hidden;
}

section {
  padding-top: 3%;
}
section.quickDiagnosis__result {
  padding-top: 0;
}

.toggleIcon {
  position: absolute;
  z-index: 0;
  right: 3%;
  top: 20%;
  width: 5%;
  height: 0;
  padding-top: 5%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .toggleIcon {
    width: 7.8%;
    padding-top: 7.8%;
  }
}
.toggleIcon::after {
  content: "開く";
  position: absolute;
  bottom: -62%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #989898;
}
@media only screen and (max-width: 1000px) {
  .toggleIcon::after {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .toggleIcon::after {
    bottom: -65%;
    font-size: 3vw;
  }
}
.active .toggleIcon::after {
  content: "閉じる";
  width: 130%;
  margin: 0 -20%;
}
.toggleIcon__circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f8001f;
  border-radius: 100%;
  text-align: center;
}
.toggleIcon__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  height: 17%;
  background-color: #fff;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
.toggleIcon__bar:nth-of-type(2) {
  width: 17%;
  height: 66%;
}
.active .toggleIcon__bar:nth-of-type(2) {
  display: none;
}

@media only screen and (max-width: 640px) {
  .header--r {
    margin-bottom: -3.5%;
  }
}

@media only screen and (max-width: 640px) {
  .header__main {
    margin-bottom: -2%;
  }
}

.document {
  padding-top: 3%;
  margin-bottom: 5%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .document {
    padding-top: 5%;
  }
}
.document__title {
  padding-bottom: 1%;
}
@media only screen and (max-width: 640px) {
  .document__title {
    padding-bottom: 2%;
  }
}
.document__title img {
  width: 23.5%;
}
@media only screen and (max-width: 640px) {
  .document__title img {
    width: 37.1875%;
  }
}
.document__linkBtn {
  padding-bottom: 1%;
}
@media only screen and (max-width: 640px) {
  .document__linkBtn {
    padding-bottom: 2%;
  }
}
.document__linkBtn:hover {
  opacity: 1;
}
.document__linkBtn img {
  width: 90.4%;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .document__linkBtn img {
    width: 91.25%;
  }
}
.document__linkBtn img:hover {
  filter: brightness(120%);
}
.document__note {
  padding-bottom: 3.5%;
  padding-left: 5%;
  text-align: left;
}
.document__note img {
  width: 57.7%;
}
@media only screen and (max-width: 640px) {
  .document__note img {
    width: 93.75%;
  }
}
@media only screen and (max-width: 640px) {
  .document__catchPhrase {
    margin-bottom: -2%;
  }
}
.document__catchPhrase img {
  width: 65%;
}
@media only screen and (max-width: 640px) {
  .document__catchPhrase img {
    width: 87.5%;
  }
}

.textRate {
  margin: 0 5% 3%;
}
@media only screen and (max-width: 640px) {
  .textRate {
    margin: 0 5% 4%;
  }
}
.textRate--f {
  margin: 3% 5%;
}
@media only screen and (max-width: 640px) {
  .textRate--f {
    margin: 3% 5% 1%;
  }
}
.textRate picture img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .quo {
    margin-bottom: -3.5%;
  }
}
.quo picture {
  max-width: 900px;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .quo--a {
    margin-top: -3%;
  }
}

.repayment2000yen {
  margin: 5% 0;
}

.banners {
  margin: 5% 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .banners {
    margin: 8% 0;
  }
}
.banners picture {
  display: block;
}
.banners picture + picture {
  margin-top: 5%;
}
@media only screen and (max-width: 640px) {
  .banners picture + picture {
    margin-top: 6%;
  }
}
.banners img {
  width: 90%;
  max-width: 900px;
}
@media only screen and (max-width: 640px) {
  .banners img {
    width: 90.625%;
  }
}

.btn_application {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .btn_application--top {
    margin-top: -3%;
  }
}
.btn_application a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: ease-in-out 0.1s;
  mix-blend-mode: lighten;
  background-color: red;
}
@media all and (-ms-high-contrast: none) {
  .btn_application a::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .btn_application a::before {
    bottom: 0;
    height: 80%;
  }
}
.btn_application a:hover {
  opacity: 1;
}
@media all and (-ms-high-contrast: none) {
  .btn_application a:hover {
    opacity: 0.8;
  }
}
.btn_application:hover a::before {
  opacity: 0.8;
}

.notification {
  margin: 0.5em;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .notification {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  .notification {
    font-size: 19px;
    font-size: 2.96875vw;
  }
}

/*ナビゲーション*/
.nav {
  margin-top: 4%;
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
}
.nav__item {
  width: 25%;
  border: solid 1px;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #000;
  border-bottom-color: #000;
}
@media only screen and (max-width: 640px) {
  .nav__item {
    width: 50%;
  }
}
.nav__item a {
  position: relative;
  display: block;
  padding-top: 32%;
  background-color: #f8001f;
  height: 0;
}
@media only screen and (max-width: 640px) {
  .nav__item a {
    padding-top: 21.8%;
  }
}
.nav__item img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 32%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .nav__item img {
    height: 35.9375%;
  }
}
.nav__item--three {
  width: 33.33%;
}
.nav__item--three a {
  padding-top: 24%;
}
@media only screen and (max-width: 640px) {
  .nav__item--three a {
    padding-top: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .nav__item--three img {
    height: 56%;
  }
}
@media only screen and (max-width: 640px) {
  .nav {
    margin-top: 8%;
  }
}

/*ご融資利率*/
/*セクションタイトル*/
.sectionTitle {
  position: relative;
  background-color: #f8001f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 8%;
  margin-top: 5%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle {
    padding-top: 14%;
  }
}
.sectionTitle > h1 {
  width: 100%;
  overflow: hidden;
}
.sectionTitle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 47%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .sectionTitle__text {
    height: 42.22%;
  }
  .flow .sectionTitle__text {
    left: 55%;
  }
  .flow .sectionTitle--b .sectionTitle__text {
    left: 55%;
  }
  .interest .sectionTitle__text {
    left: 48%;
  }
  .use .sectionTitle--b .sectionTitle__text {
    left: 53%;
  }
}
.sectionTitle__img {
  position: absolute;
  bottom: 0;
  width: 16%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle__img {
    width: 23%;
    right: 2%;
  }
}
.sectionTitle__img--right {
  right: 10%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle__img--right {
    right: 2%;
  }
  .outline .sectionTitle__img--right {
    right: 6%;
  }
}
.sectionTitle__img--left {
  left: 10%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle__img--left {
    left: 5%;
  }
}
.interest .sectionTitle__img--left {
  left: 10%;
}
@media only screen and (max-width: 640px) {
  .interest .sectionTitle__img--left {
    left: 2%;
  }
}

/*ご利用までの流れ*/
.toggleBtn {
  position: relative;
}

.flow {
  margin-bottom: 5%;
}
.flow .sectionTitle {
  margin-bottom: 5%;
}
.flow .toggleBtn {
  background: #fffcd8;
  border: 3px solid #fa001f;
  border-radius: 10px;
  margin: 2% 5%;
}
@media only screen and (max-width: 640px) {
  .flow .toggleBtn {
    margin: 2% 4.0625%;
  }
}
.flow .toggleBtn.active {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.flow .toggleBtn::after {
  top: 19%;
}
@media only screen and (max-width: 640px) {
  .flow .toggleBtn::after {
    top: 14%;
  }
}
.flow .toggleContents {
  margin: 0 5%;
}
@media only screen and (max-width: 640px) {
  .flow .toggleContents {
    margin: 0 4.6875%;
  }
}
.flow__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1%;
  background: #fa96b4;
}
@media only screen and (max-width: 640px) {
  .flow__title {
    padding: 1.11%;
  }
}
.flow__title img {
  display: block;
  text-align: center;
  width: 15%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .flow__title img {
    width: 23.2759%;
  }
}
.flow__step {
  background: #ffdde7;
  line-height: 0;
}
.flow__step--b {
  position: relative;
}
.flow__step--b .iconStep {
  position: absolute;
  left: 4.4444444444%;
  bottom: 0;
  width: 19.2222222222%;
  transform: translateY(50%);
}
@media only screen and (max-width: 640px) {
  .flow__step--b .iconStep {
    width: 28.4482758621%;
    left: 11.2068965517%;
    bottom: 2%;
  }
}

/*トグル共通*/
.toggleBtn,
.outline .toggleBtn02,
.outline .toggleBtn03 {
  cursor: pointer;
}

.toggleContents {
  display: none;
}

.toggleContents--b {
  display: block;
}

/*利息はどれくらい？*/
@media only screen and (max-width: 640px) {
  .interest--b {
    padding-top: 6%;
  }
}

.reteExample {
  width: 100%;
  padding: 4% 5% 6%;
}
@media only screen and (max-width: 640px) {
  .reteExample {
    padding: 3% 4.6875% 4%;
  }
}
.reteExample img {
  max-width: 900px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .reteExample img {
    max-width: 580px;
  }
}

/*かしこい使い方*/
.use {
  margin-bottom: 5%;
}
.use .sectionTitle {
  margin-bottom: 5%;
}
.use .container {
  height: 5%;
  border: 3px solid #b9b9b9;
  border-radius: 10px;
  margin: 20px 5% 0;
}
@media only screen and (max-width: 640px) {
  .use .container {
    margin: 3% 4.6875%;
  }
}
.use .toggleBtn {
  position: relative;
}
.use .toggleBtn::before {
  content: "";
  display: block;
  top: 14%;
  left: 5%;
  position: absolute;
  background: url(../images/icon_bulb.svg) no-repeat;
  background-size: contain;
  width: 4.666%;
  height: 70px;
}
@media only screen and (max-width: 640px) {
  .use .toggleBtn::before {
    width: 7.2413793103%;
    top: 17%;
    left: 6%;
  }
}
.use .toggleBtn img {
  margin: 4% 13.333%;
}
@media only screen and (max-width: 640px) {
  .use .toggleBtn img {
    margin: 8% 17.241%;
  }
}
.use .toggleBtn::after {
  right: 4.5%;
  top: 20%;
}
@media only screen and (max-width: 640px) {
  .use .toggleBtn::after {
    top: 28%;
  }
}
.use .toggleContents {
  margin: 2% 4.5% 5%;
}
@media only screen and (max-width: 640px) {
  .use .toggleContents {
    margin: 2% 3% 5%;
  }
}
.use__container1 .toggleBtn img {
  width: 38%;
}
@media only screen and (max-width: 640px) {
  .use__container1 .toggleBtn img {
    width: 51.724137931%;
  }
}
.use__container1 .toggleContents {
  max-width: 812px;
}
@media only screen and (max-width: 640px) {
  .use__container1 .toggleContents {
    margin-right: -4px;
    max-width: 544px;
  }
}
.use__container2 .toggleBtn img {
  width: 40.328%;
}
@media only screen and (max-width: 640px) {
  .use__container2 .toggleBtn img {
    width: 52.9310344828%;
  }
}
.use__container2 .toggleContents {
  max-width: 795px;
}
@media only screen and (max-width: 640px) {
  .use__container2 .toggleContents {
    max-width: 525px;
  }
}
.use__container3 .toggleBtn img {
  width: 47.801%;
}
@media only screen and (max-width: 640px) {
  .use__container3 .toggleBtn img {
    width: 62.7586206897%;
  }
}
.use__container3 .toggleContents {
  max-width: 795px;
}
@media only screen and (max-width: 640px) {
  .use__container3 .toggleContents {
    max-width: 530px;
  }
}

/*5つのポイント*/
.point .sectionTitle {
  margin: 5% 0;
}
.point .container {
  border-bottom: 3px solid #a8a8a8;
  margin: 3% 5%;
  padding: 0 0 20px;
}
.point .container:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .point .container {
    margin: 4.6875%;
  }
}
.point .toggleBtn {
  display: flex;
}
.point .toggleBtn .ttl {
  margin-left: 4.5%;
}
.point .toggleBtn::after {
  top: 0;
  right: 1.5%;
}
.point__title {
  width: 18%;
}
@media only screen and (max-width: 640px) {
  .point__title {
    width: 24.1379310345%;
  }
}
.point__number {
  padding: 4% 0;
  max-width: 160px;
  width: auto;
  text-align: center;
  background-color: #f8001f;
  border-radius: 80px;
}
.point__number img {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .point__number img {
    width: 57.1428571429%;
  }
}
@media only screen and (max-width: 640px) {
  .point__number {
    padding: 4% 0;
    max-width: 140px;
    width: auto;
  }
}
.point__icon {
  text-align: center;
}
.point__icon img {
  width: 62.5%;
}
.point .toggleContents {
  padding-top: 2%;
}
.point__karikae .toggleBtn .ttl {
  width: 27.946%;
}
.point__atm .toggleBtn .ttl {
  width: 30.15%;
}
.point__free .toggleBtn .ttl {
  width: 38.6071111111%;
}
.point__sppc .toggleBtn .ttl {
  width: 54.6516666667%;
}
.point__app .toggleBtn .ttl {
  width: 53.5188888889%;
}
@media only screen and (max-width: 640px) {
  .point__karikae .toggleBtn .ttl {
    width: 41.724137931%;
  }
  .point__atm .toggleBtn .ttl {
    width: 44.8275862069%;
  }
  .point__free .toggleBtn .ttl {
    width: 55.1724137931%;
  }
  .point__sppc .toggleBtn .ttl {
    width: 50.6896551724%;
  }
  .point__sppc .toggleContents {
    padding-top: 5%;
  }
}

/*商品概要*/
.outline .toggleBtn02 img,
.outline .toggleBtn03 img {
  width: 23.542%;
}
@media only screen and (max-width: 640px) {
  .outline .toggleBtn02 img,
  .outline .toggleBtn03 img {
    width: 31.162%;
  }
}

.outline .sectionTitle {
  margin: 30px 0 0;
}

.outline .toggleContainer {
  margin: 5% 5% 16%;
  border: 4px solid #f8001f;
  border-radius: 15px;
  position: relative;
}

.outline .toggleBtn02,
.outline .toggleBtn03 {
  position: absolute;
  text-align: center;
  width: 100%;
}

.outline .toggleBtn02.active {
  display: none;
}

.outline table {
  width: 100%;
}
.outline table .only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .outline table .only-sp {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .outline table .only-sp {
    display: block;
  }
}

.outline th,
.outline td {
  border-bottom: 1px solid #f8001f;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  vertical-align: middle;
  color: #251e1c;
}
@media only screen and (max-width: 640px) {
  .outline th,
  .outline td {
    font-size: 1.4rem;
  }
}

.outline tr td table th,
.outline tr td table td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .outline tr td table th,
  .outline tr td table td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  .outline th, .outline td {
    font-size: 1rem;
  }
}
.outline th {
  background: #f8001f;
  color: #fff;
}

.outline tr th:first-child {
  border-right: 1px solid #fff;
  width: 6em;
  padding: 0.25em;
}

.outline tr td:first-child {
  border-right: 1px solid #f8001f;
  width: 18%;
  text-align: center;
  padding: 0.25em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .outline tr td:first-child {
    width: 26%;
  }
}

.outline td tr td:first-child {
  font-weight: normal;
}

.outline tr td:first-child span {
  letter-spacing: -0.1em;
}

.outline td ul li {
  list-style: none;
  line-height: 1.4;
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.outline td .marker {
  color: #7a7a7a;
}

.outline td .red {
  color: #f8001f;
}

.outline .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.outline tr td table {
  border: 1px solid;
  border-width: 1px 1px 0;
  margin: 0.25em 0;
  width: 100%;
}

.outline tr td table th {
  background: #f2dbe6;
  color: #251e1c;
  font-weight: normal;
}

.outline tr td table th,
.outline tr td table td {
  border-bottom: 1px solid;
}
@media only screen and (max-width: 320px) {
  .outline tr td table th,
  .outline tr td table td {
    font-size: 1rem;
  }
}

.outline tr td table tr td:first-child,
.outline tr td table tr th:first-child {
  border-right: 1px dashed;
}

.outline tr td table.threeCol tr td:nth-child(2),
.outline tr td table.threeCol tr th:nth-child(2) {
  border-left: 1px dashed;
  border-right: 1px dashed;
}

.outline tr td table tr td:first-child {
  text-align: left;
  width: 33%;
}

.outline tr td table.threeCol tr td:first-child {
  padding-left: 5%;
  width: 33%;
}
@media only screen and (max-width: 800px) {
  .outline tr td table.threeCol tr td:first-child {
    padding-left: 0.5em;
  }
}

.outline tr td table.threeCol tr td:nth-child(2) {
  text-align: center;
  width: 33%;
}

.outline tr td table.threeCol tr td:nth-child(3) {
  text-align: center;
  color: #f8001f;
  border-color: #251e1c;
  width: 33%;
}

.outline tr td:first-child span.ajst {
  letter-spacing: 0.2em;
}

.outline td dt, .outline td dd {
  line-height: 1.4;
}

.outline td dd {
  margin: 0 0 0 1em;
}

.outline .twoCol thead tr th:first-of-type {
  width: 45%;
}
.outline .twoCol thead tr th:last-of-type {
  width: 55%;
}

/*よくある質問*/
.faq__title {
  width: 90%;
  margin: 6% auto 0;
}
@media only screen and (max-width: 640px) {
  .faq__title {
    margin: 10% auto 0;
  }
}
.faq .toggleIcon {
  top: 0;
}
.faq .sectionTitle {
  margin: 0 0 6%;
}
.faq .toggleBtn {
  padding-left: 5%;
  padding-top: 0.5%;
  min-height: 60px;
}
@media only screen and (max-width: 1000px) {
  .faq .toggleBtn {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .faq .toggleBtn {
    padding-top: 1%;
    padding-left: 8%;
    min-height: 7.8125vw;
  }
  .faq .toggleBtn.active {
    margin-bottom: 7%;
  }
}
.faq .toggleBtn::after {
  top: 0;
}
.faq .toggleBtn picture {
  display: block;
}
.faq .toggleBtn picture img {
  width: auto;
}
.faq__icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .faq__icon {
    width: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .faq__icon {
    width: 6.2%;
  }
}
.faq__icon img {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 1000px) {
  .faq__icon img {
    width: 100%;
    height: auto;
  }
}
.faq .container {
  border-bottom: 3px solid #a8a8a8;
  margin: 3% 5%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 640px) {
  .faq .container {
    margin: 4% 5%;
    padding-bottom: 5%;
  }
}
.faq .container:last-of-type {
  border: none;
}
.faq .container picture img {
  width: auto;
  height: 24px;
}
@media only screen and (max-width: 1000px) {
  .faq .container picture img {
    height: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  .faq .container picture img {
    height: 3.4375vw;
  }
}
.faq .container picture img.line2pc {
  height: 58px;
}
@media only screen and (max-width: 1000px) {
  .faq .container picture img.line2pc {
    height: 5.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .faq .container picture img.line2sp {
    height: 7.8125vw;
  }
}
.faq .toggleContents {
  position: relative;
  margin: 4% 0 0;
}
.faq .toggleContents > p {
  font-size: 2.2vw;
  margin: 0 5% 0 5%;
  font-weight: 700;
}
.faq .toggleContents > p a {
  display: inline-block;
  width: auto;
  font-weight: 700;
  color: #0096e8;
  text-decoration: none;
  border-bottom: 2px solid #0096e8;
}
@media only screen and (min-width: 1000px) {
  .faq .toggleContents > p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .faq .toggleContents > p {
    font-size: 22px;
    font-size: 3.4375vw;
    margin: 0 0 0 7%;
  }
}
.faq .toggleContents--thin {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .faq .toggleContents--thin {
    margin: 4% 0 0;
  }
}
.faq .table-text-center {
  text-align: center;
  table-layout: fixed;
}
.faq .table-text-center tr td:nth-child(odd),
.faq .table-text-center tr th:nth-child(odd) {
  border-right: 1px dashed #000;
}
.faq .table-text-center tr td:nth-child(even),
.faq .table-text-center tr th:nth-child(even) {
  border-left: none;
}
.faq .table-text-center tr th:nth-child(1) {
  width: 31.8%;
}
@media only screen and (max-width: 640px) {
  .faq .table-text-center tr th:nth-child(1) {
    width: auto;
  }
}
.faq .table-text-center tr th:nth-child(2) {
  width: 13.4%;
}
@media only screen and (max-width: 640px) {
  .faq .table-text-center tr th:nth-child(2) {
    width: auto;
  }
}
.faq .table-text-center tr th:nth-child(3) {
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .faq .table-text-center tr th:nth-child(3) {
    width: auto;
  }
}
.faq .table-text-center tr th:nth-child(4) {
  width: 17.94%;
}
@media only screen and (max-width: 640px) {
  .faq .table-text-center tr th:nth-child(4) {
    width: auto;
  }
}

.faq--b .container:nth-of-type(1) .toggleBtn picture {
  width: 67.666%;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 640px) {
  .faq--b .container:nth-of-type(1) .toggleBtn picture {
    padding-bottom: 0;
  }
}
.faq--b .container:nth-of-type(2) .toggleBtn picture {
  width: 57.777%;
  padding-bottom: 0;
}
.faq--b .container:nth-of-type(3) .toggleBtn picture {
  width: 51.2666%;
}
.faq--b .container:nth-of-type(4) .toggleBtn picture {
  width: 47.877%;
}
.faq--b .container:nth-of-type(5) .toggleBtn picture {
  width: 43.674%;
}
.faq--b .container:nth-of-type(6) .toggleBtn picture {
  width: 55.142%;
}
.faq--b .container:nth-of-type(7) .toggleBtn picture {
  width: 78.321%;
}
@media only screen and (max-width: 640px) {
  .faq--b .container:nth-of-type(1) .toggleBtn picture {
    width: 53.103%;
  }
  .faq--b .container:nth-of-type(2) .toggleBtn picture {
    width: 60.591%;
  }
  .faq--b .container:nth-of-type(3) .toggleBtn picture {
    width: 74.177%;
  }
  .faq--b .container:nth-of-type(4) .toggleBtn picture {
    width: 69.337%;
  }
  .faq--b .container:nth-of-type(5) .toggleBtn picture {
    width: 63.421%;
  }
  .faq--b .container:nth-of-type(6) .toggleBtn picture {
    width: 63.156%;
  }
  .faq--b .container:nth-of-type(7) .toggleBtn picture {
    width: 60.934%;
  }
}

.faq .tableContainer,
.faq .tableContainer02 {
  margin: 1% 5% 1% 5%;
}
@media only screen and (max-width: 640px) {
  .faq .tableContainer,
  .faq .tableContainer02 {
    margin: 3% 0 1%;
  }
}

.faq .tableContainer table,
.faq .tableContainer02 table {
  border: 1px solid;
  border-width: 1px 1px 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .faq .tableContainer table,
  .faq .tableContainer02 table {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}

.faq .tableContainer th,
.faq .tableContainer td,
.faq .tableContainer02 th,
.faq .tableContainer02 td {
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 0.25em 0.5em;
}

.faq .tableContainer th,
.faq .tableContainer02 th {
  background: #f2dbe6;
}

.faq .tableContainer th,
.faq .tableContainer td {
  width: 24%;
}

.faq .tableContainer th:nth-of-type(3),
.faq .tableContainer td:nth-of-type(3) {
  width: 28%;
}

.faq .tableContainer02 th {
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (max-width: 880px) {
  .faq .tableContainer02 th {
    font-size: 1rem;
  }
}

@media screen and (max-width: 414px) {
  .faq .tableContainer02 th {
    white-space: normal;
  }
}
.faq .tableContainer02 td {
  text-align: left;
  padding-left: 4%;
}
@media only screen and (max-width: 880px) {
  .faq .tableContainer02 td {
    padding-left: 0.5em;
    font-size: 1rem;
  }
}

/*リンクボタン、お問い合わせ*/
.text02, .inkBtn {
  text-align: center;
}

.text02 {
  margin: 0 13.36%;
}

.inkBtn {
  margin: 0 4% 35px;
}

.contact__tel, .contact__document {
  margin: 5% 0 0;
}
.contact__tel a {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .contact__tel a {
    pointer-events: auto;
  }
}
.contact__tel a:hover {
  opacity: 1;
}
.contact__document a:hover {
  opacity: 0.8;
}

.contact ul {
  list-style: none;
  margin: 4% 5% 3%;
}

.contact li {
  font-size: 1.7rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .contact li {
    font-size: 1.2rem;
  }
}

.contact li .rightTxt {
  background: none;
  display: block;
  padding: 0.4em 0 0;
  float: right;
}

.contact ul.note {
  text-indent: -1em;
  padding-left: 1em;
}
.contact ul.note a {
  display: inline;
  color: #000;
}
.contact ul.note .only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .contact ul.note .only-sp {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .contact ul.note .only-sp {
    display: block;
  }
}

.contact ul.pdf {
  margin: 0 5% 3%;
}
@media only screen and (max-width: 640px) {
  .contact ul.pdf {
    margin: 0 5% 5%;
  }
}
.contact ul.pdf li {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 640px) {
  .contact ul.pdf li {
    font-size: 1.4rem;
  }
}
.contact ul.pdf li img {
  display: inline-block;
  width: 3%;
  min-width: 20px;
  margin: 0 0.25em 0 0;
}
.contact ul.pdf li a {
  display: inline;
  vertical-align: bottom;
  color: #000;
  text-decoration: underline;
}

.contact .privacy {
  margin: 0 5%;
}
.contact .privacy a {
  display: inline-block;
  width: auto;
  margin-right: 0.7em;
  padding-right: 1em;
  font-size: 1.7rem;
  color: #00429C;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .contact .privacy a {
    font-size: 1.2rem;
  }
}
.contact .privacy a:hover {
  text-decoration: underline;
}
.contact .privacy a:first-of-type {
  border-right: 2px solid #00429C;
}

/*フッター*/
footer {
  padding: 5% 5% 3.5%;
}

footer .logo {
  text-align: center;
}
footer .logo img {
  max-width: 500px;
  width: 100%;
}

footer .logo--b img {
  max-width: 200px;
}

footer .bankCode {
  margin-top: 2%;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  footer .bankCode {
    margin-top: 5%;
    font-size: 1.2rem;
  }
}

footer p.copyright {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  footer p.copyright {
    font-size: 1.2rem;
  }
}

.footer--float {
  padding-bottom: 170px;
}
@media only screen and (max-width: 640px) {
  .footer--float {
    padding-bottom: 56%;
  }
}

/*toTop*/
.toTop {
  position: fixed;
  z-index: 1000;
  right: 0;
  cursor: pointer;
  bottom: 130px;
  width: 55px;
}
.toTop--float {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .toTop--float {
    top: -11vw;
    right: 3vw;
    transform: translateY(0);
    width: 10vw;
    height: 10vw;
  }
  .toTop--float img {
    display: none;
  }
}
.toTop--float a {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .toTop--float a {
    width: 10vw;
    height: 10vw;
  }
}

/*floatBtn*/
.floatBtn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  background-color: rgba(250, 0, 100, 0.2);
}
@media only screen and (max-width: 640px) {
  .floatBtn {
    background-color: transparent;
  }
}
.floatBtn__inner {
  position: relative;
  padding: 0 100px;
}
@media only screen and (max-width: 640px) {
  .floatBtn__inner {
    position: absolute;
    padding: 0 4%;
    top: 20%;
    left: 0;
    width: 100%;
  }
}
.floatBtn__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 904px;
  max-width: 100%;
  margin: auto;
  padding: 14px 0;
}
@media only screen and (max-width: 640px) {
  .floatBtn__items {
    flex-direction: column;
    padding: 0;
  }
}
.floatBtn__item {
  position: relative;
  width: 32.1%;
}
@media only screen and (max-width: 640px) {
  .floatBtn__item {
    width: 100%;
    margin-bottom: 2%;
  }
}
.floatBtn__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
.floatBtn__item a:hover {
  opacity: 1;
}
.floatBtn__item a:hover img {
  opacity: 1;
  filter: brightness(1.2);
}

/*-------------------------------
quickDiagnosis
-------------------------------*/
.quickDiagnosis {
  margin-bottom: 3%;
  padding: 0 5%;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis {
    padding: 0 3%;
  }
}

.quickDiagnosis__form {
  padding: 0 5% 5%;
  margin-top: 3%;
  border: solid 3px #00dc50;
  border-top: none;
  border-radius: 0 0 8px 8px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__form {
    padding: 0 3% 3%;
  }
}

.quickDiagnosis__item {
  margin-bottom: 2.5%;
}

.quickDiagnosis__topTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
  background: linear-gradient(to bottom, #C8FABE 0%, #07DD54 70%, #00DC50 100%);
  border-radius: 10px;
  border: solid 3px #00DC50;
  height: 80px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__topTitle {
    height: 12.6%;
  }
}
.quickDiagnosis__topTitle img {
  width: 440px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__topTitle img {
    width: 80%;
  }
}

.quickDiagnosis__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #C8FABE 0%, #07DD54 70%, #00DC50 100%);
  border-radius: 5px;
  height: 35px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__title {
    height: auto;
    padding: 2%;
  }
}
.quickDiagnosis__title--age img {
  width: 220px;
}
.quickDiagnosis__title--insurance img {
  width: 100px;
}
.quickDiagnosis__title--status img {
  width: 223px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__title--age img {
    width: 40.0489285714%;
  }
  .quickDiagnosis__title--insurance img {
    width: 17.7614107143%;
  }
  .quickDiagnosis__title--status img {
    width: 39.85875%;
  }
}

.quickDiagnosis__detail {
  width: 100%;
  margin-top: 2%;
  box-sizing: border-box;
  font-size: 1.7rem;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__detail {
    margin-top: 5%;
    font-size: 1.4rem;
  }
}

.quickDiagnosis__text {
  font-size: 1.8rem;
  color: #717171;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__text {
    font-size: 21px;
    font-size: 3.28125vw;
    margin-top: 1em;
  }
}

.quickDiagnosis__detail input[type=number] {
  height: 46px;
  margin-right: 1%;
  padding: 0 2%;
  border: solid 1px #717171;
  border-radius: 4px;
  font-size: 1.7rem;
  vertical-align: bottom;
  text-align: center;
  -moz-appearance: textfield;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__detail input[type=number] {
    font-size: 1.8rem;
  }
}
.quickDiagnosis__detail input[type=number]::-webkit-outer-spin-button, .quickDiagnosis__detail input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quickDiagnosis__detail.typeNumber {
  display: flex;
  justify-content: space-between;
}
.quickDiagnosis__detail.typeNumber .typeNumber__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
}
.quickDiagnosis__detail.typeNumber .typeNumber__item input {
  width: calc(100% - 2.7em);
  font-size: 1.8rem;
}
.quickDiagnosis__detail.typeNumber .typeNumber__item span {
  display: block;
  width: 2.7em;
  padding-left: 0.5em;
  font-size: 1.6rem;
}

.quickDiagnosis__detail input.is-error {
  border-color: red;
}

.quickDiagnosis__button__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
  background: linear-gradient(to bottom, #C8FABE 0%, #07DD54 70%, #00DC50 100%);
  border-radius: 10px;
  height: 75px;
  border: none;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__button__button {
    height: auto;
    padding: 3.5%;
    border-radius: 5px;
  }
}
.quickDiagnosis__button__button img {
  width: 195px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__button__button img {
    width: 34.7325%;
  }
}
@media only screen and (max-width: 340px) {
  .quickDiagnosis__button__button img {
    width: 100px;
  }
}

.quickDiagnosis__detail.ageMarriage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  color: #717171;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__detail.ageMarriage {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 414px) {
  .quickDiagnosis__detail.ageMarriage {
    font-size: 1.1rem;
  }
}

.quickDiagnosis__age {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: 0 1em 0 0;
}
@media only screen and (max-width: 800px) {
  .quickDiagnosis__age {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .quickDiagnosis__age {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__age {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 414px) {
  .quickDiagnosis__age {
    padding: 0;
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 410px) {
  .quickDiagnosis__age {
    padding: 0;
    width: calc(100% - 150px);
  }
}
.quickDiagnosis__age span {
  display: block;
  white-space: nowrap;
}
.quickDiagnosis__age input[type=number] {
  width: 70%;
  font-size: 1.8rem;
  margin: 0 0.5em;
}
@media only screen and (max-width: 414px) {
  .quickDiagnosis__age input[type=number] {
    margin: 0 3px;
  }
}

.quickDiagnosis__marriage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
@media only screen and (max-width: 800px) {
  .quickDiagnosis__marriage {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .quickDiagnosis__marriage {
    width: 280px;
  }
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__marriage {
    justify-content: flex-end;
    width: 210px;
  }
}
@media only screen and (max-width: 414px) {
  .quickDiagnosis__marriage {
    justify-content: flex-end;
    width: 160px;
  }
}
@media only screen and (max-width: 400px) {
  .quickDiagnosis__marriage {
    margin-right: -10px;
  }
}
.quickDiagnosis__marriage span {
  display: block;
  width: 80px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__marriage span {
    width: 55px;
  }
}
@media only screen and (max-width: 414px) {
  .quickDiagnosis__marriage span {
    width: 46px;
  }
}
.quickDiagnosis__marriage.is-error input[type=radio] + .radio-label:before {
  border: 1px solid red;
}

.maritalRadio {
  white-space: nowrap;
  width: calc((100% - 80px) / 2);
}
@media only screen and (max-width: 640px) {
  .maritalRadio {
    width: calc((100% - 55px) / 2);
  }
}
@media only screen and (max-width: 414px) {
  .maritalRadio {
    margin-left: -2px;
    width: calc((100% - 46px) / 2);
  }
}
.maritalRadio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.maritalRadio input[type=radio] + .radio-label {
  position: relative;
}
.maritalRadio input[type=radio] + .radio-label:before, .maritalRadio input[type=radio] + .radio-label:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.1ms ease;
}
.maritalRadio input[type=radio] + .radio-label:before {
  width: 2.2em;
  height: 2.2em;
  top: -0.6em;
  left: 2.5em;
  border: 1px solid #717171;
}
@media only screen and (max-width: 414px) {
  .maritalRadio input[type=radio] + .radio-label:before {
    left: 2em;
  }
}
.maritalRadio input[type=radio] + .radio-label:after {
  width: 1.1em;
  height: 1.1em;
  top: -0.05em;
  left: 3.06em;
  border: 1px solid #717171;
}
@media only screen and (max-width: 414px) {
  .maritalRadio input[type=radio] + .radio-label:after {
    left: 2.5em;
  }
}
.maritalRadio input[type=radio]:checked + .radio-label:after {
  background-color: #00dc50;
}
.maritalRadio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #717171;
}
.maritalRadio input[type=radio]:disabled + .radio-label:before {
  border-color: #717171;
}
.maritalRadio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.selectForm {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #717171;
}

.selectForm--half {
  width: 48%;
}

.selectForm--half:last-child {
  padding-left: 1%;
}

.selectForm__view {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 30px 0 10px;
  border: solid 1px #717171;
  border-radius: 4px;
  font-size: 1.7rem;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .selectForm__view {
    font-size: 1.4rem;
  }
}

.is-error + .selectForm__view {
  border-color: red;
}

.selectForm__view::after {
  content: "";
  display: block;
  border-top: solid 15px #727171;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.is-error + .selectForm__view::after {
  border-top-color: rgb(182, 69, 69);
}

.selectForm__select {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.01;
}

.quickDiagnosis__result {
  max-height: 0;
  margin-top: 0;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.quickDiagnosis__result .result_tel {
  position: relative;
  transition: 0.3s;
}
.quickDiagnosis__result .result_tel > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.is-ok .quickDiagnosis__result--ok,
.is-ng .quickDiagnosis__result--ng {
  max-height: 2000px;
  margin-top: 5%;
  opacity: 1;
  visibility: visible;
  border: solid 3px #fa6900;
}

.quickDiagnosis__result .apply {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
