@charset "UTF-8";
body {
  font: normal 19px/1.7 "KozGoPr6N-Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .pc-item {
  display: block !important;
}
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ov_hd {
  overflow: hidden;
}

.bg_none {
  background-image: none !important;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.line_0 {
  line-height: 0;
}

.zindex {
  z-index: 200;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

p, li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.text {
  font-size: 25px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  padding: 30px 3%;
  line-height: 1.5;
}
.text-inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.shadow {
  -webkit-box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0px 1em;
          box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0px 1em;
}

.shadowTitle {
  -webkit-box-shadow: 10px 0px 10px -10px rgba(67, 71, 85, 0.27), -10px 0px 10px -10px rgba(90, 125, 188, 0.05);
          box-shadow: 10px 0px 10px -10px rgba(67, 71, 85, 0.27), -10px 0px 10px -10px rgba(90, 125, 188, 0.05);
}

.innerImg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.innerImg-1 {
  width: 60%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.innerImg-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.innerImg-3 {
  margin-top: 200px;
  margin-bottom: 40px;
}

.reason {
  margin-top: 30px;
}

.bold {
  font-weight: bold;
}

.name {
  font-family: serif;
  font-size: 30px;
  display: block;
  text-align: right;
}

.pt {
  padding-top: 50px;
}

.area_btn {
  position: relative;
}

.btn {
  position: absolute;
  width: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn-1 {
  bottom: 2%;
  left: 50%;
}
.btn-3 {
  width: 87%;
  margin: 30px auto;
}
.btn-4 {
  width: 80%;
  margin: 30px auto;
}

.btnFixed {
  position: fixed;
  right: 10%;
  opacity: 0;
  z-index: -99;
  width: 25%;
  bottom: 1%;
}

.mt--1 {
  margin-top: 50px;
}
.mt--2 {
  margin-top: 100px;
}

.footer {
  background-color: rgb(8, 0, 81);
  padding: 15px 10px 10px;
  text-align: center;
  margin-top: 100px;
}
.footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.footer__border {
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.footer_copy {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .btnFixed {
    width: 30%;
  }
}
@media (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item img {
    width: 100%;
  }
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
  .wrapper {
    max-width: 100%;
    margin: 0 10px;
  }
  .container {
    max-width: 100%;
  }
  .text {
    font-size: 16px;
  }
  .name {
    font-size: 20px;
  }
  .btnFixed {
    width: 70%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .footer .link {
    gap: 20px;
  }
  .footer a {
    font-size: 12px;
  }
  .footer_copy {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */