@charset "utf-8";

.mainCont {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

h2 {
	font-size: 2.2vw;
	font-weight: 400;
	padding-bottom: 0.2em;
	line-height: 120%;
	margin-bottom: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.eventArea {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.eventUnit {
	display: flex;
	flex-wrap:wrap;
	padding-bottom: 2vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	position: relative;
	background-image: url(../images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 1vw;
}

.eventUnit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yokoku {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2vw;
	line-height: 120%;
	background-color: #4B9DB8;
	height: 2em;
	width: 8%;
	margin-right: 2%;
	color: #FFF;
	border-radius: 6px;
}

.kaisai {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2vw;
	line-height: 120%;
	background-color: #8F4EAF;
	height: 2em;
	width: 8%;
	margin-right: 2%;
	color: #FFF;
	border-radius: 6px;
}


.houkoku {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2vw;
	line-height: 120%;
	height: 2em;
	width: 8%;
	margin-right: 2%;
	color: #333;
	border-radius: 6px;
	border: 1px solid #666;
}

h3.eventTtl {
	font-size: 1.8vw;
	line-height: 130%;
	font-weight: 500;
	width: 90%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventUnit:hover h3.eventTtl,
.eventUnit:hover .mainTxt {
	color: #C00;
	transition: 0.3s;
}

.leftBox {
	width: 20%;
	margin-right: 2%;
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.leftBox img {
	height: auto;
	width: 100%;
}

.rightArea {
	width: 76%;
}

.mainTxt {
	font-size: 1.5vw;
	line-height: 130%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventTxt {
	font-size: 1.1vw;
	line-height: 130%;
	padding-bottom: 0.3em;
}

@media screen and (max-width: 767px){ /*768-992*/

.mainCont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0vw;
	padding-bottom: 4vw;
}

h2 {
	font-size: 5.3vw;
	font-weight: 400;
	padding-bottom: 0.2em;
	line-height: 120%;
	margin-bottom: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.eventArea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.eventUnit {
	display: flex;
	flex-wrap:wrap;
	padding-bottom: 2vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	position: relative;
	background-image: url(../images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7%;
	padding-top: 3vw;
}

.eventUnit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yokoku {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4vw;
	line-height: 120%;
	background-color: #4B9DB8;
	height: 1.8em;
	width: 20%;
	margin-right: 2%;
	color: #FFF;
	border-radius: 4px;
}

.kaisai {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4vw;
	line-height: 120%;
	background-color: #8F4EAF;
	height: 1.8em;
	width: 20%;
	margin-right: 2%;
	color: #FFF;
	border-radius: 4px;
}


.houkoku {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4vw;
	line-height: 120%;
	height: 1.8em;
	width: 20%;
	margin-right: 2%;
	color: #333;
	border-radius: 4px;
	border: 1px solid #666;
}

h3.eventTtl {
	font-size: 3.6vw;
	line-height: 130%;
	font-weight: 500;
	width: 92%;
	font-weight: 500;
	padding-bottom: 1em;
	margin-top: 2vw;
}

.eventUnit:hover h3.eventTtl,
.eventUnit:hover .mainTxt {
	color: #C00;
	transition: 0.3s;
}

.leftBox {
	width: 20%;
	margin-right: 2%;
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.leftBox img {
	height: auto;
	width: 100%;
}

.rightArea {
	width: 70%;
}

.mainTxt {
	font-size: 3.2vw;
	line-height: 130%;
	font-weight: 500;
	padding-bottom: 0.8em;
}

.eventTxt {
	font-size: 2.5vw;
	line-height: 130%;
	padding-bottom: 0.5em;
}


}
