/*  =======================================================
  
*/
.lnavs {
  padding-bottom: 2em;
}

.lnavs-ul, .lnavs-li {
  list-style: none;
  color: rgb(0, 128, 158);

}
.lnavs-ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lnavs-li {
  margin: 0;
  padding: 0;
  border: 1px solid #dbdbdb;
  flex-grow: 1;
  text-align: center;
}
.lnavs-a {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
  width: 100%;
  height: 100%;
  position: relative;
}

.lnavs-a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.lnavs-a span {
  font-weight: bold;
  width: 100%;
}
.lnavs-a:after {
  content: "";
  display: block;
  margin-top: 13px;
  width: 10px;
  height: 9px;
  background: url(../../common/img/ico_arrow03_bottom.svg) no-repeat;
  background-size: cover;
  /*position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);*/
}




/*  =======================================================

*/
.access-container {
  width: 80%;
  margin: 0 auto;
}

.access-group {
  width: auto;
  margin-bottom: 4em;
}
.access-group-anchor {
  position: relative;
  top: -100px;
}
@media (max-width: 750px){
  .access-group-anchor {
    top: -160px;
  }
}
.access-group-name {
  font-weight: bold;
  font-size: 130%;
  color: rgb(0, 128, 158);
  border-bottom: 1px solid rgb(0, 128, 158);
  padding-bottom: 1em;
}
.access-data-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.access-data {
  width: 48%;
  box-sizing: border-box;
  padding: 1.5em 2em;
  margin: 0em 0 0 0;
  border-bottom: 1px dotted rgb(0, 128, 158);
}
@media (max-width: 750px) {
  .access-data {
    width: 100%;
    padding: 1.5em 1em;
  }
}

.access-data dt,
.access-data dd {
  margin: 0;
  padding: 0;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.54;
}
dt.access-data-title {
  font-weight: bold;
  color: rgb(0, 128, 158);
  font-size: 118%;
}

.access-data-link {
  display: inline-block;
  font-size: 85%;
  border: 1px solid rgb(0, 128, 158);
  border-radius: 2px;
  padding: 0.05em 1.50em 0.15em 1.5em;
  color: rgb(0, 128, 158);
  margin-top: 0.75em;
  margin-bottom: 0.55em;
}
.access-data-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
