body {
  padding: 0 30px;
}

a {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #004490;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 68, 144, 0.3);
  text-underline-offset: 5px;
  padding-right: 22px;
  transition: 0.2s;
}
a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/circle-arrow_b.svg) center/contain no-repeat;
}
a:hover {
  text-decoration-color: transparent;
}

.review {
  padding: 40px 0 40px;
  border-bottom: solid 1px #ebebeb;
}
.review .review02 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 42px;
}
.review .review02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/common/review-user.svg) center/contain no-repeat;
}
.review .review02 a {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-left: auto;
}
.review .timeline-comment__txt {
  line-height: 1.75;
}
.review > div {
  margin-left: 0 !important;
  margin-top: 10px;
}
.review .date {
  display: block;
  color: #999;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.review .heading {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 42px;
}
.review .heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/common/review-user.svg) center/contain no-repeat;
}
.review .name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.review .star {
  display: block;
  color: #ff810f;
  margin-left: auto;
}
.review .comment {
  margin-top: 10px;
}
.review .link {
  margin-top: 20px;
}

.more::after {
  transform: rotate(90deg) translateX(-50%);
}

@media screen and (max-width: 750px) {
  body {
    min-width: auto;
    padding: 0 18px;
  }
  a {
    text-underline-offset: 5px;
    padding-right: 15px;
  }
  a::after {
    width: 11px;
    height: 11px;
  }
  .review {
    padding: 20px 0 20px;
  }
  .review .review02 {
    display: block;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding-left: 34px;
  }
  .review .review02::before {
    width: 25px;
    height: 25px;
  }
  .review .review02 a {
    font-size: 12px;
    letter-spacing: 0.06em;
    margin-left: 0;
    margin-top: 10px;
  }
  .review .timeline-comment__txt {
    font-size: 12px;
    line-height: 1.75;
  }
  .review > div {
    margin-top: 10px;
  }
  .review .date {
    font-size: 10px;
  }
  .review .heading {
    margin-top: 7px;
    padding-left: 34px;
  }
  .review .heading::before {
    top: 2px;
    width: 25px;
    height: 25px;
  }
  .review .name {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .review .star {
    font-size: 14px;
  }
  .review .comment {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 5px;
  }
  .review .link {
    font-size: 12px;
    margin-top: 12px;
  }
}
