/* Voice
---------------------------------------------------------------- */
body#voice .pagetitle {
  background-image: url("../images/voice/pagetitle_bg.jpg");
}
body#voice .boxset {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
body#voice .boxset a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
body#voice .boxset .box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  text-align: center;
}
body#voice .boxset .box img {
  border: solid 1px #cccccc;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#voice .boxset {
    flex-direction: column;
    gap: 2.66667vw;
  }
  body#voice .boxset .box {
    width: 100%;
  }
}
