#readingcont-body .interview__anchor {
  width: 914px;
  margin: 100px auto 85px;
  background-color: #fffad4;
  padding: 20px 23px 25px;
  position: relative;
}

#readingcont-body .interview__anchor ul {
  padding: 0;
  background: unset;
  margin: 0;
}

#readingcont-body .interview__anchor li {
  width: 100%;
  height: 38px;
  background-color: #fff;
  margin-bottom: 8px;
  padding: 0;
}

#readingcont-body .interview__anchor li:last-child {
  margin-bottom: 0;
}

#readingcont-body .interview__anchor li::before {
  content: none;
}

#readingcont-body .interview__anchor a {
  width: calc(100% - 13px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
  line-height: 38px;
  font-size: 18px;
  color: #000;
  position: relative;
  text-decoration: none;
}

#readingcont-body .interview__anchor a::after {
  content: "";
  background: url("images/arrow_icon.png") no-repeat;
  position: absolute;
  right: 6px;
  top: 7px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}

#readingcont-body .interview__anchor a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 670px) {
  #readingcont-body .interview__anchor {
    width: calc(100% - 4.5vw);
    padding: 2.6vw 2.3vw 2.6vw 2.2vw;
    margin: 15vw auto 9.7vw;
  }
  #readingcont-body .interview__anchor li {
    height: auto;
  }
  #readingcont-body .interview__anchor a {
    font-size: 3.2vw;
    line-height: 3.7vw;
    padding: 0.5vw 4.1vw 0.6vw 1.8vw;
    width: calc(100% - 5.9vw);
  }
  #readingcont-body .interview__anchor a::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 0.93vw;
    top: calc(50% - 1.6vw);
    background-size: 100%;
  }
}

#readingcont-body.article-main h2 {
  color: #05615a;
  font-size: 162.5%;
  margin-top: 80px;
  margin-bottom: 30px;
  line-height: 1.85;
  font-weight: normal;
}

#readingcont-body.article-main h2:first-of-type {
  margin-top: 30px;
}

#readingcont-body.article-main h3 {
  color: #05615a;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.85;
  background-color: unset;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 480px) {
  #readingcont-body.article-main h2 {
    font-size: 112.5%;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

#readingcont-body .article-main-img-box-wrap__double .img-box {
  text-align: left;
  margin: 0;
}
/*# sourceMappingURL=common.css.map */