.md-news-detail .entry-header {
  padding: 0 20px 20px;
  border-bottom: solid 1px #d53128;
  margin-bottom: 40px;
  text-align: left;
}

.md-news-detail .entry-header h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.md-news-detail .list-article-thumb {
  padding: 0 10%;
}

.md-news-detail .list-article-thumb img {
  border-radius: 10px;
  height: auto !important;
}

.md-news-detail .entry-excerpt {
  padding: 0 10%;
}

.list-article-content .date {
  text-align: left;
  color: #ebb000;
  margin-bottom: 20px;
}

.entry-excerpt {
  text-align: left !important;
  margin-top: 40px;
}

.entry-title {
  text-align: start !important;
  padding-bottom: 20px;
  border-bottom: solid 1px #ebb000;
  padding-left: 20px;
}

.entry-title,
.entry-title a {
  font-family: "Zen Old Mincho", serif;
  color: #505050;
  text-align: start !important;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.list-article-thumb {
  margin-top: 40px;
  line-height: min(2.01vw, 29px);
  display: flex;
  justify-content: center;
}

.date {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2rem;
  font-style: normal;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.list-article-content .date {
  padding-left: 20px;
}

.entry-excerpt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.entry-excerpt p {
  line-height: 1.85;
  letter-spacing: 0.15rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media (min-width: 768px) {
  .entry-excerpt img {
    width: 600px;
    height: 400px !important;
  }

  .entry-excerpt p {
    width: 600px;
  }

  .list-article-thumb {
    height: 400px;
  }

  .list-article-thumb img {
    width: 100% !important;
    height: 100% !important;
  }

  .entry-title,
  .entry-title a {
    font-size: min(2.36vw, 34px);
  }
}

@media (max-width: 767px) {
  .entry-excerpt p {
    font-size: 14px;
  }

  .md-news-detail .entry-header h1 {
    font-size: 26px;
  }

  .md-news-detail .entry-header {
    padding: 0;
    padding-bottom: 20px;
  }

  .list-article-content .date {
    padding-left: 0;
    margin-bottom: 0;
  }

  .md-news-detail .list-article-thumb {
    padding: 0;
  }

  .md-news-detail .entry-excerpt {
    padding: 0;
  }

  .date {
    padding-left: 0;
    font-size: min(3.59vw, 14px);
  }

  .entry-title,
  .entry-title a {
    color: #505050;
    text-align: start !important;
    font-size: 26px;
    line-height: 1.5;
  }

  .under-kv {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .under-kv {
    margin-top: 105px;
  }
}

.under-kv .under-kv-page-title {
  font-family: "emily-austin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.5rem;
}

p {
  width: 100%;
}
