.section__chart {
  background: #EAF5FF;
}

.text__color--blue {
  color: #5CC1DF;
}

.chart__text--description {
  color: #777777;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .chart__text--description {
    width: 90%;
    margin: 0 auto;
  }
}

.chart__container--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 10px auto 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .chart__container--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}

.chart__img--donutchart {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .chart__img--donutchart {
    max-width: 400px;
  }
}

.chart__container--linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50%;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .chart__container--linkbox {
    height: auto;
    margin-left: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chart__item--box {
  width: 143px;
  height: 136px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 10px;
  margin: 10px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.chart__item--box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .chart__item--box {
    width: 110px;
    height: 107px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chart__text--box {
  color: #585858;
}

.chart__icon--arrow {
  color: #DBDBDB;
  font-size: 20px;
}

.section__point {
  background-color: #F7F7F7;
}

.point__container--content {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .point__container--content {
    width: 85%;
  }
}

.point__article--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .point__article--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.point__article--content:last-child {
  margin-bottom: unset;
}

.point__item--number {
  font-size: 130px;
  color: #5CC1DF;
  opacity: 0.4;
  font-style: italic;
  margin-right: 15px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .point__item--number {
    font-size: 80px;
    margin-left: unset;
    text-align: center;
  }
}

.point__wrapper--text {
  color: #585858;
  border-bottom: 1px solid lightgray;
}

.point__wrapper--text:last-child {
  border-bottom: none;
}

.point__text--heading {
  text-align: center;
}

.point__wrapper--detail {
  margin: 10px 0;
}

.point__text--attention {
  background-color: #E9CF86;
  border-radius: 23px;
  padding: 10px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
/*# sourceMappingURL=feature-and-merit.css.map */