@import url("/css/inside_common.css");
p,li,a,dt,dd,span,div{
font-weight: 700;
}
#staff .cate ul{
display: flex;
flex-wrap: wrap;
}
#staff .cate ul li {
width: 18.5%;
text-align: center;
margin: .5%;
list-style: none !important;
border: 1px solid #ccc;
border-radius: 6px;
}
#staff .team_comon .flex_box .half_box {
  width: 47%;
}
.inner .col_2{
border: 1px solid #ccc;
padding: .5em 1em;
}
.inner .col_2 p.title{
background-color: #0031A4;
color: #fff;
font-size: 1.4rem;
font-weight: 700;
padding: .25em .5em;
line-height: 1.35;
}
.mokuji p.sub_title {
  background-color: #FFEAF7;
  font-weight: 700;
  padding: .25em .5em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: .25em;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #staff .cate ul li {
    width: 31.5%;
  }
  #staff .team_comon .flex_box .half_box {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
.inner .col_2{
width: 100%;
}

}