@charset "UTF-8";
/* 汎用クラス */
.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line-Box */
.line_box {
  letter-spacing: -.40em;
}

/* img-Replace */
.img_replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* img-Fit */
.img_fit {
  width: 100%;
  height: auto;
}

/* img-Baseline */
.img_baseline {
  vertical-align: top;
  vertical-align: bottom;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.aboutTeam {
  background-color: #e0f3f4;
  padding: 30px;
  margin-bottom: 25px;
}
.aboutTeam .ftL {
  margin-right: 15px;
  margin-bottom: 15px;
}
.aboutTeam .ftL:last-child {
  margin-right: 0;
}

.teamMember {
  margin-top: 45px;
  margin-bottom: 50px;
}
.teamMember::after {
  clear: both;
  content: "";
  display: table;
}
.teamMember h2 {
  margin-bottom: 30px !important;
}
.teamMember .member {
  height: auto;
  width: 210px;
  margin-right: 43px;
  float: left;
}
.teamMember .member:last-child {
  margin-right: 0;
}
.teamMember .member:nth-child(2) {
  width: 230px;
}
.teamMember .member:nth-child(2) .photo {
  text-align: center;
}
.teamMember .member:nth-child(2) .textGroup .txt {
  width: 210px;
  margin: 0 auto;
}
.teamMember .member .photo {
  margin-bottom: 30px;
}
.teamMember .member .position {
  font-size: 12px;
  font-weight: bold;
  color: #009da5;
  white-space: nowrap;
  text-align: center;
  padding: 0;
  line-height: 1;
  margin-bottom: 8px;
}
.teamMember .member .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}
.teamMember .member .txt {
  font-size: 14px;
  line-height: 1.57;
  padding: 0;
}

/*----------------------------------------
	SPモード
----------------------------------------*/
@media all and (min-width: 0px) and (max-width: 600px) {
  .aboutTeam .jirei1,
  .aboutTeam .jirei2 {
    width: 45%;
  }

  .aboutTeam .jirei3,
  .aboutTeam .jirei6 {
    width: 53%;
  }

  .aboutTeam .jirei4,
  .aboutTeam .jirei5 {
    width: 37%;
  }

  .aboutTeam .jirei7 {
    width: 95%;
  }

  /*.aboutTeam .jirei8,
  .aboutTeam .jirei9 {
  	width: 45%;
  }*/
  .aboutTeam .ftL.jirei7 {
    margin-right: 0;
  }

  .teamMember {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .teamMember h2 {
    margin-bottom: 14px !important;
  }
  .teamMember .member {
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
    width: auto;
    width: auto !important;
  }
  .teamMember .member:last-child {
    margin-bottom: 0;
  }
  .teamMember .member .photo {
    height: 120px;
    width: 120px;
    float: none;
    margin-bottom: 10px;
  }
  .teamMember .member .photo img {
    height: auto;
    width: auto;
  }
  .teamMember .member .textGroup .position, .teamMember .member .textGroup .name {
    text-align: left;
  }
  .teamMember .member .textGroup .position {
    position: absolute;
    top: 42px;
    left: 130px;
    white-space: normal;
    line-height: 1.5;
  }
  .teamMember .member .textGroup .name {
    position: absolute;
    top: 61px;
    left: 130px;
  }
  .teamMember .member .textGroup .txt {
    width: auto !important;
  }
  .teamMember .member:nth-child(2) .position {
    top: 30px;
  }
  .teamMember .member:nth-child(2) .name {
    top: 68px;
  }
}

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