body {
  font-weight: 400;
  line-height: 1.75;
}

.c-news__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-news__header + * {
  margin-top: 0;
}
.c-news__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-news__category {
  background-color: #7A685C;
  border-radius: 1em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-left: 0.5em;
  padding: 0.5em 1em;
}
.c-news__category:first-child {
  margin-left: 0;
}
.c-news__tit {
  border-bottom: solid 1px #9A8F84;
  font-size: clamp(2.2rem, 1.81vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  margin-top: 10px;
}
.c-news h1 {
  font-size: clamp(2.2rem, 1.81vw, 2.6rem);
}
.c-news h2 {
  font-size: 20px;
  margin-top: 30px;
}
.c-news h3 {
  font-size: 18px;
}
.c-news h4 {
  font-size: 16px;
}
.c-news h5 {
  font-size: 14px;
}
.c-news h6 {
  font-size: 12px;
}
.c-news a {
  color: #7A685C;
  text-decoration: underline;
  transition-duration: 0.3s;
}
@media (hover: none) {
  .c-news a:active {
    text-decoration: none;
  }
}
@media (hover: hover) {
  .c-news a:hover {
    text-decoration: none;
  }
}
.c-news table {
  border-top: 1px solid #9A8F84;
  border-left: 1px solid #9A8F84;
  width: 100%;
}
.c-news th, .c-news td {
  border-bottom: 1px solid #9A8F84;
  border-right: 1px solid #9A8F84;
  padding: 0.75em;
}
.c-news ol {
  list-style: auto;
  padding-left: 1em;
}
.c-news ul {
  list-style: initial;
  padding-left: 1em;
}