/* ------------------------------------------------
   entry
*/

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.entry-meta .entry-terms {
  margin-right: 20px;

}

@media screen and (max-width: 767px) {
  .entry-meta .entry-term {
    display: inline-block;
    margin: .5em 0;
  }
}


.entry-terms {
  font-size: 12px;
  margin-bottom: 1em;
}

.entry-term:not(:last-child),
.entry-terms-label {
  margin-right: .5em;
}

.entry-term.btn,
.entry-term .btn {
  font-weight: normal;
  background: var(--post-color);
  color: #fff;
  padding: 0.2em 0.75em;
  border-radius: 2em;
  margin-bottom: .5em;
}

.-post-type-post .entry-term.btn,
.-post-type-post .entry-term .btn {
  background: #fff;
  color: var(--accent-color);
  border: solid 1px var(--accent-color);

}

.-post-type-post .btn-more {
  background: #fff;
  color: var(--accent-color);
  border: solid 2px var(--accent-color);

}

.-post-type-post .btn-more-arrow::after {
    background: url(../images/arrow-r05.svg);
}

.type-teacher .entry-thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.type-student .entry-thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.type-post .entry-thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  aspect-ratio: 437 / 310;
}

.type-blog .entry-thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.type-column .entry-thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.entry-posted-on {
  font-size: 14px;
  font-weight: bold;
  color: var(--post-color);
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .type-post .entry-posted-on {
    margin-top: 3px;
  }
}

.entry-nav {
  margin-top: 40px;
}

.entry-author {
  margin-top: 1em;
}

.entry-author a {
  text-decoration: none;
  color: inherit;
}

.entry-author .-fig {
  display: inlin-block;
  margin-right: .5em;
}

.entry-author .-fig img {
  object-fit: cover;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

/* ------------------------------------------------
   entry-related
*/

.entry-f {
  margin-top: 3em;
}

.entry-related-ttl span {
  background-color: #FFFFFF;
  padding: 3px 5px 3px 0;
}

.entry-related-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 1em;
  position: relative;
  color: var(--sub-color);
}

/* .entry-related-ttl::after {
  content: "";
  border-top: dotted 3px #eee;
  display: block;
  margin-top: -18px;
} */

/* .entry-related-ttl::after {
  display: block;
  content: ' ';
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  background-color: #eee;
} */

/* .teacher-related-ttl {
  font-size: 24px !important;
  color: #B71504;
}

@media screen and (max-width: 767px) {
  .teacher-related-ttl {
    font-size: 18px !important;
  }
} */


/* ------------------------------------------------
   voice-training
*/


/* .voice-tr-info-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.voice-tr-info-text p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .voice-tr-info-text p {
    max-width: 100%;
    font-size: 14px;
  }
}

.voice-tr-info-text {
  width: 100%;
}



@media screen and (max-width: 767px) {
  .voice-tr-info-text {
    width: 100%;
  }


}

/* .voice-tr-info-img .-img01 {
  width: 90%;
  margin-left: auto;
}

.voice-tr-info-img .-img02 {
  width: 54%;
}

.voice-tr-info-img .-img03 {
  width: 37%;
  margin-left: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {

  .voice-tr-info-img .-img02 {
    width: 56%;
  }

  .voice-tr-info-img .-img03 {
    width: 39%;
    margin-left: 2vw;
    margin-top: 2vw;
  }
} */