@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
/**
 * 全体レイアウト
 * - コンテンツレイアウト
 * -- サブタイトル
 */
.b-main {
  margin-bottom: 30px;
  /*** コンテンツレイアウト ***/
}
.b-main--contents {
  width: 1000px;
  margin: 10px auto 60px;
  overflow: hidden;
}

/*** サブタイトル ***/
.b-subTitle h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.b-subTitle h3:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 3px;
  background-color: #E50012;
  margin-right: 10px;
  vertical-align: sub;
}

/**
* Prof全体レイアウト
* - Profコンテンツレイアウト
* - Profメッセージレイアウト
*/
.b-profBox {
  margin-top: 25px;
  position: relative;
}

/*** Profコンテンツレイアウト ***/
.b-profContents {
  display: flex;
}
.b-profContents--list {
  margin-left: 30px;
  padding-left: 15px;
}

.b-profContents--list {
  width: 100%;
}
.b-profContents--list table {
  width: 100%;
}
.b-profContents--list table th {
  width: 140px;
  font-weight: 600;
  vertical-align: top;
  padding: 5px 0;
}
.b-profContents--list table td {
  width: calc(100% - 120px);
  font-weight: 600;
  padding: 5px 15px 5px 0;
  line-height: normal;
  vertical-align: top;
}

.profImg-data {
  width: 150px;
  height: 70px;
  background: url("../../img/minimini/common/staff_back.png") no-repeat;
  text-align: center;
}
.profImg-data span {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  color: #FFF;
}
.profImg-data p {
  font-size: 20px;
  color: #FFF;
}

/*** Profメッセージレイアウト ***/
.b-profMsg {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 180%;
  box-sizing: border-box;
  margin: 20px auto 0;
}

/**
 * Intro全体レイアウト
 * - Introコンテンツレイアウト
 * - Introメッセージレイアウト
 */
.b-introBox {
  margin: 20px 0 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #F6F6F6;
  font-size: 14px;
}

/*** Introコンテンツレイアウト ***/
.b-introContents {
  display: flex;
}
.b-introContents--item {
  display: flex;
  width: 500px;
}

.listRight {
  margin-left: 18px;
}

.item-msg {
  padding-left: 18px;
  line-height: 180%;
}

/*** Introメッセージレイアウト ***/
.b-introMsg {
  margin-top: 40px;
  display: flex;
}
.b-introMsg--img {
  display: flex;
  justify-content: flex-start;
  width: 450px;
}
.b-introMsg--msg {
  width: 550px;
  margin-top: 27px;
  line-height: 180%;
}

.introImg-data {
  display: flex;
  align-items: center;
  position: relative;
  width: 252px;
  margin-left: 18px;
  background: url("../../img/minimini/staff/pop.png") no-repeat;
  background-position: center;
}
.introImg-data p {
  position: absolute;
  color: #FFF;
  margin: auto;
  width: 150px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
}

.lastBox {
  border-bottom: none;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  /**
   * 全体レイアウト
   * - コンテンツレイアウト
   */
  .b-main {
    margin-bottom: 30px;
    /*** コンテンツレイアウト ***/
  }
  .b-main--contents {
    width: auto;
    margin: 20px auto 0;
    padding: 0 10px;
  }

  /**
  * Prof全体レイアウト
  * - Profコンテンツレイアウト
  * - Profメッセージレイアウト
  */
  .b-profBox {
    margin-top: 25px;
    position: unset;
    height: auto;
  }

  /*** Profコンテンツレイアウト ***/
  .b-profContents {
    display: block;
  }
  .b-profContents--img {
    text-align: center;
  }
  .b-profContents--list {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  th, td {
    font-size: 14px;
  }

  table {
    margin: 0 auto;
  }

  .profImg-data {
    margin: 0 auto;
  }
  .profImg-data span {
    display: block;
  }

  /*** Profメッセージレイアウト ***/
  .b-profMsg {
    padding: 15px;
    width: auto;
    font-size: 14px;
    margin: 20px 0 0 0;
    position: unset;
  }

  /**
  * Intro全体レイアウト
  * - Introコンテンツレイアウト
  * - Introメッセージレイアウト
  */
  .b-introBox {
    margin: 20px 0;
    font-size: 14px;
  }

  /*** Introコンテンツレイアウト ***/
  .b-introContents {
    display: block;
  }
  .b-introContents--item {
    width: auto;
  }

  .listRight {
    margin-left: 0;
    margin-top: 40px;
  }

  .item-img img {
    width: 30vw;
    max-width: 150px;
  }

  .item-msg p {
    font-size: 14px;
  }

  /*** Introメッセージレイアウト ***/
  .b-introMsg {
    display: block;
  }
  .b-introMsg--img {
    width: auto;
    margin-top: 40px;
  }
  .b-introMsg--img img {
    width: 30vw;
    max-width: 150px;
  }
  .b-introMsg--msg {
    width: auto;
    margin-top: 20px;
  }

  .introImg-data {
    width: 100%;
    background-position: left;
    background-size: contain;
  }
  .introImg-data p {
    width: 100%;
    left: 15%;
  }
}

/*# sourceMappingURL=staff.css.map */
