@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
message
---------------------------------------------------- */
.top-message {
  position: relative;
  z-index: 99;
}
.top-message a {
  padding: 16px 20px;
  color: #000;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  background: #fff;
}
@media (max-width: 1440px) {
  .top-message a {
    padding: 1.111vw 1.389vw;
    font-size: 1.528vw;
  }
}
@media (max-width: 599px) {
  .top-message a {
    padding: 3.2vw 4.267vw;
    font-size: 4vw;
    line-height: 1.3;
  }
}
.top-message a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_black.svg) center center/100% no-repeat;
  width: 10px;
  height: 15px;
  margin-left: 12px;
}
@media (max-width: 1440px) {
  .top-message a:after {
    width: 0.694vw;
    height: 1.042vw;
    margin-left: 0.833vw;
  }
}
@media (max-width: 599px) {
  .top-message a:after {
    width: 2.133vw;
    height: 3.2vw;
    position: relative;
    top: 1px;
    margin-left: 2.133vw;
  }
}
.top-message br {
  display: none;
}
@media (max-width: 599px) {
  .top-message br {
    display: block;
  }
}

/* ----------------------------------------------------
mv
---------------------------------------------------- */
.mv {
  position: relative;
}
@media (max-width: 599px) {
  .mv {
    padding-bottom: 10.4vw;
    border-bottom: 1px solid #e4e4e4;
  }
}
.mv__inner {
  position: relative;
  text-align: center;
}
.mv .logo {
  position: absolute;
  left: 13.194vw;
  top: 17.778vw;
  text-align: center;
  line-height: 0;
  z-index: 2;
}
@media (max-width: 1440px) {
  .mv .logo {
    width: 60.972vw;
    height: auto;
  }
}
@media (max-width: 599px) {
  .mv .logo {
    display: none;
  }
}
.mv .logo_filter {
  position: absolute;
  left: 13.194vw;
  top: 17.778vw;
  text-align: center;
  line-height: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (max-width: 1440px) {
  .mv .logo_filter {
    width: 60.972vw;
    height: auto;
  }
}
@media (max-width: 599px) {
  .mv .logo_filter {
    display: none;
  }
}
.mv_vote {
  position: absolute;
  line-height: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.mv_vote img {
  width: 69.444vw;
  height: auto;
}
@media (max-width: 599px) {
  .mv_vote {
    display: none;
  }
}
.mv .message {
  position: absolute;
  top: 6.111vw;
  right: 9.097vw;
  z-index: 3;
}
.mv .message img {
  width: 480px;
  height: auto;
}
@media (max-width: 1440px) {
  .mv .message img {
    width: 33.333vw;
  }
}
@media (max-width: 599px) {
  .mv .message {
    display: none;
  }
}
.mv .message_2 {
  position: absolute;
  top: 6.806vw;
  right: 10.625vw;
  z-index: 3;
}
.mv .message_2 img {
  width: 426px;
  height: auto;
}
@media (max-width: 1440px) {
  .mv .message_2 img {
    width: 29.583vw;
  }
}
@media (max-width: 599px) {
  .mv .message_2 {
    display: none;
  }
}
.mv__item {
  line-height: 0;
}
.mv__item img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------
schedule
---------------------------------------------------- */
.schedule {
  margin: 25px auto 220px auto;
  width: 83.194vw;
}
@media (max-width: 1440px) {
  .schedule {
    margin-top: 1.736vw;
    margin-bottom: 15.278vw;
  }
}
@media (max-width: 599px) {
  .schedule {
    padding: 0 4vw;
    margin-bottom: 9.867vw;
    width: 100%;
  }
}
.schedule__inner {
  display: flex;
}
@media (max-width: 599px) {
  .schedule__inner {
    flex-wrap: wrap;
  }
}
.schedule__inner div {
  width: 13.889vw;
  height: 49px;
}
@media (max-width: 1440px) {
  .schedule__inner div {
    height: 3.403vw;
  }
}
@media (max-width: 599px) {
  .schedule__inner div {
    margin-top: 2.4vw;
    width: 30.667vw;
    height: 6.667vw;
  }
}
.schedule__inner div a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.schedule__inner div a span {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .schedule__inner div a span {
    font-size: 1.528vw;
  }
}
@media (max-width: 599px) {
  .schedule__inner div a span {
    font-size: 3.733vw;
  }
}
.schedule__inner div a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_blue.svg) center center/100% no-repeat;
  width: 7px;
  height: 10px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.schedule__head {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .schedule__head {
    font-size: 1.25vw;
  }
}
@media (max-width: 599px) {
  .schedule__head {
    font-size: 2.4vw;
    text-align: center;
  }
}
.schedule__head a {
  padding-right: 2.083vw;
  justify-content: space-between !important;
}
.schedule__head a:after {
  margin-left: auto !important;
}
.schedule__item {
  font-size: 28px;
  font-weight: bold;
  border-left: 1px solid #e4e4e4;
}
@media (max-width: 1440px) {
  .schedule__item {
    font-size: 1.944vw;
  }
}
@media (max-width: 599px) {
  .schedule__item {
    font-size: 4.533vw;
  }
  .schedule__item:nth-child(4) {
    border-left: 0;
  }
}
.schedule p.none {
  display: flex;
  align-items: center;
  height: 100%;
}

/* ----------------------------------------------------
determination
---------------------------------------------------- */
.index-determination__container {
  margin-bottom: 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .index-determination__container {
    margin-bottom: 8.333vw;
  }
}
@media (max-width: 599px) {
  .index-determination__container {
    margin-bottom: 27.467vw;
    flex-direction: column;
  }
}
.index-determination__container:first-child {
  justify-content: flex-end;
}
.index-determination .item h2 {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .index-determination .item h2 {
    margin-bottom: 2.083vw;
    font-size: 4.167vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item h2 {
    font-size: 7.733vw;
  }
}
.index-determination .item p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.0;
}
.index-determination .item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .index-determination .item p {
    margin-bottom: 2.083vw;
    font-size: 1.389vw;
  }
}
.index-determination .item_first {
  width: 29.167vw;
  position: relative;
}
@media (max-width: 1440px) {
  .index-determination .item_first {
    margin-right: 6.25vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_first {
    margin: 0 6.667vw 0 8.8vw;
    width: auto;
    order: 2;
  }
}
.index-determination .item_first h2 {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .index-determination .item_first h2 {
    margin-top: 2.083vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_first h2 {
    margin: 15.2vw 0 9.333vw 0;
  }
}
.index-determination .item_first p.label {
  width: 80px;
  height: 200px;
  border: 2px solid #06c;
  position: absolute;
  top: -6.944vw;
  left: -10.417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: bold;
  color: #06c;
}
@media (max-width: 1440px) {
  .index-determination .item_first p.label {
    top: -6.25vw;
    width: 5.556vw;
    height: 13.889vw;
    font-size: 2.222vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_first p.label {
    font-size: 6.667vw;
    width: 14.933vw;
    height: 34.667vw;
    left: auto;
    right: 0;
  }
}
@media (max-width: 599px) {
  .index-determination .item_first p {
    font-size: 4vw;
  }
}
.index-determination .item_second {
  line-height: 0;
  width: 45.556vw;
}
@media (max-width: 599px) {
  .index-determination .item_second {
    margin-left: 10.667vw;
    width: auto;
    order: 1;
  }
}
.index-determination .item_second img {
  width: 100%;
  height: auto;
}
.index-determination .item_thrd {
  line-height: 0;
  width: 45.556vw;
}
@media (max-width: 599px) {
  .index-determination .item_thrd {
    margin-right: 10.667vw;
    width: auto;
  }
}
.index-determination .item_thrd img {
  width: 100%;
  height: auto;
}
.index-determination .item_four {
  margin-left: 4.444vw;
  width: 38.194vw;
}
@media (max-width: 1440px) {
  .index-determination .item_four {
    margin-right: 6.25vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_four {
    margin: 5.333vw 0 0 5.333vw;
    width: auto;
  }
}
.index-determination .item_four .ph {
  margin-top: 6.25vw;
  text-align: right;
  line-height: 0;
}
.index-determination .item_four .ph img {
  width: calc(480px / 2);
  height: auto;
}
@media (max-width: 1440px) {
  .index-determination .item_four .ph img {
    width: 16.667vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_four .ph {
    display: none;
  }
}
@media (max-width: 599px) {
  .index-determination .item_four p {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_four p.name {
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .index-determination .item_four h2 {
    margin: 15.2vw 0 9.333vw 0;
  }
}
.index-determination .right {
  text-align: right;
}
@media (max-width: 599px) {
  .index-determination .right {
    padding-right: 10.667vw;
  }
}

/* ----------------------------------------------------
policy achievement
---------------------------------------------------- */
.pa_container {
  display: flex;
}
.pa_container + .pa_container {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .pa_container + .pa_container {
    margin-bottom: 8.333vw;
  }
}
.pa_container + .pa_container .policy {
  order: 1;
}
@media (max-width: 599px) {
  .pa_container + .pa_container .policy {
    order: 2;
  }
}
.pa_container + .pa_container .photo {
  order: 2;
}
@media (max-width: 599px) {
  .pa_container + .pa_container .photo {
    order: 1;
  }
}
@media (max-width: 599px) {
  .pa_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pa_container div {
  width: 50%;
}
@media (max-width: 599px) {
  .pa_container div {
    width: 100%;
    height: 64vw;
  }
}
.pa_container div.policy {
  order: 2;
}
.pa_container div.photo {
  line-height: 0;
  order: 1;
}
.pa_container div a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  height: 100%;
  background: #06c;
}
@media (max-width: 1440px) {
  .pa_container div a {
    font-size: 2.083vw;
  }
}
@media (max-width: 599px) {
  .pa_container div a {
    font-size: 5.333vw;
  }
}
.pa_container div a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_white.svg) center center/100% no-repeat;
  width: 12px;
  height: 18px;
  margin: 52px auto 0 auto;
}
@media (max-width: 1440px) {
  .pa_container div a:after {
    width: 0.833vw;
    height: 1.25vw;
    margin-top: 3.611vw;
  }
}
@media (max-width: 599px) {
  .pa_container div a:after {
    width: 1.733vw;
    height: 2.667vw;
  }
}
.pa_container div span {
  margin: 40px auto 50px auto;
  width: 400px;
  height: 80px;
  font-size: 40px;
  line-height: 1.0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media (max-width: 1440px) {
  .pa_container div span {
    margin: 2.778vw auto 3.472vw auto;
    width: 27.778vw;
    height: 5.556vw;
    font-size: 2.778vw;
  }
}
@media (max-width: 599px) {
  .pa_container div span {
    margin-bottom: 5.333vw;
    width: 80vw;
    height: 14.933vw;
    font-size: 8vw;
  }
}

/* ----------------------------------------------------
contbnr
---------------------------------------------------- */
.contbnr {
  margin: 0 auto 90px auto;
  max-width: 1024px;
}
@media (max-width: 1440px) {
  .contbnr {
    margin-bottom: 6.25vw;
    widht: 71.111vw;
  }
}
@media (max-width: 599px) {
  .contbnr {
    margin-top: 22.667vw;
    margin-bottom: 18.4vw;
    width: 78.667vw;
  }
}
.contbnr__item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #06c;
}
@media (max-width: 599px) {
  .contbnr__item {
    flex-wrap: wrap;
    height: auto;
  }
  .contbnr__item:first-child .contbnr_text, .contbnr__item:nth-child(3) .contbnr_text {
    order: 2;
  }
  .contbnr__item:first-child .contbnr_photo, .contbnr__item:nth-child(3) .contbnr_photo {
    order: 1;
  }
}
.contbnr__item + .contbnr__item {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .contbnr__item + .contbnr__item {
    margin-top: 2.083vw;
  }
}
@media (max-width: 599px) {
  .contbnr__item + .contbnr__item {
    margin-top: 2.667vw;
  }
}
.contbnr_text {
  width: 50%;
}
@media (max-width: 1440px) {
  .contbnr_text {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .contbnr_text {
    width: 100%;
    height: 30vw;
  }
}
.contbnr_text p {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .contbnr_text p {
    font-size: 2.5vw;
  }
}
@media (max-width: 599px) {
  .contbnr_text p {
    font-size: 6.133vw;
    line-height: 1.3;
  }
}
.contbnr_text p.read {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .contbnr_text p.read {
    font-size: 1.528vw;
  }
}
@media (max-width: 599px) {
  .contbnr_text p.read {
    font-size: 4vw;
  }
}
.contbnr_text a {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contbnr_text a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_blue.svg) center center/100% no-repeat;
  width: 12px;
  height: 18px;
  margin-top: 34px;
}
@media (max-width: 1440px) {
  .contbnr_text a:after {
    width: 0.833vw;
    height: 1.25vw;
    margin-top: 2.361vw;
  }
}
@media (max-width: 599px) {
  .contbnr_text a:after {
    width: 1.733vw;
    height: 2.667vw;
    margin-top: 3.733vw;
  }
}
.contbnr_photo {
  line-height: 0;
  width: 50%;
}
@media (max-width: 1440px) {
  .contbnr_photo {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .contbnr_photo {
    width: 100%;
  }
}

/* ----------------------------------------------------
profile
---------------------------------------------------- */
.index-profile {
  margin-bottom: 78px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .index-profile {
    padding: 0 10.667vw;
    margin-bottom: 5.417vw;
  }
}
@media (max-width: 599px) {
  .index-profile {
    margin-bottom: 17.867vw;
  }
}

/* ----------------------------------------------------
twitter
---------------------------------------------------- */
.index-twitter__container {
  margin: 0 auto;
  width: 1024px;
  height: 400px;
  display: flex;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .index-twitter__container {
    width: 71.111vw;
    border-radius: 2.083vw;
  }
}
@media (max-width: 599px) {
  .index-twitter__container {
    width: 78.4vw;
    height: auto;
    flex-direction: column;
    border: 0;
    border-radius: 0;
  }
}
.index-twitter__container .l-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .index-twitter__container .l-box {
    margin-bottom: 5.333vw;
    width: 100%;
    height: auto;
  }
}
.index-twitter__container .l-box p {
  font-size: 23px;
  font-weight: bold;
  color: #1da1f2;
}
@media (max-width: 1440px) {
  .index-twitter__container .l-box p {
    font-size: 1.597vw;
  }
}
@media (max-width: 599px) {
  .index-twitter__container .l-box p {
    font-size: 4vw;
  }
}
.index-twitter__container .l-box p:before {
  content: "";
  display: block;
  background: url(../images/top/icon_twitter.svg) center center/100% no-repeat;
  width: 58px;
  height: 47px;
  margin: 0 auto 20px auto;
}
@media (max-width: 1440px) {
  .index-twitter__container .l-box p:before {
    margin-bottom: 1.389vw;
    width: 4.028vw;
    height: 3.264vw;
  }
}
@media (max-width: 599px) {
  .index-twitter__container .l-box p:before {
    width: 5.6vw;
    height: 4.533vw;
  }
}
.index-twitter__container .r-widget {
  width: 50%;
}
@media (max-width: 599px) {
  .index-twitter__container .r-widget {
    width: 100%;
  }
}
.index-twitter__container .r-widget__inner {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
movie
---------------------------------------------------- */
.index-movie__container {
  margin: 120px auto 90px auto;
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .index-movie__container {
    margin: 8.333vw auto 6.25vw auto;
    width: 71.111vw;
  }
}
@media (max-width: 599px) {
  .index-movie__container {
    margin-top: 21.333vw;
    margin-bottom: 21.333vw;
    width: 78.4vw;
    flex-wrap: wrap;
  }
}
.index-movie_item {
  width: 48%;
}
@media (max-width: 599px) {
  .index-movie_item {
    width: 100%;
  }
  .index-movie_item + .index-movie_item {
    margin-top: 5.333vw;
  }
}
.index-movie_item .youtube {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.index-movie_item .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
vote
---------------------------------------------------- */
.vote {
  margin-bottom: 126px;
  text-align: center;
  line-height: 0;
}
@media (max-width: 1440px) {
  .vote {
    margin-bottom: 8.75vw;
    padding: 0 10.667vw;
  }
}
@media (max-width: 599px) {
  .vote {
    margin-bottom: 36vw;
  }
}

.vote_container {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .vote_container {
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .vote_container {
    margin-bottom: 0;
    padding-bottom: 12.8vw;
    border-bottom: 1px solid #e4e4e4;
  }
}
.vote_container .vote_item {
  display: flex;
}
@media (max-width: 599px) {
  .vote_container .vote_item {
    flex-wrap: wrap;
  }
}
.vote_container .l-title {
  line-height: 0;
}
@media (max-width: 599px) {
  .vote_container .l-title {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .vote_container .l-title img {
    width: 19.931vw;
    height: auto;
  }
}
@media (max-width: 599px) {
  .vote_container .l-title img {
    width: 100%;
  }
}
.vote_container .r-box {
  padding-top: 25px;
  margin-left: 46px;
}
@media (max-width: 1440px) {
  .vote_container .r-box {
    padding-top: 1.736vw;
    margin-left: 3.194vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box {
    padding-top: 8vw;
    margin-left: 11.067vw;
    width: 100%;
  }
}
.vote_container .r-box > p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .vote_container .r-box > p {
    margin-bottom: 0.694vw;
    font-size: 1.667vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box > p {
    margin-bottom: 4.8vw;
    font-size: 4.533vw;
    line-height: 1.2;
  }
}
.vote_container .r-box-inner {
  display: flex;
}
@media (max-width: 599px) {
  .vote_container .r-box-inner {
    flex-wrap: wrap;
  }
}
.vote_container .r-box dl {
  display: flex;
}
@media (max-width: 599px) {
  .vote_container .r-box dl {
    width: 100%;
    display: block;
  }
}
.vote_container .r-box dl:first-child {
  padding-right: 40px;
  margin-right: 30px;
  border-right: 1px solid #e4e4e4;
}
@media (max-width: 1440px) {
  .vote_container .r-box dl:first-child {
    padding-right: 2.778vw;
    margin-right: 2.083vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl:first-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }
}
.vote_container .r-box dl dt {
  width: 143px;
}
@media (max-width: 1440px) {
  .vote_container .r-box dl dt {
    width: 9.931vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl dt {
    width: 26.667vw;
    float: left;
    clear: both;
  }
}
.vote_container .r-box dl dt span {
  display: inline-block;
  width: 124px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .vote_container .r-box dl dt span {
    width: 8.611vw;
    height: 2.917vw;
    font-size: 1.667vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl dt span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.667vw;
    height: 11.333vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.vote_container .r-box dl dd {
  width: 288px;
}
@media (max-width: 1440px) {
  .vote_container .r-box dl dd {
    width: 20vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl dd {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl.hirei {
    margin-bottom: 8vw;
  }
}
.vote_container .r-box dl.hirei dt span {
  background: #06c;
}
.vote_container .r-box dl.hirei p:first-child {
  margin-top: -8px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #06c;
  font-feature-settings: "palt";
}
@media (max-width: 1440px) {
  .vote_container .r-box dl.hirei p:first-child {
    margin-top: -0.556vw;
    margin-bottom: 0.694vw;
    font-size: 2.083vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl.hirei p:first-child {
    margin-top: -1.067vw;
    font-size: 5.2vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl.hirei p:nth-child(2) {
    font-size: 4vw;
  }
}
.vote_container .r-box dl.hirei p .bold {
  font-size: 17px;
}
@media (max-width: 1440px) {
  .vote_container .r-box dl.hirei p .bold {
    font-size: 1.181vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl.hirei p .bold {
    font-size: 4.133vw;
  }
}
.vote_container .r-box dl.senkyoku dt span {
  background: #333;
}
.vote_container .r-box dl.senkyoku p:first-child {
  margin-top: -8px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media (max-width: 1440px) {
  .vote_container .r-box dl.senkyoku p:first-child {
    margin-top: -0.556vw;
    font-size: 1.667vw;
  }
}
@media (max-width: 599px) {
  .vote_container .r-box dl.senkyoku p:first-child {
    font-size: 4vw;
  }
}
