  @charset "UTF-8";
/* @group reset */
/* @group Reset CSS */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* @end */
/* @end */
/* @group base */
/* @end */
/* @group utility */
.flex {
  display: flex; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.bg {
  background: #f0f2f4; }

@media print, screen and (min-width: 768px) {
  .spnone {
    display: block; } }
@media print, screen and (max-width: 768px) {
  .spnone {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .pcnone {
    display: none; } }
@media print, screen and (max-width: 768px) {
  .pcnone {
    display: block; } }

/* @end */
/* @group common */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: none; }

body {
  margin: 0 auto;
  box-sizing: border-box; }

a img {
  border: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, table {
  line-height: 1.6; }

i, em, u, b {
  font-style: normal;
  text-decoration: none; }

ul {
  list-style: none;
  margin: 0; }

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
  position: relative; }

.btn.-gray {
  background: #f0f2f4;
  display: block;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0px 3px 0px #D8DFE6;
  transition: all .2s;
  max-width: 300px;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .btn.-gray {
      max-width: 550px; } }
  .btn.-gray:hover {
    transform: translate(0, 3px);
    box-shadow: none; }

/* @end */
/* @group layout */
/* @group header */
#header {
  border-bottom: none; }

#header .inner {
  padding: 0 15px; }

.c-heading_container {
  padding: 5px 0; }
  .c-heading_container .inner {
    padding: 10px 15px; }
  .c-heading_container .c-heading_lv01 {
    font-weight: bold; }
    .c-heading_container .c-heading_lv01 a {
      color: #000;
      text-decoration: none;
      font-size: 1.375rem; }

/* @end */
/* @group footer */
#footer {
  margin-top: 20px; }

/* @end */
/* @group index */
.lead {
  font-size: 15px; }
  @media print, screen and (min-width: 768px) {
    .lead {
      font-size: 0.95rem; } }
  .lead .inner {
    max-width: 800px; }
  .lead p.textcenter {
    margin-bottom: 15px; }
  .lead .border_box {
    border: 2px solid #c3cadb;
    padding: 15px;
    margin: 0 0 15px; }
    .lead .border_box p:first-child {
      margin-bottom: 15px; }
    @media print, screen and (min-width: 768px) {
      .lead .border_box {
        margin-bottom: 20px; } }
  .lead .btn.-safety-bout {
    padding: 15px 0 15px;
    background: rgba(230, 255, 0, 0.4);
    border: 2px solid #db002d;
    border-radius: 0;
    font-weight: bold;
    color: #db002d;
    text-decoration: underline;
    position: relative;
    font-size: 0.875rem; }
    @media print, screen and (min-width: 768px) {
      .lead .btn.-safety-bout {
        font-size: 1.25rem; } }
    .lead .btn.-safety-bout:hover {
      opacity: 0.7; }
    .lead .btn.-safety-bout::before {
      content: "!";
      font-weight: bold;
      color: #fff;
      display: inline-block;
      height: 17px;
      width: 20px;
      background: #db002d;
      border-radius: 50%;
      padding-top: 3px;
      line-height: 1;
      left: 5px;
      top: 12px;
      margin-right: 5px; }
      @media print, screen and (min-width: 768px) {
        .lead .btn.-safety-bout::before {
          font-size: 1.1rem;
          height: 22px;
          width: 24px;
          margin-right: 10px; } }
  .lead .btn.-map {
    background: #23a696;
    color: #fff;
    display: block;
    margin: 20px auto 15px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 25px 10px;
    border-radius: 10px;
    box-shadow: 0px 7px 0px #1B877A;
    transition: all .2s;
    max-width: 580px; }
    .lead .btn.-map:hover {
      transform: translate(0, 7px);
      box-shadow: none; }
  .lead .date-select_select {
    font-size: 1.25rem; }
    @media print, screen and (max-width: 768px) {
      .lead .date-select_select {
        margin-top: 10px; } }

.area {
  padding: 0 0 20px; }
  @media print, screen and (min-width: 768px) {
    .area {
      padding: 0 0 40px; } }
  .area .inner {
    max-width: 800px; }
  .area .subtitle h2 {
    text-align: center; }
    .area .subtitle h2 img {
      width: 56px;
      display: inline;
      vertical-align: middle;
      margin-right: 10px; }
  .area .pref-list ul {
    justify-content: space-between;
    margin: 10px auto 0;
    max-width: 645px; }
    .area .pref-list ul li {
      width: 24%; }
      .area .pref-list ul li a {
        text-align: center;
        display: block;
        background: #23a696;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        border-radius: 10px;
        width: 100%;
        padding: 10px;
        box-shadow: 0px 5px 0px #1B877A;
        transition: all .3s; }
        .area .pref-list ul li a:hover {
          transform: translate(0, 5px);
          box-shadow: none; }

@media print, screen and (min-width: 768px) {
  .teiden-info {
    padding: 30px 0; } }
.teiden-info .inner {
  position: relative;
  padding: 15px 5px; }
.teiden-info p {
  margin-bottom: 15px;
  margin-left: 10px; }
.teiden-info .pubdate {
  display: block; }
.teiden-info .annotation {
  display: block;
  text-align: right;
  font-size: 0.75em;
  margin-top: 10px; }
  @media print, screen and (min-width: 768px) {
    .teiden-info .annotation {
      position: absolute;
      top: 0;
      right: 0; } }
.teiden-info .total {
  font-weight: bold;
  font-size: 0.8rem; }
  .teiden-info .total i {
    font-size: 1.1rem; }
  .teiden-info .total em {
    margin-left: 10px; }
    .teiden-info .total em i {
      font-size: 1.2rem; }
.teiden-info .update a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  border: 2px solid #23a696;
  width: 80px;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 20px; }
  .teiden-info .update a:hover {
    opacity: 0.8;
    transition: all .3s; }
.teiden-info .teiden_cont {
  margin-bottom: 15px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
  .teiden-info .teiden_cont a {
    display: block;
    text-decoration: none; }
    .teiden-info .teiden_cont a:hover {
      opacity: 0.8;
      transition: all .3s; }
  .teiden-info .teiden_cont h3 {
    background: #23a696;
    line-height: 1;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.125rem;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .teiden-info .teiden_cont h3 {
        padding: 20px;
        font-size: 1.4rem; } }
    .teiden-info .teiden_cont h3 span {
      font-weight: normal;
      font-size: 0.8rem;
      margin-left: 10px;
      vertical-align: 1px; }
      @media print, screen and (min-width: 768px) {
        .teiden-info .teiden_cont h3 span {
          font-size: 1rem; } }
      .teiden-info .teiden_cont h3 span.poweroutage {
        color: #E6FF00;
        font-weight: bold;
        vertical-align: 0; }
        .teiden-info .teiden_cont h3 span.poweroutage i {
          font-size: 1.1rem; }
          @media print, screen and (min-width: 768px) {
            .teiden-info .teiden_cont h3 span.poweroutage i {
              font-size: 1.4rem; } }
    .teiden-info .teiden_cont h3 strong {
      display: block;
      background: #E6FF00;
      color: #333;
      padding: 10px;
      font-size: 0.75rem;
      text-align: center;
      width: 80px;
      border-radius: 25px;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      position: absolute;
      right: 10px;
      top: 7px; }
      @media print, screen and (min-width: 768px) {
        .teiden-info .teiden_cont h3 strong {
          font-size: 0.9rem;
          top: 13px; } }
  .teiden-info .teiden_cont.outage h3 {
    border-radius: 10px 10px 0 0; }
  .teiden-info .teiden_cont div {
    background: #fff;
    border-radius: 0 0 10px 10px; }
    .teiden-info .teiden_cont div table {
      width: 100%;
      border-bottom: 1px solid #dae0e7; }
      .teiden-info .teiden_cont div table:last-child {
        border-bottom: none; }
      .teiden-info .teiden_cont div table th {
        text-align: left;
        padding: 10px;
        font-size: 0.9rem;
        width: 30%; }
        @media print, screen and (min-width: 768px) {
          .teiden-info .teiden_cont div table th {
            padding: 20px;
            font-size: 1.05rem;
            width: 25%; } }
      .teiden-info .teiden_cont div table td {
        text-align: left;
        padding: 5px;
        font-size: 0.8rem; }
        .teiden-info .teiden_cont div table td.kosuu {
          width: 20%;
          text-align: right; }
          @media print, screen and (min-width: 768px) {
            .teiden-info .teiden_cont div table td.kosuu {
              width: 15%; } }
        @media print, screen and (min-width: 768px) {
          .teiden-info .teiden_cont div table td {
            padding: 20px;
            font-size: 1rem; } }
    .teiden-info .teiden_cont div p {
      font-size: 0.875rem;
      padding: 5px;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .teiden-info .teiden_cont div p {
          padding: 10px; } }
    .teiden-info .teiden_cont div dl {
      padding: 10px 10px 5px;
      font-size: 0.81rem;
      flex-wrap: wrap; }
      .teiden-info .teiden_cont div dl dt {
        width: 20%;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 10px; }
      .teiden-info .teiden_cont div dl dd {
        width: 80%;
        line-height: 1.2;
        margin-bottom: 10px; }
      @media print, screen and (min-width: 768px) {
        .teiden-info .teiden_cont div dl {
          font-size: 1rem;
          padding: 15px 15px 5px; }
          .teiden-info .teiden_cont div dl dt {
            width: 10%;
            margin-bottom: 15px; }
          .teiden-info .teiden_cont div dl dd {
            width: 90%;
            margin-bottom: 15px; } }
  .teiden-info .teiden_cont.detail h3 {
    border-radius: 10px 10px 0 0;
    padding: 10px;
    font-size: 0.94rem;
    line-height: 1.6;
    font-weight: normal;
    position: relative; }
    .teiden-info .teiden_cont.detail h3 em {
      font-weight: bold;
      margin-right: 10px; }
    .teiden-info .teiden_cont.detail h3 i {
      font-weight: bold;
      color: #E6FF00;
      margin-right: 5px; }
    .teiden-info .teiden_cont.detail h3 span.note {
      margin: 0;
      font-size: 0.75rem; }
    @media print, screen and (min-width: 768px) {
      .teiden-info .teiden_cont.detail h3 {
        font-size: 1rem;
        padding: 15px; } }
    @media print, screen and (max-width: 768px) {
      .teiden-info .teiden_cont.detail h3 span.kosuu {
        display: block;
        position: absolute;
        right: 0;
        top: 11px;
        font-size: 0.94rem; }
        .teiden-info .teiden_cont.detail h3 span.kosuu i {
          display: block; }
        .teiden-info .teiden_cont.detail h3 span.kosuu sup {
          font-size: 0.7rem; } }
  .teiden-info .teiden_cont.detail table th {
    border-right: 1px solid #dae0e7;
    border-bottom: 1px solid #dae0e7;
    font-size: 0.9em;
    width: 20%; }
    @media print, screen and (min-width: 768px) {
      .teiden-info .teiden_cont.detail table th {
        font-size: 1rem;
        padding: 10px 15px;
        width: 10%; } }
  .teiden-info .teiden_cont.detail table td {
    border-right: 1px solid #dae0e7;
    border-bottom: 1px solid #dae0e7;
    padding: 10px; }
    @media print, screen and (min-width: 768px) {
      .teiden-info .teiden_cont.detail table td {
        font-size: 1rem;
        padding: 10px 15px; } }
    .teiden-info .teiden_cont.detail table td.city {
      width: 28%;
      font-size: 0.9em;
      font-weight: bold; }
      @media print, screen and (min-width: 768px) {
        .teiden-info .teiden_cont.detail table td.city {
          width: 15%;
          font-size: 1rem; } }

.navigation {
  padding: 20px 0; }
  .navigation ul {
    flex-direction: column; }
    @media print, screen and (min-width: 768px) {
      .navigation ul {
        flex-direction: row;
        justify-content: center; } }
    .navigation ul li {
      padding: 8px 20px; }
      @media print, screen and (min-width: 768px) {
        .navigation ul li {
          padding: 8px 10px;
          width: 350px; } }
      .navigation ul li a.btn {
        background: #f0f2f4;
        display: block;
        padding: 15px;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: 0px 3px 0px #D8DFE6;
        transition: all .2s; }
        .navigation ul li a.btn:hover {
          transform: translate(0, 3px);
          box-shadow: none; }
  .navigation p {
    margin-top: 20px; }
    .navigation p a {
      font-weight: bold; }

.line .inner {
  max-width: 800px;
  padding: 0; }
.line .title {
  background: #02b902;
  color: #fff;
  padding: 15px 20px;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .line .title {
      font-size: 1.4rem; } }
  .line .title h3 {
    margin-bottom: 10px; }
  .line .title .note {
    font-size: 0.6rem;
    text-align: right; }
    @media print, screen and (min-width: 768px) {
      .line .title .note {
        font-size: 0.8rem;
        position: absolute;
        right: 15px;
        bottom: 10px; } }
.line .content {
  background: #e0efe0;
  padding: 15px 15px 30px; }
  @media print, screen and (min-width: 768px) {
    .line .content {
      padding: 30px; } }
  .line .content .flex {
    justify-content: space-between;
    margin-bottom: 15px; }
    @media print, screen and (min-width: 768px) {
      .line .content .flex {
        justify-content: center;
        margin-bottom: 30px; } }
  .line .content .text {
    width: 48%; }
    @media print, screen and (min-width: 768px) {
      .line .content .text {
        width: 65%; } }
    .line .content .text ul li {
      margin: 5px 0 10px;
      padding: 12px 10px;
      background: #fff;
      line-height: 1.5;
      font-weight: bold;
      font-size: 0.875rem;
      border-radius: 10px; }
    @media print, screen and (min-width: 768px) {
      .line .content .text ul {
        padding-left: 40px;
        padding-top: 10px; }
        .line .content .text ul li {
          font-size: 1.2rem;
          padding: 28px 20px; } }
  .line .content .img {
    width: 48%; }
    @media print, screen and (min-width: 768px) {
      .line .content .img {
        width: 35%;
        padding-left: 30px; } }
.line .btn {
  padding: 0; }
  .line .btn a {
    padding: 10px 30px;
    background: #02b902;
    border-radius: 10px;
    box-shadow: 0 8px #299929;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all .2s; }
    .line .btn a:hover {
      transform: translate(0, 8px);
      box-shadow: none; }
    .line .btn a p {
      margin: 0; }
    .line .btn a img {
      width: 70px;
      position: absolute;
      right: 30px;
      top: 14px; }
  @media print, screen and (min-width: 768px) {
    .line .btn a {
      font-size: 1.3rem;
      width: 70%; }
      .line .btn a img {
        top: 9px; } }

.note .inner {
  max-width: 800px; }
.note p {
  font-size: 0.81rem;
  color: #666666; }

@media print, screen and (min-width: 768px) {
  #sub .subtitle {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto; } }
#sub .subtitle h2 {
  background: #23a696;
  color: #fff;
  font-size: 1.25rem;
  padding: 10px; }
  @media print, screen and (min-width: 768px) {
    #sub .subtitle h2 {
      max-width: 1140px;
      margin: 26px auto 15px;
      border-radius: 7px;
      padding: 10px 15px; } }

/* @end */
/* @end */
/* タブレット以上 */
@media print, screen and (min-width: 768px) {
  /* @group base */
  /* @end */ }
/* PC 1280over */
@media print {
  body {
    width: 1366px; }

  /* 印刷時に画面と変更するスタイルを定義 */ }
