@charset "UTF-8";

.subpage-header__title {
  font-size: 22px;
  line-height: 2;
}

.news_results .contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
}

.contents {
  font-size: 16px;
  line-height: 1.9;
}

.contents p {
  margin: 0 0 1.5em;
}

.contents h2,
.contents h3,
.contents h4 {
  margin: 2em 0 .5em;
  line-height: 1.5;
  font-weight: 700;
  color: #333;
}

.contents h2 {
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.contents h3 {
  font-size: 22px;
  padding-left: 12px;
  border-left: 3px solid #333;
}

.contents h4 {
  font-size: 18px;
}

.contents ul,
.contents ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
  list-style: square;
}

.contents li {
  margin-bottom: 0.4em;
}

.contents li:last-child {
  margin-bottom: 0;
}

.contents strong {
  font-weight: 700;
  color: #111;
}

.contents a {
  color: #333;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.contents a:hover {
  opacity: 0.7;
}

.contents img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em 0;
}

.contents br {
  line-height: 1.9;
}

.contents blockquote {
  margin: 2em 0;
  padding: 1.2em 1.5em;
  background: #f8f8f8;
  border-left: 3px solid #ccc;
}

.contents table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.contents th,
.contents td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.contents th {
  background: #f5f5f5;
  font-weight: 700;
}

@media (max-width: 750px){
  .news_results .contents {
    padding: 40px 20px;
  }
}
