@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

.sec_blog_archive, .sec_blog_single {
  overflow: hidden;
}

.sec_blog_archive .post_meta, .sec_blog_single .post_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_blog_archive .post_date, .sec_blog_single .post_date {
  margin-right: 1em;
  white-space: nowrap;
}

.sec_blog_archive .categories, .sec_blog_single .categories {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5em;
}

.sec_blog_archive .categories a, .sec_blog_single .categories a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(1, 51, 132, 0.05);
  transition: background 0.3s;
}

.sec_blog_archive .categories a:hover, .sec_blog_single .categories a:hover {
  background: rgba(1, 51, 132, 0.2);
}

.sec_blog_archive .post_content, .sec_blog_single .post_content {
  margin-top: 1em;
}

.sec_blog_archive.news dl {
  max-height: none;
}

.sec_blog_archive .blog_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec_blog_archive .blog_posts > li:not(:last-child) {
  margin-bottom: 4em;
}

.sec_blog_single .post_content .wp-caption {
  max-width: 100%;
}

.sec_blog_single .post_content img {
  height: auto;
}

.sec_blog_single .post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sec_blog_single .post_content .alignright {
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .sec_blog_single .post_content .alignright {
    float: none;
    margin-left: 0;
  }
}

.sec_blog_single .post_content .alignleft {
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .sec_blog_single .post_content .alignleft {
    float: none;
    margin-right: 0;
  }
}

.list_blog_sidebar {
  margin-bottom: 1.5em !important;
}

.sec_case_archive a {
  text-decoration: none;
  transition: .3s;
}

.sec_case_archive a:hover {
  opacity: .7;
}

.sec_case_archive figure {
  width: 100%;
  aspect-ratio: 800 / 533;
}

.sec_case_archive figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_case_archive time {
  display: block;
  margin-top: .5em;
}

.sec_case_archive .post_title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec_case_archive .post_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_case_archive .post_title::before {
  content: none;
}

.sec_case_single figcaption {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .sec_case_single figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pagination {
  margin-top: 4em;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.pagination .nav-links > * {
  margin: 0 0.5em;
}

/*# sourceMappingURL=blog.css.map */
