.img75 {
  width: 90%;
  margin: 3rem auto 0;
}
.img75 img {
  width: 100%;
}
.mtmplan-table3__tdr {
  padding: .6875rem 1.25rem;
  font-weight: 400;
  font-size: .9375rem;
  line-height: 200%;
  letter-spacing: .02em;
  text-align: right !important;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background-color: #fff;
  text-align: right;
}
@media (min-width: 769px) {
  .img75 {
    width: 75%;
  }
              .mtmplan-table3__tdr {
              padding: .75rem 1.25rem;
              font-weight: 400;
              font-size: .9375rem;
              line-height: 200%;
              letter-spacing: .02em;
              text-align: right !important;
              border-right: 1px solid #D9D9D9;
}
              }
.point5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 2rem auto;
  padding: 1rem 0;
}
/* .point5 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 36%;
  border: 1px solid #D9D9D9;
  padding: 1em;
  border-radius: 1rem;
  z-index: 1;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .point5 li {
    width: 18%;
  }
}
.point5 li:before {
  background-color: #3f6f66;
  color: #fff;
  border-radius: 50%;
  padding: 0.2em 0.75em;
  position: relative;
  z-index: 5;
  top: -1.5rem;
  left: -3em;
} */
.point5 li {
  display: grid;
  flex-direction: column;
  align-items: start;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  gap: 1em 0;
  width: 36%;
  border: 1px solid #D9D9D9;
  padding: 2.8em 1em 1em;
  border-radius: 1rem;
  z-index: 1;
  margin-bottom: 2rem;
}

.point5 li:before {
  background-color: #3f6f66;
  color: #fff;
  border-radius: 50%;
  padding: 0.2em 0.75em;
  position: absolute;
  z-index: 5;
  top: -0.8rem;
  left: -1em;
}

.over-t {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  color: #3f6f66;
  padding-bottom: 1em;
  margin: 0 auto 1em;
  border-bottom: 1px solid #D9D9D9;
}
.no1::before {
  content: "1";
}

.no2::before {
  content: "2";
}

.no3::before {
  content: "3";
}

.no4::before {
  content: "4";
}

.no5::before {
  content: "5";
}

.over-t {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  color: #3f6f66;
  padding-bottom: 1em;
  margin: 0 auto 1em;
  border-bottom: 1px solid #D9D9D9;
}

.under-t {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.grn-back-center {
  color: #fff;
  background-color: #3f6f66;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.5em 1em;
  margin: 2rem auto;
}

.box2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box2 h5 {
  width: 100%;
}
@media (min-width: 769px) {
  .box2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .box2 h5 {
    width: 45%;
  }
}

.hi-head {
  background-color: #f5a866 !important;
}

.hi-base {
  background-color: #fce9da !important;
}/*# sourceMappingURL=add.css.map */
