.doc_contents ul,ol {
  font-family: 'Meiryo', 'メイリオ', sans-serif;
}

h4 {
  font-size: 2.2rem;
}

.doc_header {
  margin: 140px auto 0;
}

@media (width < 770px) {
  #s1_sub {
    padding: 0;
  }

  .other_style #s1_sub {
    margin-top: 110px;
  }

  .doc_header {
    position: sticky;
    top: 150px;
    padding: 0 20px 30px;
    background: #fff;
    z-index: 1;
  }
}

/* local nav */

.heading_nav_wrapper {
  width: 100%;
  margin: 0 auto;
}

.heading_nav {
  position: sticky;
  width: 1000px;
  height: 40px;
  top: 90px;
  background: #fff;
  padding: 15px 0 55px;
  z-index: 1;
  margin-bottom: -150px;
}

.heading_nav ul {
  display: flex;
  justify-content: space-around;
}

.heading_nav ul li {
  width: 250px;
}

.heading_nav ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 39px;
  background: #ee6500;
  position: relative;
}

.heading_nav ul li:nth-of-type(2) a {
  padding-left: 10px;
  text-align: left;
}

.heading_nav ul li:nth-of-type(2) a::after,
.heading_nav ul li:nth-of-type(3) a::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  background: url(../../img/exlink_w.png) no-repeat;
  background-size: contain;
}

.heading_nav ul li:nth-of-type(3) a::after {
  right: 20px;
}

.heading_nav ul li.select_hn a,
.heading_nav ul li a:hover {
  background: #bd5000;
}

.doc_acc {
  display: none;
}

@media (width < 770px) {
  .heading_ttl {
    padding: 10px 0;
  }

  .other_style .heading_ttl {
    padding: 0 20px;
  }

  .heading_nav {
    display: none;
  }

  .doc_acc {
    display: block;
    position: relative;
    width: 100%;
    background: #ee6c25;
    margin: 0 auto;
  }

  .doc_acc ul li:nth-of-type(2) a,
  .doc_acc ul li:nth-of-type(3) a {
    position: relative;
  }

  .doc_acc ul li:nth-of-type(2) a::after,
  .doc_acc ul li:nth-of-type(3) a::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 16px;
    right: 130px;
    background: url(../../img/exlink.png) no-repeat;
    background-size: contain;
  }

  .acc_ttl {
    font-size: 2rem;
    padding: 10px 20px 13px;
    color: #fff;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: .2s;
  }

  .acc_contents {
    display: none;
  }

  .acc_contents li {
    background: #ECEFF0;
  }

  .acc_contents li a {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px;
    display: block;
  }

  .acc_ttl::after {
    position: absolute;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    height: 8px;
    width: 8px;
    top: 38%;
    right: 25px;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
  }

  .acc_ttl.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }

  .acc_contents li.select {
    background: #ccc;
  }
}

.doc_top_list {
  margin: 0 0 50px 20px;
}

.doc_top_list li {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.doc_top_list li a {
  position: relative;
  display: inline-block;
}

.doc_top_list li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.doc_top_list li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

img.link_img {
  position: absolute;
  margin: 1px 0 0 5px;
  width: 24px;
  height: 24px;
}

@media (width < 770px) {
  .doc_contents {
    padding: 0 20px;
  }
}

/* Terms */

.doc_contents p {
  line-height: 30px;
}

.doc_sub_contents a {
  color: #d0520e;
}

.doc_contents li {
  font-size: 1.8rem;
  margin-left: 25px;
  line-height: 1.7;
}

.doc_contents b {
  color: #525656;
}

.doc_sub_contents section:not(:first-child) {
  margin-top: 40px;
}

.doc_sub_contents section h4 {
  margin-bottom: 10px;
}

@media (width < 770px) {
  .doc_contents a {
    overflow-wrap: break-word;
  }
}

.terms_ex p:not(:last-child) {
  margin-bottom: 10px;
}

.terms_end p {
  text-align: right;
}

.terms_end table {
  text-align: right;
  margin: 0 0 0 auto;
}

.terms_end table td {
  width: 60px;
  font-size: 1.8rem;
}

.terms_end table td:last-child {
  width: 150px;
}


/* SLA Report */

.sla_contents h4 {
  margin: 40px 0 5px;
}

.s_status {
  margin: 0 auto 0 0;
  padding: 30px 15px;
  text-align: center;
  border: 3px solid #149a86;
  border-radius: 5px;
}

.red.s_status {
  border-color: #cf2c29;
}

.blue.s_status {
  border-color: #5f3ce3;
}

.s_operating_data_year {
  margin: 50px 0 5px;
}

.s_operating_data_year h5 {
  font-size: 3rem;
  color: #888;
}

.s_operating_data_year h5 span {
  font-size: 2rem;
}

.s_operating_data {
  border: 3px solid #cbcbcb;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.s_operating_data_inner {
  margin: 0 -13px;
  letter-spacing: -1em;
}

.s_operating_data dl {
  width: calc((100% - 25px)/6);
  display: inline-block;
}

.s_operating_data dt {
  padding: 3px 0;
  background: #cbcbcb;
  font-size: 2rem;
  letter-spacing: 1px;
}

.s_operating_data dl:nth-child(n + 7) dt {
  padding: 5px 0 2px;
}

.s_operating_data dd {
  padding: 10px 0;
  font-size: 2.4rem;
  letter-spacing: .2rem;
  text-indent: .5em;
}

.s_operating_data span {
  font-size: 1.9rem;
  font-weight: 400;
  margin-left: 2px;
}

.s_operating_data dd.white {
  color: #fff;
}

.calc {
  margin-top: 80px;
}

.calc h5 {
  font-size: 2rem;
  color: #888;
  margin-bottom: 5px;
}

.calc p {
  background: #e8e8e8;
  padding: 20px;
  border-radius: 5px;
}

@media (width < 770px) {
  .s_operating_data_inner {
    margin: 0;
  }

  .s_operating_data dl {
    display: block;
    width: 100%;
  }
}


/* No-nav page */

.manual_ham#ham_nav {
  margin-top: 0;
}

.manual_contents section h4 {
  margin: 40px 0 10px;
}

.manual_contents section h5 {
  font-size: 2rem;
  color: #525656;
}

.manual_contents section h5:not(:first-of-type) {
  margin-top: 20px;
}

.manual_contents section h6 {
  font-size: 1.8rem;
  margin: 25px 0 0 -23px;
  padding-left: 1em;
  text-indent: -1.3em;
  color: #888;
}

.manual_contents b {
  color: #000;
}


/* sla */

.sla_contents,
.sla_outer_txt {
  padding-left: 10px;
}

.sla_txt_inner {
  padding-left: 35px;
}

.sla_inside {
  list-style: inside;
}

.sla_inside li {
  text-indent: -1.3em;
  padding-left: 1em;
}

.sla_inside.sla_inside2 li {
  list-style: none;
  text-indent: -1.8em;
}

a.under {
  color: #5f3ce3;
}

.sla_outer_txt span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3;
}

.manual_contents table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.manual_contents table th,
.manual_contents table td {
  font-size: 1.5rem;
  padding: 5px 10px;
  border: 2px solid #6a6a6a;
  text-align: center;
}

.manual_contents table th {
  background: #ccc;
}

.ex_link {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 10px 0;
}

.ex_link a{
  font-size: 1.6rem;
}

.sla_end {
  text-align: right;
  margin-top: 40px;
}

@media (width < 770px) {
  .sla_contents,
  .sla_outer_txt,
  .sla_txt_inner {
    padding-left: 20px;
  }

  .sla_contents p {
    font-size: 1.6rem;
  }

  .manual_contents section h5 {
    margin: 20px 0 10px; 
  }

  .manual_contents section h6 {
    margin: 25px 0 15px;
  }

  .ex_link a {
    word-break: break-all;
  }
}


/* other */
.m_txt {
  margin-top: 10px;
}

.manual_lists_inner {
  margin-bottom: 80px;
}

.manual_lists p {
  margin-bottom: 20px;
}

.manual_lists a {
  padding: 15px 40px;
  background: #d78215;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  transition: all .3s ease-in-out;
}

.manual_lists a:hover {
  background: #b86f06;
}

@media (width < 770px) {
  .manual_lists {
    margin-top: 40px;
  }

  .manual_lists p {
    font-size: 1.6rem;
  }

  .manual_lists a {
    display: block;
    font-size: 1.7rem;
  }

  .manual_lists_inner h3 {
    font-size: 2.2rem;
  }
}

.sla02_contents h3 {
  font-size: 2.2rem;
}

.sla02_contents h4 {
  font-size: 2rem;
  color: #525656;
}

.sla02_contents .h4_small {
  font-size: 1.5rem;
}

.sla02_contents .sla02_tbl th {
  background: #daeef3;
}

.sla02_contents .ta_l {
  text-align: left;
}

.sla03 section:not(:last-child) {
  margin-bottom: 40px;
}

.sla03 section h4:first-of-type {
  margin: 0 0 10px;
}

.sla03.sla02_contents .sla02_tbl th {
  width: 250px;
}

@media screen and (width < 770px) {
  .sla03.sla02_contents .sla02_tbl th {
    width: 100%;
  }

  .sla02_contents .sla02_tbl th,
  .sla02_contents .sla02_tbl td {
    font-size: 1.4rem;
    display: block;
  }

  .sla03.sla02_contents .sla02_tbl th,
  .sla03.sla02_contents .sla02_tbl tr:not(:last-child) td {
    border-bottom: 1px solid #6a6a6a;
  }

  .sla03.sla02_contents .sla02_tbl tr:not(:first-child) th,
  .sla03.sla02_contents .sla02_tbl td {
    border-top: 1px solid #6a6a6a;
  }


  .sla02_tbl_dl,
  .sla02_tbl_dl tbody,
  .sla02_tbl_dl tr,
  .sla02_tbl_dl th,
  .sla02_tbl_dl td {
    display: block;
    width: 100%;
  }

  .sla02_tbl_dl thead {
    display: none;
  }

  .sla02_tbl_dl tr {
    margin: 0;
    border: none;
  }

  .sla02_contents .sla02_tbl_dl th,
  .sla02_contents .sla02_tbl_dl td {
    border: 1px solid #6a6a6a;
    border-top: none;
    font-size: 1.4rem;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }

  .sla02_tbl_dl tr:first-child th:first-child,
  .sla02_tbl_dl tr:first-child td:first-child {
    border-top: 1px solid #6a6a6a;
  }

  .sla02_tbl_dl:not(.no_dl) td::before {
    content: attr(data-label);
    display: block;
    width: calc(100% + 20px);
    margin: -10px -10px 10px -10px;
    padding: 8px 10px;
    background: #daeef3;
    color: #333;
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 1px solid #6a6a6a;
  }
}

.sla_sps table {
  margin: 10px 0 0;
  border-collapse: collapse;
}

.sla_sps table th,
.sla_sps table td {
  font-size: 1.5rem;
  padding: 5px 10px;
  border: 2px solid #6a6a6a;
  text-align: center;
}


/* 印刷用ロゴの指定 */
@media print {
  header, .h_logo {
    position: static !important;
    margin-bottom: -50px !important;
    padding-bottom: 0 !important;
  }

  .no_nav_footer {
    display: none;
  }

  th {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

}

.hr_mb50 {margin-bottom: 50px;}