@charset "UTF-8";

.disp-sps {
  display:none;
}
table.eBox th:not(.block-head){
  width: 65px;
}
table.eBox th.block-head{
  width: 125px;
}
p.note {
  font-size:1.2rem;
  line-height: 1.8rem;
}


.graph-loader {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.graph-loader-icon{
  width: 37px;
  height: 37px;
}
.graph-inner{
  position: relative;
  background-color:#FFFFFF;
  padding: 24px;
  min-height: 390px;
  margin-bottom: 16px;
  position: relative;
}
.gtop50 .graph-inner{
  min-height: 250px;
  padding: 0;
  margin-bottom: 0;
}
.graph-head {
  padding: 36px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.graph-head-label {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 30px 0 0 0;
  line-height: 1;
}
.gtop50 .graph-head-label {
  font-size: 1.3rem;
  padding: 28px 0 0 0;
}
.ind .graph-head-label {
  font-size: 1.4rem;
  padding: 24px 0 0 0;
}
.gtop50 .ind .graph-head-label {
  font-size: 1.3rem;
  padding: 24px 0 0 0;
}
.graph-head-count {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  letter-spacing: -.03em;
  min-width: 112px;
  padding:0 8px;
  text-align: right;
  line-height: 1;
}
.ind .graph-head-count {
  font-size: 3.6rem;
  padding: 8px 0 0 0;
  min-width: 56px;
}
.gtop50 .graph-head-count {
  min-width: 100px;
  font-size: 4.8rem;
  min-width: 72px;
  padding:0 8px;
}
.gtop50 .ind .graph-head-count {
  font-size: 3.6rem;
  padding: 6px 0 0 0;
  min-width: 56px;
}

.graph-head-unit {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  padding: 34px 0 0 0;
  color:#484848;
}
.gtop50 .graph-head-unit {
  font-size: 1.3rem;
  padding: 30px 0 0 0;
}
.ind .graph-head-unit {
  font-size: 1.4rem;
  padding: 24px 0 0 4px;
}
.gtop50 .ind .graph-head-unit {
  font-size: 1.3rem;
  padding: 24px 0 0 4px;
}
.graph-head-left,
.graph-head-right {
  width: calc(50% - 85px);
}
.gtop50 .graph-head-left,
.gtop50 .graph-head-right {
  width: calc(50% - 90px);
  display: flex;
}
.gtop50 .graph-head-right {
  flex-direction: row-reverse;
}
.graph-head-item {
  display:flex;
  width:100%;
  height: 64px;
}
.gtop50 .graph-head-item {
  width: initial;
  height: 38px;
}
.gtop50 .graph-head-right .graph-head-item {
  min-width: 200px;
}
.graph-head-right .graph-head-item,
.graph-head-right .graph-head-party-wrap{
  display: flex;
  justify-content: flex-end;
}
.gtop50 .graph-head-party-wrap {
  flex-wrap: wrap;
}
.graph-head-center {
  padding: 16px 0 0 0;
}
.gtop50 .graph-head-center {
  padding: 2px 0 0 0;
}
.graph-head-party-wrap {
  display:flex;
  width:100%;
  margin: 4px 0 0 0;
}
.gtop50 .graph-head-party-wrap {
  margin: 22px 16px 0 16px;
}
.graph-head-party {
  width: 24px;
  height: 24px;
  display:block;
  border-radius: 2px;
  font-size:1.4rem;
  color:#FFFFFF;
  font-weight: 500;
  margin: 2px;
  text-align: center;
}
.gtop50 .graph-head-party {
  width: 20px;
  height: 20px;
  font-size:1.3rem;
  margin: 1px;
  line-height: 1;
  padding: 2px 0;
}
.graph-head-remain {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  display:flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 44px;
  border-radius: 70px;
  background-color: #FAFAFA;
  border: 1px solid #DBDBDB;
  margin: 0 auto;
}
.gtop50 .graph-head-remain {
  top: 0;
  width: 190px;
  height: 32px;
  border-radius: 40px;
  margin: 0 auto;
}
.graph-head-remain-label {
  font-size: 1.6rem;
  font-weight: normal;
  color:#484848;
  padding: 8px 0 0 8px;
}
.gtop50 .graph-head-remain-label {
  font-size: 1.0rem;
  padding:6px 0 0 0;
}
.graph-head-remain-count {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  letter-spacing: -.02em;
  min-width:83px;
  padding:0 8px;
  text-align: right;
  line-height: 1;
  color: #222222;
}
.gtop50 .graph-head-remain-count {
  font-size: 2.4rem;
  min-width:40px;
  padding:0 4px;
}
.graph-head-const {
  display:flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 8px;
}
.gtop50 .graph-head-const {
  margin-top: 5px;
}
.graph-head-const-label {
  font-size: 1.6rem;
  font-weight: normal;
  color: #767676;
  padding-right:8px;
}
.gtop50 .graph-head-const-label {
  font-size: 1.0rem;
  padding-right:4px;
}
.graph-head-const-count {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: -.03em;
  font-family: Roboto, sans-serif;
  padding: 10px 0 0 4px;
}
.gtop50 .graph-head-const-count {
  font-size: 1.4rem;
  padding: 4px 0 0 4px;
}
.pro .graph-head-label,
.pro .graph-head-count {
  color: #DB2059;
}
.anti .graph-head-label,
.anti .graph-head-count {
  color: #2D61AA;
}
.ind .graph-head-label,
.ind .graph-head-count {
  color: #777777;
}
.pro .graph-head-party {
  background-color: #DB2059;
  border: 1px solid #DB2059;
}
.anti .graph-head-party {
  background-color: #2D61AA;
  border: 1px solid #2D61AA;
}
.pro .graph-head-party.is-outline {
  border: 1px solid #DB2059;
  color: #DB2059;
  background-color: #FFFFFF;
}
.anti .graph-head-party.is-outline {
  border: 1px solid #2D61AA;
  color: #2D61AA;
  background-color: #FFFFFF;
}
.graph-main {
  margin-top:16px;
  position: relative;
  height: 115px;
}
.gtop50 .graph-main {
  margin-top: 0;
  height: 110px;
}
.graph-main-bg {
  position: absolute;
  top:14px;
  left:0;
  display:block;
  width: 100%;
  height: 72px;
  background-color:#DFDFDF;
  z-index: 0;
}
.gtop50 .graph-main-bg {
  top: 8px;
  height: 66px;
}
.graph-main-bg-top {
  position: absolute;
  top:14px;
  left:0;
  display:block;
  width: 100%;
  height: 2px;
  background-color:#BFBFBF;
  z-index: 1;
}
.gtop50 .graph-main-bg-top {
  top:8px;
  height: 1px;
}
.graph-main-pro {
  position: absolute;
  top:14px;
  left:0;
  display:block;
  width: 0;
  height: 72px;
  background-color:#DB2059;
  z-index: 2;
}
.gtop50 .graph-main-pro {
  top:8px;
  height: 66px;
}
.graph-main-pro-under {
  position: absolute;
  top:76px;
  left:0;
  display:block;
  width: 0;
  height: 10px;
  background-color:#98133B;
  z-index: 3;
}
.gtop50 .graph-main-pro-under {
  top: 66px;
  height: 8px;
}
.graph-main-anti {
  position: absolute;
  top:14px;
  right:0;
  display:block;
  width: 0;
  height: 72px;
  background-color:#2D61AA;
  z-index: 2;
}
.gtop50 .graph-main-anti {
  top:8px;
  height: 66px;
}
.graph-main-anti-under {
  position: absolute;
  top:76px;
  right:0;
  display:block;
  width: 0;
  height: 10px;
  background-color:#173660;
  z-index: 3;
}
.gtop50 .graph-main-anti-under {
  top: 66px;
  height: 8px;
}
.graph-main-ind {
  position: absolute;
  top:14px;
  right:0;
  display:block;
  width: 0;
  height: 72px;
  background-color:#919191;
  z-index: 2;
}
.gtop50 .graph-main-ind {
  top:8px;
  height: 66px;
}
.graph-main-ind-under {
  position: absolute;
  top:76px;
  right:0;
  display:block;
  width: 0;
  height: 10px;
  background-color:#484848;
  z-index: 3;
}
.gtop50 .graph-main-ind-under {
  top: 66px;
  height: 8px;
}
.graph-main-point-bk {
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 14px;
  background: transparent url(/vol1/images/v2/pc/senkyo/graph/triangle_bk.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.gtop50 .graph-main-point-bk {
  left: calc(50% - 3px);
  width: 6px;
  height: 8px;
  background-size: 6px auto;
}
.gtop50 .graph-main-point-bk {
  left: calc(50% - 3px);
  width: 6px;
  height: 8px;
  background-size: 6px auto;
}
.graph-main-line-bk {
  position: absolute;
  top: 14px;
  left: calc(50% - 1px);
  width: 2px;
  height: 72px;
  border-left: 2px dashed #222222;
  z-index:3;
}
.gtop50 .graph-main-line-bk {
  top: 8px;
  height: 66px;
}
.graph-main-point-gray {
  position: absolute;
  top: 0;
  left: calc(calc(100%/3*2) - 5px);
  width: 10px;
  height: 14px;
  background: transparent url(/vol1/images/v2/pc/senkyo/graph/triangle_gray.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
_:-ms-lang(x)::-ms-backdrop, .graph-main-point-gray {
  left: 66.6666%;
  margin-left: -5px;
}
.gtop50 .graph-main-point-gray {
  left: calc(calc(100%/3*2) - 3px);
  width: 6px;
  height: 8px;
  background-size: 6px auto;
}
_:-ms-lang(x)::-ms-backdrop, .gtop50 .graph-main-point-gray {
  left: 66.6666%;
  margin-left: -3px;
}
.graph-main-line-gray {
  position: absolute;
  top: 14px;
  left: calc(calc(100%/3*2) - 1px);
  width: 2px;
  height: 72px;
  border-left: 2px dashed #767676;
  z-index:3;
}
_:-ms-lang(x)::-ms-backdrop, .graph-main-line-gray {
  left: 66.6666%;
  margin-left: -1px;
}
.gtop50 .graph-main-line-gray {
  top: 8px;
  left: calc(calc(100%/3*2) - 1px);
  width: 2px;
  height: 66px;
}
_:-ms-lang(x)::-ms-backdrop, .gtop50 .graph-main-line-gray {
  left: 66.6666%;
  margin-left: -1px;
}
.graph-main-box-bk {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 92px;
  left: calc(50% - 80px);
  z-index:3;
  padding: 4px 6px;
  background-color:#222222;
}
.gtop50 .graph-main-box-bk {
  top: 80px;
  left: calc(50% - 56px);
}
.graph-main-box-gray {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 92px;
  left: calc(calc(100%/3*2) - 80px);
  z-index:3;
  padding: 4px 6px;
  background-color:#767676;
}
.gtop50 .graph-main-box-gray {
  top: 80px;
  left: calc(calc(100%/3*2) - 57px);
}
_:-ms-lang(x)::-ms-backdrop, .graph-main-box-gray {
  left: 66.6666%;
  margin-left: -80px;
}
_:-ms-lang(x)::-ms-backdrop, .gtop50 .graph-main-box-gray {
  left: 66.6666%;
  margin-left: -50px;
}
.graph-main-box-label {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1;
  color:#FFFFFF;
  padding: 0 4px 0 0;
  font-family: Roboto, Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif,Roboto;
}
.graph-main-box-count {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  color:#FFFFFF;
  padding: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: -.03em;
}

.graph-list {
  color:#222222;
  padding: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: -.03em;
}
.graph-list-title {
  font-size: 1.4rem;
  font-weight: 600;
  color:#222222;
}
.gtop50 .graph-list-title {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.graph-list-item {
  width:100%;
  margin-top:10px;
  display:flex;
  border: 1px solid #e0e0e0;
}
.graph-list-item li {
  flex: 1;
  border-right: 1px solid #e0e0e0;
}
.graph-list-item li:last-child {
  border-right: 0;
}
.gtop50 .graph-list-item {
  margin-top:4px;
}
.graph-list-label {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 2px;
  color:#FFFFFF;
  min-height: 24px;
  line-height: 1.6;
}
.gtop50 .graph-list-label {
  font-size: 1.4rem;
  min-height: 20px;
}
.graph-list-number {
  text-align: center;
  padding: 13px 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: Roboto, sans-serif;
  letter-spacing: -.03em;
  color:#484848;
}
.gtop50 .graph-list-number {
  font-size: 2.8rem;
}
a:hover .graph-list-number {
  background-color:#F4F4F4;
}
.graph-list-label.is-pro {
  background-color:#DB2059;
}
a:hover .graph-list-label.is-pro {
  background-color:#fc3f79;
}
.graph-list-label.is-anti {
  background-color:#2D61AA;
}
a:hover .graph-list-label.is-anti {
  background-color:#3d75c4;
}
.graph-list-label.is-ind {
  background-color:#919191;
}

.graph-table {
  font-size: 1.4rem;
  font-weight: 600;
  color:#222222;
  padding: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: -.03em;
}
.graph-table-title {
  font-size: 1.4rem;
  font-weight: 600;
  color:#222222;
}
.gtop50 .graph-table-title {
  font-size: 1.2rem;
}
.graph-table-list {
  width:100%;
  border-collapse:  collapse;
  font-size: 1.4rem;
  font-weight: 600;
  color:#222222;
  margin-top:10px;
}
.gtop50 .graph-table-list {
  font-size: 1.0rem;
  margin-top:7px;
}
.graph-table-list thead th {
  text-align: center;
  border: 1px solid #e0e0e0;
  width: calc(100% / 12);
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0;
  color:#FFFFFF;
}
.graph-table-list thead th a {
  width:100%;
  display:block;
  padding: 2px;
}
_:-ms-lang(x)::-ms-backdrop, .graph-table-list thead th {
  width: 8.3333%;
}
.graph-table-list tbody td {
  text-align: center;
  padding: 0;
  border: 1px solid #e0e0e0;
  width: calc(100% / 12);
  font-size: 2.4rem;
  font-weight: normal;
  font-family: Roboto, sans-serif;
  letter-spacing: -.03em;
  color:#484848;
}
.graph-table-list tbody td a {
  width:100%;
  display:block;
  padding: 13px 0;
}
_:-ms-lang(x)::-ms-backdrop, .graph-table-list tbody td {
  width: 8.3333%;
}
.gtop50 .graph-table-list tbody td {
  font-size: 1.6rem;
}
.graph-table-list tbody td:hover {
  background-color:#F4F4F4;
}
.graph-table-list thead th.is-pro {
  background-color:#DB2059;
}
.graph-table-list thead th:hover.is-pro {
  background-color:#fc3f79;
}
.graph-table-list thead th.is-anti {
  background-color:#2D61AA;
}
.graph-table-list thead th:hover.is-anti {
  background-color:#3d75c4;
}

.graph-ebox {
  padding: 64px 0 32px;
  position: relative;
}
.gtop50 .graph-update {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #767676;
}
.newsblock-newslist .graph-ebox {
  padding: 0 0 32px;
  position: relative;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #0078C4;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
  border-top-width: 0;
  margin: -15px 0 0 -15px;
}
.spinner::before,
.spinner::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}




