@charset "UTF-8";
/*========================
point
========================*/
.point {
  position: relative;
  z-index: 1;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .point .section-title {
    text-wrap: nowrap;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.point .note {
  margin-top: 20px;
  margin-bottom: 40px;
}
.point .note p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point .note p {
    text-align: left;
  }
}

.point__items {
  margin: 0 0 86px;
}
@media screen and (max-width: 767px) {
  .point__items {
    margin: 50px 0 86px;
  }
}

.point__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .point__item {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
/* .point__item:nth-child(even) {
  flex-direction: row-reverse;
} */
@media screen and (max-width: 767px) {
  .point__item:nth-child(even) {
    flex-direction: column;
  }
}
.point__item:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #008CCF;
}
@media screen and (max-width: 767px) {
  .point__item:not(:first-child) {
    border: none;
    position: relative;
  }
  .point__item:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 39vw;
    height: 1px;
    background: #008CCF;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.point__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point__content {
    width: 100%;
    display: contents;
  }
}
.point__content .num {
  color: #008CCF;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 20px;
}
.point__content .num span {
  font-size: 34px;
  letter-spacing: 0px;
  margin-left: 10px;
}
.point__content h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point__content h3 {
    margin: 20px 0 40px;
  }
}
.point__content h3 span {
  font-size: 14px;
  position: absolute;
}
.point__content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .point__content p {
    order: 1;
    text-align: left;
    margin-top: 40px;
    line-height: 1.7;
  }
}
.point__content .note {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .point__content .note {
    order: 2;
    text-align: left;
  }
}

.point__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point__img {
    width: 100%;
    order: 0;
  }
}/*# sourceMappingURL=case-report.css.map */