@charset "UTF-8";
/*******************************************
 * スタッフ紹介ページcss
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#layout-main {
  width: 980px;
}
#layout-main h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 44px 0;
}
#layout-main p {
  font-size: 16px;
}
#layout-main strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#layout-main strong span {
  font-size: 14px;
  font-family: 'Noto Sans JP';
  display: inline-block;
  margin-left: 30px;
  color: #071E86;
}
#layout-main .staff {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#layout-main .staff > div {
  width: 550px;
}
#layout-main .staff > img {
  width: 400px;
}
