@charset "utf-8";
/* CSS Document */
div.staff {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #a1a1a1;
}
div.staff > dl {
    display: flex; 
}

div.staff >dl dt {
    width: 150px;
}
div.staff >dl dt img {
    width: 100%;
}

div.staff >dl dd h3{
    background: none !important;
    font-size: 18px;
    margin: 0;
    padding: 0 !important;
}
div.staff >dl dd span {
    font-size: 14px;
    color: #cccccc;
}
div.staff >dl dd h2 {
    font-size: 24px;
    color: #0974A8;
    padding: 0 !important;
    background: none !important;
    text-align: left !important;
}
div.staff >dl dd p {
    margin: 0;
}
div.staff div dl {
    display: block !important;
}
div.staff div dl dt {
    font-size: 20px;
    font-weight: bold;
}

div.staff div dl dd {
    font-size: 15px;
    color:#a1a1a1;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}




@media only screen and (max-width: 768px) {
    section#recomend dl {display: block;}
    section#recomend dd {padding-left: 0px;}
}