.coporate-info a:hover {
  color: #4380DF;
}

.member {
  text-align: center;
  margin: auto;
  margin-bottom: 80px;
  width: 100%;
  word-break: auto-phrase;
}

.member_name {
  margin-top: 15px;
  margin-bottom: 10px;
}

.border-radius {
  border-radius: 10px;
}

/* レスポンシブ */

@media only screen and (min-width: 960px){
  .member {
    width: 80%;
    max-width: 920px;
  }
}