.main__title {
  position: relative;
  padding-bottom: 28px;
  text-align: center;
  color: #0075be;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .main__title {
    font-size: 1.25rem;
  }
}
.main__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 1px;
  background-image: linear-gradient(to left, #eb6133 30%, #0075be 70%);
}
.main__body {
  margin-top: 40px;
}
.main .article-title {
  margin-top: 1.8em;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.main .article-title_value {
  text-decoration: underline;
}
.main__text {
  margin-top: 1.8em;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main__text {
    font-size: 0.9375rem;
  }
}
.main__note {
  display: block;
  margin-top: 64px;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .main__note {
    margin-top: 52px;
    font-size: 0.875rem;
  }
}
.main__last-update {
  margin-top: 32px;
  text-align: right;
}