/*! --------------------------------------------------------------------
------------------------------------------------------------------------
works-single
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
.sec-works-single
======================================================== */
@media screen and (max-width: 1020px) {
  .sec-works-single .cmn-works-sidebar {
    display: none;
  }
}

/* .main-box
=========================================== */
.sec-works-single .main-box {
  width: calc(100% - 240px - 40px);
}
@media screen and (max-width: 1020px) {
  .sec-works-single .main-box {
    width: 100%;
  }
}

/* .works-ttl
------------------------------ */
.sec-works-single .works-ttl {
  line-height: 1.3;
}

/* .category-list
------------------------------ */
.sec-works-single .main-box .category-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-works-single .main-box .category-list {
    margin-top: 12px;
  }
}

.sec-works-single .main-box .category-list__item {
  background-color: #efefef;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 8px 16px;
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .sec-works-single .main-box .category-list__item {
    font-size: 1.4rem;
  }
}

/* .solution-list
------------------------------ */
.sec-works-single .solution-list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-works-single .solution-list__item {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .sec-works-single .solution-list__item {
    font-size: 1.3rem;
  }
}

.sec-works-single .solution-list__item:nth-child(n+2):before {
  content: "/";
  margin-right: 8px;
}

/* .slide-wrapper
------------------------------ */
.sec-works-single .slide-wrapper {
  margin: 24px auto 0;
  max-width: 920px;
  overflow: hidden;
  text-align: center;
}

.sec-works-single .works-detail-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.sec-works-single .works-detail-swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}
.sec-works-single .works-detail-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0035ad;
}

.sec-works-single .works-detail-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 16px;
}

/* .cmn-content-list
------------------------------ */
.cmn-content-list {
  margin-top: 32px;
}

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