@charset "UTF-8";
.staff >li{background:#fff;padding: 7%;border-radius:20px;margin-bottom: 7%;}
.staff img{width:45%;margin:0 auto 5%;}
.staff .info{margin-bottom:5%;}
.staff dl{border:1px solid #ccc;margin-top:-1px;}
.staff dt,.staff dd{padding: 2% 4%;line-height: 1.45;}
.staff dt{background:#f7f6e2;}
.staff dd a{text-decoration:underline;font-weight:bold;color:var(--orange);}
.staff .sikaku {margin-top:10%;}
.staff .sikaku img{width:100%;margin-bottom:1%;}
.staff .sikaku li{padding:0;}

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) {
.staff >li{padding:30px;margin-bottom:30px;}
.staff img{display:inline-block;width:220px;vertical-align:top;margin-bottom: 20px;}
.staff .info{display:inline-block;width:480px;margin-left:20px;margin-bottom: 0;}
.staff dl{background:#f7f6e2;}
.staff dt,.staff dd{display:inline-block;padding: 13px;}
.staff dt{width:30%;text-align:center;}
.staff dd{background:#fff;width: 69%;}
.staff .sikaku{margin:20px 0 0 0;}
.staff .sikaku ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.staff .sikaku li{width:48%;}
}