.pb-35p { padding-bottom: 35px;}
.mt-60p { margin-top: 60px; }

/*-------------------------------------------
header
-------------------------------------------*/
ul.nav-list {
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  height: 66px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 2;
  border: 3px solid #a0a0a0;
  border-top: none;
  border-left: none;
  border-right: none;
  text-decoration: none;
}
li.nav-list-item {
  list-style: none;
  display: inline-block;
  margin: 0 2.5%;
  vertical-align: bottom;
}

a.link {
  text-decoration: none;
  color: #000;
}

li.logo-img {
  width: 201px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(180deg,white 0%,white 73%,#a0a0a0 50%,#a0a0a0 100%);
}
li.nav-list-item div.nav-subtext {
  color: #9d9d9d;
  font-size: 15px;
}

.link {
  color: #000;
  text-decoration: none;
}