.header {
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-top: 0;
  }
}

.footer__primary {
  position: relative;
  background-color: #ffb196;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 768px) {
  .footer__primary {
    padding: 21.33vw 0 2.67vw;
    background-size: cover;
    background-position: top center;
    background-image: url(../img/common/footer_bk.png);
  }
}
@media (max-width: 767px) {
  .footer__primary {
    padding-top: 44vw;
    background-size: contain;
    background-position: top center;
    background-image: url(../img/common/footer_bk_sp.png);
  }
}

.overview {
  background-color: #ffb196;
}
@media (min-width: 768px) {
  .overview {
    margin-top: 88px;
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .overview {
    margin-top: 70px;
    padding: 50px 0 70px;
  }
}
@media (min-width: 768px) {
  .overview__wrapper {
    max-width: 800px;
    padding: 0 35px;
  }
}
.overview__head {
  color: #fff;
}
@media (min-width: 768px) {
  .overview__head {
    font-size: 52px;
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  .overview__head {
    font-size: 36px;
    line-height: 41px;
  }
}
.overview__table {
  width: 100%;
}
@media (min-width: 768px) {
  .overview__table tr {
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .overview__table tr {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .overview__table tr:first-of-type {
    margin-top: 0;
  }
}
.overview__table th {
  background-color: #1eaa39;
  color: #fff;
  text-align: left;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .overview__table th {
    display: table-cell;
    width: 200px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .overview__table th {
    display: block;
    padding: 10px;
  }
}
.overview__table td {
  background-color: #fff;
}
@media (min-width: 768px) {
  .overview__table td {
    display: table-cell;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .overview__table td {
    display: block;
    padding: 20px 25px;
    margin-top: 2px;
  }
}
.overview__ul {
  list-style: none;
}
.overview__li {
  position: relative;
  padding-left: 12px;
  margin-right: 15px;
}
.overview__li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1eaa39;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}/*# sourceMappingURL=overview.css.map */