@charset "utf-8";

#toc_container p.toc_title + ul.toc_list {
  border: none;
}
.btn_wrap {
  margin: 80px auto;
}
.micro_top {
  text-align: center;
  font-size: 1.5rem;
  color: red;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.micro_bottom {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.btn {
  background-color: #1acc28;
  padding: 0;
  border-radius: 50px;
  border-bottom: 5px solid #1ba025;
  display: block;
}
.btn a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 30px 40px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .btn a {
    font-size: 1.3rem;
    padding: 10px 40px;
  }
}
.btn img {
  display: none;
}
.btn a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
a.link_blue {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}

/* 関連記事 */
.related {
  padding-top: 60px;
}
.related_title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.related_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related_list li {
  width: 48%;
}
.related_list li:nth-child(1),
.related_list li:nth-child(2) {
  margin-bottom: 30px;
}
.related_list li p {
  line-height: 1.75;
}
.related_list_category {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #04cdd9;
  padding: 2px 8px;
  margin: 20px 0 10px;
  border-radius: 3px;
}
.related_list_title {
  font-weight: bold;
}
.related_list_text {
  font-size: 15px;
  padding: 20px 0;
}
.related_list_date {
  font-size: 11px;
  color: #979797;
}
@media screen and (max-width: 480px) {
  .related_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
