#under-guide .heading {
    font-size: 1.25rem;
    margin: 0;
    letter-spacing: 0.1em;
    background-color: #5CB9BB;
    padding: 9px 15px 6px;
    color: #fff;
    font-weight: bold;
}
.article__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 15px 0 15px;
    padding: 10px 0 10px;
    position: relative;
    text-align: center;
    border-top: 1px solid #5cb9bb;
    border-bottom: 1px solid #5cb9bb;
}
.skpr_detail_list_dt {
    font-size: 0.9rem;
}
@media (min-width: 768px) {
  .article__title {
    margin-bottom: 30px;
  }
}