@charset "UTF-8";


.min_menu{
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

.min_menu ul{
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.min_menu ul li{
	list-style: none;
	border-left: 2px solid #ff9e00;
	border-right: 2px solid #ff9e00;
}


.min_menu ul a{
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	color: #ff9e00;
	font-size: 10pt;
	letter-spacing: 0.1em;
}

.min_menu ul a:hover{
	color: #fff;	
	background-color: #ff9e00;
}	

.event_title{
	width: 90%;
	margin: 30px auto;
	position: relative;
	padding: 0px;
	font-size: 13pt;
	font-weight: bold;
	color: #282828;
}

.event_title p{
	background-color: #f9f9f9;
	width: 50%;
	text-align: center;	
	margin: 0 auto;
	line-height: 1.8em;
}

.event_title p:before, .step_title p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ff9e00;
	z-index: -1;
}

.event_title p:before {
  left:0;
}
.event_title p:after {
  right: 0;
}

.event_top{
	width: 90%;
	margin: 0 auto;
}

.top_left{
	width: 100%;
	padding-right: 20px;
}
.event_img{
	width: 100%;
	height: auto;
}

.event_img img{
	width: 100%;
	border-radius: 10px;
}

.top_text .bold{
	font-size: 12pt;
	font-weight: bold;
}

.top_text p{
	font-size: 10pt;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

.event_content{
	width: 80%;
	margin: 0 auto 100px;
}

.small_title{
	width: 70%;
	background-color: #fff;
	box-shadow: 2px 4px 10px #d9d9d9;
	border-left: 10px solid #ff9e00;
}

.small_title p{
	font-size: 12pt;
	font-weight: bold;
	padding: 0.7em 10px;
}

.event_content ol li{
	padding: 5px;
	font-size: 10pt;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

.place{
	width: 70%;
	background-color: #ff9900;
	border-radius: 60px;
	text-align: center;
}

.web{
	width: 150px;
	background-color: #2dadff;
}

.place p{
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 12pt;
}