@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: "Nunito Sans", "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 a {
  display: block;
  min-width: 96px;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #111;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-post-single .category-list__item a {
    font-size: 1.2rem;
    padding: 4px 12px;
    min-width: 60px;
  }
}
@media (any-hover: hover) {
  .sec-post-single .category-list__item a:hover {
    background-color: #00619e;
  }
}

/* .main-box
=========================================== */
.sec-post-single .main-box .thumbnail {
  margin: 40px auto;
  max-width: 720px;
  text-align: center;
}

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

/* .detail-btn
------------------------------ */
.detail-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .detail-btn {
    margin-top: 32px;
  }
}/*# sourceMappingURL=news-single.min.css.map */