@charset "utf-8";

@media screen and (max-width:700px) {

#staff {
    padding-bottom: 3.07%;
}
#staff ul {
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style-type: none;
    max-width: 1120px;
    display: flex;
    flex-wrap: wrap;
}
#staff ul li {
    display: flex;
    width: 46.92%;
    justify-content: space-between;
    margin-right: 6.15%;
    margin-bottom: 6.15%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#staff ul li:nth-child(2n) {
	 margin-right: 0%;
}
.staff_detail_box {
    width: 100%;
    margin-right: 0%;
}
.staff_detail_box h2 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #347292;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.staff_position {
    font-family: 'Noto Sans JP', sans-serif;
    color: #347292;
    font-size: 14px;
    display: block;
    line-height: 1em;
    margin-bottom: 8px;
}

.staff_detail_box h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    background-color: #E8F7FC;
    margin-top: 8px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.staff_detail_box p {
    font-size: 14px;
    line-height: 1.6em;
}
.staff_img_box {
    width: 100%;
    min-width: 100%;
    margin-bottom: 14px;
}
.staff_img_box img {
    width: 100%;
    -webkit-box-shadow: 1px 1px 4px #A09ABB;
    box-shadow: 1px 1px 4px #A09ABB;
}
}
