/* ----------------------------------------------
 スタッフ紹介
------------------------------------------------*/
article.inner {
    padding-top: 72px;
    padding-bottom: 24px;
}
/*弊社スタッフ*/
#staff .staff-list {
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}
#staff .staff-list figure {
    width: 25%;
    margin-right: 5%;
}
#staff .staff-list .profile {
    width: 68%;
}
#staff .staff-list:first-of-type{
    border-top: 1px solid #ddd;
}
#staff .staff-list figure img {
    border-radius: 100%;
    max-width: 180px;
    width: 100%;
    height: auto;
}
#staff .profile .name {
    margin-bottom: 24px;
}
#staff .staff-list h4 {
    width: 40%;
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 24px;
    border-right: 1px solid #ddd;
    margin-right: 20px;
    padding: 14px 0;
}
#staff .profile > p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 12px 0;
    color: #019cd4;
    margin-bottom: 24px;
}

#staff .staff-area ul li {
    line-height: 1.6;
    font-size: 15px;
}
#staff .tantou {
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0 0 0;
}

/*協力スタッフ*/
#staff .k_staff_area figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#staff .k_staff_list{
    background: #545252;
    width: 25%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
#staff .k_staff_area h4 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
}
#staff .k_staff_area h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: normal;
    padding: 16px 0;
}
/* /////////////////////////////////////////////
　スマホサイト
///////////////////////////////////////////// */
@media only screen and (max-width: 767px){
/*共通*/
    html {
        font-size: 62.5%;
    }
    article.inner {
        padding: 48px 3%;;
    }
    .lead h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .lead p {
        font-size: 1.6rem;
        width: 100%;
    }
/*スタッフ*/
    #staff .staff-list h4 {
        width: 100%;
        border-right: 0;
    }
    #staff .staff-area ul li {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #staff .k_staff_list,
    #staff .k_staff_list_bottom {
        background: #545252;
        width: 50%;
    }

}