body{
  font-size: 15px;
	line-height: 26px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000000;
	position: relative;
}
a{
  color: #000;
  text-decoration: none;
  display: block;
}
.newface_slide{
  width: 300px;
  margin: 20px auto 20px;
}

.newface_slide .newface{
  width: 100px;
  float: left;
}
.newface_slide .newface .newface_name{
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
.newface_slide .newface .newface_name *{
  font-weight: normal;
  font-size: 12px !important;
}

.newface_slide .newface img{
  width: 100%;
  height: auto;
}
span.newface_photo{
  position: relative;
  height: auto;
  width: 100%;
  display: block;
}
span.newface_photo::after{
  content: "";
  display: block;
  padding-top: 150%;
}

span.newface_photo img.object-fit{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}


/* .bx-wrapper .bx-pager .bx-pager-item, */

.newface_slide .bx-pager-item:nth-child(3n+2),
.newface_slide .bx-pager-item:nth-child(3n+3){
  display: none !important;
}
