@charset "UTF-8";
/* Import HubSpot Variables */
{%- import '../../includes/vars.html' as vars -%} 
.m-simple-table table {
  width: 100%;
  color: #333;
  border-top: 1px solid #c4c4c4;
}

.m-simple-table th,
.m-simple-table td {
  padding: 25px;
  border: none;
  border-bottom: 1px solid #c4c4c4;
}

.m-simple-table th:empty,
.m-simple-table td:empty {
  display: none;
}

.m-simple-table th {
  width: 24.1%;
  text-align: left;
  vertical-align: top;
}

.m-simple-table td {
  font-size: 1.4rem;
}

.m-simple-table .-no-border {
  border-top: none;
}

.m-simple-table .-no-border th,
.m-simple-table .-no-border td {
  border-bottom: none;
}

.m-simple-table .-access th {
  padding-top: 35px;
}

.m-simple-table .-access td p {
  display: inline-block;
}

.m-simple-table .-image {
  margin-top: 60px;
  margin-bottom: 0;
}

.m-simple-table .-image th, .m-simple-table .-image td {
  padding-top: 0;
}

.m-simple-table .-image tr:nth-of-type(n+2) th, .m-simple-table .-image tr:nth-of-type(n+2) td {
  padding-top: 5px;
}

.m-simple-table .-image th {
  padding-left: 0;
}

.m-simple-table .-no-gap th, .m-simple-table .-no-gap td {
  padding-top: 0;
}

.m-simple-table ul {
  padding: 0;
  list-style: none;
}

.m-simple-table ul li {
  margin-left: 1.1em;
  padding: 0;
  text-indent: -1.1em;
}

.m-simple-table ul li::before {
  content: "・";
}

.m-simple-table ul.-no-icon li::before {
  content: none;
}

.m-simple-table a {
  color: #00afd7;
  text-decoration: underline;
}

.m-simple-table a:hover {
  text-decoration: none;
}

.m-simple-table .button {
  display: inline-block;
  margin: 4px 45px 5px;
}

.m-simple-table .button a {
  display: block;
  position: relative;
  width: 200px;
  padding: 12px 0 13px 36px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
}

.m-simple-table .button a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 16px;
  margin: auto 0;
  background: url("https://www.nri-secure.co.jp/hubfs/DEV/NRIS/nris-recruit2020/assets/images/common/icon-arrow.png") 0 50%/contain no-repeat;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.m-simple-table .button a:hover {
  opacity: 0.7;
}

.m-simple-table .note {
  font-size: 1.2rem;
}

.m-simple-table .-flow {
  max-width: 1000px;
  margin: 30px auto 0;
}

.m-simple-table .-flow th {
  width: 140px;
  padding-left: 20px;
}

.m-simple-table .-flow td {
  padding-left: 0;
  line-height: 1.86;
}

.m-simple-table .-flow p {
  margin: 0;
}

.m-simple-table .-flow ul {
  margin: 0;
}

.m-simple-table .-flow ul li::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-simple-table th {
    width: 31.94%;
    padding: 15px 15px 15px 0;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .m-simple-table td {
    padding: 15px 0 16px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .m-simple-table .-access th {
    padding-top: 13px;
  }
  .m-simple-table .-access td {
    padding: 14px 0 20px;
  }
  .m-simple-table .-image {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .m-simple-table .-image tbody, .m-simple-table .-image tr, .m-simple-table .-image th, .m-simple-table .-image td {
    display: block;
  }
  .m-simple-table .-image tr:nth-of-type(n+2) th, .m-simple-table .-image tr:nth-of-type(n+2) td {
    padding-top: 2px;
  }
  .m-simple-table .-image th, .m-simple-table .-image td {
    width: 100%;
    padding: 10px 0;
  }
  .m-simple-table .-image th, .m-simple-table .-image td {
    padding-top: 0;
  }
  .m-simple-table .-image td {
    font-size: 1.3rem;
  }
  .m-simple-table .button {
    display: block;
    margin: 12px 0 0;
  }
  .m-simple-table .button a {
    display: inline-block;
    width: auto;
    padding: 10px 25px;
  }
  .m-simple-table .button a::before {
    left: 10px;
    width: 7px;
    height: 10px;
  }
  .m-simple-table .button a:hover::before {
    left: 15px;
  }
  .m-simple-table .note {
    margin-top: -1em;
    font-size: 1.1rem;
  }
  .m-simple-table .-flow {
    margin: 30px auto 0;
  }
  .m-simple-table .-flow th {
    width: 26.87%;
    padding-left: 0;
  }
  .m-simple-table .-flow td {
    line-height: 1.57;
  }
}
