/* --------------------------------------------------------
-----------------------------------------------------------
 Page-customer
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-works .Page-head .page-head-inner .page-title-illust {
  left: 4px;
  height: 39px;
  bottom: 2px;
}

.Page-works .Page-head h1.page-title img {
  width: 104px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/index
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .Page-head {
  padding-top: 36px;
  margin-bottom: 12px;
}

#works-index .article-block .article+.article {
  margin-top: 19px;
}

#works-index .article-block .article .link {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  background: #efefef;
}

#works-index .article-block .article .link .title {
  background-color: #F8B62D;
  padding: 4px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  margin: 0 10px 6px;
  line-height: 1;
}

#works-index .article-block .article .img-wrap {
  text-align: center;
  margin-bottom: 7px;
}

#works-index .article-block .article .text-wrap {
  position: relative;
  padding: 0 12px 14px 12px;
}

#works-index .article-block .article .link .icon-arrow {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 13px;
}

#works-index .wb-blog-page {
  margin-top: 30px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /news/detail
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 Page-head
----------------------------------------------------------- */
#customer-detail .Page-head {
  padding-top: 38px;
  margin-bottom: 18px;
}

#customer-detail .Page-head .page-head-inner {
  padding-bottom: 41px;
  position: relative;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/detail
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .detail-block {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#works-index .detail-block .text-block .title-wrap {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#works-index .detail-block .text-block .text-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

#works-index .detail-block .text-block .text-wrap .left-wrap {
  background-color: #F8B62D;
  padding: 2px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

#works-index .detail-block .text-block .text-wrap .right-wrap {
  background-color: #FDEDCA;
}

#works-index .detail-block .text-block .text-wrap .right-wrap .text:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#works-index .detail-block .text-block .text-wrap .right-wrap .text {
  padding: 5px 20px 5px 20px;
  line-height: 1;
  font-size: 14px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/detail slider-block
-----------------------------------------------------------
----------------------------------------------------------- */

#works-index .detail-block .slider-block .slider-wrap {
  margin: 0 auto;
  position: relative;
}

#works-index .detail-block .slider-block .slider-wrap img {
  width: 100%;
}

#works-index .detail-block .slider-block .slider-wrap .arrow.prev.slick-arrow,
#works-index .detail-block .slider-block .slider-wrap .arrow.next.slick-arrow {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow_works.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 5;
}

#works-index .detail-block .slider-block .slider-wrap .arrow.prev.slick-arrow {
  left: -10px;
}

#works-index .detail-block .slider-block .slider-wrap .arrow.next.slick-arrow {
  right: -10px;
  transform: translateY(-50%) scaleX(-1);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/detail thumbnail-block
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .detail-block .thumbnail-block {
  padding: 15px 0;
  background-color: #efefef;
  margin: 0 8px 24px;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .slick-track {
  display: flex;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .img-wrap {
  padding: 3px;
  background-color: #fff;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  cursor: pointer;
  margin-right: 6px;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .img-wrap:last-child {
  margin-right: 0;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .img-wrap.is-active {
  opacity: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
/customer/detail editor-block
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .detail-block .editor-block {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

#works-index .detail-block .editor-block .HTMLeditor p {
  padding: 0 6px;
}

#works-index .detail-block .editor-block .HTMLeditor img {
  width: 100%;
  margin-bottom: 6px;
}

#works-index .Blog-btn-block .btn-back {
  position: relative;
  width: 113px;
}