@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
news-single
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
.sec-post-single
======================================================== */
/* .info-block
=========================================== */
.sec-post-single .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .page-ttl
------------------------------ */
.sec-post-single .page-ttl {
  margin-top: 8px;
}

.sec-post-single .date {
  font-family: "Figtree", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}

/* .category-list
------------------------------ */
.sec-post-single .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .sec-post-single .category-list {
    margin-left: 10px;
  }
}

.sec-post-single .category-list__item {
  margin-right: 8px;
}

.sec-post-single .category-list__item {
  display: block;
  min-width: 96px;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #293444;
}
@media screen and (max-width: 767px) {
  .sec-post-single .category-list__item {
    font-size: 1.2rem;
    padding: 4px 12px;
    min-width: 60px;
  }
}

/* .main-box
=========================================== */
/* .post-content
------------------------------ */
.sec-post-single .post-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec-post-single .post-content {
    margin-top: 24px;
  }
}

/* .cmn-btn01
------------------------------ */
.sec-post-single .cmn-btn01 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .sec-post-single .cmn-btn01 {
    margin-top: 32px;
  }
}/*# sourceMappingURL=news-single.min.css.map */