.page-title {
  text-align: center;
  font-size: 50px;
  color: #13ae9c;
  margin: 50px 0 115px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 30px;
    margin: 60px 0 30px;
  }
}
.page-title span {
  font-size: 20px;
  font-weight: bold;
  color: #727272;
  line-height: 0.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-title span {
    font-size: 16px;
  }
}

.inner {
  max-width: 880px;
  width: 100%;
  margin: 215px auto 0;
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 140px auto 0;
  }
}
.inner h2 {
  font-size: 26px;
  font-weight: bold;
  color: #505050;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .inner h2 {
    margin-bottom: 40px;
  }
}
.inner h2 span {
  font-size: 14px;
  color: #13ae9c;
  margin-bottom: 10px;
  display: block;
}

article {
  margin-bottom: 200px;
}
article div {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article div {
    margin-bottom: 20px;
  }
}
article p {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article p {
    margin-bottom: 20px;
  }
}
article em {
  font-weight: bold;
}
article strong {
  font-weight: bold;
}
article a {
  color: #4696d2;
  text-decoration: underline;
}
article a::after {
  content: "";
  width: 14px;
  height: 11px;
  margin: 0 5px;
  background: url(../images/ico_anchor01.svg);
  background-size: contain;
  display: inline-block;
  text-decoration: none;
}
article a[href*=http]::after {
  background: url(../images/ico_external.svg);
  width: 12px;
  height: 12px;
}
article h3 {
  font-size: 22px;
  font-weight: bold;
}
article h4 {
  font-size: 18px;
  font-weight: bold;
}
article h5 {
  font-size: 16px;
  font-weight: bold;
}
article ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article ul {
    margin-bottom: 20px;
  }
}
article ul li {
  font-size: 16px;
}
article ul li:not(:last-child) {
  margin-bottom: 5px;
}
article .note {
  font-size: 11px;
  color: #505050;
  padding-left: 1em;
  text-indent: -1em;
}
article img {
  width: 50%;
}
article .btn01 {
  margin: 50px auto 0;
}
article .greenBtn01 a::after {
  margin: 0;
}