@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;
}

picture {
  display: block;
}

/* 共通*/
br.only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  br.only-sp {
    display: block;
  }
}

/*------------------------------------------------------
 PC
------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .header_f,
  .header_r {
    margin-bottom: -3.5%;
  }
}

header {
  position: relative;
}
header h1 picture {
  background-color: #1e46aa;
}

.campaign-button {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5.6%;
}
.campaign-button a {
  display: block;
  width: 100%;
  height: 100%;
}
.campaign-button a img {
  width: 42.1%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .campaign-button a img {
    width: 72.343%;
  }
}

main {
  font-size: 1.7rem;
}

.wrapper {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
}

.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%;
}
@media only screen and (max-width: 640px) {
  .nav__item {
    width: 50%;
  }
}
.nav__item a {
  position: relative;
  display: block;
  padding-top: 32%;
  background-color: #1e46aa;
  height: 0;
  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 a {
    padding-top: 25%;
  }
}
.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%;
  }
}
@media only screen and (max-width: 640px) {
  .nav {
    margin-top: 8%;
  }
}

/*セクションアンカー*/
.flow, .interest, .point, .outline {
  padding-top: 1px;
}

/*セクションタイトル*/
.sectionTitle {
  position: relative;
  background-color: #1e46aa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 8%;
  margin-top: 7%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle {
    padding-top: 14%;
  }
}
.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%;
  }
}
.sectionTitle__img {
  position: absolute;
  bottom: 0;
  width: 16%;
  max-width: 160px;
}
@media only screen and (max-width: 640px) {
  .sectionTitle__img {
    width: 20.3%;
    right: 4.6875%;
  }
}
.sectionTitle__img--right {
  right: 15%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle__img--right {
    right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .point .sectionTitle__img--right {
    right: 7%;
  }
}
.sectionTitle__img--left {
  left: 13%;
}
@media only screen and (max-width: 640px) {
  .sectionTitle__img--left {
    left: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .outline .sectionTitle__img--left {
    left: 10%;
  }
}

/*ご融資利率*/
.interestrate {
  padding: 5% 7.25% 0;
}

/*ご利用までの流れ------------*/
.flow .sectionTitle {
  margin-bottom: 4%;
  margin-top: 8%;
}
@media only screen and (max-width: 640px) {
  .flow .sectionTitle__text {
    padding-left: 5%;
  }
}

h2.toggleBtn {
  position: relative;
}

h2.toggleBtn::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  height: 72px;
  position: absolute;
  right: 3.5%;
  top: 23%;
  width: 6.56%;
}

h2.toggleBtn {
  border-color: #1e46aa;
}

h2.toggleBtn::after {
  background-image: url("../images/icon_open.svg");
}

h2.toggleBtn.active::after {
  background-image: url("../images/icon_close.svg");
}

.flow {
  margin-bottom: 2%;
}
.flow h2 {
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  margin: 2% 4.8%;
  width: 91%;
  max-width: 906px;
}
@media only screen and (max-width: 640px) {
  .flow h2 {
    border-width: 4px;
    margin: 2% auto;
    width: 91%;
    max-width: 578px;
  }
}
.flow h2.active {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.flow h2.toggleBtn::after {
  top: 19%;
}
@media only screen and (max-width: 640px) {
  .flow h2.toggleBtn::after {
    top: 22%;
  }
}
.flow .togleContents {
  margin: 0 5%;
}
@media only screen and (max-width: 640px) {
  .flow .togleContents {
    margin: 0 4.7%;
  }
}
.flow__step > picture {
  margin-bottom: 2%;
}
.flow__applicationBtn {
  position: relative;
  margin-bottom: 2%;
}
.flow__hascardBtn {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 34.444%;
}
@media only screen and (max-width: 640px) {
  .flow__hascardBtn {
    height: 27%;
  }
}
.flow__hascardBtn picture {
  width: 69%;
  max-width: 620px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .flow__hascardBtn picture {
    width: 94%;
    max-width: 540px;
  }
  .flow__step .flow__hascardBtn picture img {
    width: 100%;
  }
}
.flow__nocardBtn {
  position: absolute;
  top: 32%;
  left: 5%;
  width: 56%;
  height: 34.186%;
}
@media only screen and (max-width: 640px) {
  .flow__nocardBtn {
    top: 38%;
    left: 2%;
    width: 63%;
    height: 32%;
  }
}
.flow__nocardBtn picture {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .flow__nocardBtn picture {
    width: 100%;
    max-width: 360px;
  }
}
.flow__documentBtn {
  position: absolute;
  width: 20%;
  height: 40%;
  top: 30%;
  right: 6%;
}
@media only screen and (max-width: 640px) {
  .flow__documentBtn {
    width: 26%;
    height: 48%;
    top: 30%;
    right: 3%;
  }
}
.flow__documentBtn picture {
  width: 100%;
  max-width: 180px;
  margin: auto;
}
.flow__telBtn {
  position: absolute;
  bottom: 10%;
  left: 9%;
  width: 49%;
  height: 15%;
}
@media only screen and (max-width: 640px) {
  .flow__telBtn {
    bottom: 9%;
    left: 5%;
    width: 56%;
    height: 11%;
  }
}
.flow__telBtn picture {
  width: 100%;
  max-width: 444px;
  margin: auto;
}
.flow__documentBtn2 {
  position: absolute;
  bottom: 16%;
  left: 17.5%;
  width: 37%;
  height: 8.7%;
}
@media only screen and (max-width: 640px) {
  .flow__documentBtn2 {
    bottom: 10%;
    left: 20%;
    width: 33%;
    height: 22%;
  }
}
.flow__documentBtn2 picture {
  width: 100%;
  max-width: 330px;
  margin: auto;
}

/*トグル共通---------------*/
h2.toggleBtn,
#outline .toggleBtn02,
#outline .toggleBtn03 {
  cursor: pointer;
}

.togleContents {
  display: none;
}

/*利息はどれくらい？-------------*/
@media only screen and (max-width: 640px) {
  .interest .sectionTitle__text {
    padding-right: 7%;
  }
}

/*5つのポイント-------------*/
#point {
  margin-top: 1.5%;
}
@media only screen and (max-width: 640px) {
  #point {
    margin-bottom: 4%;
  }
}

#point h1 {
  margin-bottom: 5%;
}

#point .container {
  border-bottom: 3px solid #a8a8a8;
  margin: 3% 5%;
  padding: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  #point .container {
    margin: 3% auto;
    width: 89.0625%;
  }
}

#point .container:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#point h2.toggleBtn img {
  max-width: 900px;
  width: 100%;
}

#point h2.toggleBtn::after {
  top: 0;
  right: 1.5%;
  content: "";
  background: url("../images/icon_open.svg") no-repeat;
  background-size: auto;
  background-size: contain;
  height: 66px;
  position: absolute;
  right: 3.5%;
  top: 8px;
  width: 6.56%;
}

#point h2.toggleBtn.active::after {
  background: url("../images/icon_close.svg") no-repeat;
  background-size: auto;
  background-size: contain;
}

#point .tggleContens--point05 {
  padding: 3% 0;
}

#point .togleContents p {
  padding-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

#point .togleContents p span {
  color: #1e46aa;
}

#point .togleContents .yakutei {
  padding: 1em 1em 0.5em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 477px) {
  #point .togleContents .yakutei {
    font-size: 0.9em;
    padding: 1em 1em 0;
  }
}
#point .togleContents .yakutei + p {
  text-indent: 0;
}

#point .togleContents table {
  border: solid #000;
  border-width: 1px 1px 0;
  width: 100%;
}

#point .togleContents table td {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

#point .togleContents table th {
  background: #d2ebff;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%;
}

#point .togleContents table th:first-child, #point .togleContents table tr td:first-child {
  border-right: 1px dashed #000;
}

@media screen and (max-width: 477px) {
  #point .togleContents p, #point .togleContents table th, #point .togleContents table td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 414px) {
  #point .togleContents p, #point .togleContents table th, #point .togleContents table td {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 375px) {
  #point .togleContents table th, #point .togleContents table td {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 320px) {
  #point .togleContents table td {
    white-space: normal;
  }
}
/*かしこい使い方-------------------*/
#use h1 {
  margin-bottom: 5%;
}

#use .container {
  border: 3px solid #b9b9b9;
  border-radius: 10px;
  margin: 20px 5% 0;
}

#use h2.toggleBtn::after {
  right: 1.5%;
  top: 20%;
}
@media only screen and (max-width: 640px) {
  #use h2.toggleBtn::after {
    top: 22%;
  }
}

/*商品概要-------------------------*/
#outline .toggleContainer {
  border: 4px solid #1e46aa;
  border-radius: 15px;
  position: relative;
  margin: 4.8% 5.56% 0;
}

#outline .toggleBtn02, #outline .toggleBtn03 {
  position: absolute;
  text-align: center;
  width: 100%;
}

#outline .toggleBtn02 img, #outline .toggleBtn03 img {
  max-width: 210px;
  width: 23.85%;
}

#outline .toggleBtn02.active {
  display: none;
}

#outline table {
  width: 100%;
}

#outline th, #outline td {
  border-bottom: 1px solid #1e46aa;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  vertical-align: middle;
  color: #251e1c;
}

#outline td .note {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 475px) {
  #outline th, #outline td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 375px) {
  #outline th, #outline td {
    font-size: 0.85em;
  }
}
#outline th {
  background: #1e46aa;
  color: #fff;
}

#outline tr th:first-child {
  border-right: 1px solid #fff;
  width: 200px;
  padding: 0.25em;
}
@media only screen and (max-width: 640px) {
  #outline tr th:first-child {
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  #outline tr th:first-child {
    width: 110px;
  }
}

#outline tr td:first-child {
  border-right: 1px solid #1e46aa;
  width: 200px;
  text-align: center;
  padding: 0.25em;
  font-weight: bold;
  color: #1e46aa;
}
@media only screen and (max-width: 640px) {
  #outline tr td:first-child {
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  #outline tr td:first-child {
    width: 110px;
  }
}

#outline td tr td:first-child {
  font-weight: normal;
}

#outline tr td table {
  border: 1px solid;
  border-width: 1px 1px 0;
  margin: 0.25em 0;
  width: 100%;
}

#outline tr td table th {
  background: #d2ebff;
  color: #251e1c;
  font-weight: normal;
}

@media screen and (max-width: 414px) {
  #outline tr td table {
    font-size: 0.8em;
  }
}
#outline tr td table th, #outline tr td table td {
  border-bottom: 1px solid;
  text-align: center;
  font-size: 0.85em;
  width: 50%;
}

#outline tr td table th:first-child, #outline tr td table td:first-child {
  width: 50%;
}

#outline tr td table.oblong {
  border: none;
}

#outline .oblong.only-pc {
  display: flex;
}
@media only screen and (max-width: 640px) {
  #outline .oblong.only-pc {
    display: none;
  }
}

#outline .oblong.only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #outline .oblong.only-sp {
    display: block;
  }
}

#outline tr td table.oblong td {
  white-space: normal;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: top;
  border: none;
  padding: 0.25em;
  display: inline-block;
  min-width: 5em;
}

@media screen and (max-width: 625px) {
  #outline tr td table.oblong td {
    min-width: 4.5em;
  }
}
@media screen and (max-width: 601px) {
  #outline tr td table.oblong td {
    min-width: 4em;
  }
}
@media screen and (max-width: 414px) {
  #outline tr td table th, #outline tr td table td {
    font-size: 100%;
  }
}
#outline tr td table tr td:first-child, #outline tr td table tr th:first-child {
  border-right: 1px dashed;
}

#outline tr td table.oblong tr td:first-child {
  border-right: none;
  padding-bottom: 1em;
}

#outline tr td table th:first-child {
  white-space: nowrap;
}

@media screen and (max-width: 414px) {
  #outline tr td table th:first-child {
    white-space: normal;
  }
}
#outline tr td table tr td:first-child {
  color: #251e1c;
}

#outline + .btnArea {
  margin: 100px 0 18px;
}

@media screen and (max-width: 414px) {
  #outline + .btnArea {
    margin: 50px 0 18px;
  }
}
td.ajst {
  padding: 0 0.25em 0 1em !important;
}

#outline {
  margin-bottom: 12%;
}

#outline .oblong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
#outline .oblong .oblong__item {
  padding: 0.5rem;
}
#outline .oblong span {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  #outline .oblong span {
    font-size: 1.2rem;
  }
}

.rateTitle__rate {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .rateTitle__rate {
    font-size: 1.4rem;
    display: block;
    position: relative;
    width: 105px;
    height: 50px;
    margin: 0 auto;
    padding: 0 2px 0 10px;
    text-align: left;
    font-weight: 500;
    overflow: hidden;
  }
}
.rateTitle__rate.only-pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .rateTitle__rate.only-pc {
    display: none;
  }
}
.rateTitle__rate.only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .rateTitle__rate.only-sp {
    display: block;
  }
}
.rateTitle__rate.only-sp::before, .rateTitle__rate.only-sp::after {
  content: "";
  position: absolute;
  display: block;
  top: -26px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width: 414px) {
  .rateTitle__rate.only-sp::before, .rateTitle__rate.only-sp::after {
    top: -22px;
    height: 90px;
    width: 90px;
  }
}
.rateTitle__rate.only-sp::before {
  left: 0;
  border-left: solid 2px #1e46aa;
}
.rateTitle__rate.only-sp::after {
  right: 0;
  border-right: solid 2px #1e46aa;
}
@media only screen and (max-width: 414px) {
  .rateTitle__rate {
    width: 90px;
    height: 45px;
  }
}
.rateTitle__limit {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .rateTitle__limit {
    font-weight: 500;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 640px) {
  span.kakko {
    padding: 3px;
    position: relative;
    display: block;
  }
  span.kakko::before, span.kakko::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
  }
  span.kakko::before {
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    top: 0;
    left: 0;
  }
  span.kakko::after {
    border-right: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    top: 0;
    right: 0;
  }
}
/*動画-------------------*/
.movie {
  padding: 40px 0 35px;
  background-color: #e6f5ff;
  font-size: 0;
}
@media only screen and (max-width: 640px) {
  .movie {
    padding: 5% 0 5%;
  }
}
.movie__title {
  margin: 0 20px 35px;
  height: 35px;
}
@media only screen and (max-width: 640px) {
  .movie__title {
    height: auto;
    margin: 0 2% 5%;
  }
}
.movie__title img {
  height: 100%;
}
.movie__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 880px;
  margin: auto;
}
.movie__item {
  width: 50%;
  padding: 0 2%;
}
.movie__content {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.movie__content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.movie__itemTitle {
  margin: 0.5em 0 1.2em;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .movie__itemTitle {
    font-size: 2.8vw;
  }
}

/*お問い合わせ-----------------*/
.contact {
  margin: 4% 0 0;
}
@media only screen and (max-width: 640px) {
  .contact {
    margin: 4% 0;
  }
}
.contact .tap {
  position: relative;
}
.contact .tap picture {
  display: block;
}
.contact__character {
  position: absolute;
  width: 16%;
  max-width: 160px;
  bottom: 0;
  left: 5%;
}
@media only screen and (max-width: 640px) {
  .contact__character {
    width: 21.875%;
    left: 2.5%;
  }
}
.contact__tel:hover {
  opacity: 1;
}

.contact p.blueTxt {
  color: #1e46aa;
  font-weight: bold;
  text-align: left;
  margin: 20px 30px 0 25px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .contact p.blueTxt {
    font-size: 1.6rem;
  }
}

.contact ul {
  list-style: none;
  margin: 0.2em 30px 1em;
}

.contact li {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  .contact li {
    font-size: 1.4rem;
  }
}
.contact li span {
  color: #1e46aa;
}

.contact .noWordBreak {
  display: inline-block;
  text-indent: 0;
  color: #000000;
}

.contact .rightTxt {
  text-align: right;
  margin: 0 30px;
}

@media screen and (max-width: 640px) {
  .contact .rightTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .contact p.blueTxt, .contact li, .contact .rightTxt {
    font-size: 0.9em;
  }
}
/*フッター-------------------*/
footer {
  padding: 2% 5% 17%;
}
@media only screen and (max-width: 640px) {
  footer {
    padding: 2% 5% 30%;
  }
}
footer .logo {
  text-align: center;
}
footer .logo img {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  footer .logo img {
    max-width: 450px;
    padding: 0 5%;
  }
}
footer address {
  padding-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.2em;
}
footer p.copyright {
  margin-top: 1%;
  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;
  }
}

/*floatBtn*/
.floatBtn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 0;
  width: 1000px;
  max-width: 100%;
  height: 11vw;
  max-height: 120px;
  padding: 1%;
  z-index: 500;
  background-color: rgba(0, 100, 255, 0.4);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  .floatBtn {
    justify-content: flex-start;
    align-items: center;
    left: 0;
    height: 25vw;
    max-height: initial;
    padding: 0;
    transform: translate(0, 0);
  }
}
.floatBtn__link {
  display: block;
  width: 73.6%;
  max-height: 101px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .floatBtn__link {
    width: 80.9375%;
    margin: 0 3%;
    max-height: initial;
  }
}
.floatBtn__link:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.floatBtn__link:hover img {
  opacity: 1;
}
.floatBtn__img {
  display: block;
  margin-top: 0.6%;
}
.floatBtn__img img {
  display: block;
  width: 100%;
  height: auto;
}
.floatBtn .toTop {
  position: absolute;
  right: 30px;
  top: 53%;
  cursor: pointer;
  width: 54px;
  height: 54px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  .floatBtn .toTop {
    top: 50%;
    right: 4.6875%;
    width: 9.375%;
    height: auto;
  }
}
.floatBtn .toTop a {
  display: block;
  width: 100%;
  height: 100%;
}

.quickCheckApplybtn {
  display: flex;
  justify-content: center;
  width: 82.8%;
  max-width: 660px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .quickCheckApplybtn {
    width: 78.8%;
    max-width: 420px;
  }
}
.quickCheckApplybtn__outer {
  position: relative;
  width: 100%;
}

/*-------------------------------
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 #009FE8;
  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, #54C2F0 0%, #54C2F0 40%, #00A6E9 60%, #00A6E9 100%);
  border-radius: 10px;
  border: solid 3px #009FE8;
  height: 65px;
}
@media only screen and (max-width: 640px) {
  .quickDiagnosis__topTitle {
    height: 12.6%;
  }
}
.quickDiagnosis__topTitle img {
  width: 455px;
}
@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, #54C2F0 0%, #54C2F0 40%, #00A6E9 60%, #00A6E9 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: 197px;
}
@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: 35.1785714286%;
  }
}

.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, #54C2F0 0%, #54C2F0 40%, #00A6E9 60%, #00A6E9 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: #009FE8;
}
.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;
  padding-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 */
