@charset "UTF-8";
/*認定書・評定書ダウンロード*/
.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 {
  border: 2px solid #c24b2d;
}
.nh table .line_g {
  border: 2px solid #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;
  font-size: 18px;
}
.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 .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.nh table .btn02.popup {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  color: #c24b2d;
  background-color: #f2e2d8;
  border: solid 1px #c24b2d;
  border-radius: 5px;
  padding: 4px 0;
  width: 50px;
  margin: 0 2px;
  cursor: pointer;
}
.nh table .btn02.popup:hover {
  opacity: 1;
  color: #fff;
  background-color: #c24b2d;
}
.nh table .btn02.pdf a {
  display: block;
  text-decoration: none;
  color: #04755b;
  background-color: #d9dfd9;
  border: solid 1px #04755b;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  width: 50px;
  padding: 4px 0;
  margin: 0 2px;
}
.nh table .btn02.pdf a:hover {
  opacity: 1;
  color: #fff;
  background-color: #04755b;
}
.nh table .btn02.dl a {
  display: block;
  text-decoration: none;
  color: #004ea2;
  background-color: #d5d6ea;
  border: solid 1px #004ea2;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  width: 50px;
  padding: 4px 0;
  margin: 0 2px;
}
.nh table .btn02.dl a:hover {
  opacity: 1;
  color: #fff;
  background-color: #004ea2;
}
/*認定書・評定書　モーダル*/
.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;
}
/*モーダルここまで*/
@media screen and (max-width:1100px) {
  /*認定書・評定書ダウンロード*/
  .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;
  }
}