@charset 'utf-8';

.section-event {
	background: #f1f1f1;
	padding: 60px 0;
}
.section-event .container {
	width: 1000px;
}
.section-event-action {
	background: #fff;
	padding: 60px 0;
}
.section-event .filter {
	margin: 0 0 35px;
}
.section-event .filter p {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	background: #d1d1d1;
	padding: 25px 0;
}
.section-event .filter .wrapper {
	background: #fff;
	padding: 40px 220px;
}
.section-event .filter select {
	display: block;
	width: 100%;
	background: #fff;
	border: 2px solid #d1d1d1;
	border-radius: 0;
	margin: 0 auto;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 60px 10px 20px;
	height: 44px;
	background: #fff url(/images/bg_selected@2x.png) no-repeat;
	background-position: 100% 50%;
	background-size: 40px auto;
}

 #event_post > li {
	position: relative;
	background: #fff;
	border: 1px solid #790028;
	box-sizing: border-box;
	width: 632px;
	margin: 0 auto;
	margin-top: 30px;
}
.events li:first-child {
	margin-top: 0;
}
.events li:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -19px;
	right: -19px;
	border: 20px solid transparent;
	border-bottom: 20px solid #790028;
	transform: rotate(135deg);
}
.events h2 {
	padding: 20px;
	color: #790028;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.events h1,
.events h2,
.events h3,
.events h4,
.events h5,
.events h6 {
	font-family: initial;
}

.events h2 span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
}
.events .image img {
	display: block;
	width: 100%;
}
.events .content {
	padding: 25px 35px 15px 25px;
}
.events .content p {
	line-height: 2;
}
.events .content .published {
	text-align: right;
}
.section-event .nodata {
  background-color: rgb(255, 255, 255);
  font-size: 14pt;
  text-align: center;
  padding: 95px 0px;
}

@media screen and (max-width: 750px) {
	.section-event .container {
		width: 690px;
	}
	.section-event .filter p {
		font-size: 32px;
		letter-spacing: -0.01em;
	}
	.section-event .filter p span {
		display: block;
	}
	.section-event .filter p br {
		display: none;
	}
	.section-event .filter select {
		padding-right: 84px;
		height: 64px;
		font-size: 28px;
		background-size: 60px auto;
	}
	.section-event .filter .wrapper {
		padding: 40px 20px;
	}
	.events li {
		width: 100%;
	}
	.events h2 {
		font-size: 32px;
	}
	.events h2 span {
		font-size: 26px;
	}
	.events .content p {
		font-size: 22px;
	}
}
