/* 本文リンク用（グローバルメニュー除外） */
main a, .content a {
  text-decoration: none;
  color: #6b8f71;
  font-family: 'Zen Maru Gothic', sans-serif;
  transition: color 0.3s, text-decoration 0.3s;
}

.evaluation-text {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .evaluation-text { text-align: left; }
}
main .sub-title {
  color: #2f5d50;
  font-weight: 600;
  letter-spacing: 0.05em;
}

