#staff
{
    margin-top: 20px;
    padding-bottom: 100px;
    text-align: center;
}

#staff h2{
    margin: 50px auto;
    display: block;
    font-size: 32px;
    font-weight: 800;
}

.staff-list{
    width: 80%; 
    margin: 0 auto;
    padding: 50px auto;
    display: block;
}

@media screen and (max-width:640px){
.staff-list{
    width: 100%; 
    margin: 0 auto;
}
}

.staff_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto 30px auto;
}

.staff_list li {
    list-style: none;
    margin: 20px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #29262B;
    width: 200px;
}

.staff_list li img {
    border-radius: 100px;
    width: 200px;

}

.staff_list li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: #29262B;
}


.staff_list .card-title{
    display: block;
    padding: 10px;
    text-align: center;
}


.staff_list li a:hover{
    text-decoration: none;
    color: #DC4B8A;
}

.staff_list li a:before{
    padding: 6px 2px 0px 4px;
}


.contents-box{
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000080;
    border-radius: 30px;
    opacity: 1;
    display: block;
    color: #29262b;
}

@media screen and (max-width:640px){
.contents-box{
    border-radius: 0px;
}
}



#staff p{
    text-align: left;
    padding: 50px;
    margin: 0 auto;

}