@charset "UTF-8";

/* person
----------------------------------------*/
.person .name{
	width: 28%;
	text-align: center;
}
.person .name:first-of-type{
	text-align: center;
}

@media screen and (max-width: 767px){
	.person .name{
		width: 100%;
	}
}


/* photo
----------------------------------------*/
.photo-center_caption .name{
	width: calc(33.33333333333333% - 10px);
}

@media screen and (max-width: 767px){
	.photo-center_caption .name{
		width: 100%;
	}
}


/* information
----------------------------------------*/
.information-pickup_title{
	color: #fff;
  font-size: 1.8rem;
	font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px){
	.information-pickup{
		max-width: unset;
	}
	.information-pickup_title{
		font-size: 1.6rem;
	}
}