@charset "UTF-8";

.admin_login {
  display: none !important;
}

.blog .pagetop {
  padding-bottom: 0;
}

.blog section {
  margin-top: 0;
}

.blog h1 {
  font-weight: bold;
  font-size: 1.4em;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.blog_postdate {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1.5em;
}

.blog_postdate::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1em;
}

.blog_content {
	white-space: pre-line;
}

.blog_content figure {
  margin: 0.5em 0;
}

.blog_content figure img {
  display: block;
}

.blog_content .linkArea {
  color: white;
  margin: 1em auto;
  line-height: 1;
  width: fit-content;
  background-color: #495587;
  border-radius: 0.5em;
}

.blog_content .linkArea a {
  text-decoration: none;
  display: block;
  padding: 1em 2em;
}

.blog_content .linkArea a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  margin-left: 0.5em;
}

/*------------------------------*/

@media (min-width: 768px) {
  .blog {
    margin-bottom: 2em;
  }

  .blog_content figure {
    width: 480px;
    margin: 1em auto;
  }
} /*------------------------------*/
