@charset "UTF-8";


h3{
	margin-top: 150px;
}

p{
	text-align: center;
	font-size: 2rem;
	line-height: 1.7;
}
html.sp p{
/*	text-align: justify;*/
}
html.sp p.blue{ text-align: center; }

figure.type1{
	text-align: center;
	margin: 150px 0 ;
	height: 250px;
	background-color: #c7e8fa;
}
figure.type1 img{
	margin: -70px 0 0;
}
html.sp figure.type1 img{
	margin: -45px 0 0;
}

.name{
	margin: 50px 0 0;
}
html.sp .name{
	text-align: center;
}
.name img{
	margin-left: 30px;
}

.staff .images{
	text-align: center;
}
.staff .images img[src*="/staff/4_1."]{
	margin: 0 22px 0 0;
}
html.sp .staff .images img[src*="/staff/4_1."]{
	margin: 0 0 20px 0;
}
.staff table{
	border-collapse: collapse;
	margin: 50px auto;
}
.staff table th,
.staff table td{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
	padding: 30px 10px;
}
.staff table th{
	vertical-align: top;
	text-align: right;
}
.staff table th .box{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}


