@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
#voice .system-area {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  margin-bottom: 0.9375rem;
  text-decoration: underline;
}

#voice .system-area.single {
  text-align: center;
  margin-bottom: 2rem;
}

}
/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#voice .system-area {
  font-size: 3.865vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 1.623vw;
  text-decoration: underline;
}

#voice .system-area.single {
  text-align: center;
  margin-bottom: 5vw;
}

}