.cat-feature .article .profile {
  border: 2px solid #7ecef4;
}
.cat-feature .article .profile__title {
  color: #333;
  border-bottom: 2px dotted #7ecef4;
}
.cat-feature .article .subject {
  color: #333;
  font-weight: bold;
}
.pratomo-navi__link{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.contents__top {
  margin: 0 10px 30px;
  text-align: left;
  color: #4c4c4c;
  line-height: 2;
}
.article__contents p .note {
  font-size: 12px;
  line-height: 1;
}

.custom-sup {
    position: relative;
    top: -5px;
    font-size: small;
}

@media (min-width: 768px) {
.cat-feature .article .title {
  margin-bottom: 30px;
}
}