.member{
  margin-top:70px;
}
.title-box{
  position:relative;
}
.title-img{
  width:100%;
  position:relative;
  z-index:10;
}
.title-link{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  color: #666666;
  font-size: 18px;
  z-index:99;
}
.member .common-column-list{
  margin-top:32px;
}
body .channel-box{
  margin-top:120px;
}
@media ( max-width:1400px ){
  body .channel-box{
    margin-top:8vw;
  }
  .member{
    margin-top:6vw;
  }
}
@media ( max-width:767px ){
  .member{
    margin-top:8vw;
  }
  .member .common-column-list{
    margin-top:3vw;
  }
  body .channel-box{
    margin-top:20vw;
  }
}