section.sec-maintenance {
  padding: 0 0 20%;
}
@media screen and (min-width: 768px) {
  section.sec-maintenance {
    padding: 0 0 145px;
  }
}
section.sec-maintenance div.sec-maintenance-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-maintenance div.sec-maintenance-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-maintenance .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-maintenance .flex-box {
    margin-top: 100px;
  }
}
section.sec-maintenance .flex-box h2 {
  line-height: 1.4em;
  font-size: 1.6em;
  padding: 10% 0 5%;
}
@media screen and (min-width: 768px) {
  section.sec-maintenance .flex-box h2 {
    width: 45%;
    font-size: 3.6vw;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-maintenance .flex-box h2 {
    font-size: 45px;
  }
}
section.sec-maintenance .flex-box p {
  line-height: 2.2em;
  color: #4d4d4d;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.sec-maintenance .flex-box p {
    width: 55%;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-maintenance .flex-box p {
    font-size: 22px;
  }
}

div.bg-wrap {
  background: #faf6f0;
  border-radius: 3em 3em 0 0;
  padding: 0 0 20%;
}
@media screen and (min-width: 768px) {
  div.bg-wrap {
    padding: 0 0 180px;
  }
}
div.bg-wrap section.sec-point {
  padding: 25% 0 0;
}
@media screen and (min-width: 768px) {
  div.bg-wrap section.sec-point {
    padding: 170px 0 0;
  }
}
div.bg-wrap section.sec-point div.sec-point-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.bg-wrap section.sec-point div.sec-point-inner {
    width: 90%;
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  section.sec-point .cm-page-title02 span.txt {
    font-size: 35px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-point .cm-page-title02 span.txt {
    font-size: 37px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point .cm-page-title02 span.txt {
    font-size: 45px;
  }
}
section.sec-point div.point-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-point div.point-img-wrap div.point01-img {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-img-wrap div.point01-img {
    width: 48%;
    margin: 0;
  }
}
section.sec-point div.point-img-wrap div.point02-img {
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-img-wrap div.point02-img {
    width: 32.4%;
    margin: 0;
  }
}
section.sec-point div.point-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box {
    margin-top: 50px;
  }
}
section.sec-point div.point-box h3 {
  color: #e8776b;
  line-height: 1.6em;
  font-size: 1.6em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box h3 {
    width: 50%;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point div.point-box h3 {
    font-size: 30px;
  }
}
section.sec-point div.point-box p {
  line-height: 2.2em;
  margin-top: 10%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box p {
    width: 50%;
    font-size: 1.4vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point div.point-box p {
    font-size: 18px;
  }
}/*# sourceMappingURL=maintenance.css.map */