.entry.voice .-course {
  margin-top: 10px;
}
.entry.voice .-course .entry-term {
  border: 1px solid #000;
  border-radius: 1em;
  padding: 0 1em;
  display: inline-block;
  margin-top: 5px;
}
.entry.voice .-name {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .entry.voice .-name {
    display: inline-block;
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .entry.voice .-name {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------
 */
.entries.-voice > * {
  margin-bottom: 15px;
  position: relative;
  padding: 0;
  border: 0 !important;
}
.entries.-voice .-school {
  position: absolute;
  background: #EEE;
  padding: 2px 15px;
  font-size: 12px;
}
.entries.-voice a:hover .-school {
  background: #000;
  color: #FFF;
}
.entries.-voice .-title {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .entries.-voice .-body {
    padding: 20px;
    display: flex;
  }
  .entries.-voice .-body .-cnt {
    flex-grow: 1;
  }
  .entries.-voice .-body .-cnt {
    margin-left: 30px;
  }
  .entries.-voice .-body .-fig {
    flex: 0 0 120px;
  }
  .entries.-voice .-body .-fig img {
    height: 120px;
    width: 120px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .entries.-voice .-body {
    padding: 15px;
  }
  .entries.-voice .-body .-cnt {
    margin-left: 10px;
  }
  .entries.-voice .-body .-fig {
    flex: 0 0 80px;
  }
  .entries.-voice .-body .-fig img {
    height: 80px;
    width: 80px;
    border-radius: 40px;
  }
  .entries.-voice .-title {
    font-size: 16px;
  }
}

/* ------------------------------------------------
 */
.voice-info {
  border-collapse: collapse;
  border-top: 1px solid #EEE;
  width: 100%;
}
.voice-info th,
.voice-info td {
  border-bottom: 1px solid #EEE;
  padding: 10px;
  text-align: left;
}
.voice-info th {
  white-space: nowrap;
  vertical-align: top;
}

/* ------------------------------------------------
 */
.entry.-single.voice .-terms.-school {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .entry.-single.voice .-body {
    padding: 30px;
  }
  .entry.-single.voice .-fig {
    flex: 0 0 200px;
  }
  .entry.-single.voice .-fig img {
    height: 200px;
    border-radius: 100px;
  }
  .entry.-single.voice .-cnt {
    margin-left: 30px;
  }
  .entry.-single.voice .-title {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry.-single.voice {
    padding-top: 40px;
    border-top: 1px solid #EEE;
  }
}


/* ------------------------------------------------
 */
.voice .qa {
  border: 1px solid #EEE;
}
.voice .qa dt,
.voice .qa dd {
  padding: .75em;
  margin: 0;
}
.voice .qa dt {
  background: #EEE;
  line-height: 30px;
  font-weight: bold;
}
.voice .qa .-q,
.voice .qa .-a,
.voice .qa .-txt {
  display: block;
}
.voice .qa .-q,
.voice .qa .-a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  float: left;
}
.voice .qa .-q {
  background: #FFF;
}
.voice .qa .-a {
  background: #000;
  color: #FFF;
}
.voice .qa .-txt {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .voice .qa dt .-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice .qa dt .-txt {
    font-size: 16px;
  }
}
