.eventlist {
	margin: 0 auto;
}
.eventlist .item {
	width: 100%;
	border:1px solid rgba(238,238,238,1);
	margin-bottom: 20px;
	cursor: pointer;
}
.eventlist .item .face {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.eventlist .item .face {
	float: left;
}
.eventlist .item h4,
.eventlist .item h5,
.eventlist .item .intro {
	float: right;
}
.eventlist .item h4 {
    margin: 5px 0 0 0;
}
.eventlist .item h5 {
   	letter-spacing: 0;
    margin: 15px 0 20px;
    font-weight: 400;
}
.eventlist .item .intro {
	display: flex;
}
.eventlist .item .intro sub {
    color: #666666;
}
.eventlist .item .intro p {
    margin-bottom: 0;
}
.eventlist .item .intro .sub {
	flex-basis: auto;
	white-space: nowrap;
}
.eventlist .item .intro .txt {
	width: 100%;
}
@media only screen and (min-width:992px ) {
	.section.main {
	    padding-top: 165px;
	}
	.eventlist {
		width: 800px;
	}
	.eventlist .item {
		padding: 30px 20px 30px 20px;
		min-height: 260px;
		overflow: auto;
	}
	.eventlist .item:hover {
		box-shadow:0px 0px 30px 0px rgba(119,143,188,0.2);
		transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
	}
	.eventlist .item .face {
		width: 134px;
		height: 200px;
	}
	.eventlist .item h4,
	.eventlist .item h5,
	.eventlist .item .intro {
		width: calc(100% - 170px);
	}
	.eventlist .item h4 {
	    font-size: 24px;
	}
	.eventlist .item h5 {
    		font-size: 16px;
    	}
	.eventlist .item .intro * {
		font-size: 14px;
	    line-height: 2;
	}
	.eventlist .item .intro p {
	    color: #778FBC;
	}
}

@media only screen and (max-width:992px ) {
	.section.main {
	    margin-top: 3.5rem;
	    padding: 0 15px;
	}
	.eventlist {
		width: 100%;
		padding-top: 15px;
	}
	.eventlist .item {
		padding: 14px;
		overflow: auto;
	}
	.eventlist .item .face {
		width: 90px;
		height: 134px;
		margin-bottom: 12px;
	}
	.eventlist .item h4,
	.eventlist .item h5 {
		width: calc(100% - 105px);
	}
	.eventlist .item h4 {
		font-size: 19px;
	}
	.eventlist .item h5 {
		font-size: 12px;
	}
	.eventlist .item .intro {
		width: 100%;
	}
	.eventlist .item .intro * {
		font-size: 12px;
	    line-height: 2;
	}
	.eventlist .item .intro.subject p {
		font-weight: 500;
		color: #333333;
	}
	.eventlist .item .intro.subject {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.eventlist .item .intro.subject {
		border-bottom: 1px solid rgba(238,238,238,1);
	}
}
.eventinfo .eventtop {
	position: relative;
}
.eventinfo .eventimg {
	margin: 0 auto;
}
.eventinfo h2 {
	font-weight:500;
}
.eventinfo h3 {
	line-height: 1.5;
	font-weight:400;
}
.eventinfo .intro {
	background:rgba(238,238,238,1);
}
.eventinfo .intro dl {
	margin-bottom: 45px;
}
.eventinfo .intro dl:last-child {
	margin-bottom: 0;
}
.eventinfo .intro dt {
	text-transform:uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}
.eventinfo .intro dt:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #333;
	vertical-align: middle;
	margin-right: 20px;
}
.eventinfo .content ul {
	margin: 0;
}
.eventinfo .content p {
	margin-bottom: 0;
}
.eventinfo .content li {
	padding: 0;
}
.eventinfo .content ul li:before {
	content: "ー";
	padding-right: 5px;
}
.eventinfo .content ol li:first-child {
	font-weight: 500;
}
.eventtop .pagenum {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	padding-right: 20px;
}
@media only screen and (min-width:992px) {
	.eventinfo {  
		width: 800px;
		margin: 30px auto 0;
	}
	.eventinfo .eventtop {
		height: 540px;
		background-color: rgba(0,0,0,0.5);
	}
	.eventinfo .eventimg {
		height: 540px;
		width: 100%;
	}
	.eventinfo .eventimg .pic {
		background-position: center;
		background-repeat: no-repeat;
		background-size:contain;
		height: 540px;
		width: 100%;
	}
	.eventinfo h2 {
		font-size:30px;
    		margin:45px 0 5px 0;
	}
	.eventinfo h3 {
		font-size:26px;
		margin-bottom: 30px;
	}
	.eventinfo h3 span {
		font-size:16px;
	}
	.eventinfo .intro {
		margin-left: -100px;
		margin-right: -100px;
		padding: 50px 100px;
	}
	.eventinfo .content {
		padding-top: 30px;
	}
	.eventinfo .content p,
	.eventinfo .content ul,
	.eventinfo .content li {
		font-size: 16px;
		line-height: 2.6;
	}
	.eventinfo .intro dd {
		font-size: 15px;
		line-height: 2;
	}
	.eventinfo .content ol {
		margin-top: 50px;
	}
}
@media only screen and (max-width:992px) {
	.eventinfo {
		margin-top: 3.5rem;
		padding: 0 15px;
	}
	.eventinfo .eventtop {
		margin-left: -15px;
		margin-right: -15px;
		background-color: rgba(0,0,0,0.12);
	}
	.eventinfo .eventimg {
		height: 250px;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}
	.eventinfo .eventimg:after {
		position: absolute;
		content: "";
		background-color: #FFFFFF;
		border-radius: 12px 12px 0 0;
		height: 20px;
		bottom: -1px;
		width: 100%;
	}
	.eventinfo .eventimg .pic {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 250px;
		width: 100%;
	}
	.eventtop .pagenum {
		width: 100%;
		text-align: center;
		bottom: 15px;
		padding-right: 0;
	}
	.eventinfo h2 {
		font-size:18px;
    		margin: 20px 0 5px 0;
	}
	.eventinfo h3 {
		font-size:13px;
		margin: 0 0 15px;
	}
	.eventinfo .intro {
	    margin-left: -15px;
	    margin-right: -15px;
		padding: 20px;
		margin-bottom: 25px;
	}
	.eventinfo .intro dt,
	.eventinfo .intro dd {
	    font-size: 14px;
	}
	.eventinfo .intro dt {
	    margin-bottom: 10px;
	}
	.eventinfo .intro dl {
	    margin-bottom: 25px;
	}
	.eventinfo .intro dd {
		line-height: 1.8;
	}
	.eventinfo .content p,
	.eventinfo .content ul,
	.eventinfo .content li {
		font-size: 15px;
		line-height: 2.5;
	}
	.eventinfo .content ul li,
	.eventinfo .content ol {
		margin-top: 20px;
	}
}

