@charset "UTF-8";

#main_column div {
	text-align: center;
	background: url(../images/bg_year_l.png) no-repeat, url(../images/bg_year_r.png) no-repeat;
}

#main_column .year_tl {
	font-weight: bold !important;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	line-height: 1;
}

@media screen and (min-width: 768px) {

	/*==PC===========================================*/
	#main_column div {
		padding: 5px 0 0;
		min-height: 85px;
		background-position: left 120px top, right 120px top;
		background-size: auto 90px;
		margin-bottom: 30px;
	}

	#main_column .year_tl {
		font-size: 22px !important;
	}

	#main_column .year_text {
		margin-top: 10px !important;
		font-size: 16px !important;
		line-height: 1.5;
	}

	#main_column.pconly div {
		padding: 20px 10px 20px 20px;
		background-position: left 10px top 10px, right 10px top 10px;
		background-size: auto 75px;
		border-radius: 10px;
	}

	#main_column.pconly .year_tl {
		font-size: 22px !important;
	}

	#main_column.pconly .year_text {
		font-size: 15px !important;
	}

	#main_column br.sp {
		display: none;
	}
}

/*min-width768px end*/
@media screen and (max-width: 767px) {
	/*==SP===========================================*/

	#main_column div {
		padding: 0;
		background-position: left -2px top -2px, right -2px top -2px;
		background-size: auto 12.8vw;
		margin-bottom: 4vw;
	}

	#main_column .year_tl {
		padding: 1.6vw 0 0;
		font-size: 5.333333333vw !important;
		line-height: 1.4 !important;
	}

	#main_column .year_text {
		margin-top: 2.4vw !important;
		font-size: 4vw !important;
		line-height: 1.5 !important;
	}

	#main_column br.pc {
		display: none;
	}

}

/*max-width767px end*/