@charset "UTF-8";

/*---------------------------------------
お知らせ
---------------------------------------*/
/*=============================
背景画像
=============================*/
main {
    background: url(../../new/images/common/bg_footer_cloud.png) bottom -94px left no-repeat,
				url(../../new/images/information/main_bg.jpg) top 57px center no-repeat,#020612;
	padding-bottom: 80px;
}
/*=============================
大見出し
=============================*/
h1 {
	text-align: center;
	margin: 0 0 50px;
}
h1::after {
	content: "";
	background: url(../../new/images/information/h1_en.svg) top center / contain no-repeat;
	width: 170px;
	height: 23px;
	display: block;
	margin: 10px auto 0;
}
/*=============================
お知らせリスト
=============================*/
section ol {
	border: 2px solid #f5df99;
	padding: 52px 45px;
	margin: 0 30px;
}
section ol li {
	background: #fff;
	padding: 40px 25px;
	margin: 0 0 25px;
}
section ol li:last-of-type {
	margin: 0;
}
/*タイトル*/
section ol li h2 {
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 20px;
	line-height: 1.3;
}
/*日付*/
section ol li h2 span {
	font-size: 25px;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: normal;
	background: #44454c;
	width: 190px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px;
	line-height: 1;
}
/*テキスト*/
section ol li p:not(.btn) {
	font-size: 26px;
	line-height: 1.4;
	margin: 0 0 20px;
}
section ol li p:not(.btn) a {
	color: blue;
}
/*ボタン*/
section ol li .btn + .btn{
	margin-top: 24px;
}
section ol li .btn a {
	height: 60px;
	margin: 0 0 0 auto;
	padding: 2px 0 0;
}
section ol li .btn a::after {
	top: 21px;
	right: 15px;
}