@charset "utf-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.otf)
      format("opentype");
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.container {
  padding: 0 24px 64px;
  max-width: 320px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

.page-title {
  display: block;
  color: #222;
  font-size: 2.4rem;
  letter-spacing: normal;
  margin: 80px 0 42px;
  text-align: center;
}

.title-border {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.title-border:after {
  border-top: 3px solid;
  content: "";
  flex-grow: 1;
}

.title-border:after {
  margin-left: 1rem;
}

.news {
  padding: 30px;
}

.news li {
  margin-bottom: 12px;
}

.news-item__date {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.news-item {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
