@charset "utf-8";
.history_title {
	color: #FFF;
	text-align: center;
	font-family: "Akshar", sans-serif;
	font-size: 8.3rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	background: #000;
	padding: 10px 0 0;
}
.panel_list .card .item a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
.panel_list .card .item a:hover {
	opacity: 0.7;
}
.history_content {
	background: url(../../images/bg_section.svg) no-repeat top 480px center;
	
}
@media (max-width: 767px) {
	.history_title {
		font-size: 6rem;
		font-style: normal;
		font-weight: 300;
		line-height: 60px; /* 100% */
		padding: 15px 0 10px;
	}
	.history_content {
		background: url(../../images/bg_section_sp.svg) no-repeat top 490px center;
		
	}
}