
/* hero-cmn-detail　その他のページタイトル
---------------------------------------------------------- */
.hero-cmn-detail {
  background-image: linear-gradient(to left, #EBE9E5 0%, #FAF9F8 100%);
  position: relative;
  padding: 108px 100px 97px;
}

@media (max-width: 1279px) {
  .hero-cmn-detail {
    padding: 47px 50px 105px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-cmn-detail {
    padding: 29px 15px 50px;
  }
}

.hero-cmn-detail .hero-cmn-in {
  padding-right: 50px;
}

@media (max-width: 1279px) {
  .hero-cmn-detail .hero-cmn-in {
    padding-right: 0;
  }
}

.hero-cmn-detail .ttl-hero-detail {
  font-size: 3.2rem;
  line-height: 1.5;
}
.hero-cmn-detail .ttl-hero-detail + p{
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .hero-cmn-detail .ttl-hero-detail {
    margin-bottom: 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-cmn-detail .ttl-hero-detail {
    font-size: 2.1rem;
    margin-bottom: 21px;
  }
  .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: 14px;
  }
}

@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;
  }
}
