h1{
	color: black;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 0;
}

.notice-head{
	margin: 0 auto;
}

.notice-body{
	color: #111111;
	text-align: left;
	margin: 0.5rem 3rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;

	max-height: calc(1.4em * 1);
}
.notice-body::after{
	content: "＞";
}
.notice-body:hover{
		text-decoration: underline;
		text-decoration-color: #999999;
}

.notice-index{
	color: #111111;
	text-align: center;
	margin: 0.5rem 3rem;
	font-weight: normal;
	margin: 0 auto;
	align-items: center;
    justify-content: center;
	font-size: 2.5rem;
	width: 60rem;
}