@charset "UTF-8";
.single-news .single-contents {
  max-width: 1000px;
  margin-inline: auto;
}
.single-news .single-contents .date {
  font-family: "Montserrat", sans-serif;
}
.single-news .single-contents .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  line-height: 1.4em;
}
.single-news .single-contents .thumb {
  margin-top: 20px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .single-news .single-contents .thumb {
    margin-top: 40px;
  }
}
.single-news .single-contents .content {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .single-news .single-contents .content {
    margin-top: 40px;
  }
}
.single-news .single-contents .content h1,
.single-news .single-contents .content h2,
.single-news .single-contents .content h3,
.single-news .single-contents .content h4,
.single-news .single-contents .content h5,
.single-news .single-contents .content h6,
.single-news .single-contents .content ul {
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .single-news .single-contents .content h1,
  .single-news .single-contents .content h2,
  .single-news .single-contents .content h3,
  .single-news .single-contents .content h4,
  .single-news .single-contents .content h5,
  .single-news .single-contents .content h6,
  .single-news .single-contents .content ul {
    margin-bottom: 30px;
  }
}
.single-news .single-contents .content h1 {
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
}
.single-news .single-contents .content h2 {
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 2.25rem);
}
.single-news .single-contents .content h3 {
  font-size: clamp(0.938rem, 0.625rem + 1.33vw, 1.875rem);
}
.single-news .single-contents .content h4 {
  font-size: clamp(0.875rem, 0.792rem + 0.36vw, 1.125rem);
}
.single-news .single-contents .content p {
  line-height: 1.6em;
}
.single-news .single-contents .content p:not(:last-child) {
  margin-bottom: 10px;
}
.single-news .single-contents .content p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.single-news .single-contents .content p img {
  width: 100%;
}
.single-news .single-contents .content ul {
  margin-top: 20px;
  padding: 20px 15px;
  border: 2px dashed #212121;
}
@media screen and (min-width: 768px) {
  .single-news .single-contents .content ul {
    padding: 30px;
  }
}
.single-news .single-contents .content ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
}
.single-news .single-contents .content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.single-news .single-contents .content ul li:not(:first-child) {
  margin-top: 15px;
}
.single-news .other-post {
  border-top: 1px solid #fff;
  padding-top: clamp(6.25rem, 4.167rem + 8.89vw, 12.5rem);
  margin-top: clamp(6.25rem, 4.167rem + 8.89vw, 12.5rem);
}
.single-news .other-post__title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .single-news .other-post__title {
    margin-bottom: 100px;
  }
}