@charset "utf-8";

.date {
  color: #103367;
}
.post-categories {
  display: flex;
  list-style: none;
  margin-top: 10px;
}
.post-categories li + li {
  margin-left: 15px;
}
.post-categories li a {
  color: #000;
  text-decoration: none;
}
.post-categories li a:hover {
  text-decoration: underline;
}
h1 {
  color: #103367;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 20px;
}
.post {
  padding-bottom: 120px;
}
.post > figure {
  height: 500px;
  margin-top: 50px;
  width: 100%;
}
.post > figure img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.post_content {
  border-bottom: 1px solid #ccc;
  padding: 120px 0 100px;
}
.post_content p {
  line-height: 2;
}
.post_content p + p {
  margin-top: 50px;
}
.panel {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 90px;
}
.panel li + li {
  margin-left: 80px;
}
.panel li a {
  color: #1A3872;
  text-decoration: none;
}