@media (min-width: 1280px) {
  .point-list {
    width: 33%;
  }
}
.point-color {
  background-color: #FCD34D;
}

.point-img {
  padding-top: 20px;
}
.point-img img {
  margin: 0 auto;
}
.point-img p {
  text-align: center;
  font-weight: bold;
}
.point-img-name {
  font-size: 1.6rem;
}

@media (min-width: 1280px) {
  .point-img img {
    width: 100%;
    height: auto;
  }
}
.voice-sect {
  margin-bottom: 100px;
}

@media (min-width: 1280px) {
  .voice-sect {
    display: flex;
    align-items: center;
  }
  .voice-sect.second {
    flex-direction: row-reverse;
  }
}
.voive-comment {
  padding: 20px;
}
.voive-comment p {
  margin-top: 10px;
  margin-bottom: 40px;
}

.voive-headline {
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #EA580C;
  color: #FFF;
  padding: 0 20px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (min-width: 1280px) {
  .mt--10rem {
    margin-top: -10rem;
  }
}

@media (min-width: 1280px) {
  .merit-padding {
    padding-left: 100px;
    padding-top: 100px;
  }
}