.members{
  position: absolute;
  top: 40px;
  width: 100%;
  background-image: url(../img/pass_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  font-size: 12px;
}

.members_container{
  width: 900px;
  margin: 0 auto 100px;
}

.members_tit{
  font-size: 70px;
  line-height: 1em;
  font-family: 'Raleway';
  color: #FFFFFF;
  text-shadow: 3px 3px 0 #ED8F9F,
  -3px 3px 0 #ED8F9F,
  3px -3px 0 #ED8F9F,
  -3px -3px 0 #ED8F9F;

  margin-bottom: 80px;
  padding-top: 80px;
}

.members_box{
  display: flex;
}

.members_table_td_img{
  width: 150px;
}

.members_table_img{
  width: 100px;
  margin: 20px;
}

.members_table_td_text{
  width: 280px;
  text-align: left;
  vertical-align: middle;
}

.members_text{
  width: 240px;
}

.members_name{
  font-size: 14px;
  font-weight: bold;
  color: #87B2C3;
}

.line{
  border-right: 4px dotted #707070;
}


footer{
  top: 1400px;
}


/*----------------------タブレット版----------------------------*/

@media ((min-width: 501px) and (max-width: 1140px)) {
  .members_container{
    width: 500px;
  }

  .members_table_td_img{
    width: 100px;
    height: 150px;
  }
  
  .members_table_img{
    width: 80px;
    margin: 15px;
  }
  
  .members_table_td_text{
    width: 180px;
  }
  
  .members_text{
    width: 160px;
  }
  
  footer{
    top: 1300px;
  }

}



/*-----------------------スマホ版-------------------------------*/

@media (max-width: 500px) {
  .members_container{
    width: 350px;
  }

  .members_tit{
    text-align: center;
    font-size: 50px;
  }

  .members_box{
    display: block;
  }

  .line{
    border: none;
  }

  .members_table_td_img{
    width: 90px;
    height: 160px;
  }
  
  .members_table_img{
    width: 80px;
    margin: 15px;
  }
  
  .members_table_td_text{
    width: 260px;
  }
  
  .members_text{
    width: 210px;
  }

  footer{
    top: 1800px;
  }

}