@charset "utf-8";
/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#main .listUl {
	margin: 4rem 0 -3rem;
	position: relative;
}
#main .listUl::before {
	position: absolute;
	left: 22.6rem;
	top: 8rem;
	bottom: -2.6rem;
	width: 0.1rem;
	background-color: #808080;
	content: "";
}
#main .listUl li {
	padding-bottom: 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .listUl .time {
	width: 16rem;
	text-align: center;
}
#main .listUl .time .year {
	display: block;
	color: #004EA2;
	font-weight: 400;
	font-size: 5rem;
	line-height: 1;
	font-family: "Racing Sans One", sans-serif;
}
#main .listUl .time .sml {
	width: 10.7rem;
	margin: 0.5rem auto 0;
	padding: 0 0 0.3rem;
	display: block;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	background-color: #004EA2;
}
#main .listUl .text {
	margin-top: 0.3rem;
	width: calc(100% - 31.2rem);
	position: relative;
	font-size: 1.6rem;
}
#main .listUl .text::before {
	position: absolute;
	left: -9.8rem;
	top: 50%;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #A00D18;
	border-radius: 100%;
	content: "";
	transform: translateY(-44%);
}
#main .listUl .text .bold {
	margin-top: 0.3rem;
	display: block;
	font-weight: 700;
}
#main {
	margin-bottom: 9.2rem;
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 3.2rem;
	}
	#main .listUl {
		margin: 2.2rem 0 -2.3rem;
	}
	#main .listUl::before {
		left: 11.6rem;
		top: 5rem;
		bottom: 0.6rem;
	}
	#main .listUl li {
		min-height: 9.6rem;
		padding-bottom: 1.7rem;
		box-sizing: border-box;
	}
	#main .listUl .time {
		width: 9.8rem;
	}
	#main .listUl .time .year {
		font-size: 3.8rem;
	}
	#main .listUl .time .sml {
		width: 8rem;
		margin: 0.3rem auto 0;
		padding: 0 0 0.3rem;
		letter-spacing: 0.1em;
		font-size: 1.2rem;
	}
	#main .listUl .text {
		margin-top: 0.7rem;
		width: calc(100% - 13.9rem);
		font-size: 1.2rem;
		line-height: 1.49;
	}
	#main .listUl .text::before {
		left: -3.2rem;
		width: 1.9rem;
		height: 1.9rem;
		transform: translateY(-50%);
	}
	#main .listUl .text .bold {
		margin-top: 0;
	}
}