@charset "utf-8";

/*-----------------------------------------------
 title
-----------------------------------------------*/

#title {
	background: url("../img/event/bg02.jpg") no-repeat top center,url("../img/event/bg01.png") repeat top center;
	text-align: center;
	border-bottom: 5px solid #1dc800;
}
#title .inner {
	position: relative;
	width: 1000px;
	height: 562px;
	margin: 0 auto;
}
#title h1 {
	padding-top: 28px;
}
#title .txt {
	position: absolute;
	bottom: 38px;
	left: 158px;
}

/*-----------------------------------------------
 content
-----------------------------------------------*/

#content{
	width: 1000px;
	margin: 0 auto;
	padding: 52px 0 100px;
	background: url(../img/event/bg03.png) no-repeat center top,url(../img/bg-repeat.png) repeat-y center top;
}
#content h2 {
	margin-bottom: 20px;
	text-align: center;
}
#content .text01 {
	margin-bottom: 38px;
	text-align: center;
}
#content .text02 {
	margin-bottom: 114px;
	text-align: center;
}
#content .highlight {
	margin-bottom: 78px;
}
#content .highlight .inner {
	position: relative;
	width: 865px;
	margin: 0 auto;
	padding: 30px 0 10px;
	background-color: #e60012;
}
#content .highlight h3 {
	position: absolute;
	top: -80px;
	left: 20px;
}
#content .highlight .box {
	width: 848px;
	margin: 0 auto;
	padding: 10px 0 30px;
	background-color: #fff;
}
#content .highlight .box ul li {
	padding: 20px 24px;
	font-size: 0;
	background: url(../img/event/line.png) no-repeat center bottom;
}
#content .highlight .box ul li:last-child {
	padding-bottom: 0;
	background: unset;
}
#content .highlight .box ul li h4 {
	position: relative;
	font-size: 38px;
	font-weight: bold;
	color: #e60012;
	line-height: 1.2;
	padding-left: 58px;
	margin-bottom: 12px;
}
#content .highlight .box ul li h4::after {
	content:"";
	background: url(../img/event/img-highlight.png) no-repeat center top;
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 48px;
	height: 48px;
}
#content .highlight .box ul li p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
#content .highlight .box ul li:nth-child(2) .img {
	display: inline-block;
	width: 380px;
	padding: 20px 0;
	margin: 0 10px;
}
#content .highlight .box ul li:nth-child(3) .img {
	width: 380px;
	padding: 20px 0;
	margin: 0 auto;
}
#content .highlight .box ul li img {
	width: 100%;
}

#content .join .inner {
	position: relative;
	width: 865px;
	margin: 0 auto;
	padding: 30px 0 10px;
	background-color: #515152;
}
#content .join h2 {
	position: absolute;
	top: -28px;
	left: 20px;
}
#content .join .box {
	width: 848px;
	margin: 0 auto;
	padding: 10px 0 22px;
	background-color: #fff;
}
#content .join .box p {
	font-size: 20px;
	font-weight: bold;
	padding: 0 24px;
}
#content .join .box p span {
	font-size: 24px;
	color: #e60012;
}
#content .join .box p a {
	color: #e60012;
	text-decoration: underline;
}
#content .join .box p a:hover {
	opacity: 0.7;
}
#content .join .box .image {
	padding: 22px 0;
	text-align: center;
}
#content .join .box ul {
	width: 800px;
	margin: 0 auto 25px;
	padding: 25px 0;
	border: 1px solid #000;
}
#content .join .box ul li {
	font-size: 16px;
	line-height: 1.5;
	padding: 0 15px;
}
#content .join .box .txt02 {
	text-align: center;
	margin-bottom: 15px;
}
#content .join .box .btn {
	text-align: center;
}
@media only screen and (max-width: 1000px) {

}
