@charset "utf-8";

.main_cont {
	margin-bottom: 120px;
	margin: 0 0 120px;
}

.main_cont:last-of-type {
	margin-bottom: 0;
}

/*
過去のイベント
----------------------------------------------------------- */
.past_section {
	margin-bottom: 32px;
}

.past_section div {
	border: 1px solid #d6d6d6;
}

dt {
	min-width: 170px;
}

/*
スマホサイズ
----------------------------------------------------------- */
@media screen and (max-width: 960px) {
	#flex_wrap {
		flex-direction: row;
	}

	#main {
		width: 100%;
		
	}
	
	#main h4{
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.past_section div {
		border: none;
	}

}
