@charset "utf-8";
/* recruit
-------------------------------------------------*/
#staff h2 {
    border-top: 2px solid rgb(42, 156, 128);
    padding-top: .6em;
}
#staff .table_green{
    border-top: 2px solid rgb(42, 156, 128);
    border-bottom: 2px solid rgb(42, 156, 128);
}
#staff .table_green th {
    background: #eff5ee;
    vertical-align: top;
    width: 17%;
    padding: 2%;
    font-weight: bold;
}
#staff .table_green tr:nth-child(1) th,
#staff .table_green tr:nth-child(1) td{
	border-top: unset;
}
#staff .table_green td {
    padding: 2% 4%;
}
#staff .table_green td ul li {
    width: 32.33%;
    display: inline-block;
    padding-right: 1rem;
    vertical-align: top;
}
#staff .table_green tr:nth-child(1) td ul li:nth-child(10) {
	white-space:nowrap;
}
#staff .table_green tr:nth-child(2) td ul li {
	display:inline;
}
@media screen and (max-width: 768px){
#staff .table_green td ul li {
    width: 49%;
}
@media screen and (max-width: 600px){
#staff .table_green td ul li {
    width: 100%;
}
}
@media screen and (max-width: 400px){
}

