@charset "UTF-8";
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
.p-voice {
  margin-left: 20px;
  margin-right: 20px;
  margin: 0px auto;
}
@media screen and (min-width: 990px) {
  .p-voice {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-voice:not(.--responsive) {
  min-height: 950px;
  min-width: 950px;
}
@media screen and (max-width: 1200px) {
  .p-voice:not(.--responsive) {
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .p-voice:not(.--responsive) .main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-voice:not(.--responsive) .main {
    zoom: 0.75;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .p-voice:not(.--responsive) .main {
    zoom: 0.6;
  }
}
@media screen and (min-width: 426px) and (max-width: 640px) {
  .p-voice:not(.--responsive) .main {
    zoom: 0.45;
  }
}
@media screen and (min-width: 0px) and (max-width: 425px) {
  .p-voice:not(.--responsive) .main {
    zoom: 0.38;
  }
}
@media screen and (max-width: 640px) {
  .p-voice:not(.--responsive) div#backNumber ul {
    padding: 0 10px;
  }
  .p-voice:not(.--responsive) div#backNumber ul li {
    width: 100%;
    height: auto;
    padding: 0 0 10px;
  }
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/voice.css.map */