@charset "utf-8";
/* CSS Document */

/* サブメニューバー設定 */
.year_jump {
	position: relative;
	overflow: hidden;
}
.year_jump ul {
	position: relative;
	left: 50%;
	float: left;
	margin-left: -5px;
}
.year_jump ul li {
	position: relative;
	left: -50%;
	float: left;
	margin-left: 10px;
}
.year_jump li+li{
	position: relative;
}
.year_jump li+li::before{
	content: "";
	display: block;
	height: 2em;
	border-left: 2px solid #999;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-right: 10px;
}
.year_jump h1{
	font-size: 15px;
	font-family: vdl-lineg, sans-serif;
	color: #FAEE00;
	font-weight: normal;
}

/* 年表設定 */
.Year{
	margin-top:15px;
	top: 500px;
	width: 1000px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
.Year h2 {
	font-size: 35px;
	font-family: vdl-lineg, sans-serif;
	font-weight: bold;
	color: #FAEE00;
	padding: 0rem 1rem;
	border-left: 3px solid#FAEE00;
}
h3{
	border-bottom: 1px dashed #FAEE00;
}
h4{
	font-size: 1px;
}

/* BOX設定 */
.work_box-list {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	gap: 30px 4px;
}
.work_box-list .work_box {
	width: 30%;
	height: 210px;
	margin: 0;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.22);
}
.work_box-list .work_box .image {
	margin: 0;
	padding: 0;
}
.work_box-list .work_box .image img{
	width: 100%;
	color: #FAEE00;
}
.work_box-list .work_box .title {
	font-size: 15px;
	font-family: vdl-lineg, sans-serif;
	font-weight: bold;
	color: #FAEE00;
	margin: 10px 0 0;
	padding: 0 20px;
	text-align:center;
}
.work_box-list .work_box .description {
	font-size: 13px;
	font-family: vdl-lineg, sans-serif;
	color: #FAEE00;
	text-align:center;
	margin: 5px 0 0;
	padding: 0 20px;
}
.work_box_shadow{
	gap: 30px 4px;
	box-sizing: border-box;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.22);
}
/* ブランクBOX設定 */
.work_box-list .work_box_none {
	width: 30%;
	height: 220px;
	margin: 0;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}

/* リンクの下線消す用 */
.year_jump a{
	text-decoration: none;
}
.work_box-list .work_box a{
	text-decoration: none;
}
.year_jump h1:hover{
	opacity: 0.5 ;
}

/* 画像暗転 */
/*img:hover {
	opacity: 0.5 ;
}
*/