@charset "UTF-8";

/* @group Title */

.page-title,
.page-title-min {
	background-color: #96c878;
}

.section-title {
	background-color: rgba(150, 200, 120, .1);
	border-left-color: #96c878;
}

.section-title-min::before {
	border-color: #96c878;
}

.past-title {
	background-color: #96c878;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-size: 1.25rem;
	height: 46px;
	line-height: 46px;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.past-title::before {
	background-color: #fff;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 14px;
}

.past-title::after {
	background-color: #fff;
	content: "";
	height: 14px;
	margin-top: -7px;
	opacity: 1;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 2px;
}

.past-title.open::after {
	opacity: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.past-title:hover {
	background-color: rgba(150, 200, 120, .8);
}

@media screen and (max-width: 767px){
	.past-title {
		font-size: 18px;
		font-size: 1.125rem;
		height: 40px;
		line-height: 40px;
	}
}

/* @end */

/* @group Notice list */

.notice-list {
	margin: -10px 0 0;
}

.notice-list dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
	font-size: .9375rem;
	margin: 0;
}

.notice-list dt,
.notice-list dd {
	border-bottom: 2px dotted #f0ebd2;
	padding: 12px 0;
}

.notice-list dt {
	color: #666;
	width: 240px;
}

.notice-list dd {
	margin: 0;
	width: 740px;
}

.notice-list time {
	width: 9em;
	display: inline-block;
}

.notice-list .category {
	background-color: rgba(200, 200, 200, .2);
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	text-align: center;
	white-space: nowrap;
	width: 6.5em;
}

.notice-list .category.important {
	background-color: transparent;
	border-color: #c00;
	color: #c00;
}

@media screen and (max-width: 767px){
	.notice-list dt {
		border-bottom-style: none;
		font-size: 14px;
		font-size: .875rem;
		padding: 12px 0 0;
		width: 100%;
	}

	.notice-list dd {
		border-bottom-color: #d4ceb4;
		padding: 6px 0 12px;
		width: 100%;
	}
}

/* @end */
