/* -- color --*/
#page-single .article-detail {
  padding-bottom: 2rem;
  margin-bottom: 6rem;
  border-bottom: 0.1rem solid #000;
}
#page-single .article-detail .date_cat {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
#page-single .article-detail .date_cat .date {
  font-size: 1.6rem;
}
#page-single .article-detail .date_cat .cat {
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 13, 110) 0%, rgb(212, 0, 0) 100%);
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 3rem;
  padding: 0.4rem 1rem;
}
#page-single .article-detail .article-ttl {
  font-size: 1.4583333333vw;
  font-weight: 600;
}
#page-single .article-content {
  padding-bottom: 6rem;
  border-bottom: 0.1rem solid #000;
}

@media screen and (max-width: 1024px) {
  #page-single .article-detail {
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  #page-single .article-detail .article-ttl {
    font-size: 3.4vw;
  }
  #page-single .article-detail .date_cat .date {
    font-size: 2.8vw;
  }
  #page-single .article-detail .date_cat .cat {
    margin: 0 4vw;
  }
  #page-single .article-content {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 750px) {
  #page-single .article-detail {
    padding-bottom: 4vw;
    margin-bottom: 10vw;
  }
  #page-single .article-detail .article-ttl {
    font-size: 1.6rem;
  }
  #page-single .article-detail .date_cat .cat {
    font-size: 1.4rem;
  }
  #page-single .article-detail .date_cat .date {
    font-size: 1.4rem;
  }
  #page-single .article-content {
    padding-bottom: 12vw;
  }
}
.single-news .inner {
  max-width: 100rem;
}
.single-news .article-content .post-thumbnail {
  max-width: 68rem;
  margin: 0 auto 4rem;
}
.single-news .article-content p:not(:last-of-type) {
  margin-bottom: 3rem;
}
.single-news .article-content h2 {
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 13, 110) 0%, rgb(212, 0, 0) 100%);
  font-size: 2rem;
  font-weight: 600;
  padding: 0.8rem 0 0.8rem 2rem;
  margin: 6rem 0 3rem;
}
.single-news .article-content h3 {
  font-size: 2rem;
  font-weight: 600;
  border-left: 0.2rem solid #8d1313;
  padding-left: 2rem;
  margin: 6rem 0 3rem;
}
.single-news .article-content ul {
  margin: 3rem 0;
}
.single-news .article-content ul li {
  position: relative;
  padding-left: 2rem;
}
.single-news .article-content ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #8d1313;
  position: absolute;
  border-radius: 10vw;
  left: 0;
  top: 0.8rem;
}
.single-news .page-back {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-news .page-back .back-btn a {
  color: #8d1313;
}

@media screen and (max-width: 1024px) {
  .single-news .article-content .post-thumbnail {
    margin-bottom: 4vw;
  }
  .single-news .article-content p:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .single-news .article-content h2 {
    font-size: 2.8vw;
    margin: 6vw 0 3vw;
    padding: 1vw 0 1vw 2vw;
  }
  .single-news .article-content h3 {
    font-size: 2.8vw;
    margin: 6vw 0 3vw;
    padding-left: 2vw;
  }
  .single-news .page-back {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .single-news .article-content .post-thumbnail {
    margin-bottom: 8vw;
  }
  .single-news .article-content p:not(:last-of-type) {
    margin-bottom: 6vw;
  }
  .single-news .article-content h2 {
    font-size: 1.6rem;
    margin: 10vw 0 6vw;
    padding: 1vw 0 1vw 4vw;
  }
  .single-news .article-content h3 {
    font-size: 1.6rem;
    margin: 10vw 0 6vw;
    padding-left: 4vw;
  }
  .single-news .article-content ul {
    margin: 6vw 0;
  }
  .single-news .article-content ul li::before {
    top: 0.5rem;
  }
  .single-news .page-back {
    margin-top: 16vw;
  }
}