body {
  font-family: m-plus-1c, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #161616;
}

img {
  width: 100%;
  max-width: 100%;
}

hr {
  color: #e9e9e9;
}

p {
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.13em;
  color: #161616;
}

h2,
h3 {
  text-align: center;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  margin-bottom: 35px;
}
h2 span {
  color: #0d7bc7;
  background: linear-gradient(transparent 65%, rgb(251, 224, 86) 0%);
}

h3 {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 18px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin: 40px auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2.12;
}

h6 {
  margin: 30px auto 36px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.85;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 0.13em;
    color: #161616;
  }
  h2 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  h2 span {
    color: #0d7bc7;
    background: linear-gradient(transparent 65%, rgb(251, 224, 86) 0%);
  }
  h3 {
    font-size: 27px;
    margin-bottom: 30px;
    padding-bottom: 18px;
  }
  h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  h5 {
    margin: 40px auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 2.12;
    letter-spacing: 0.06em;
  }
  h6 {
    margin: 30px auto 36px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.85;
    letter-spacing: 0.13em;
  }
}
.inner {
  padding: 71px 25px;
}

.inner-1 {
  padding: 71px 25px 40px;
}

.inner-2 {
  padding: 0 25px 71px;
}

.inner-3 {
  padding: 71px 0;
}

.inner-4 {
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .inner,
.inner-1,
.inner-2,
.inner-3,
.inner-4 {
    padding: 71px 25px;
    max-width: 716px;
    max-width: 650px;
    margin: 0 auto;
  }
}
.midashi {
  padding: 6px 0;
  margin: 48px 0 24px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background: #d0ebf9;
  color: #161616;
}
.midashi span {
  color: #e62b2b;
}

@media screen and (min-width: 768px) {
  .midashi {
    font-size: 23px;
  }
}
.c_fc_white {
  color: #fff;
  position: relative;
}
.c_fc_white::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 48px);
}

.c_fc_maincolor {
  color: #27a7eb;
  position: relative;
}
.c_fc_maincolor::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #27a7eb;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 48px);
}

.c_fc_mix {
  color: #161616;
  position: relative;
}
.c_fc_mix::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #27a7eb;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 48px);
}

@media screen and (min-width: 768px) {
  .c_fc_white::after {
    left: calc(50% - 24px);
  }
  .c_fc_maincolor::after {
    left: calc(50% - 24px);
  }
  .c_fc_mix::after {
    left: calc(50% - 24px);
  }
}/*# sourceMappingURL=common.css.map */