.p-author {
  padding-top: 3.6rem;
}
@media (min-width: 768px) {
  .p-author {
    padding-top: 8.6rem;
  }
}
@media (min-width: 768px) {
  .p-author-top {
    display: flex;
    justify-content: space-between;
  }
}
.p-author-top .author-img {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-author-top .author-img {
    margin-bottom: 0;
    width: 44.3rem;
  }
}
@media (min-width: 768px) {
  .p-author-top .author-meta {
    width: calc(100% - 44.3rem - 7.7rem);
  }
}
.p-author-top .author-meta__ttl {
  color: #0C794D;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .p-author-top .author-meta__ttl {
    margin-bottom: 2.7rem;
  }
}
.p-author-top .author-meta__social {
  display: flex;
  align-items: center;
}
.p-author-top .author-meta__social label {
  font-size: 1.4rem;
  margin-right: 1.9rem;
}
@media (min-width: 768px) {
  .p-author-top .author-meta__social label {
    font-size: 1.8rem;
  }
}
.p-author-top .author-meta__social a {
  margin-right: 1.2rem;
  display: inline-block;
}
.p-author-list {
  padding-top: 2.7rem;
  margin-top: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-author-list {
    padding-top: 6.7rem;
    margin-top: 9.5rem;
  }
}
.p-author-list:after {
  position: absolute;
  content: "";
  background: url(../images/bg-top.png) top center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 60rem;
  z-index: -1;
}
.p-author-list .tab {
  border-bottom: 1px solid #D6D8C5;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-author-list .tab {
    gap: 0.9rem;
    margin-bottom: 3.7rem;
  }
}
.p-author-list .tab li.active a {
  background: #0C794D;
  color: #fff;
}
.p-author-list .tab li.active a .num {
  color: #fff;
}
.p-author-list .tab li a {
  display: inline-block;
  font-size: 1.4rem;
  color: #444;
  height: 4rem;
  width: 11.2rem;
  background: #fff;
  border-radius: 0.7rem 0.7rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-author-list .tab li a {
    font-size: 2.5rem;
    height: 6.6rem;
    width: 18.9rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.p-author-list .tab li a .num {
  font-style: normal;
  color: #BDBDBD;
  margin-left: 0.5rem;
}
.p-author-list .tab-content-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .p-author-list .tab-content-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-author-list .article__img {
  display: block;
  margin-bottom: 1.3rem;
}
@media (min-width: 768px) {
  .p-author-list .article__img {
    margin-bottom: 1.7rem;
  }
}
.p-author-list .article__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #222;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 768px) {
  .p-author-list .article__ttl {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.p-author-list .article__meta {
  display: flex;
  font-size: 1.2rem;
  gap: 2.2rem;
  color: #777;
  margin-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .p-author-list .article__meta {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.p-author-list .article__meta__time {
  background: url(../images/ic_calendar.svg) no-repeat left center;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .p-author-list .article__meta__time {
    background-size: 2rem 2rem;
    padding-left: 2.7rem;
  }
}
.p-author-list .article__meta__view {
  background: url(../images/ic_view.svg) no-repeat left center;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .p-author-list .article__meta__view {
    background-size: 2rem 2rem;
    padding-left: 2.7rem;
  }
}
.p-author-list .article__txt {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-author-list .article__txt {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-author .author-other {
  border-top: 1px solid #D6D8C5;
  margin-top: 4.4rem;
  padding-top: 4.3rem;
}/*# sourceMappingURL=author.css.map */