@charset "UTF-8";
html {
  font-size: 10px;
}

img {
  width: 100%;
  display: block;
}

li {
  list-style: none;
}

a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc02 {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .tb-sp {
    display: none !important;
  }
}

body {
  color: #595858;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 1500px) {
  body {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
::-webkit-full-page-media, :future, :root body {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 980px) {
  .overlay {
    display: none;
  }
}

.wrap {
  background-color: rgba(255, 124, 86, 0.1);
  display: flex;
  justify-content: space-between;
}
.logo {
  max-width: 585px;
  width: 25%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .logo {
    display: none;
  }
}
.logo__inner {
  position: fixed;
  width: 25%;
  margin: 0 auto;
  height: 100%;
}
.logo__h1 {
  max-width: 313px;
  width: 90%;
  margin: 13vh auto 0;
}
.navi {
  max-width: 585px;
  width: 25%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .navi {
    max-width: 750px;
    width: 42%;
  }
}
@media only screen and (max-width: 768px) {
  .navi {
    display: none;
  }
}
.navi__inner {
  position: fixed;
  width: 25%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .navi__inner {
    width: 42%;
  }
}
.navi__body {
  padding: 0.7em 0.6em;
  text-align: center;
  margin: 10vh auto 0;
  width: 95%;
  border: solid 1px #e63700;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .navi__body {
    width: 92%;
  }
}
@media only screen and (max-width: 768px) {
  .navi__body {
    display: none;
  }
}
.navi__link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-color: #e63700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  .navi__link {
    font-size: 20px;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .navi__link {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  .navi__link {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.navi__link:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .navi__link {
    display: none;
  }
}

.in-wrap {
  max-width: 750px;
  width: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) and (min-width: 751px) {
  .in-wrap {
    max-width: 585px;
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .in-wrap {
    max-width: 768px;
    width: 100%;
  }
}

.header {
  position: relative;
}
.header__fixed {
  width: 100%;
  height: 0px;
  padding-top: 13.3%;
  position: fixed;
  top: 0;
  right: 0;
  background: url(../img/header.jpg) no-repeat center/100%;
  z-index: 10;
}

.menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu {
    display: block;
  }
}
.menu__btn {
  max-width: 70px;
  width: 9%;
  background: none;
}
.menu__list {
  text-align: center;
  max-width: 644px;
  width: 86%;
  margin: 5.5em auto 0;
  box-sizing: border-box;
}
.menu__item {
  border-radius: 10px;
  border: solid 1px #e63700;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.menu__link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #e63700;
  padding: 0.5em 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  .menu__link {
    font-size: 40px;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .menu__link {
    font-size: 31px;
    font-size: 3.02734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .menu__link {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.menu #menuBtn {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 10;
}
.menu #menuPanel {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); /* 半透明黒 */
  z-index: 9;
  padding-bottom: 1em;
}

.mv {
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  .mv {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    padding-top: 13%;
    background-color: #e63700;
  }
}
.mv__txt {
  max-width: 686px;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 5%;
}
.check {
  background-color: #eeeeee;
}
.check__box {
  font-size: 30px;
  padding: 0 0 2em;
}
@media only screen and (max-width: 1500px) {
  .check__box {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__box {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__box {
    font-size: 15px;
    font-size: 4vw;
  }
}
.check__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.check__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.check__ttl::before {
  display: none;
}
.check__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0em;
  padding: 0.5em 0;
}
@media only screen and (max-width: 1500px) {
  .check__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.check__inner {
  max-width: 686px;
  margin: 0 auto;
  font-size: 30px;
  padding: 1em 1em 0em;
}
@media only screen and (max-width: 1500px) {
  .check__inner {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__inner {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__inner {
    font-size: 15px;
    font-size: 4vw;
  }
}
.check__name {
  width: 100%;
  background-color: #e63700;
  border-radius: 10px;
  padding: 0.6em 0;
  margin-bottom: 0.8em;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 1500px) {
  .check__name {
    font-size: 36px;
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__name {
    font-size: 28px;
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__name {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.check__body {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 1500px) {
  .check__body {
    font-size: 28px;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__body {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.check__input {
  max-width: 220px;
  width: 32%;
  font-size: 28px;
  border: solid 1px #666666;
  border-radius: 7px;
  padding: 0.5em;
  margin: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  .check__input {
    font-size: 28px;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__input {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__input {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.check__input--age {
  max-width: 110px;
  width: 16%;
}
.check__txt {
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1500px) {
  .check__txt {
    font-size: 28px;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .check__txt {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 768px) {
  .check__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.check__btn {
  max-width: 320px;
  width: 47%;
  display: table;
  margin: 0 auto;
}
.check__btn:hover {
  opacity: 0.7;
}
.check .result--ng, .check .result--ok {
  display: none;
}
.check .is-ng .result--ng {
  display: block;
}
.check .is-ok .result--ok {
  display: block;
}

.result {
  max-width: 686px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #e63700;
  border-radius: 3px;
  background-color: #fff;
  font-size: 30px;
  padding: 1em;
  margin-top: 2em;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  .result {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .result {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .result {
    font-size: 15px;
    font-size: 4vw;
  }
}
.result__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  color: #e63700;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1500px) {
  .result__ttl {
    font-size: 40px;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .result__ttl {
    font-size: 31px;
    font-size: 3.02734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .result__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.result__h2 {
  font-size: 42px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  border-top: solid 1px #595858;
  border-bottom: solid 1px #595858;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
@media only screen and (max-width: 1500px) {
  .result__h2 {
    font-size: 42px;
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .result__h2 {
    font-size: 33px;
    font-size: 3.22265625vw;
  }
}
@media only screen and (max-width: 768px) {
  .result__h2 {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
.result__icon {
  max-width: 72px;
  width: 12%;
  display: inline-block;
}
.result__txt {
  font-size: 30px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 0.7em;
  padding-left: 1.3em;
  text-indent: -1em;
}
@media only screen and (max-width: 1500px) {
  .result__txt {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .result__txt {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .result__txt {
    font-size: 15px;
    font-size: 4vw;
  }
}
.result__bld {
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 1500px) {
  .result__bld {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .result__bld {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .result__bld {
    font-size: 15px;
    font-size: 4vw;
  }
}
.cta {
  font-size: 28px;
}
@media only screen and (max-width: 1500px) {
  .cta {
    font-size: 28px;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .cta {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 768px) {
  .cta {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.cta__ttl {
  max-width: 464px;
  width: 74%;
  position: relative;
}
.cta__list {
  display: flex;
  justify-content: space-between;
  margin-top: -0.8em;
}
.cta__btn {
  max-width: 307px;
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .cta__btn {
    margin: 0;
  }
}
.cta__tel {
  display: block;
  max-width: 554px;
  width: 88%;
  margin: 1em auto 0px;
}
.m-cta {
  padding: 1em 0 2em;
  font-size: 30px;
  max-width: 627px;
  width: 84%;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .m-cta {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .m-cta {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .m-cta {
    font-size: 15px;
    font-size: 4vw;
  }
}
.m-cta__ttl {
  max-width: 464px;
  width: 74%;
  position: relative;
}
.m-cta__list {
  display: flex;
  justify-content: space-between;
  margin-top: -0.8em;
  margin-bottom: 0.9em;
}
.m-cta__btn {
  max-width: 307px;
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .m-cta__btn {
    margin: 0;
  }
}
.m-cta__txt {
  max-width: 481px;
  width: 77%;
  margin: 0 auto;
}
.m-cta__up {
  display: block;
  width: 100%;
  margin: 0.3em auto 0px;
}
.m-cta__info {
  font-size: 26px;
  line-height: 150%;
  margin: 0.8em 0;
}
@media only screen and (max-width: 1500px) {
  .m-cta__info {
    font-size: 26px;
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .m-cta__info {
    font-size: 20px;
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 768px) {
  .m-cta__info {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.loan__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.loan__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.loan__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1500px) {
  .loan__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .loan__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .loan__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.loan__inner {
  max-width: 686px;
  margin: 0 auto;
  font-size: 30px;
  padding: 1em 1em 0em;
}
@media only screen and (max-width: 1500px) {
  .loan__inner {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .loan__inner {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .loan__inner {
    font-size: 15px;
    font-size: 4vw;
  }
}
.loan__body {
  max-width: 713px;
  width: 95%;
  margin: 0 auto;
  font-size: 30px;
  padding: 0 0 2em;
}
@media only screen and (max-width: 1500px) {
  .loan__body {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .loan__body {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .loan__body {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .month {
    margin-top: -13.2%;
    padding-top: 13.2%;
  }
}
.month__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.month__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.month__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.month__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1500px) {
  .month__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .month__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .month__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.month__body {
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
  font-size: 30px;
  padding: 0 0 2em;
}
@media only screen and (max-width: 1500px) {
  .month__body {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .month__body {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .month__body {
    font-size: 15px;
    font-size: 4vw;
  }
}
.month__inner {
  max-width: 686px;
  width: 92%;
  margin: 0 auto;
  font-size: 32px;
  padding: 0em 1em 2em;
}
@media only screen and (max-width: 1500px) {
  .month__inner {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .month__inner {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .month__inner {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.month__dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 0.8em;
}
@media only screen and (max-width: 1500px) {
  .month__dt {
    font-size: 36px;
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .month__dt {
    font-size: 28px;
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .month__dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.month__dd {
  font-size: 32px;
  line-height: 170%;
}
@media only screen and (max-width: 1500px) {
  .month__dd {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .month__dd {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .month__dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.table {
  width: 100%;
  font-size: 32px;
  text-align: center;
  margin: 1em 0;
  border: solid 1px #595858;
}
@media only screen and (max-width: 1500px) {
  .table {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .table {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .table {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.table__tr {
  border-bottom: solid 1px #595858;
}
.table__th {
  font-weight: bold;
  background-color: #eeeeee;
  text-align: center;
  padding: 15px 0;
}
.table__th:last-child {
  border-left: solid 1px #595858;
}
.table__td {
  padding: 15px 0;
}
.table__td--2 {
  border-left: solid 1px #595858;
}
.table__inner {
  max-width: 686px;
  margin: 0 auto;
  font-size: 30px;
  padding: 1em 1em 0em;
}
@media only screen and (max-width: 1500px) {
  .table__inner {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .table__inner {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .table__inner {
    font-size: 15px;
    font-size: 4vw;
  }
}
.table__body {
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
  font-size: 30px;
  padding: 0 0 2em;
}
@media only screen and (max-width: 1500px) {
  .table__body {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .table__body {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .table__body {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .flow {
    margin-top: -13.2%;
    padding-top: 13.2%;
  }
}
.flow__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.flow__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flow__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25%;
}
.flow__pp {
  max-width: 156px;
  width: 21%;
  position: absolute;
  bottom: 0;
  left: 1%;
}
.flow__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  padding: 1.23em 0;
}
@media only screen and (max-width: 1500px) {
  .flow__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.flow__list {
  max-width: 686px;
  width: 92%;
  margin: 0 auto;
  font-size: 32px;
  padding: 1em 1em 1.4em;
}
@media only screen and (max-width: 1500px) {
  .flow__list {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__list {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__list {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.flow__item {
  border: solid 1px #b7b7b7;
  font-size: 30px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .flow__item {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__item {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__item {
    font-size: 15px;
    font-size: 4vw;
  }
}
.flow__item:not(:last-child) {
  margin-bottom: 1.3em;
}
.flow__item::before {
  content: "";
  max-width: 20px;
  width: 3%;
  height: 0%;
  padding-top: 3%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: url(../img/icon_page.jpg) no-repeat center/100%;
}
.flow__tab {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  line-height: 130%;
  padding: 0.5em 1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  .flow__tab {
    font-size: 48px;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__tab {
    font-size: 37px;
    font-size: 3.61328125vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__tab {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.flow__tab::after {
  content: "";
  max-width: 80px;
  width: 12%;
  height: 0px;
  padding-top: 12%;
  background: url(../img/icon_open.png) no-repeat center/100%;
}
.flow__tab.open::after {
  background: url(../img/icon_close.png) no-repeat center/100%;
}
.flow__body {
  max-width: 605px;
  width: 88.5%;
  margin: 0 auto;
  font-size: 30px;
  padding: 1.3em 0 1.3em;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .flow__body {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__body {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__body {
    font-size: 15px;
    font-size: 4vw;
  }
}
.flow__inbox {
  color: #000;
  max-width: 504px;
  width: 83%;
  position: absolute;
  top: 16%;
  left: 14%;
}
.flow__info {
  font-size: 24px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1500px) {
  .flow__info {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__info {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__info {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.flow__red {
  color: #e63700;
  font-weight: bold;
}
.flow__bld {
  font-weight: bold;
}
.flow__p {
  font-size: 80%;
}
.flow__day {
  font-size: 24px;
  margin-top: 0.8em;
  text-align: center;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1500px) {
  .flow__day {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__day {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__day {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.flow__btn {
  font-size: 36px;
  line-height: 120%;
  color: #e63700;
  padding: 0.5em 1.2em;
  border-radius: 45px;
  border: solid 1px #e63700;
  display: table;
  margin: 0 auto 1.5em;
}
@media only screen and (max-width: 1500px) {
  .flow__btn {
    font-size: 36px;
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__btn {
    font-size: 28px;
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow__btn {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .risoku {
    margin-top: -13.2%;
    padding-top: 13.2%;
  }
}
.risoku__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.risoku__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.risoku__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25%;
}
.risoku__pp {
  max-width: 149px;
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.risoku__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  line-height: 130%;
  padding: 0.45em 0;
}
@media only screen and (max-width: 1500px) {
  .risoku__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .risoku__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .risoku__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.risoku__inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 40px;
  line-height: 130%;
  font-weight: bold;
  padding: 0em 0 1.5em;
}
@media only screen and (max-width: 1500px) {
  .risoku__inner {
    font-size: 40px;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .risoku__inner {
    font-size: 31px;
    font-size: 3.02734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .risoku__inner {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.risoku__bld {
  line-height: 140%;
}
.risoku__pict {
  max-width: 617px;
  width: 82%;
  margin: 0 auto;
  font-size: 40px;
  padding: 1em 0em 1.5em;
}
@media only screen and (max-width: 1500px) {
  .risoku__pict {
    font-size: 40px;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .risoku__pict {
    font-size: 31px;
    font-size: 3.02734375vw;
  }
}
@media only screen and (max-width: 768px) {
  .risoku__pict {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.risoku__txt {
  font-size: 28px;
  margin-top: 1em;
  line-height: 130%;
}
@media only screen and (max-width: 1500px) {
  .risoku__txt {
    font-size: 28px;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .risoku__txt {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 768px) {
  .risoku__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .point {
    margin-top: -13.2%;
    padding-top: 13.2%;
  }
}
.point__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.point__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.point__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25%;
}
.point__pp {
  max-width: 180px;
  width: 24%;
  position: absolute;
  bottom: 0;
  left: 0%;
}
.point__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  padding: 1.23em 0;
  margin-left: 0.45em;
}
@media only screen and (max-width: 1500px) {
  .point__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.point__list {
  max-width: 686px;
  width: 92%;
  margin: 0 auto;
  font-size: 32px;
  padding: 0 0 3em;
}
@media only screen and (max-width: 1500px) {
  .point__list {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__list {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__list {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.point__item {
  font-size: 30px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .point__item {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__item {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__item {
    font-size: 15px;
    font-size: 4vw;
  }
}
.point__item:not(:last-child) {
  margin-bottom: 2em;
}
.point__body {
  font-size: 30px;
  max-width: 622px;
  width: 90.5%;
  margin: 0 auto 0em;
}
@media only screen and (max-width: 1500px) {
  .point__body {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__body {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__body {
    font-size: 15px;
    font-size: 4vw;
  }
}
.point__h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #e63700;
  font-weight: bold;
  margin: 0.5em 0;
}
@media only screen and (max-width: 1500px) {
  .point__h3 {
    font-size: 48px;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__h3 {
    font-size: 37px;
    font-size: 3.61328125vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__h3 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.point__bld {
  font-size: 32px;
  line-height: 150%;
  margin: 0.5em 0;
}
@media only screen and (max-width: 1500px) {
  .point__bld {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__bld {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__bld {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.point__txt {
  font-size: 26px;
  line-height: 160%;
  padding-left: 1.3em;
  text-indent: -1em;
}
@media only screen and (max-width: 1500px) {
  .point__txt {
    font-size: 26px;
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .point__txt {
    font-size: 20px;
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 768px) {
  .point__txt {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .faq {
    margin-top: -13.2%;
    padding-top: 13.2%;
  }
}
.faq__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.faq__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.faq__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25%;
}
.faq__pp {
  max-width: 158px;
  width: 21.5%;
  position: absolute;
  bottom: 0;
  right: 0%;
}
.faq__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  padding: 1.23em 0;
}
@media only screen and (max-width: 1500px) {
  .faq__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.faq__list {
  max-width: 686px;
  width: 92%;
  margin: 0 auto;
  font-size: 32px;
  padding: 0 0 1.4em;
}
@media only screen and (max-width: 1500px) {
  .faq__list {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__list {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__list {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.faq__item {
  font-size: 30px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .faq__item {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__item {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__item {
    font-size: 15px;
    font-size: 4vw;
  }
}
.faq__item:not(:last-child) {
  border-bottom: solid 2px #989898;
}
.faq__tab {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  line-height: 130%;
  padding: 0.5em 0em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  .faq__tab {
    font-size: 48px;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__tab {
    font-size: 37px;
    font-size: 3.61328125vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__tab {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.faq__tab::after {
  content: "";
  max-width: 80px;
  width: 12%;
  height: 0px;
  padding-top: 12%;
  background: url(../img/icon_open.png) no-repeat center/100%;
}
.faq__tab.open::after {
  background: url(../img/icon_close.png) no-repeat center/100%;
}
.faq__q--01 {
  max-width: 444px;
  width: 65%;
}
.faq__q--02 {
  max-width: 428px;
  width: 62%;
}
.faq__q--03 {
  max-width: 450px;
  width: 66%;
}
.faq__q--04 {
  max-width: 569px;
  width: 83%;
}
.faq__q--05 {
  max-width: 437px;
  width: 64%;
}
.faq__body {
  margin: 0 auto;
  font-size: 30px;
  padding: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .faq__body {
    font-size: 30px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__body {
    font-size: 23px;
    font-size: 2.24609375vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__body {
    font-size: 15px;
    font-size: 4vw;
  }
}
.faq__box--01 {
  max-width: 648px;
  width: 95%;
}
.faq__box--02 {
  max-width: 676px;
  width: 99%;
}
.faq__box--03 {
  max-width: 674px;
  width: 98%;
}
.faq__box--04 {
  max-width: 674px;
  width: 98%;
}
.faq__box--05 {
  max-width: 674px;
  width: 98%;
}
.faq__info {
  font-size: 24px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1500px) {
  .faq__info {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__info {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__info {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.faq__red {
  color: #e63700;
  font-weight: bold;
}
.faq__bld {
  font-weight: bold;
}
.faq__p {
  font-size: 80%;
}
.faq__day {
  font-size: 24px;
  margin-top: 0.8em;
  text-align: center;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1500px) {
  .faq__day {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq__day {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__day {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .info {
    margin-top: -13.2%;
    padding-top: 13.2%;
  }
}
.info__ttl {
  background-color: #e63700;
  margin: 0 auto;
  position: relative;
}
.info__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.info__ttl::before {
  content: "";
  max-width: 96px;
  width: 13%;
  height: 0;
  padding-top: 6.2%;
  background: url(../img/icon_arw.png) no-repeat center bottom/100%;
  position: absolute;
  bottom: -44.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25%;
}
.info__pp {
  max-width: 178px;
  width: 24%;
  position: absolute;
  bottom: 0;
  left: 1%;
}
.info__h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  padding: 1.23em 0;
}
@media only screen and (max-width: 1500px) {
  .info__h2 {
    font-size: 52px;
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .info__h2 {
    font-size: 40px;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  .info__h2 {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.info__body {
  max-width: 686px;
  width: 92%;
  margin: 0 auto 3em;
  font-size: 32px;
}
@media only screen and (max-width: 1500px) {
  .info__body {
    font-size: 32px;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .info__body {
    font-size: 25px;
    font-size: 2.44140625vw;
  }
}
@media only screen and (max-width: 768px) {
  .info__body {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.info__btn {
  max-width: 206px;
  width: 30%;
  height: 0;
  padding-top: 10.5%;
  background: url(../img/icon_l-open.png) no-repeat center bottom/100%;
  display: table;
  margin: 0 auto;
}
.info .open {
  background: url(../img/icon_l-close.png) no-repeat center bottom/100%;
}
.info__inner {
  max-width: 686px;
  width: 92%;
  margin: 0 auto 3em;
}
.info__s-ttl {
  margin: 0 auto 1.2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .info__s-ttl {
    font-size: 28px;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .info__s-ttl {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media only screen and (max-width: 768px) {
  .info__s-ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.info__info {
  margin: 2em 0 3em;
  font-size: 22px;
}
@media only screen and (max-width: 1500px) {
  .info__info {
    font-size: 22px;
    font-size: 1.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .info__info {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 768px) {
  .info__info {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.info__txt {
  padding-left: 1.3em;
  text-indent: -1em;
}
.info__right {
  text-align: right;
}
.info__logo {
  max-width: 708px;
  width: 98%;
  margin: 0 auto 3em;
}
.table2 {
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  padding: 0 0.4em;
  border: solid 1px #595858;
}
@media only screen and (max-width: 1500px) {
  .table2 {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .table2 {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  .table2 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.table2__tr {
  border-bottom: solid 1px #595858;
}
.table2__th {
  font-weight: bold;
  background-color: #eeeeee;
  text-align: center;
  padding: 15px 0;
}
.table2__th:last-child {
  border-left: solid 1px #595858;
}
.table2__td {
  max-width: 170px;
  width: 25%;
  text-align: center;
  padding: 0.5em 0.5em;
}
.table2__td--2 {
  max-width: 516px;
  width: 75%;
  text-align: left;
  border-left: solid 1px #595858;
  box-sizing: border-box;
}
.table2__td--indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.table2__p {
  padding-left: 1.3em;
  text-indent: -1.2em;
}
.table2__p--line {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: solid 1px #595858;
  border-bottom: solid 1px #595858;
}

.table3 {
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin: 1em 0;
  padding: 0 0.4em;
  border: solid 1px #595858;
}
@media only screen and (max-width: 1500px) {
  .table3 {
    font-size: 24px;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .table3 {
    font-size: 18px;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 768px) {
  .table3 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.table3__tr {
  border-bottom: solid 1px #595858;
}
.table3__th {
  font-weight: bold;
  background-color: #eeeeee;
  text-align: center;
  padding: 15px 0;
}
.table3__th:last-child {
  border-left: solid 1px #595858;
}
.table3__td {
  padding: 0.5em 0.4em;
}
.table3__td--2 {
  border-left: solid 1px #595858;
  box-sizing: border-box;
}
.footer {
  padding-bottom: 0em;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 8em;
  }
}
.footer__inner {
  max-width: 686px;
  width: 92%;
  margin: 0 auto 1em;
}
.footer__txt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1500px) {
  .footer__txt {
    font-size: 22px;
    font-size: 1.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__txt {
    font-size: 17px;
    font-size: 1.66015625vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer__txt {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.footer__small {
  display: table;
  margin: 0 auto;
}
.float {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.4em 0 0.8em;
  background-color: rgba(0, 0, 0, 0.8);
}
.float__inner {
  max-width: 680px;
  width: calc(100% - 70px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .float__inner {
    max-width: 638px;
    width: 85%;
  }
}
.float__ttl {
  max-width: 180px;
  width: 26.5%;
  margin: 0 auto 0.4em;
}
@media only screen and (max-width: 767px) {
  .float__ttl {
    max-width: 474px;
    width: 74%;
    margin: 0;
    position: relative;
  }
}
.float__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .float__list {
    margin-top: -0.8em;
  }
}
.float__btn {
  max-width: 333px;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .float__btn {
    max-width: 308px;
  }
}
.float__up {
  display: block;
  width: 100%;
  margin: 0.5em auto 0;
}
.float__info {
  font-size: 26px;
  line-height: 150%;
  margin: 0.8em 0;
}
@media only screen and (max-width: 1500px) {
  .float__info {
    font-size: 26px;
    font-size: 1.7333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .float__info {
    font-size: 20px;
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 768px) {
  .float__info {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=index.css.map */