@charset "UTF-8";
body{
	background-color:#f0f0f0;
}
.notice_line{
	left:18px;
}
.notice{
	padding-left:20px;
}
.notice .year{
	padding-bottom:5px;
	font-size:var(--font-size-small-title);
}
.notice_txt .bd{
	display: flex;
	flex-direction: column;
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:dashed 1px #ddd;
}
.notice_txt .bd.no_btm{
	border-bottom:none;
	margin-bottom:0;
}
.medal{
	width:100%;
	text-align: center;
}
.medal img{
	max-width:40%;
	margin:0 4px;
}
.medal_txt{
	flex:1;
	text-align: center;
	padding:10px;
}
.medal_txt strong{
	display:block;
	color:#333;
	font-size:var(--font-size-body);
}
.medal_txt p{
	font-size:var(--font-size-body-sm);
	color:#666;
}