.review-top__main {
  padding-bottom: 56px;
}

.review-top__content {
  background-color: #F2F9FF;
  padding: 40px 0;

}

.review-top__content_wrapper {
  width: 738px;
  margin: 0 auto;
}

.review-top__content_title {
  color: #4A96DC;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
  position: relative;
}

.review-top__content_title::before, .review-top__content_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #4A96DC;
}

.review-top__content_title::before {
  left: 150px;
}

.review-top__content_title::after {
  right: 150px;
}

.review-top__content_main {
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.review-top__list {
  width: 738px;
  margin: 40px auto;
}

.review-top__item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.review-top__consultation-date {
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.review-top__title {
  margin-bottom: 16px;
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.review-top__info {
  display: flex;
}

.review-top__info img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-right: 16px;
}

.review-top__item_table {
  border: 1px solid #DBDAD7;
}

.review-top__item_tr {
  display: flex;
  align-items: center;
}

.review-top__item_tr:first-child {
  border-bottom: 1px solid #DBDAD7;
}

.review-top__item_title, .review-top__item_content {
  height: 100px;
  display: flex;
  align-items: center;
}

.review-top__item_title {
  width: 134px;
  justify-content: center;
  border-radius: 3px 0px 0px 3px;
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background-color: #EFEFEF;
  border-right: 1px solid #DBDAD7;
}

.review-top__item_content {
  width: 388px;
  justify-content: start;
  border-radius: 0px 3px 3px 0px;
  margin-left: 24px;
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.review-top__nothing {
  padding: 255px 0;
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
}

/* 詳細ページ */
.review-detail {
  margin-top: 224px;
}

.review-detail__container {
  width: 738px;
  margin: 82px auto;
}

.review-detail__top_img {
  height: 493px;
}

.review-detail__top {
  margin-bottom: 16px;
}

.review-detail__top_date {
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}

.review-detail__top_title {
  color: #6D6B66;
  text-shadow: 0px 0px 20px rgba(255, 253, 253, 0.75);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
  font-family: var(--font-noto-sans-jp);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

.review-detail__top_img img {
  width: 100%;
  height: 100%;
}

.review-detail__treatment_title {
  color: #8A8985;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}

.review-detail__situation_list {
  display: flex;
  justify-content: space-between;
}

.review-detail__situation_item {
  width: 357px;
  padding: 24px 26px 12px 26px;
  border: 1px solid #DBDAD7;
  border-radius: 3px;
  margin-bottom: 32px;
}

.review-detail__situation_item:first-child {
  position: relative;
}

.review-detail__situation_triangleRight {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.review-detail__situation_item-title {
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}

.review-detail__situation_item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #EAA64F;
}

.review-detail__situation_item-img {
  width: 308px;
  height: 205px;
}

.review-detail__table_list {
  border-radius: 3px;
  border: 1px solid #DBDAD7;
}

.review-detail__table_item {
  display: flex;
  color: #6D6B66;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  border-bottom: 1px solid #DBDAD7;
}

.review-detail__table_item:last-child {
  border-bottom: none;
}

.review-detail__table_tl {
  width: 167px;
  padding: 15px 11px 12px 0;
  background-color: #EFEFEF;
  border-right: 1px solid #DBDAD7;
  text-align: right;
}

.review-detail__table_tr {
  width: 572px;
  color: #6D6B66;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; 
  padding: 12px 0 18px 24px;
}


@media screen and (max-width: 767px) {
  .review-top__content_wrapper {
    width: 338px;
  }

  .review-top__content_title::before {
    left: 0;
  }

  .review-top__content_title::after {
    right: 0;
  }

  .review-top__list {
    width: 342px;
  }

  .review-top__title {
    font-size: 18px;
  }

  .review-top__info img {
    width: 80px;
    height: 80px;
    margin-right: 8px;
  }
  
  .review-top__item_title, .review-top__item_content {
    height: 40px;
  }

  .review-top__item_content {
    width: 167px;
    font-size: 14px;
  }

  .review-top__item_title {
    width: 86px;
    font-size: 12px;
  }

  /* 詳細ページ */
  .review-detail {
    margin-top: 110px;
  }

  .review-detail__container {
    width: 338px;
    margin: 40px auto 56px auto;
  }

  .review-detail__top_date {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 4px;
  }

  .review-detail__top_title {
    font-size: 22px;
  }

  .review-detail__top_img {
    max-width: 342px;
    height: 220px;
  }

  .review-detail__situation_list {
    display: block;
    margin-bottom: 32px;
  }

  .review-detail__treatment_title {
    font-size: 16px;
  }

  .review-detail__situation_item {
    max-width: 342px;
    margin-bottom: 0;
    padding: 24px 16px 12px 16px;
  }

  .review-detail__situation_item:first-child {
    border-bottom: none;
  }

  .review-detail__situation_triangleRight {
    display: none;
  }

  .review-detail__table_item {
    display: block;
  }

  .review-detail__table_tl {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding-left: 16px;
  }

  .review-detail__table_tr {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
  }
}
