@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  line-height: 1.7;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, p {
  margin: 0;
}

.c-heading {
  color: #0062B7;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.c-wrapper {
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .c-wrapper {
    width: 90%;
  }
}

.u-color-main {
  color: #0062B7;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.fv {
  background-color: #DEF0FF;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 30px 0 40px;
  text-align: center;
}
.fv-top {
  background-color: #fff;
  border: 2px solid #0062B7;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  margin: -20px auto 0;
  max-width: 400px;
  padding: 25px 30px 10px;
}
.fv-top-catch {
  background-color: #0062B7;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  padding: 4px 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv-top-catch {
    font-size: 18px;
    padding: 4px 12px 3px;
  }
}
.fv h1 {
  color: #0062B7;
  font-size: 60px;
  margin: 5px 0 10px;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke;
}
.fv-center, .fv-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.fv-subcopy {
  font-size: 20px;
  text-align: left;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv-subcopy {
    font-size: 18px;
  }
}
.fv img {
  display: block;
  margin-left: -20px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .fv img {
    margin: 0 -40px 0 -20px;
    width: 140px;
  }
}
.fv-box {
  background-color: #0062B7;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 30px 5px 0;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .fv-box {
    padding: 10px 25px;
  }
}

.merit {
  background-color: #DEF0FF;
  padding: 40px 0 60px;
  text-align: center;
}
.merit-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 20px auto 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .merit-wrapper {
    display: block;
  }
}
.merit-box {
  background-color: #fff;
  border: 3px solid #0062B7;
  border-radius: 10px;
  padding: 20px 0;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .merit-box {
    margin-top: 20px;
    width: 100%;
  }
}
.merit h3 {
  color: #0062B7;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .merit h3 {
    font-size: 20px;
  }
}
.merit img {
  display: block;
  margin: -10px auto;
  width: 200px;
}
.merit p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .merit p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.flow {
  padding: 60px 0;
}
.flow img {
  display: block;
  margin: 30px auto;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .flow img {
    margin: 25px auto;
    width: 100%;
  }
}
.flow-note {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .flow-note {
    font-size: 15px;
  }
}
.flow-cautions {
  font-size: 14px;
  margin-top: 16px;
}

.qa {
  background-color: #DEF0FF;
  padding: 60px 0;
}
.qa-q {
  background-color: #0062B7;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
  padding: 16px 0 16px 45px;
  position: relative;
}
.qa-q::before {
  content: "Q.";
  left: 20px;
  position: absolute;
}
.qa-a {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 12px 20px 20px;
  line-height: 1.6;
  font-size: 14px;
}
.qa-a p {
  margin-top: 10px;
}
.qa-a-blue {
  color: #0062B7;
  font-size: 15px;
  font-weight: bold;
}

.cautions {
  padding: 60px 0;
}
.cautions h3 {
  color: #0062B7;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 20px;
}
.cautions h4 {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 16px;
}
.cautions p {
  font-size: 14px;
  margin-top: 12px;
}
.cautions-box {
  background-color: #DEF0FF;
  font-size: 15px;
  margin-top: 32px;
  padding: 10px;
}

.footer {
  text-align: center;
}
.footer-wrapper {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    display: block;
  }
}
.footer img {
  display: block;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .footer img {
    margin: 0 auto 20px;
  }
}
.footer a {
  color: #333;
}
.footer a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */