/* Style.Style
---------------------------------------------------- */
body{
	background: #EA5439;
}

#event{
	padding: 60px 0 0;
	width: 100%;
}

#event h1.title{
	text-align: center;
	padding: 40px 0 0 0;
}

#event p.body{
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 30px;
}

#event .inner{
	width: 940px;
	margin: 0 auto;
}

#event .note{
	background-image: unset;
	background-color: #FFF;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.4);
	margin-bottom: 60px;
	padding-bottom: 40px;
}
#event .note .note-inner{
	background-image: url("../img/event/note.png");
    background-repeat: no-repeat round;
    background-position: top left;
}

#event .note:nth-last-of-type(1){
	margin-bottom: 0;
}

#event .note_main{
	padding: 60px 40px 0 90px;
}

#event .note_main h2{
	margin-bottom: 30px;
}

#event .note_main p.body{
	font-size: 16px;
	color: #333;
	text-align: left;
}

#event .note_main ul{
}

#event .note_main ul li{
	width: 386px;
	float: right;
	margin-bottom: 40px;
}
#event .note_main ul.last li{
	margin-bottom: 20px;
}
#event .note_main ul li.ill{
	margin-top: -20px;
}

#event .note_main ul li:first-child{
	float: left;
}

#event .note_main ul li figure{
	margin: 0;
	margin-bottom: 10px;
}

#event .note_main ul li p{
	color: #E50011;
	text-align: center;
}

#event .note_main ul li p a.button {
	display:block;
	border-radius:22px;
	background: linear-gradient(#E84509, #E50012);
	color:#fff;
	padding:5px 15px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	margin:11px auto 8px auto;
	width:300px;
}

#event .footer{
	text-align: center;
	padding: 60px 0;
}

#event #note-20230113 p{
	letter-spacing: 0;
}
#event #note-20230113 p.body{
	font-size: 14px;
	line-height: 1.8;
}

#event .note.small-text p{
	letter-spacing: 0;
}

#event .note.small-text p.body{
	font-size: 14px;
	line-height: 1.8;
}

#event .note span.attention{
	font-size: 12px;
	line-height: 1.8;
}


@media screen and (max-width:640px){
	#event h1 img{
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	#event h1.title{
		text-align: center;
		padding: 10px 0;
	}
	#event .inner{
		width: 94%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	#event p.body{
		font-size: 14px;
		width: 94%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	#event .note{
		background-image: unset;
		background-color: #FFF;
		box-shadow: 5px 5px 0 rgba(0,0,0,0.4);
		margin-bottom: 30px;
		padding-bottom: 20px;

	}
	#event .note .note-inner{
		background-image: url("../img/event/note.png");
		background-repeat: no-repeat round;
		background-position: top left;
		background-size: 22px 33px;
	}

	#event .note_main{
		padding: 30px 20px 0 40px;
	}

	#event .note_main h2{
		margin-bottom: 30px;
	}

	#event .note_main p.body{
		font-size: 12px;
		color: #333;
		text-align: left;
	}



	#event .note_main ul{
	}

	#event .note_main ul li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#event .note_main ul li figure img{
		width: 100%;
		height: auto;
	}

	#event .note_main ul li:first-child{
		float: none;
	}

	#event .note_main ul li p{
		font-size: 12px;
	}
	
	#event .note_main ul li p a.button {
		width:90%;
		font-size:17px;
	}




	#event .footer img{
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}

	#event .footer{
		padding: 30px 0 20px;
		text-align: center;
	}

	#event .note_main ul li.ill{
		margin-top: 0;
	}




}
