/* ここからは独自add 手動追記です */

.panel-cont h1{
    font-weight: bold;
  }

i.fa-regular.fa-face-frown {
    margin: 3px 0;
}

i.fa-regular.fa-face-smile {
    margin: 3px 0;
}

/* 先生プロフィールリンク ホバースタイル */
/* 教室一覧カード - 先生画像 */
.com-card-03 .box-teacher a {
  display: block;
  transition: opacity 0.2s ease;
}
.com-card-03 .box-teacher a:hover img.avt {
  opacity: 0.7;
}

/* 教室一覧カード - 先生名 */
.com-card-03 .box-teacher .infor dd a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
.com-card-03 .box-teacher .infor dd a:hover {
  text-decoration: underline !important;
  color: #FFA32E !important;
}

/* 教室詳細サイドバー - 先生画像 */
.single-classroom-panel-01 > a {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.single-classroom-panel-01 > a:hover img.avt {
  opacity: 0.7;
}

/* 教室詳細サイドバー - 先生名 */
.single-classroom-panel-01 .name a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
.single-classroom-panel-01 .name a:hover {
  text-decoration: underline !important;
  color: #FFA32E !important;
}