/*サイドナビ*/
.archive-title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #006cc6;
  margin-top: 1rem;
}
.second-sidenav-wrap ul {
  margin-top: 0;
}
.second-sidenav-wrap ul + .archive-title {
  margin-top: 3rem;
}

/*お知らせ一覧*/
ul.news-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 60px;
}
ul.news-list li {
  position: relative;
  border-bottom:1px dotted #ccc;;
  padding: 10px;
}
ul.news-list .new {
  color: #E50012;
  margin-left: 1rem;
}
.kiji-left{
  position: absolute;
}
.kiji-right{
  margin-left: 275px;;
}


/*詳細*/
.news-title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #ccc;;
  padding-bottom: 1rem;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}
.news-title + .kiji-date {
  text-align: right;
  margin-bottom: 2rem;
}
.btn-area {
  text-align: center;
  margin-top: 4rem;
}
a.btn-back {
  display: inline-block;
  padding: 1rem 4rem;
  position: relative;
  padding-right: 40px;
  border: 2px solid #0683c8 !important;
  color: #222;
  text-decoration: none;
  border-radius: 3rem;
  background-color: #fff;
}
a.btn-back:after {
  content: '\f053';
  font-family: 'FontAwesome';
  position: absolute;
  color: #006CC6;
  left: 1rem;
}
a.btn-back:hover {
  opacity: 0.7;
}
/*メンテナンス・障害*/
.tbl-construction {
  margin-top: 2rem;
  width: 80%;
}
.tbl-construction tr {
  border-bottom: 1px solid #ddd;
}
.tbl-construction tr:first-child {
  border-top: 1px solid #ddd;
}
.tbl-construction th {
  background-color: #f2f2f2;

}
@media screen and (max-width: 991.98px) {
  .secondpage-wrap {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .second-service-name {
    display: none;
  }
  .second-sidenav-wrap {
    position: static;
    padding-bottom: 2rem;
  }
  .second-sidenav-wrap ul {
    display: block;
  }
  .second-contents-wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .news-title {
    font-size: 2.4rem;
  }
  ul.news-list {
    margin-bottom: 40px;
  }
  ul.news-list li {
    position:static;
  }
  .kiji-left{
    position:static;
  }
  .kiji-right{
    margin-left: 0;
  }
  .tbl-construction {
    width: 100%;
  }
}