@charset "UTF-8";
section {
  text-align: center;
}
section.gray {
  background-color: #f6f6f6;
}

.section-contents {
  width: 978px;
  margin: auto;
  display: inline-block;
}

h2 {
  font-size: 40px;
}
p {
  font-size: 20px;
}

.head_block {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}

.head_block .inner_head_block {
  display: block;
  font-size: 30px;
  padding-top: 60px;
}

#teacher-prof-img img {
  border-radius: 50%;
}
.phrase-recommendation {
  border-radius: 10px;
  background-color: #FFF2CC;
  padding: 15px;
}
.phrase-recommendation h3 {
  font-size: 20px;
}
.phrase-recommendation p.phrase {
  font-size: 30px;
  font-style: italic;
}
.phrase-recommendation p.phrase-comment {
  font-size: 12px;
}
.sub-profile {
  background-color: #FFF2CC;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-profile dl {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sub-profile dt {
  width: 40%;
  padding-left: 0;
  text-align: left;
  display: inline-block;
}
.sub-profile dd {
  width: 40%;
  text-align: left;
  display: inline-block;
}

.q-and-a {
  text-align: left;
}
.q-and-a dl {
  margin-bottom: 20px;
}
.q-and-a dt {
  font-size: 20px;
}
.q-and-a dd p {
  font-size: 16px;
}

.brief-teacher-interview {
  height: 450px;
  width: 300px;
  margin: auto;
  margin-bottom: 10px;
}
.brief-teacher-interview h3 {
  font-size: 20px;
  font-weight: bold;
}
.brief-teacher-interview dd {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 12px;
  white-space: nowrap;
}
