/* BUTTON */
button {
  display: block;
  margin: 40px auto 40px;
  max-width: 358px;
  width: 90%;
  padding: 8px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 2px solid #26993A;
  border-radius: 3px;
}
button span {
  color: #26993A;
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  button {
    margin: 80px auto 40px;
  }
}
/* PAGENATION */
.pagination {
  margin: 80px auto 40px;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers li {
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  margin: 0 8px;
  text-align: center;
  color: #26993A;
}
.page-numbers li .page-numbers:hover {
  border: 1px solid #26993A;
  border-radius: 32px;
}
.page-numbers li .dots:hover {
  border: none;
}
.page-numbers .current {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #26993A;
  color: #ffffff;
  font-weight: 700;
}
.page-numbers li .next,
.page-numbers li .prev {
  padding: 0 8px;
  background-color: #26993A;
  color: #ffffff;
  border: none;
  border-radius: 3px;
}
.page-numbers li .next:hover,
.page-numbers li .prev:hover {
  border-radius: 3px;
}
/* HEADER */
.section_header {
  text-align: center;
  margin-bottom: 32px;
}
.article_header {
  margin-bottom: 32px;
}

/* BODY */

/* ABS */
.article_abs_content {
  background-color: #3C9F4D;
  padding: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .article_abs_content {
    margin-bottom: 48px;
  }
}
/* TTL */
.section_ttl {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.topic_special .section_ttl {
  color: #ffffff;
}
.section_ttl_sub {
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #26993A;
}

.article_ttl {
  font-size: 2.0rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #26993A;
  margin-bottom: 8px;
}

.answer_item_ttl {
  font-size: 1.8rem;
  color: #26993A;
  font-weight: 700;
  text-align: left;
}
.news_ttl {
  font-size: 1.8rem;
  color: #26993A;
  font-weight: 700;
}
.answer_instructor_ttl {
  font-size: 1.8rem;
  color: #26993A;
  font-weight: 700;
  text-align: center;
}
.answer_item_subttl {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 8px;
}
.topic_ttl {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 8px 0;
}
.topics_ttl {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  margin: 8px 0;
}
.topic_special .topics_ttl {
  color: #ffffff;
}
.outline_ttl {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #26993A;
  font-weight: 700;
}
.article_content_ttl {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.accordion_ttl {
  font-size: 1.4rem;
  margin: 8px 0;
}
.list_ttl {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .section_ttl {
    font-size: 2.6rem;
    line-height: 5.2rem;
    font-weight: 700;
  }
  .topic_ttl {
    font-size: 2.6rem;
    line-height: 4.2rem;
    margin: 8px 0;
  }
  .accordion_ttl {
    font-size: 1.6rem;
  }
  .topics_ttl {
    font-size: 2.0rem;
    line-height: 3.4rem;
  }
  .outline_ttl {
    font-size: 2.2rem;
    line-height: 4.8rem;
  }
  .answer_item_ttl {
    font-size: 2.2rem;
    color: #26993A;
    font-weight: 700;
    text-align: left;
  }
  .news_ttl {
    font-size: 2.2rem;
    color: #26993A;
    font-weight: 700;
    text-align: left;
  }
  .answer_item_subttl {
    text-align: left;
  }
  .article_content_ttl {
    font-size: 2.6rem;
    line-height: 5.2rem;
  }
  .article_ttl {
    font-size: 2.6rem;
    line-height: 4.2rem;
    font-weight: 700;
    color: #26993A;
    margin-bottom: 16px;
  }
  .answer_instructor_ttl {
    text-align: left;
  }
  .list_ttl {
    font-size: 1.6rem;
    margin: 8px 0;
  }
}
/* P */
.article_abs_content p {
  font-size: 1.8rem; 
}

/* LIST */
.list_border {
  border-top: 1px solid #ebebeb;
  padding: 16px 0;
}
.list_border:last-child {
  border-bottom: 1px solid #ebebeb;
}
.list_item a {
  display: flex;
  gap:16px;
  padding: 16px 8px;
  border-bottom: 1px solid #DFDFDF;
}
.list_item:first-child {
  border-top: 1px solid #DFDFDF; 
}
.list_item_img {
  width: 80px;
}
.list_item_img_s {
  width: 80px;
}
.list_item_txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .list_item a {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
    padding: 16px 0;
  }
  .list_item_img {
    width: 200px;
  }
  .list_item_txt {
    padding: 16px 0;
  }
}

/* CATEGORY */
.cat {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #26993A;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .cat {
    font-size: 1.4rem;
  }
}
/* TAG */
.tags {
  margin-bottom: 24px;
}
.tag {
  color: #26993A;
  font-size: 1.2rem;
  border: 1px solid #26993A;
  border-radius: 2px;
  margin-right: 8px;
  padding: 2px 6px;
  display: inline-block;
}
.tag a {
  color: #26993A;
  display: inline-block;
  cursor: pointer;;
}
@media screen and (min-width: 768px) {
  .tag {
    font-size: 1.3rem;
  }
}

.faq dt:hover .tag {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.faq dt:hover .tag a {
  color: #ffffff;
}
.faq .open .tag {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.faq .open .tag a {
  color: #ffffff;
}

/* COPYRIGHT */
.copyright {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}

/* REGISTER */
.div_text a {
  color: #26993A;
  font-weight: bold;
  text-decoration: underline;
}