@charset "UTF-8";

.movie_voice_wrap {
  border: solid 1px #319b03;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.ttl-alto {
  font-size: 20px;
  font-size: 2rem;
  color: #131413;
  font-weight: 500;
  padding: 21px 20px;
  background: #e0e0e0;
  margin-bottom: 34px;
  text-align: center;
  letter-spacing: 7px;
}
.btn-comp03{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 10px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  background-image: url("/co/img/common/arrow-right.png");
  background-repeat: no-repeat;
  background-position: bottom 26px right 20px;
  background-color: #319b03;
  color: white;
  letter-spacing: 2px;
  width: 75%;
  max-width: 600px;
  height: 80px;
}