@charset "UTF-8";
html[lang=ja] .is-multilingual {
  display: none !important;
}

html[lang=ja] .is-en,
html[lang=ja] .is-th,
html[lang=ja] .is-kr,
html[lang=ja] .is-cn,
html[lang=ja] .is-tcn,
html[lang=en] .is-jp,
html[lang=en] .is-th,
html[lang=en] .is-kr,
html[lang=en] .is-cn,
html[lang=en] .is-tcn,
html[lang=th] .is-jp,
html[lang=th] .is-en,
html[lang=th] .is-kr,
html[lang=th] .is-cn,
html[lang=th] .is-tcn,
html[lang=ko] .is-jp,
html[lang=ko] .is-en,
html[lang=ko] .is-th,
html[lang=ko] .is-cn,
html[lang=ko] .is-tcn,
html[lang=zh-Hans] .is-jp,
html[lang=zh-Hans] .is-en,
html[lang=zh-Hans] .is-th,
html[lang=zh-Hans] .is-kr,
html[lang=zh-Hans] .is-tcn,
html[lang=zh-Hant] .is-jp,
html[lang=zh-Hant] .is-en,
html[lang=zh-Hant] .is-th,
html[lang=zh-Hant] .is-kr,
html[lang=zh-Hant] .is-cn {
  display: none !important;
}

#l-popup .l-popup__inner {
  text-align: left;
  letter-spacing: normal;
}

.service_status .md-ttl {
  text-align: left;
}

.service_status__date {
  font-weight: bold;
  padding-right: 10px;
}

.service_status .service-status__info {
  margin-bottom: 60px;
}

.service_status .service-status__info .md-ttl--2 #service-status__date {
  padding-right: 10px;
}

.service_status .service-status__info .md-ttl--2 span {
  font-weight: bold;
}

.service_status .service-status__info-table {
  width: 100%;
  table-layout: fixed;
}

.service_status .service-status__info-table:not(:first-of-type) th {
  border-top: none;
}

.service_status .service-status__info-table th, .service_status .service-status__info-table td {
  font-size: 1.3rem;
  padding: 10px 11px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.service_status .service-status__info-table th:last-child, .service_status .service-status__info-table td:last-child {
  text-align: center;
}

.service_status .service-status__info-table th:last-child img, .service_status .service-status__info-table td:last-child img {
  width: 20px;
  height: auto;
}

.service_status .service-status__info-table th {
  background: #f2f2f2;
  color: #00458f;
  font-weight: bold;
  vertical-align: top;
}

.service_status .service-status__info-table th:first-child {
  width: 38.80597%;
}

.service_status .service-status__info-table th:nth-child(2) {
  width: 41.79104%;
}

.service_status .service-status__info-table th:last-child {
  width: 19.40299%;
  min-width: 100px;
}

.service_status .service-status__info-txt {
  margin-top: 25px;
}

.service_status .service-status__info-mobile {
  background: #f6f7f8;
  padding: 14px 15px;
  margin-top: 30px;
}

.service_status .service-status__info-mobile p {
  background: url(/_assets/images/service_status/top/ico_mail.png) no-repeat left top 4px;
  padding-left: 30px;
}

.service_status .service-status__info-use {
  margin-top: 30px;
}

.service_status .service-status__info-use dl {
  padding: 25px 30px;
  border: 1px solid #ddd;
}

.service_status .service-status__info-use dl dt {
  color: #00458f;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.service_status .service-status__info-use dl dd {
  font-size: 1.4rem;
  position: relative;
  padding-left: 16px;
  margin-top: 5px;
}

.service_status .service-status__info-use dl dd::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.service_status .operating-trouble {
  margin-bottom: 60px;
}

.service_status .operating-trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_status .operating-trouble__list-item {
  width: 100%;
}

.service_status .operating-trouble__list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_status .operating-trouble__list-item-ttl span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00458f;
  margin-left: 15px;
}

.service_status .operating-trouble__list-item-txt {
  margin-top: 10px;
}

.service_status .operating-trouble__list-item-btn {
  margin-top: 15px;
}

.service_status .operating-trouble__list-item-btn a {
  width: 100%;
  line-height: 1.4;
}

.service_status .distribution-service__list-item {
  width: 100%;
  position: relative;
}

.service_status .distribution-service__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  color: #545454;
  text-decoration: none;
  position: relative;
}

.service_status .distribution-service__list-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #00458f transparent;
}

.service_status .distribution-service__list-item-img {
  width: 22.38806%;
}

.service_status .distribution-service__list-item-img img {
  vertical-align: top;
}

.service_status .distribution-service__list-item-paragraph {
  width: 67.16418%;
  margin-left: 5.22388%;
}

.service_status .distribution-service__list-item-paragraph dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.service_status .distribution-service__list-item-paragraph dd {
  font-size: 1.2rem;
  margin-top: 5px;
}

.modal-service-status .modal-dialog {
  max-width: 80%;
  margin: 0 auto;
}

.modal-service-status .modal-dialog-centered {
  min-height: 100vh;
}

.modal-service-status .modal-content {
  min-width: 200px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.modal-service-status .btn-modal-close {
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  position: absolute;
  top: -35px;
  right: 0;
  background: none;
}

.modal-service-status .btn-modal-close::before, .modal-service-status .btn-modal-close::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}

.modal-service-status .btn-modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-service-status .btn-modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .service_status .service-status__info-table th, .service_status .service-status__info-table td {
    font-size: 1.4rem;
    padding: 14px 15px;
  }
  .service_status .service-status__info-table th:last-child img, .service_status .service-status__info-table td:last-child img {
    width: 25px;
  }
  .service_status .service-status__info-table th:first-child {
    width: 39.28571%;
  }
  .service_status .service-status__info-table th:nth-child(2) {
    width: 53.57143%;
  }
  .service_status .service-status__info-table th:last-child {
    width: 7.14286%;
  }
  .service_status .operating-trouble__list-item {
    width: 30.35714%;
  }
  .service_status .operating-trouble__list-item-ttl {
    min-height: 32px;
  }
  .service_status .operating-trouble__list-item-txt {
    margin-top: 20px;
    min-height: 65px;
  }
  .service_status .distribution-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_status .distribution-service__list-item {
    width: 47.32143%;
  }
  .service_status .distribution-service__list-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .service_status .distribution-service__list-item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .service_status .distribution-service__list-item a:hover {
    opacity: 0.7;
  }
  .service_status .distribution-service__list-item a::after {
    border-width: 0 0 15px 15px;
  }
  .service_status .distribution-service__list-item-img {
    width: 22.64151%;
  }
  .service_status .distribution-service__list-item-paragraph {
    width: 66.03774%;
    margin: 10px 0 0 5.66038%;
  }
  .service_status .distribution-service__list-item-paragraph dt {
    font-size: 1.8rem;
  }
  .service_status .distribution-service__list-item-paragraph dd {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .modal-service-status .modal-dialog {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .service_status .operating-trouble__list-item:not(:first-child) {
    margin-top: 20px;
  }
  .service_status .distribution-service__list-item:not(:first-child) {
    margin-top: 20px;
  }
  .service_status .distribution-service__list-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service_status .distribution-service__list-item-paragraph dd {
    line-height: 1.4;
  }
}
/*# sourceMappingURL=../maps/service_status/style.css.map */
