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

.sub-title {
  color: #ff7f7f;
  font-family: "Zen Maru Gothic", sans-serif;/
}

.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; }
}
/* 制服とスモック画像 */
.uniform-image {
  max-width: 480px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto 20px;
  display: block;
}
