.c-red {
  color: #eb6d80;
}

.c-blue {
  color: #3f99d5;
}

.align-c {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mb6 {
  margin-bottom: 6em;
}

.ttl-style {
  display: inline-block;
  position: relative;
  padding: 0 2.4rem;
}
.ttl-style::before, .ttl-style::after {
  content: "";
  background: url("../img/ttl-border-left.svg") no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 4rem;
}
.ttl-style::after {
  background: url("../img/ttl-border-right.svg") no-repeat center/cover;
  left: auto;
  right: 0;
}

.txt-list li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.mv {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  height: 545px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .mv {
    height: 47.8971962617vw;
  }
}

.check_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.check_list li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 1em;
  background-image: url("../../../img/check.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .check_list li {
    width: 100%;
    background-size: 6.2vw;
  }
}

.sec01 {
  padding: 4em 0;
}

.sec02 {
  padding: 4em 0;
}

.sec03 {
  padding: 4em 0;
}

.sec04 {
  padding: 4em 0;
}

.sec05 {
  padding: 4em 0;
}

.sec06 {
  padding: 4em 0;
}

.sec07 {
  padding: 1em 0 4em;
}

.immunity_ttl {
  position: relative;
}
.immunity_ttl p {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 89%;
}
/*# sourceMappingURL=style.css.map */