/*===============================================
pc 796
===============================================*/
@media screen and (min-width: 769px){
    
    .staff_box {
        width:100%;
        margin-bottom:20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .staff_box:after{
        content:"";
        display: block;
        clear:both;
    }
    .staff_box .sbox {
        width:48%;
        float:left;
        margin-right:4%;
    }
    .staff_box .sbox:nth-child(2n){
        margin-right:0;
    }
    .staff_box .sbox:after{
        content:"";
        display: block;
        clear:both;
    }
    .staff_box .sbox .ibox{
        width:30%;
        float: left;
    }
    .staff_box .sbox .ibox img{
        width:100%;
        max-width: 100%;
        height: auto;
    }
    .staff_box .sbox .tbox{
        width:65%;
        float: right;
    }
    .staff_box .sbox .tbox ul{
        margin-bottom:20px;
    }
    .staff_box .sbox .tbox ul li{
        margin-left:20px;
        font-size:80%;
        line-height:140%;
    }
    .staff_box .sbox .tbox img{
        display: block;
        margin-bottom:20px;
    }
    .staff_box .sbox .tbox .profile{
        font-size:80%;
        line-height:140%;
    }
    .staff_box .sbox .tbox span{
        font-size: 0.9em;
        font-weight: bold;
        margin-bottom: 1.0em;
        display: block;
        line-height: 1.3em;
    }
    .staff_box .sbox .tbox span span.da{
        color:#daa520;
        display: inline-block;
        margin-bottom: 0;
    }
}

/*===============================================
tablet 641～768
===============================================*/
@media screen and (min-width: 641px) and (max-width: 768px) {
    
    .staff_box {
        width:100%;
        margin-bottom:20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .staff_box:after{
        content:"";
        display: block;
        clear:both;
    }
    .staff_box .sbox {
        width:48%;
        float:left;
        margin-right:4%;
    }
    .staff_box .sbox:nth-child(2n){
        margin-right:0;
    }
    .staff_box .sbox:after{
        content:"";
        display: block;
        clear:both;
    }
    .staff_box .sbox .ibox{
        width:30%;
        float: left;
    }
    .staff_box .sbox .ibox img{
        width:100%;
        max-width: 100%;
        height: auto;
    }
    .staff_box .sbox .tbox{
        width:65%;
        float: right;
    }
    .staff_box .sbox .tbox ul{
        margin-bottom:20px;
    }
    .staff_box .sbox .tbox ul li{
        margin-left:20px;
        font-size:80%;
        line-height:140%;
    }
    .staff_box .sbox .tbox img{
        display: block;
        margin-bottom:20px;
    }
    .staff_box .sbox .tbox .profile{
        font-size:80%;
        line-height:140%;
    }
    
}
/*===============================================
smart  640px
===============================================*/
@media screen and (max-width:640px){
    
    .staff_box {
        width:100%;
        margin-bottom:20px;
        padding-bottom: 20px;
    }
    .staff_box:after{
        content:"";
        display: block;
        clear:both;
    }
    .staff_box .sbox {
        width:100%;
        margin-bottom:20px;
        padding-bottom:10px;
        border-bottom:1px dotted #ccc;
    }
    .staff_box .sbox:after{
        content:"";
        display: block;
        clear:both;
    }
    .staff_box .sbox .ibox{
        width:30%;
        float: left;
    }
    .staff_box .sbox .ibox img{
        width:100%;
        max-width: 100%;
        height: auto;
    }
    .staff_box .sbox .tbox{
        width:65%;
        float: right;
    }
    .staff_box .sbox .tbox img{
        width:70%;
    }
    .staff_box .sbox .tbox ul{
        margin-bottom:20px;
    }
    .staff_box .sbox .tbox ul li{
        margin-left:20px;
        font-size:80%;
        line-height:140%;
    }
    .staff_box .sbox .tbox img{
        display: block;
        margin-bottom:20px;
    }
    .staff_box .sbox .tbox .profile{
        font-size:80%;
        line-height:140%;
    }
    
}