@charset "UTF-8";

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #444444;
  min-width: auto;
}

.header {
  position: absolute !important;
}

main {
  padding-top: 14.667vw;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

h2 {
  font-weight: bold;
}

p {
  font-size: 4.2667vw;
}

.red {
  color: #e7003a;
}

.white {
  color: #FFFFFF;
}

.caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.2vw;
}


.table-toptext::before,
.table-toptext::after,
.underbox p.red::before,
.underbox p.red::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kv {
  background-color: #fff2f2;
}

.kv img {
  margin: auto;
}

.inner {
  width: 90%;
  margin: auto;
  padding: 7.47vw 0 15.6vw;
}

.cvbtn {
  background-color: #e7003a;
  border-radius: 2.133vw;
  box-shadow: 0px 0px 2.133vw -1vw #666666;
}

.cvbtn a {
  color: #FFFFFF;
  font-size: 4.8vw;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 4.8vw 0;
  position: relative;
}

.cvbtn a::after {
  content: '';
  background-image: url(../images/arrow_btn_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2vw;
  height: 2.933vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.2vw;
  margin: auto;
}

.bg-white h2 {
  text-align: center;
  font-size: 6.4vw;
  margin-top: 11.2vw;
}

.bg-white p.p-text {
  text-align: center;
  font-weight: bold;
  font-size: 5.33vw;
  margin-top: 9.07vw;
}

.slick-list_ul {
  margin-top: 7.2vw;
}

.slick-list_li {}

.slick-list_li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 4.2667vw 4.2667vw 2.133vw 2.133vw;
  padding: 0 6vw 0 2.2vw;
  margin: 0 1vw;
  height: 29.33vw;
}


.slick-list_li p {
  text-align: center;
  font-weight: bold;
  font-size: 3.5vw;
  width: 72%;
}

.slick-list_li img {
  width: 17vw;
}

.bg-red {
  background-color: #e7003a;
}

.bg-red h2 {
  font-size: 7.47vw;
  text-align: center;
}

.bg-red p {
  font-size: 4.133vw;
  letter-spacing: -1px;
  margin-top: 10.93vw;
}

.bg-red p.table-toptext {
  text-align: center;
  position: relative;
  margin-top: 8.27vw;
}

.bg-red .caution {
  margin-top: 3.733vw;
}

.table-toptext::before {
  left: calc(50% - 33vw);
  transform: rotate(-20deg);
}

.table-toptext::after {
  right: calc(50% - 33vw);
  transform: rotate(20deg);
}

.table {
  width: 100%;
  margin-top: 3.6vw;
}

.table tr th,
.table tr td {
  font-weight: bold;
  text-align: center;
  width: 33.3%;
  padding: 3.73vw 0 3.2vw;
  font-size: 4vw;
}

.table tr td {
  background-color: #fff;
}

.table tr th {
  background-color: #fff2f2;
  color: #e7003a;
}

.table tr:nth-of-type(1) th {
  background-color: #cccccc;
  color: #333333;
}

.table tr:nth-of-type(1) th + th {
  border-left: 1px solid #fff;
}

.table tr th + td,
.table tr td + td {
  border-left: 1px solid #ccc;
}

.table tr:nth-of-type(2),
.table tr:nth-of-type(3),
.table tr:nth-of-type(4) {
  border-bottom: 1px solid #ccc;
}

p.link {
  font-size: 3.73vw;
  margin-top: 3.733vw;
  padding-left: 1em;
  position: relative;
}

.link a {
  text-decoration: underline;
}

.link::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.733vw;
  height: 2.667vw;
  position: absolute;
  top: 1.333vw;
  left: 0;
  background-image: url(../images/arrow_w.png);
}

.link a.blank::after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.2em;
  width: 3.333vw;
  height: 3.333vw;
  background-image: url(../images/blank_w.png);
}

/*detail*/
.detail .inner {
  padding: 15.6vw 0;
}

/*tell*/
.tell {
  background-color: #fff2f2;
  padding: 8.4vw 0 10.67vw;
}

.tell img {
  display: block;
  width: 8.533vw;
  margin: 0 auto 2.133vw;
}

.tell p {
  text-align: center;
}

.tell p.tell-text.red {
  font-size: 5.333vw;
  font-weight: bold;
}

.tell p.tell-text {
  margin-top: 5.47vw;
  font-size: 4.27vw;
  font-weight: bold;
}

.tell-information__contact {
  width: 80%;
  text-align: center;
  margin: 6.66667vw auto 3.2vw;
}

.tell-information__contact-title {
  letter-spacing: .03em;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 3.2vw;
}

.tell-information__contact-tel {
  font-size: 6.93333vw;
  font-weight: bold;
  color: #e7003a;
}

.tell-information__contact-text {
  margin-top: 0;
  font-size: 3.2vw;
}

.tell-caution {
  color: #666666;
  text-align: center;
  font-size: 3vw;
}

.underbox {
  background-color: #fff2f2;
}

.underbox p {
  font-size: 3.2vw;
  margin: 8.533vw auto;
}

.underbox p.red {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 4.27vw;
  margin-bottom: 0;
}

.underbox p.red::before,
.underbox p.red::after {
  background-color: #e7003a;
}

.underbox p.red::before {
  left: calc(50% - 36vw);
  transform: rotate(-20deg);
}

.underbox p.red::after {
  right: calc(50% - 36vw);
  transform: rotate(20deg);
}

.underbox .cvbtn {
  margin-top: 3.6vw;
}

.closing-btn {
  background-color: #FFFFFF;
  border: solid 2px #e7003a;
  border-radius: 2.133vw;
  box-shadow: 0px 0px 2.133vw -1vw #666666;
  cursor: pointer;
  margin-top: 5.6vw;
}

.closing-btn a {
  display: block;
  font-weight: bold;
  font-size: 4.2667vw;
  letter-spacing: -1px;
  margin: auto;
  padding: 2.933vw 0;
  position: relative;
  text-align: center;
}

.closing-btn a::before {
  content: '';
  background-image: url(../images/closing_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 2.4vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*footer*/
.footer {
  background-color: #FFFFFF;
  border-top: solid 2px #EEEEEE;
}

.footer-list {
  margin: auto;
  padding: 4.2667vw 0;
  width: 79%;
}

.footer-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-list li p {
  font-size: 3.4vw;
}

.footer-list li p:nth-of-type(1) {
  width: 6em;
}

.footer-list li p:nth-of-type(2) {
  text-indent: -1em;
  padding-left: 1em;
}

.footer-copy {
  border-top: solid 2px #EEEEEE;
  text-align: center;
  padding: 4.2667vw 0;
}

.footer-copy p {
  font-size: 3.2vw;
}

/*scrolltop*/
.scrolltop {
  background-color: #FFFFFF;
  border: solid 2px #e7003a;
  border-right: none;
  border-radius: 2.133vw 0 0 2.133vw;
  box-shadow: 0px 0px 2.133vw -1vw #666666;
  position: fixed;
  width: 16vw;
  height: 16vw;
  bottom: 10.667vw;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrolltop img {
  display: block;
  margin: auto;
  width: 8vw;
}

.scrolltop p {
  color: #e7003a;
  font-size: 4.2667vw;
  font-weight: bold;
  text-align: center;
}


/*modal*/
.modal {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 1000;
}

.modal-bg {
  min-height: 100vh;
  position: fixed;
  width: 100%;
  height: 100%;
}

.modalclose-icon {
  position: absolute;
  right: 0;
  top: -10vw;
  width: 8vw;
}

.modal-inner {
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: none;
  margin: 22.933vw auto 20vw;
  padding: 9.6vw 4vw 14.933vw;
  position: relative;
  width: 92%;
}

.modal-inner.active {
  display: block;
}

.modal-inner._01 {
  padding-bottom: 12vw;
}

.modal-h2 {
  font-size: 6.4vw;
  margin-bottom: 8.533vw;
  text-align: center;
}

.modal-h2._sub {
  margin-bottom: 2.133vw;
}

.modal-h2_subtext {
  text-align: center;
}

.modal-h3 {
  color: #e7003a;
  font-size: 5.333vw;
  font-weight: bold;
  margin-top: 6.4vw;
  text-align: center;
}

.modal-payment {
  margin-bottom: 8.4vw;
}

.modal-payment_list {
  border: solid 2px #e7003a;
  border-radius: 2.133vw;
  box-shadow: 0px 0px 2.133vw -1vw #666666;
  color: #e7003a;
  font-weight: bold;
  margin-top: 2.667vw;
  text-align: center;
}

.modal-payment_list-select {
  font-size: 4.2667vw;
  padding: 3.2vw 0;
  position: relative;
}

.modal-payment_list-select::after {
  content: '';
  background-image: url(../images/arrow_modal_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 2vw;
  width: 2.933vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.667vw;
  margin: auto;
}

.modal-payment_list-select.active::after {
  background-image: url(../images/arrow_modal_up.png);
}

.modal-payment_list-inner {
  display: none;
}

.modal-payment_list-inner li {
  font-size: 3.2vw;
  padding: 2.667vw 0;
}

.modal-payment_result {
  color: #e7003a;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.modal-payment_result p {
  font-size: 6.4vw;
}

.modal-payment_result span {
  font-family: 'Ropa Sans', sans-serif;
  font-size: 13.333vw;
}

.modal-inner._02 {
  text-align: center;
  padding-top: 10.667vw;
  padding-bottom: 8vw;
}

.modal-application_slider p {
  font-weight: bold;
}

.modal-application_slider:nth-of-type(1) p {
  color: #e7003a;
}

.modal-application_slider img {
  display: block;
  width: 65.333vw;
  margin: 4.8vw auto 4.2667vw;
}

/*22/11/25 追加 scenes voices*/
.scenes {
  background-color: #F8F8F8;
}

.scenes .inner {}

.scenes-h2 {
  font-size: 6vw;
  text-align: center;
}

.scenes-h2_subtext {
  font-size: 4.2vw;
  margin-top: 3.2vw;
  line-height: 1.8;
  text-align: center;
}

.scenes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9vw;
  margin-bottom: 4.2667vw;
}

.scenes-listitem {
  background-color: #FFFFFF;
  border: solid 1px #e7003a;
  border-radius: 100px;
  color: #e7003a;
  font-size: 3.733vw;
  font-weight: bold;
  margin-right: 2.4vw;
  margin-bottom: 2.8vw;
  letter-spacing: -1px;
  padding: 1.333vw 2.533vw 1.333vw 2.133vw;
}

.scenes-listitem:last-of-type {
  margin-right: 0;
}

.scenes-listitem.selected {
  color: #FFFFFF;
  background-color: #e7003a;
}

.scenes-listitem:not(.selected) {
  cursor: pointer;
}

.scenes-contents {
  margin-bottom: 4.2667vw;
}

.scenes-contentsitem {
  background-color: #FFFFFF;
  border-radius: 2.133vw;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 4.8vw;
  height: 35vw;
}

.scenes-contentsitem.active {
  display: flex;
}

.scenes-h3 {
  font-size: 4.2667vw;
  font-weight: bold;
  letter-spacing: -2px;
  text-align: center;
}

.scenes-contentsitem p {
  font-size: 3.733vw;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
}

.scenes-contentsitem .caution {
  margin-top: 0.667em;
}

.scenes-contentsitem img {
  width: 20.133vw;
}

.scenes-caution {
  margin-bottom: 4.2667vw;
}

.voices .inner {
  padding: 13.333vw 0;
}

.voices h2 {
  color: #e7003a;
  font-size: 6.4vw;
  text-align: center;
}

.voices .voices-h2text {
  font-size: 3.2vw;
  margin-top: 1.667vw;
  text-align: center;
}

.voices-list._show {
  display: block;
  margin-top: 6.4vw;
}

.voices-listouter {
  display: none;
}

.voices-listitem {
  background-color: #f8f8f8;
  border-radius: 2.133vw;
  margin-bottom: 1.0667vw;
  padding: 5.6vw 4.2667vw 4.667vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.voices-listitem p {
  width: 100%;
}

.voices-list-title {
  font-size: 3.733vw;
  font-weight: bold;
}

.voices-list-textright {
  font-size: 3.733vw;
  text-align: right;
}

.voices-togglebtn {
  border-top: solid 2px #e7003a;
  cursor: pointer;
  text-align: center;
  margin-top: 4.2667vw;
  padding: 3.2vw 0;
}

.voices-toggletext {
  color: #e7003a;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.voices-toggletext::after {
  content: '';
  background-image: url('../images/arrow_modal_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.0667em;
  width: 2.933vw;
  height: 2vw;
  margin: auto;
}

._hide .voices-toggletext::after {
  background-image: url('../images/arrow_modal_up.png');
}

@media screen and (min-width: 769px) {

  main {
    padding-top: 60px;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  p {
    font-size: 16px;
    text-align: left;
  }

  .caution {
    font-size: 12px;
  }

  .inner {
    width: 100%;
    max-width: 1080px;
    padding: 32px 0 64px;
  }

  .cvbtn {
    border-radius: 8px;
    box-shadow: 0px 0px 2.133vw -1vw #666666;
    margin: auto;
    width: 330px;
  }

  .cvbtn a {
    font-size: 18px;
    padding: 18px 0;
  }

  .cvbtn a::after {
    width: 7.5px;
    height: 11px;
    right: 12px;
  }

  .bg-white h2 {
    font-size: 28px;
    margin-top: 40px;
  }

  .bg-white p.p-text {
    font-size: 24px;
    margin-top: 47px;
  }

  .slick-list_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px;
  }

  .slick-list_li {
    width: 34%;
  }

  .slick-list_li > div {
    border-radius: 8px;
    padding: 0 30px;
    margin: 0 13px;
    height: 110px;
  }


  .slick-list_li p {
    text-align: left;
    font-size: 14px;
    width: 78%;
  }

  .slick-list_li:nth-of-type(2) p,
  .slick-list_li:nth-of-type(3) p {
    letter-spacing: -1px;
  }

  .slick-list_li p span {
    letter-spacing: -2px;
  }

  .slick-list_li img {
    width: 22.15%;
  }

  .bg-red {
    text-align: center;
  }

  .bg-red h2 {
    font-size: 36px;
  }

  .bg-red p {
    text-align: center;
    font-size: 20px;
    margin-top: 39px;
  }

  .bg-red p.table-toptext {
    margin-top: 25px;
  }

  .bg-red .caution {
    margin-top: 25px;
  }

  .table-toptext::before {
    left: calc(50% - 245px);
  }

  .table-toptext::after {
    right: calc(50% - 245px);
  }

  .table {
    width: 43.52%;
    margin: 27px auto 0;
  }

  .table tr th,
  .table tr td {
    padding: 10px 0 14px;
    font-size: 16px;
  }

  p.link {
    display: inline-block;
    font-size: 14px;
    margin-top: 16px;
  }

  .link::before {
    width: 6.5px;
    height: 10px;
    top: 6px;
  }

  .link a.blank::after {
    width: 12.5px;
    height: 12.5px;
  }

  /*detail*/
  .detail .inner {
    padding: 54px 0 80px;
  }

  /*tell*/
  .tell {
    padding: 16px 0;
  }

  .tell img {
    width: 32px;
    margin: 0 auto 12px;
  }

  .tell p.tell-text.red {
    font-size: 24px;
  }

  .tell p.tell-text {
    margin-top: 12px;
    font-size: 16px;
  }

  .tell-information__contact {
    width: 100%;
    margin: 30px auto 16px;
  }

  .tell-information__contact-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .tell-information__contact-tel {
    font-size: 30px;
  }

  .tell-information__contact-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .tell-caution {
    font-size: 12px;
  }

  .underbox p {
    text-align: center;
    font-size: 14px;
    margin: 32px auto;
  }

  .underbox p.red {
    font-size: 16px;
    margin-bottom: 0;
  }

  .underbox p.red::before {
    left: calc(50% - 135px);
  }

  .underbox p.red::after {
    right: calc(50% - 135px);
  }

  .underbox .cvbtn {
    margin-top: 13px;
  }

  .closing-btn {
    border: solid 1px #e7003a;
    border-radius: 8px;
    box-shadow: 0px 0px 1.133vw -1vw #666666;
    margin: 16px auto 0;
    width: 330px;
  }

  .closing-btn a {
    font-size: 16px;
    padding: 12px 0;
  }

  .closing-btn a::before {
    width: 15px;
    height: 15px;
    right: 10px;
  }

  /*footer*/
  .footer-list {
    padding: 32px 0;
    width: 322px;
  }

  .footer-list li p {
    font-size: 14px;
  }

  .footer-copy {
    padding: 16px 0;
  }

  .footer-copy p {
    font-size: 14px;
    text-align: center;
  }

  /*scrolltop*/
  .scrolltop {
    border-radius: 8px 0 0 8px;
    box-shadow: 0px 0px 2.133vw -1vw #666666;
    width: 60px;
    height: 60px;
    bottom: 60px;
  }

  .scrolltop img {
    width: 30px;
  }

  .scrolltop p {
    font-size: 16px;
  }

  /*modal*/
  .modalclose-icon {
    top: -45px;
    width: 30px;
  }

  .modal-inner {
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: none;
    margin: 100px auto;
    padding: 40px 0;
    position: relative;
    max-width: 651px;
    width: 100%;
  }

  .modal-inner.active {
    display: block;
  }

  .modal-inner._01 {
    padding-bottom: 40px;
  }

  .modal-h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .modal-h2._sub {
    margin-bottom: 8px;
  }

  .modal-h2._application {
    margin-bottom: 28px;
  }

  .modal-h2._application span {
    font-size: 18px;
  }

  .modal-h3 {
    font-size: 20px;
    margin-top: 24px;
  }

  .modal-table {
    width: 611px;
    margin: auto;
  }

  .modal-table tr {
    border-bottom: solid 1px #FFFFFF;
  }

  .modal-table td {
    font-size: 16px;
  }

  .modal-table td:nth-of-type(1) {
    padding: 0 8px;
  }

  .modal-table td:nth-of-type(2) {
    font-size: 16px;
    padding: 8px;
  }

  .modal-payment {
    margin: auto;
    margin-bottom: 32px;
    width: 330px;
  }

  .modal-payment_list {
    border: solid 1px #e7003a;
    border-radius: 8px;
    box-shadow: 0px 0px 2.133vw -1vw #666666;
    margin-top: 12px;
  }

  .modal-payment_list-select {
    font-size: 16px;
    padding: 12px 0;
    position: relative;
    text-align: center;
  }

  .modal-payment_list-select::after {
    height: 7.5px;
    width: 11px;
    right: 12px;
  }

  .modal-payment_list-inner li {
    font-size: 14px;
    padding: 8px 0;
  }

  .modal-payment_result p {
    font-size: 24px;
    text-align: center;
  }

  .modal-payment_result span {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 48px;
  }

  .modal-inner._02 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .modal-application {
    width: 330px;
    margin: auto;
  }

  .modal-application_head li {
    border-radius: 16px 16px 0 0;
    font-size: 14px;
    width: calc(50% - 1px);
    padding: 6px 0;
  }

  .modal-application_slider p {
    text-align: center;
  }

  .slick-slide img {
    margin: 18px auto;
    width: 255px;
  }

  /*22/11/25 追加 scenes voices*/
  .scenes .inner {
    padding: 50px 0 64px;
  }

  .scenes-h2 {
    font-size: 24px;
  }

  .scenes-h2_subtext {
    font-size: 16px;
    margin-top: 16px;
  }

  .scenes-list {
    margin-top: 36px;
    margin-bottom: 12px;
    justify-content: center;
  }

  .scenes-listitem {
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 0;
    padding: 5px 8px 5px 8px;
  }

  .scenes-listitem:last-of-type {
    margin-right: 0;
  }

  .scenes-contents {
    margin-bottom: 16px;
  }

  .scenes-contentsitem {
    border-radius: 8px;
    box-sizing: border-box;
    margin: auto;
    padding: 18px 32px 24px 42px;
    width: 367px;
    height: 173px;
  }

  .scenes-contentsitem.active {
    display: flex;
  }

  .scenes-h3 {
    font-size: 16px;
  }

  .scenes-contentsitem p {
    font-size: 14px;
  }

  .scenes-contentsitem .caution {
    margin-top: 0.667em;
  }

  .scenes-contentsitem img {
    width: 76px;
  }

  .scenes-caution {
    width: 375px;
    margin: 0 auto 16px;
  }

  .voices .inner {
    padding: 54px 0;
    max-width: 1000px;
  }

  .voices h2 {
    font-size: 24px;
  }

  .voices .voices-h2text {
    font-size: 12px;
    margin-top: 12px;
  }

  .voices-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .voices-list._show {
    display: flex;
    margin-top: 24px;
  }

  .voices-listouter {
    display: none;
  }

  .voices-listitem {
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 1.8vw 1.4vw 1.2vw 1.4vw;
    width: 31.6%;
    max-width: 316px;
  }

  .voices-list-title {
    font-size: 1.4vw;
  }

  .voices-list-textright {
    font-size: 1.4vw;
  }

  .voices-togglebtn {
    margin-top: 16px;
    padding: 12px 0;
  }

  .voices-toggletext {
    color: #e7003a;
    display: inline-block;
    font-weight: bold;
    position: relative;
  }

  .voices-toggletext::after {
    content: '';
    background-image: url('../images/arrow_modal_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.0667em;
    width: 11px;
    height: 7.5px;
    margin: auto;
  }

  ._hide .voices-toggletext::after {
    background-image: url('../images/arrow_modal_up.png');
  }
}
@media screen and (min-width: 1000px){
  .voices-listitem {
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 18px 16px 12px 16px;
    width: 316px;
  }
  .voices-list-title {
    font-size: 14px;
  }
  .voices-list-textright {
    font-size: 14px;
  }
}
