@charset "UTF-8";
/* コンテンツ */


.staff li {
    float: left;
    width: calc((100% / 2) - (60px / 2));
    margin: 0 60px 60px 0;
    line-height: 1.7;
}
.staff li h3 {
    text-align: center;
    margin-top: 10px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.4em;
    border-bottom: 1px solid #111;
    padding-bottom: 5px
}
.staff li h4 {
    text-align: center;
    margin-top: 5px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: normal;
    font-size: 1.16em;
}
.staff li p {
    margin-top: 20px;
}

@media screen and (min-width: 500px) {
.staff li:nth-child(2n) {
    margin-right: 0;
}    

}

@media screen and (max-width: 499px) {

.staff li {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
}
}