@charset "UTF-8";
/*ダウンロードトップ*/
.download_top .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download_top .inner ul li a {
  display: block;
  text-decoration: none;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  background-color: #F6FBFE;
  border-radius: 10px;
  width: 45.6%;
  margin: 0 2% 40px;
  float: left;
}
.download_top .inner ul li a:hover {
  box-shadow: 1px 1px 10px #aaa;
  opacity: 1;
}
.download_top .inner ul li h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 20px 2%;
  text-align: center;
  color: #004ea2;
  border-radius: 0 0 7px 7px;
  position: static;
}
.download_top .inner ul li h4:before {
  display: none;
}
.download_top .inner ul li figure {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-color: #ccc;
  margin: 0;
}
.download_top .inner ul li figure img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
/*カタログダウンロード*/
.catalog .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #ccc;
}
.catalog .inner ul li {
  display: block;
  text-decoration: none;
  padding: 20px 2%;
  border-bottom: solid 1px #ccc;
  font-weight: 500;
  background-color: #F7F7F7;
  position: relative;
}
.catalog .inner ul li:nth-child(even) {
  background-color: #eee;
}
.catalog .inner ul li .no {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #004ea2;
  text-align: center;
  margin-right: 15px;
}
.catalog .inner ul li .btn {
  margin: 0;
}
.catalog .inner ul li .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  box-shadow: 0 4px 0 #004ea2;
  border-radius: 5px;
  padding: 5px 0;
  width: 330px;
  position: absolute;
  top: 15px;
  right: 2%;
}
.catalog .inner ul li .btn a:hover {
  background-color: #6695c7;
  opacity: 1;
}
/*CADダウンロード*/
/*モーダル*/
.cad .modalset {
  overflow: hidden;
}
.cad #modal01 {
  display: block;
}
.cad .modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
.cad .modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}
.cad .modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.cad .modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.cad .modal__content {
  width: 1200px;
  background: #fff;
  box-shadow: 1px 1px 10px #000;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  margin: 80px 0;
}
.cad .agree a {
  cursor: pointer;
}
.cad .modal__inner {
  padding: 50px 5%;
}
/*モーダル内容*/
.cad .modal .wrap {
  background-color: #F6FBFE;
  border: solid 2px #004ea2;
  border-radius: 20px;
  padding: 40px 5% 30px;
}
.cad .modal ol {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 0 15px;
}
.cad .modal ol li {
  margin: 15px auto;
}
.cad .modal h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #004ea2;
  position: static;
  padding: 0;
}
.cad .modal h4:before {
  display: none;
}
.cad .modal .btn_box ul {
  margin: 40px auto 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.cad .modal .btn_box ul li {
  width: 40%;
  background-color: #3371b5;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  text-align: center;
  margin: 0 2%;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.cad .modal .btn_box ul li a {
  display: block;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  padding: 20px 0;
}
.cad .modal .btn_box ul li a:hover {
  background-color: #6695c7;
  opacity: 1;
}
/*モーダルここまで*/
.cad .js-modal-open {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  color: #c24b2d;
  background-color: #f3dbd5;
  border: solid 2px #c24b2d;
  border-bottom: solid 5px #c24b2d;
  border-radius: 50px;
  padding: 10px 0;
  width: 230px;
  margin: 0 0 0 auto;
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 100px;
  z-index: 1;
}
.cad .btn_main a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  padding: 20px 0;
  width: 400px;
  margin: 0 0 0 auto;
  position: relative;
}
.cad .btn_main a:hover {
  color: #fff;
  background-color: #6695c7;
  opacity: 1;
}
.cad .btn_main i {
  font-size: 22px;
  height: 22px;
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cad .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cad .inner ul li {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  background-color: #F7F7F7;
  font-weight: 500;
  width: 49.9%;
  float: left;
}
.cad .inner ul li:nth-child(1), .cad .inner ul li:nth-child(2) {
  border-top: solid 1px #ccc;
}
.cad .inner ul li:nth-child(even) {
  border-left: solid 1px #ccc;
}
.cad .inner ul li .btn {
  margin: 0;
}
.cad .inner ul li .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  box-shadow: 0 4px 0 #004ea2;
  border-radius: 5px;
  padding: 10px 0;
  width: 70%;
  margin: -3.5px auto 0;
}
.cad .inner ul li .btn a:hover {
  background-color: #6695c7;
  opacity: 1;
}
/*カタログ図ダウンロード*/
.catalogzu .btn_main a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  padding: 20px 0;
  width: 400px;
  margin: 0 0 0 auto;
  position: relative;
}
.catalogzu .btn_main a:hover {
  color: #fff;
  background-color: #6695c7;
  opacity: 1;
}
.catalogzu .btn_main i {
  font-size: 22px;
  height: 22px;
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.catalogzu table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}
.catalogzu table tr {
  border-bottom: solid 1px #ccc;
}
.catalogzu table th {
  width: 50%;
  padding: 15px 3%;
  font-weight: 500;
  color: #fff;
  background-color: #004ea2;
  border-right: solid 1px #ccc;
}
.catalogzu table th.th02 {
  width: 25%;
  color: #000;
  background-color: #E8F7FF !important;
}
.catalogzu .th_2 table th {
  width: 25%;
}
.catalogzu table td {
  padding: 15px 3%;
  background-color: #F7F7F7;
}
.catalogzu table p.btn {
  margin: 0;
}
.catalogzu table .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  box-shadow: 0 4px 0 #004ea2;
  border-radius: 5px;
  padding: 10px 0;
  width: 70%;
  margin: -3.5px auto 0;
}
.catalogzu table .btn a:hover {
  background-color: #6695c7;
  opacity: 1;
}
.catalogzu table .caption {
  font-size: 13px;
}
/*認定書・評定書ダウンロード　ログイン*/
/*WP保護*/
form.post-password-form {
  padding: 150px 5% 100px;
  text-align: center;
}
form.post-password-form input {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 250px;
  font-size: 16px;
  padding: 10px 20px;
  border: solid 1px #ccc;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
form.post-password-form input[type="submit"] {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100px;
  color: #fff;
  background-color: #004ea2;
  box-shadow: 0 4px 0 #002751;
  border-radius: 100px;
  border: none;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto 0 2%;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
form.post-password-form input[type="submit"]:hover {
  background-color: #3371b5;
  opacity: 1;
}
/*WP保護　ここまで*/
.nh_login .b {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.nh_login .wrap {
  background-color: #F6FBFE;
  border: solid 2px #004ea2;
  border-radius: 20px;
  padding: 20px 5%;
}
.nh_login .btn_box ul {
  margin: 40px auto 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.nh_login .btn_box ul li {
  width: 40%;
  background-color: #3371b5;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  text-align: center;
  margin: 0 2%;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.nh_login .btn_box ul li a {
  display: block;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  padding: 20px 0;
}
.nh_login .btn_box ul li a:hover {
  background-color: #6695c7;
  opacity: 1;
}
.nh_login .caption {
  text-align: center;
}
/*認定書・評定書ダウンロード*/
.nh h3 {
  margin: 0 auto -20px !important;
}
.nh .attention {
  background-color: #F6FBFE;
  border: solid 2px #004ea2;
  border-radius: 20px;
  padding: 25px 5% 10px;
  font-size: 16px;
  margin-bottom: 50px;
}
.nh .attention .red {
  color: #c24b2d;
  font-weight: 500;
}
.nh .attention .green {
  color: #04755b;
  font-weight: 500;
}
.nh .attention ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.nh .list_box {
  background-color: #F7F7F7;
  margin-bottom: 0;
}
.nh .list_box .inner {
  padding-bottom: 50px;
}
.nh table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #ccc;
  background-color: #fff;
  line-height: 24px;
}
.nh table tr {
  border: solid 1px #ccc;
}
.nh table th {
  padding: 10px 1%;
  color: #fff;
  font-weight: 500;
  background-color: #004ea2;
  border: solid 1px #ccc;
}
.nh .list_box table th {
  padding: 10px 0;
}
.nh table tbody th {
  color: #000;
  font-weight: 500;
  background-color: #E8F7FF;
}
.nh table td {
  padding: 10px 1%;
  border: solid 1px #ccc;
  text-align: center;
}
.nh .list_box table td {
  padding: 10px 0;
}
.nh .box_01 table tr:nth-child(even), .nh .box_02 table tr:nth-child(even) {
  background-color: #F7F7F7;
}
.nh table ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square;
}
.nh table .shasen {
  background-image: linear-gradient(to top right, transparent, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
}
.nh table .line_r {
  cursor: pointer;
  border: 2px solid #c24b2d;
  transition: all .3s;
}
.nh table .line_r:hover {
  color: #c24b2d;
}
.nh table .line_r a {
  display: block;
  text-decoration: none;
  color: #000;
}
.nh table .line_r a:hover {
  opacity: 1;
  color: #c24b2d;
}
.nh table .line_g {
  cursor: pointer;
  border: 2px solid #04755b;
  transition: all .3s;
}
.nh table .line_g:hover {
  color: #04755b;
}
.nh table .line_g a {
  display: block;
  text-decoration: none;
  color: #000;
}
.nh table .line_g a:hover {
  opacity: 1;
  color: #04755b;
}
.nh table td span {
  font-size: 14px;
  color: #04755b;
  font-weight: 500;
}
.nh .box_01 table th:nth-child(1) {
  width: 10%;
}
.nh .box_01 table th:nth-child(2) {
  width: 10%;
}
.nh .box_01 table th:nth-child(3) {
  width: 8%;
}
.nh .box_01 table th:nth-child(4) {
  width: 10%;
}
.nh .box_01 table th:nth-child(5) {
  width: 8%;
}
.nh .box_01 table th:nth-child(6) {
  width: 8%;
}
.nh .box_01 table th:last-child {
  width: 17%;
}
.nh .box_01 table td:last-child {
  text-align: left;
}
.nh .box_02 table th:nth-child(1) {
  width: 7%;
}
.nh .box_02 table th:nth-child(2) {
  width: 7%;
}
.nh .box_02 table th:nth-child(3) {
  width: 7%;
}
.nh .box_02 table th:nth-child(4) {
  width: 13%;
}
.nh .box_02 table th:nth-child(5) {
  width: 7%;
}
.nh .box_02 table th:nth-child(6) {
  width: 10%;
}
.nh .box_02 table th:last-child {
  width: 12%;
}
.nh .caption {
  display: flex;
  justify-content: flex-end;
}
.nh .caption .green {
  color: #04755b;
  font-weight: 500;
}
.nh .btn_main a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  padding: 20px 0;
  width: 400px;
  margin: 0 0 30px auto;
  position: relative;
}
.nh .btn_main a:hover {
  color: #fff;
  background-color: #6695c7;
  opacity: 1;
}
.nh .btn_main i {
  font-size: 22px;
  height: 22px;
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nh h4 {
  text-align: center;
  color: #004ea2;
  font-size: 30px;
  line-height: normal;
  padding: 0;
  margin: 0 auto 20px;
}
.nh h4:before {
  display: none;
}
.nh h5 {
  font-size: 24px;
  font-weight: 500;
  background-color: #eee;
  position: relative;
  border-radius: 5px;
  padding: 5px 20px;
  padding-left: 50px;
  margin: 0 auto 20px;
}
.nh h5:before {
  width: 16px;
  height: 16px;
  background-color: #004ea2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nh h6 {
  font-size: 24px;
  font-weight: 500;
  color: #004ea2;
  margin: 0 auto 20px;
  border-bottom: solid 2px #004ea2;
}
.nh .ttl {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin: 0 auto 10px;
}
.nh .ttl:before {
  width: 16px;
  height: 16px;
  background-color: #999;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nh table .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  box-shadow: 0 4px 0 #004ea2;
  border-radius: 5px;
  padding: 5px 0;
  width: 100%;
  margin: -3.5px auto 0;
}
.nh table .btn a:hover {
  background-color: #6695c7;
  opacity: 1;
}
.nh table td span{
  font-size: 12px;
}
/*認定書・評定書　モーダル*/
.nh .modalset {
  overflow: hidden;
}
.nh .modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
.nh .modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}
.nh .modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.nh .modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.nh .modal__content {
  width: 90%;
  max-width: 800px;
  background: #fff;
  box-shadow: 1px 1px 10px #000;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 80px 0;
}
.nh .js-modal-close {
  cursor: pointer;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: -130px;
  right: -50px;
  z-index: 10000;
}
.nh .modal__inner {
  padding: 50px 5%;
}
/*モーダル内容*/
.nh .modal table th {
  background-color: #004ea2 !important;
  color: #fff !important;
  text-align: center !important;
}
.nh .modal table td {
  background-color: #E8F7FF;
}
.nh .modal .red {
  color: #c24b2d;
}
/*モーダルここまで*/
/*カラー*/
.download .box01 h4:before {
  background-color: #6CBB5A;
}
.download .box01 table th {
  background-color: #6CBB5A;
}
.download .box01 table th.th02 {
  background-color: #ECF4D9 !important;
}
.download .box02 h4:before {
  background-color: #724598;
}
.download .box02 table th {
  background-color: #724598;
}
.download .box03 h4:before {
  background-color: #55C0CC;
}
.download .box03 table th {
  background-color: #55C0CC;
}
.download .box04 h4:before {
  background-color: #009B63;
}
.download .box04 table th {
  background-color: #009B63;
}
.download .box05 h4:before {
  background-color: #0097E0;
}
.download .box05 table th {
  background-color: #0097E0;
}
.download .box05 table th.th02 {
  background-color: #EAF2FB !important;
}
.download .box06 h4:before {
  background-color: #78BEEA;
}
.download .box06 table th {
  background-color: #78BEEA;
}
.download .box07 h4:before {
  background-color: #3379BE;
}
.download .box07 table th {
  background-color: #3379BE;
}
.download .box08 h4:before {
  background-color: #BC8AB6;
}
.download .box08 table th {
  background-color: #BC8AB6;
}
.download .box09 h4:before {
  background-color: #CB72AB;
}
.download .box09 table th {
  background-color: #CB72AB;
}
.download .box10 h4:before {
  background-color: #EE8593;
}
.download .box10 table th {
  background-color: #EE8593;
}
.download .box11 h4:before {
  background-color: #E83836;
}
.download .box11 table th {
  background-color: #E83836;
}
.download .box12 h4:before {
  background-color: #F08300;
}
.download .box12 table th {
  background-color: #F08300;
}
/**/
.download .box13 h4:before {
  background-color: #F4A74D;
}
@media screen and (max-width:1100px) {
  /*ダウンロードトップ*/
  .download_top .inner ul li a {
    width: auto;
    margin: 0 auto 20px;
    float: none;
  }
  .download_top .inner ul li h4 {
    padding: 15px 2%;
  }
  /*カタログダウンロード*/
  .catalog .inner ul li {
    padding: 15px 5% 20px;
  }
  .catalog .inner ul li .no {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 10px;
  }
  .catalog .inner ul li .btn a {
    padding: 5px 0;
    width: auto;
    position: static;
    margin-top: 10px;
  }
  /*CADダウンロード　モーダル*/
  .cad .modal__content {
    width: 90%;
    max-width: 90%;
  }
  .cad .js-modal-close {
    font-size: 50px;
    position: absolute;
    top: -130px;
    right: 0;
  }
  .cad .modal__inner {
    padding: 30px 5%;
  }
  /*モーダル内容*/
  .cad .modal .wrap {
    padding: 20px 5% 10px;
  }
  .cad .modal ol {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 15px;
  }
  .cad .modal ol li {
    margin: 10px auto;
    line-height: 28px;
  }
  .cad .modal h4 {
    font-size: 20px;
  }
  .cad .modal .btn_box ul {
    margin: 20px auto 30px;
  }
  /*モーダルここまで*/
  .cad .js-modal-open {
    font-size: 13px;
    width: 200px;
    top: 80px;
  }
  .cad .btn_main a {
    width: 90%;
    margin: 0 auto 30px;
  }
  .cad .btn_main i {
    font-size: 22px;
    height: 22px;
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cad .inner ul li {
    width: auto;
    float: none;
  }
  .cad .inner ul li:nth-child(2) {
    border-top: none;
  }
  .cad .inner ul li:nth-child(even) {
    border-left: none;
  }
  .cad .inner ul li .btn a {
    width: 90%;
  }
  /*カタログ図ダウンロード*/
  .catalogzu .btn_main a {
    width: 90%;
    margin: 0 auto 30px;
  }
  .catalogzu .btn_main i {
    font-size: 22px;
    height: 22px;
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .catalogzu table th {
    padding: 5px 3%;
    display: block;
    width: auto;
  }
  .catalogzu table th.th02 {
    width: auto;
    border-bottom: solid 1px #ccc;
  }
  .catalogzu .th_2 table th {
    width: auto;
  }
  .catalogzu table td {
    padding: 20px 3%;
    display: block;
    width: auto;
  }
  .catalogzu table .btn a {
    width: 90%;
  }
  /*認定書・評定書ダウンロード　ログイン*/
  /*WP保護*/
  form.post-password-form input {
    width: auto;
    display: block;
    margin: 0 auto 20px;
  }
  /*WP保護　ここまで*/
  .nh_login .b {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }
  .nh_login .wrap {
    padding: 10px 5%;
  }
  .nh_login .btn_box ul {
    margin: 20px auto 30px;
  }
  .nh_login .caption {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }
  /*認定書・評定書ダウンロード*/
  .nh .attention {
    padding: 20px 5% 10px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .nh .attention ul {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .nh .attention ul li {
    margin: 5px auto;
  }
  .nh .list_box .inner {
    padding-bottom: 30px;
  }
  .nh .caption {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
  .nh .btn_main a {
    width: 90%;
    margin: 0 auto 30px;
  }
  .nh .btn_main i {
    font-size: 22px;
    height: 22px;
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nh h4 {
    font-size: 22px;
    margin: 0 auto 20px;
  }
  .nh h5 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
    margin: 0 auto 20px;
  }
  .nh h5:before {
    width: 14px;
    height: 14px;
  }
  .nh h6 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 15px;
    padding-bottom: 5px;
  }
  .nh .ttl {
    font-size: 18px;
    padding-left: 20px;
    margin: 0 auto 5px;
  }
  .nh .ttl:before {
    width: 14px;
    height: 14px;
  }
  .nh table {
    width: 1100px;
  }
  .nh .scroll_box {
    overflow: auto;
  }
  .nh .scroll_box::-webkit-scrollbar {
    height: 5px;
  }
  .nh .scroll_box::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .nh .scroll_box::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  /*認定書・評定書　モーダル*/
  .nh .modal__content {
    width: 90%;
    max-width: 90%;
  }
  .nh .js-modal-close {
    font-size: 50px;
    position: absolute;
    top: -130px;
    right: 0;
  }
  .nh .modal__inner {
    padding: 30px 5%;
  }
  .nh .modal table {
    width: 100% !important;
  }
}