@charset "UTF-8";
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
#staff .d-inner {
  background: url(../images/staff/bg_staff.png) no-repeat #9f8acb;
  border: 2px solid #fff;
  width: 91%;
  max-width: 910px;
  margin: 30px auto;
  position: relative;
  padding-bottom: 30px;
}
#staff .d-inner .corner:before {
  content: "";
  background: url(../images/common/left_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
#staff .d-inner .corner:after {
  content: "";
  background: url(../images/common/right_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
}
#staff .d-inner .corner .d-box:before {
  content: "";
  background: url(../images/common/left_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
#staff .d-inner .corner .d-box:after {
  content: "";
  background: url(../images/common/right_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
#staff .d-inner .corner .d-box .h3tit {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/staff/tit_staff.png) no-repeat;
  height: 51px;
  max-width: 92px;
  margin: 50px auto 30px;
}
#staff .d-inner .corner .d-box .character {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/staff/chara_staff.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 76px;
  height: 199px;
}
#staff .d-inner .corner .d-box #staffArea {
  width: 90%;
  margin: auto;
}
#staff .d-inner .corner .d-box #staffArea .stafflist .staffitem {
  display: flex;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
#staff .d-inner .corner .d-box #staffArea .stafflist .staffitem .staff {
  width: 45%;
  float: left;
  padding-right: 20px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #120430;
}
#staff .d-inner .corner .d-box #staffArea .stafflist .staffitem .name {
  width: 55%;
  float: right;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  #staff .d-inner .corner .d-box .h3tit {
    width: 18.53%;
    height: 0;
    background-size: contain;
    padding-top: 10.90%;
    margin: 10% auto 5%;
  }
  #staff .d-inner .corner .d-box #staffArea .stafflist .staffitem .staff {
    font-size: 13px;
  }
  #staff .d-inner .corner .d-box #staffArea .stafflist .staffitem .name {
    font-size: 13px;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  #staff {
    margin: 30px auto;
  }
  #staff .d-inner .corner .d-box .character {
    width: 26.18%;
    height: 0;
    background-size: contain;
    padding-top: 26.52%;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
