@charset "utf-8";

/* -------------------------------------------------------------------
#TEACHER
------------------------------------------------------------------- */
#TEACHER {
  padding-bottom: 70px;
}


.wrap { display:-webkit-box !important; display:-ms-flexbox !important; display:flex !important; -webkit-box-pack:justify !important; -ms-flex-pack:justify !important; justify-content:space-between !important;}

.teacher { background: #F4F4F4; box-sizing: border-box; padding: 10px; width: 24%; margin-bottom: 15px;}
.teacher.bgno { background: none !important;}

/* content */
.content {
  padding-top: 60px;
  padding-bottom: 80px;
}
#TEACHER .content + .content {
  padding-top: 0;
}
.content table tbody tr td {
  border-top: 1px solid #0ea2aa;
}
.content table tbody tr:last-of-type td {
  border-bottom: 1px solid #0ea2aa;
}
.content table tbody tr td:first-of-type {
  width: 170px;
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  text-align: center;
  background-color: #f4f4f4;
  color: #0ea2aa;
}
.content table tbody tr td:last-of-type {
  width: calc(100% - 170px);
}
.content h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0ea2aa;
}
.content .table-container + h3 {
  margin-top: 40px;
}
.content .table-container + p {
  margin-top: 1em;
  font-size: 1.6rem;
}