#contentsBox .voice-actor_body p.btn a {
  color: #fff;
}

.voice-actor_body {
  color: #1b3275;
}
.voice-actor_body .info {
  font-size: 1.5em;
  margin: 0 0 2em 0;
  text-align: center;
}
.voice-actor_body .toukou {
  padding: 1em 0;
  font-size: 1.5em;
  background-color: #f5e395;
  margin: 2em 0;
}
.voice-actor_body .toukou p:first-of-type {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
.voice-actor_body .toukou p.center {
  text-align: center;
}
.voice-actor_body .toukou p.btn a {
  width: 300px;
  margin: 1em auto;
  background: #1b3275;
  border-radius: 2em;
  border: 1px solid;
  text-align: center;
  padding: 0.5em;
  display: block;
}
.voice-actor_body .toukou ul {
  width: 85%;
  margin: 0 auto;
}
.voice-actor_body .flex {
  display: flex;
  justify-content: space-between;
}
.voice-actor_body .flex div {
  border: solid 1px #1b3275;
  border-radius: 1em;
  padding: 1em;
  box-sizing: border-box;
  width: 32%;
}
.voice-actor_body .flex div .title {
  text-align: center;
  font-size: 1.35em;
  margin: 0 0 1em 0;
}
.voice-actor_body .flex div ul li {
  border-bottom: 1px dotted;
}

@media screen and (max-width: 899px) {
  .voice-actor_body .info {
    font-size: 1.15em;
  }
  .voice-actor_body .flex {
    display: block;
  }
  .voice-actor_body .flex div {
    width: min(100%, 350px);
    margin: 0 auto 1em;
  }
}/*# sourceMappingURL=20240826voice-actor.css.map */