@charset "utf-8";

/* ===================== common ===================== */
section {
	width: 100%;
}

section > .inner {
	width: 1000px;
	margin: 0 auto;
}

section > .inner h2 {
	margin-bottom: 70px;
}

.contentsList {
	width: 950px;
	margin: -22px 0 0 150px;
	overflow: hidden;
	text-align: left;
	line-height: 1.8;
}

.contentsList li {
	margin-top: 22px;
}

.contentsList li dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

.contentsList li dl dt {
	width: 130px;
}

.contentsList li dl dd {
	border-left: 1px solid #000;
	padding-left: 40px;
}

/* ===================== profile ===================== */
#profile {
	padding-top: 90px;
	margin-bottom: 87px;
}


/* ===================== history ===================== */
#history {
	padding-top: 78px;
}

#history .contentsList {
	margin-top: -46px;
}

#history .contentsList li {
	margin-top: 46px;
}

#history .contentsList li dl {
	align-items: center;
}

#history dt {
	line-height: 1;
	text-align: center;
}