<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sec1{
	padding: 6% 0 5.2%;
	background-color: #efefef;
}
.sec1 h3{
	font-size: 32px;
	color: #912922;
	font-weight: bold;
	margin-bottom: 5px;
}
.sec1 ul{
	margin-bottom: 3.6%;
}
.sec1 ul li{
	padding: 4.58% 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sec1 ul li:nth-child(10n),.sec1 ul li:last-child{
	border-color: transparent;
}
.sec1 ul li a{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}
.sec1 .time{
	text-align: center;
	flex-shrink: 0;
}
.sec1 .year{
	font-size: 20px;
	color: #666;
	font-weight: bold;
  	font-family: "DINALTERNATE";
}
.sec1 .month{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
.sec1 .month span{
  	font-family: "DINALTERNATE";
}
.sec1 .day{
	font-size: 56px;
	color: #912922;
	font-weight: bold;
  	font-family: "DINALTERNATE";
}
.sec1 .img-box{
	width: 22.25%;
	margin: 0 4.25%;
	flex-shrink: 0;
}
.sec1 .img-box img{
	width: 100%;
}
.sec1 .text-box{
	width: 100%;
}
.sec1 .text-box h5{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1em;
	max-height: 1em;
}
.sec1 .text-box p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	max-height: 3.2em;
}
.sec1 a:hover .text-box h5{
	color: #912922;
}
.sec1 a:hover .text-box p{
	color: #912922;
}
.sec1 .more{
	font-size: 14px;
	color: #333;
	margin-left: 8.2%;
	margin-right: 2.5%;
	flex-shrink: 0;
}
.sec1 a:hover .more{
	color: #912922;
}
.sec1 .more span{
	vertical-align: middle;
	margin-right: 0.5em;
}
.sec1 .more img{
	vertical-align: middle;
	width: auto;
	height: 0.5em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/news_navicon_bg.png);
	background-position: center top;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec1 a:hover .more img{
	background-position: center bottom;
}
@media only screen and (max-width:1024px) {
	.sec1{
		padding: 2.5rem 0;
	}
	.sec1 h3{
		font-size: 1.125rem;
		margin-bottom: 0.5rem;
	}
	.sec1 ul{
		margin-bottom: 1rem;
	}
	.sec1 ul li{
		padding: 1rem 0;
	}
	.sec1 ul li a{
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		-webkit-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	.sec1 .year{
		font-size: 0.6875rem;
	}
	.sec1 .month{
		font-size: 0.6875rem;
		margin: 0.25em 0;
	}
	.sec1 .day{
		font-size: 1.75rem;
	}
	.sec1 .img-box{
		margin: 0 3%;
		width: 30%;
	}
	.sec1 .text-box h5{
		font-size: 0.625rem;
	}
	.sec1 .text-box p{
		font-size: 0.5625rem;
	}
	.sec1 .more{
		font-size: 0.5625rem;
		margin-left: 3%;
		margin-right: 0;
	}
}</pre></body></html>