@charset "UTF-8";
#keitoukonzatsu th,
#keitoukonzatsu td {
  text-align: center;
  padding: 15px 10px !important;
  border: 1px solid #000 !important;
  color: #333;
  font-size: 12px;
}

#keitoukonzatsu th {
  background: #FDBFC0 !important;
  font-weight: bold;
}

#keitoukonzatsu.tbl-type01 a {
  color: #3D90CC;
}

.keitoukonzatsu__text {
  color: #333;
  display: none;
}
.keitoukonzatsu__back {
  margin: 40px auto 0;
  text-align: center;
}
.keitoukonzatsu__back-link {
  font-size: 14px;
  color: #656D73;
  position: relative;
}
.keitoukonzatsu__back-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 8px;
  height: 14px;
  background: url(/shared_hd/css/images/icon_arrow_m02.gif) no-repeat center left;
  background-size: 8px 14px;
}
.keitoukonzatsu__section {
  margin-top: 40px;
  border-top: 1px solid #F0F0F0;
}
.keitoukonzatsu__title {
  padding-top: 40px;
  font-size: 14px;
}
.keitoukonzatsu__title-triangle {
  color: #FB1A1D;
}
.keitoukonzatsu__type-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  font-size: 14px;
  color: #656D73;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  padding-left: 20px;
  width: calc((100% - 30px) / 2);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.keitoukonzatsu__type-item:nth-child(2n) {
  margin-left: 20px;
}
.keitoukonzatsu__type-item.is-active, .keitoukonzatsu__type-item:hover {
  color: #FFF;
  background: #FB1A1D;
}
.keitoukonzatsu__type-item.is-active:after, .keitoukonzatsu__type-item:hover:after {
  color: #FFF;
  border-color: #FFF;
}
.keitoukonzatsu__type-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #FB1A1D;
  width: 0.7em;
  height: 0.7em;
  border: 0.2em solid #FB1A1D;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.keitoukonzatsu__facility {
  font-size: 0;
  margin-top: 20px;
}
.keitoukonzatsu__facility-head-wrap, .keitoukonzatsu__facility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.keitoukonzatsu__facility-head, .keitoukonzatsu__facility-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 145px) / 2);
  line-height: 1.2;
  font-size: 14px;
  padding: 16px 20px;
  border: 1px solid #333;
  margin-left: -1px;
  margin-top: -1px;
}
.keitoukonzatsu__facility-head:nth-child(1), .keitoukonzatsu__facility-cell:nth-child(1) {
  width: 145px;
  margin-left: 0;
}
.keitoukonzatsu__facility-head {
  background: #FDBFC0;
}
.keitoukonzatsu__facility-link {
  color: #3D90CC !important;
}
.keitoukonzatsu__facility-csv {
  margin-top: 20px;
  text-align: center;
}
.keitoukonzatsu__facility-csv-link {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  color: #333 !important;
  width: 238px;
  padding: 16px 20px;
  border: 1px solid #d1d3d5;
  border-radius: 8px;
  background: url(/forecast/images/top_icon10.png) no-repeat center right 20px;
  background-size: 30px auto;
}
.keitoukonzatsu__facility-csv-link:hover, .keitoukonzatsu__facility-csv-link:focus {
  text-decoration: none;
  opacity: 0.5;
}
.keitoukonzatsu__facility-paging {
  display: none;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keitoukonzatsu__facility-paging-prev, .keitoukonzatsu__facility-paging-next {
  color: #3D90CC;
  visibility: hidden;
  cursor: auto;
}
.keitoukonzatsu__facility-paging-prev.is-active, .keitoukonzatsu__facility-paging-next.is-active {
  visibility: visible;
  cursor: pointer;
}
.keitoukonzatsu__facility-paging-prev:hover, .keitoukonzatsu__facility-paging-next:hover {
  text-decoration: underline;
}
.keitoukonzatsu__detail__text {
  color: #333;
}
.keitoukonzatsu__detail-type {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 40px 20px 24px;
  background: #F0F0F0;
  line-height: 1.5;
  border: 1px solid #333;
  font-size: 18px;
}
.keitoukonzatsu__detail-type::before {
  content: "電源種別";
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 12px;
  color: #656D73;
}
.keitoukonzatsu__detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.keitoukonzatsu__detail-name, .keitoukonzatsu__detail-volt, .keitoukonzatsu__detail-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 40px 20px 24px;
  background: #F0F0F0;
  line-height: 1.5;
  border: 1px solid #333;
  font-size: 18px;
  margin-top: -1px;
}
.keitoukonzatsu__detail-name::before, .keitoukonzatsu__detail-volt::before, .keitoukonzatsu__detail-area::before {
  content: "設備名";
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 12px;
  color: #656D73;
}
.keitoukonzatsu__detail-name {
  width: 64%;
}
.keitoukonzatsu__detail-volt {
  width: 33%;
  margin-left: -1px;
}
.keitoukonzatsu__detail-volt::before {
  content: "電圧階級(kV)";
}
.keitoukonzatsu__detail-area {
  width: 33%;
  margin-left: -1px;
}
.keitoukonzatsu__detail-area::before {
  content: "県域";
}
.keitoukonzatsu__output-date-title {
  margin-top: 40px;
  color: #656D73;
  font-size: 12px;
  line-height: 1.5;
}
.keitoukonzatsu__output-date {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
.keitoukonzatsu__tab {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 4px solid #FB1A1D;
}
.keitoukonzatsu__tab.is-tommorow {
  border-color: #2A5CB7;
}
.keitoukonzatsu__tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 30px;
  background: #F0F0F0;
  border-radius: 4px 4px 0px 0px;
  color: #333;
  cursor: pointer;
}
.keitoukonzatsu__tab-btn + .keitoukonzatsu__tab-btn {
  margin-left: 20px;
}
.keitoukonzatsu__tab-btn:nth-child(1).is-active {
  height: 40px;
  background: #FB1A1D;
  color: #FFF;
}
.keitoukonzatsu__tab-btn:nth-child(2).is-active {
  height: 40px;
  background: #2A5CB7;
  color: #FFF;
}
.keitoukonzatsu__tab-btn.is-disabled {
  cursor: auto;
}
.keitoukonzatsu__tab-info {
  margin-top: 10px;
  font-size: 12px;
}
.keitoukonzatsu__update-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 12px;
}
.keitoukonzatsu__update-date {
  padding-right: 20px;
}
.keitoukonzatsu__data {
  display: none;
}
.keitoukonzatsu__data-table {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 40px;
}
.keitoukonzatsu__data-table-head-wrap, .keitoukonzatsu__data-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.keitoukonzatsu__data-table-head, .keitoukonzatsu__data-table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  font-size: 10px;
  padding: 13px 5px;
  border: 1px solid #333;
  margin-left: -1px;
  margin-top: -1px;
}
.keitoukonzatsu__data-table-head {
  background: #FDBFC0;
}
.keitoukonzatsu__data-table-cell.is-active-30 {
  background: #FDBFC0;
}
.keitoukonzatsu__data-table-cell.is-active-430 {
  background: #D3E3FF;
}
.keitoukonzatsu__data-table.is-sp {
  display: none;
}
.keitoukonzatsu__chart {
  margin-top: 20px;
}

.link-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #F0F0F0;
}
.link-list__item:last-child {
  border-bottom: 1px solid #F0F0F0;
}
.link-list__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  width: calc(100% - 185px);
  display: inline-block;
  vertical-align: middle;
}
.link-list__item-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 48px;
  color: #656D73;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  display: inline-block;
  width: 180px;
  height: 48px;
  padding-left: 20px;
  vertical-align: middle;
  background: url(/shared_hd/css/images/icon_arrow_m02.gif) no-repeat center right 10px;
}

.link-list2 {
  margin: 40px auto 20px;
}
.link-list2__item {
  font-size: 14px;
  margin-top: 20px;
}
.link-list2__item-link {
  color: #3D90CC !important;
  text-decoration: underline !important;
}

.jisseki__heading {
  font-size: 20px;
  line-height: 1.45;
  color: #333;
  margin-bottom: 20px;
}
.jisseki__last-update {
  margin-bottom: 5px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  display: none;
}
.jisseki__last-update.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.jisseki__text {
  color: #333;
}
.jisseki-year-link__item {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 108px;
  background: url(/shared_hd/css/images/icon_pdf.png) no-repeat center right 15px;
  background-size: 18px 20px;
  margin-bottom: 20px;
  color: #333;
}

.jisseki-csv-link__year {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333333;
}
.jisseki-csv-link__item {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  color: #333;
  text-decoration: underline !important;
}

.js-jisseki-csv + .jisseki__heading {
  margin-top: 20px;
}

.tbl-type01 + .jisseki__heading {
  margin-top: 40px;
}

#content-body {
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .keitoukonzatsu__type-item {
    font-size: 2.3vw;
    margin-top: 2.3vw;
    padding-left: 2.3vw;
    height: 10vw;
    line-height: 10vw;
    width: calc((100% - 4vw) / 2);
  }
  .keitoukonzatsu__type-item:nth-child(2n) {
    margin-left: 2.3vw;
  }
  .keitoukonzatsu__facility-head, .keitoukonzatsu__facility-cell {
    font-size: 2.3vw;
    padding: 2vw 2.3vw;
  }
  .keitoukonzatsu__facility-head:nth-child(1), .keitoukonzatsu__facility-cell:nth-child(1) {
    width: 25%;
    margin-left: 0;
  }
  .keitoukonzatsu__tab-btn:nth-child(1).is-active {
    height: 7.5vw;
  }
  .keitoukonzatsu__tab-btn:nth-child(2).is-active {
    height: 7.5vw;
  }
  .keitoukonzatsu__tab-btn {
    width: 40%;
    height: 5.5vw;
    font-size: 2.6vw;
  }
  .keitoukonzatsu__update-wrap {
    display: block;
    margin-top: 10px;
  }
  .keitoukonzatsu__update-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
  }
  .keitoukonzatsu__data-table-head, .keitoukonzatsu__data-table-cell {
    font-size: 2.3vw;
    padding: 2vw 2.3vw;
  }
  .keitoukonzatsu__data-table-head:nth-child(1), .keitoukonzatsu__data-table-cell:nth-child(1) {
    width: 25%;
    margin-left: 0;
  }
  .keitoukonzatsu__data-table {
    display: none;
  }
  .keitoukonzatsu__data-table.is-sp {
    display: block;
  }
  .keitoukonzatsu__chart-wrap {
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }
  .keitoukonzatsu__chart-inner {
    min-width: 730px;
    min-height: 365px;
  }
  .link-list__item-text {
    width: 100%;
  }
  .link-list__item-link {
    margin-top: 20px;
  }
}