#voice_page .inner {
  padding-top: 3rem;
}
#voice_page .inner .headline {
  text-align: center;
}
#voice_page .inner .heading h4 {
  text-align: center;
}
#voice_page .boxes .box {
  max-width: 924px;
  margin: 5rem auto;
}
#voice_page .boxes .box .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #de755b;
}
@media screen and (max-width: 980px) {
  #voice_page .boxes .box .header {
    flex-direction: column;
    position: relative;
  }
}
#voice_page .boxes .box .header figure {
  width: 80px;
  transform: scale(1.5);
  margin-right: 2rem;
}
@media screen and (max-width: 980px) {
  #voice_page .boxes .box .header figure {
    margin-right: 0;
    transform: scale(1.2);
    position: relative;
    top: -50px;
    height: 40px;
  }
}
#voice_page .boxes .box .header figure img {
  width: 100%;
}
#voice_page .boxes .box .header h4 {
  color: #fff;
  font-size: 18px;
  margin: 0.5rem;
}
@media screen and (max-width: 698px) {
  #voice_page .boxes .box .header h4 {
    font-size: 4vw;
  }
}
#voice_page .boxes .box .header .ac_btn {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-right: 2rem;
}
@media screen and (max-width: 980px) {
  #voice_page .boxes .box .header .ac_btn {
    display: none;
  }
}
#voice_page .boxes .box .header .ac_btn p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
#voice_page .boxes .box .header .ac_btn .arrow {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 0.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
#voice_page .boxes .box .header .ac_btn:hover {
  cursor: pointer;
}
#voice_page .boxes .box .header:hover {
  cursor: pointer;
}
#voice_page .boxes .box .content {
  border: 1px solid #de755b;
  overflow-y: hidden;
}
#voice_page .boxes .box .content dl {
  padding: 2rem;
}
#voice_page .boxes .box .content dl dt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
#voice_page .boxes .box .content dl dt p {
  margin: 0;
}
#voice_page .boxes .box .content dl dt .queue {
  font-size: 18px;
  margin-right: 1rem;
}
#voice_page .boxes .box .content dl dt .question span {
  display: inline;
  padding: 0 2rem;
  background-color: #FBF1F0;
  background: linear-gradient(transparent 30%, #FBF1F0 30%, #FBF1F0 80%, transparent 80%);
}
@media screen and (max-width: 698px) {
  #voice_page .boxes .box .content dl dt .question span {
    padding: 0;
    font-size: 5vw;
  }
}
#voice_page .boxes .box .content dl dd {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 698px) {
  #voice_page .boxes .box .content dl dd {
    font-size: 4vw;
  }
}/*# sourceMappingURL=style_voice.css.map */