@charset "UTF-8";

/* ‰ïŽÐŠT—v
--------------------------------------------------*/
.profile h1 {
	color: #1c3458;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	margin: 100px auto 30px;
	width: 1000px;
}
.profile h2 {
	color: #1c3458;
	font-weight: bold;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1;
	margin: 45px 0 10px;
}
.profile h3 {
	color: #1c3458;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 30px 0 10px;
}
.profile h4 {
	color: #1c3458;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px 0 10px;
}
	.profile div dl {
		width: 100%;
		display: flex;
		display: ms-flexbox;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.profile div dl:nth-child(even) {
		background: #e2edf8;
	}
	.profile div dl:last-child {
		border-bottom: 1px solid #ccc;
	}
	.profile div dl dt {
		width: 24em;
		font-weight: bold;
		padding: 0 1em 0 1.5em;
		box-sizing: border-box;
	}
	.profile div dl dd {
		width: calc(100% - 10em);
		padding: 0 1.5em 0 0;
		box-sizing: border-box;
	}

@media screen and (max-width: 767px) {
.profile h1 {
	font-size: 27px;
	font-size: 2.7rem;
	margin: 20px 0;
}
	.profile div dl {
		width: 100%;
		display: block;
	}
	.profile div dl dt {
		width: 100%;
		padding: 0 10px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.profile div dl dd {
		width: 100%;
		padding: 0 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
