@charset "utf-8";
/* CSS Document */


/*/////// セクション2 ////////*/
.sec2 .container {
	max-width: 1000px;
}

.sec2 .staff .name {
	border-bottom: 1px solid #ccc;
}

.sec2 .staff h2 {
	font-size: 1.7em;
	font-weight: 600;
}

.sec2 .staff h2 span {
	font-size: 0.6em;
}

.sec2 .staff .name p {
	font-weight: 600;
	font-size: 1.1em;
}

.sec2 .staff .data h3 {
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.sec2 .staff .data {
	margin-bottom: 40px;
}

.sec2 .staff .data:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.sec2 .staff .name {
		padding-bottom: 10px;
	}
	
	.sec2 .staff h2 {
		font-size: 1.8em;
		margin-bottom: 15px;
	}

	.sec2 .staff .name p {
		font-size: 1.15em;
	}

	.sec2 .staff .data h3 {
		font-size: 1.3em;
		padding-bottom: 15px;
	}

	.sec2 .staff .data {
		margin-bottom: 45px;
	}
}

@media (min-width: 768px) {
	.sec2 .staff .name {
		padding-bottom: 5px;
	}
	
	.sec2 .staff h2 {
		font-size: 1.6em;
		margin-bottom: 10px;
	}

	.sec2 .staff .name p {
		font-size: 1.1em;
	}

	.sec2 .staff .data h3 {
		font-size: 1.2em;
		padding-bottom: 12px;
	}

	.sec2 .staff .data {
		margin-bottom: 45px;
	}
}

@media (min-width: 992px) {
	.sec2 .staff h2 {
		font-size: 1.8em;
		margin-bottom: 15px;
	}

	.sec2 .staff .name p {
		font-size: 1.2em;
	}

	.sec2 .staff .data h3 {
		font-size: 1.25em;
		padding-bottom: 15px;
	}

	.sec2 .staff .data {
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.sec2 .staff h2 {
		font-size: 2em;
	}
}



