
/* ==========================================================
 page
========================================================== */
/* 
---------------------------------------------------------- */
.contents{
  position: relative;
}
.hero-no-listheader{
  display: block;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 10;
}

@media (max-width: 1279px) {
  .hero-no-listheader{display: none !important;}
}

/* hero-cmn-detail　その他詳細ページ ページタイトル
---------------------------------------------------------- */

.hero-cmn-detail {
  background-image: linear-gradient(to left, #EBE9E5 0%, #FAF9F8 100%);
  position: relative;
  padding: 100px 100px 97px;
}
.hero-cmn-detail.no-listheader {
  padding: 100px 100px 97px;
}

@media (max-width: 1279px) {
  .hero-cmn-detail {
    padding: 50px 50px 97px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-cmn-detail {
    padding: 30px 15px 50px;
  }
}

.hero-cmn-detail .ttl-hero-detail {
  font-size: 3.2rem;
  line-height: 1.5;
}
.hero-cmn-detail .ttl-hero-detail + ul,
.hero-cmn-detail .ttl-hero-detail + p {
  margin-top: 30px;  
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-cmn-detail .ttl-hero-detail {
    font-size: 2.1rem;
  }
  .hero-cmn-detail .ttl-hero-detail + ul,
  .hero-cmn-detail .ttl-hero-detail + p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.hero-cmn-detail .txt-hero-detail {
  color: #F5821F;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .hero-cmn-detail .txt-hero-detail {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .hero-cmn-detail .link-cmn-hero {
    right: 15px;
    bottom: 20px;
  }
}

.hero-cmn-detail .list-cmn-tag > li {
  font-size: 1.4rem;
  margin-right: 26px;
}

@media (max-width: 767px) {
  .hero-cmn-detail .list-cmn-tag > li {
    font-size: 1rem;
    margin-right: 16px;
  }
}

.hero-cmn-detail .list-cmn-tag .item-tag:after {
  top: 4px;
}

@media (max-width: 767px) {
  .hero-cmn-detail .list-cmn-tag .item-tag:after {
    font-size: 1rem;
  }
}

