#detail.under {
  padding-top: 13.7rem;
}
#detail .detailWrap {
  padding-bottom: 9rem;
}
#detail .detailWrap .in {
  width: 88rem;
  margin: 0 auto;
}
#detail .detailWrap .in .ttlWrap {
  width: 70rem;
  margin: 0 auto;
  text-align: center;
}
#detail .detailWrap .in .ttlWrap time {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: var(--medium);
}
#detail .detailWrap .in .ttlWrap h2 {
  margin-top: 2.4rem;
  font-size: 2.6rem;
  font-weight: var(--medium);
  line-height: 1.61;
  text-align: left;
}
#detail .detailWrap .in .ttlWrap .author {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
  line-height: 1;
}
#detail .detailWrap .in .article {
  margin-top: 7.7rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #DEDEDE;
}
#detail .detailWrap .in .article > *:first-of-type {
  margin-top: 0;
}
#detail .detailWrap .in .article > *:last-of-type {
  margin-bottom: 0;
}
#detail .detailWrap .in .article p {
  margin: 1.5em 0;
  font-size: 1.6rem;
  font-weight: var(--regular);
  line-height: 2.25;
}
#detail .detailWrap .linkBack {
  margin-top: 7rem;
  text-align: center;
}
#detail .detailWrap .linkBack a {
  position: relative;
  padding-left: 22px;
  font-size: 1.2rem;
  letter-spacing: 0.024em;
  color: var(--color-txt);
  line-height: 1;
}
#detail .detailWrap .linkBack a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.1rem;
  background: url(../img/icon_pager_prev.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #detail .detailWrap {
    padding-bottom: 6rem;
  }
  #detail .detailWrap .in,
  #detail .detailWrap .in .ttlWrap {
    width: 32.5rem;
  }
  #detail .detailWrap .in .ttlWrap time {
    font-size: 1.2rem;
  }
  #detail .detailWrap .in .ttlWrap h2 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  #detail .detailWrap .in .ttlWrap .author {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  #detail .detailWrap .in .article {
    margin-top: 5.7rem;
    padding-bottom: 5rem;
  }
  #detail .detailWrap .in .article p {
    font-size: 1.4rem;
  }
  #detail .detailWrap .linkBack {
    margin-top: 5rem;
  }
}