@charset "utf-8";
/* CSS Document */

.title_main{
	font-size: 45px;
    color: #263b52;
    padding-left: 30px;
}


.title_sub{
	background: url(../images/bg_h2.png) no-repeat 10px;
    padding-left: 80px;
    margin-left: 25px;
	color: #263b52;
	font-size: 30px;
	margin-top: 30px;
}

.title_sub2{
	background: url(../images/bg_h2.png) no-repeat 10px;
    padding-left: 80px;
    margin-left: 25px;
	color: #263b52;
	font-size: 30px;
	margin-top: 35px;
}


.mail{
	color: #fa843c;
}

.contact_contents{
	color: #263b52;
	font-size: 16px;
	margin: 40px auto -20px auto;
	line-height: 1.6;
	margin-left: 34px;
}

.contact_contents2{
	color: #263b52;
	font-size: 16px;
	margin: 40px auto -20px auto;
	line-height: 1.6;
	margin-left: 34px;
	margin-bottom: 35px;
}


.event_contents{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
	margin: 30px 0 0 0;
	overflow: hidden;
}


.event_contents2{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
}

.event_contents3{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
}

.event_contents4{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
}


.event_outline{
	border-top: 8px solid #f5f5f5;
	background-color: #f5f5f5;
	position: relative;
}

.event_pic1{
	width: 300px;
}

.event_pic2{
}

.event_pic3{
}





.detail_box{
	background: #999;
	width: auto;
	border-radius: 3px;
	padding: 4px 17px;
	overflow: hidden;
	margin-top: 20px;
}


.detail_box2{
	background: #FA843C;
	width: auto;
	border-radius: 3px;
	padding: 4px 17px;
	overflow: hidden;
	margin-top: 20px;
}

.event_detail{
    	color: #fff;
    	font-size: 18px;
		font-family: "FOT-ニューロダン Pro B";
}


.event_detail2{
		background: url(../images/arrow_white.svg) no-repeat;
		background-position: 0 center;
		background-size: auto 58%;
    	color: #fff;
    	font-size: 18px;
    	padding-left: 20px;
		font-family: "FOT-ニューロダン Pro B";
}


.event_dl{
	overflow: hidden;
}

.event_dl dd{
	margin-left: 300px;
}



@media only screen and (max-width:640px){

.title_main{
	font-size: 30px;
    color: #263b52;
    padding-left: 0px;
}

.title_sub{
	background: url(../images/bg_h2.png) no-repeat 10px;
    padding-left: 60px;
    margin-left: -20px;
	color: #263b52;
	font-size: 20px;
	margin-top: 30px;
}	

.title_sub2{
	background: url(../images/bg_h2.png) no-repeat 10px;
    padding-left: 60px;
    margin-left: -20px;
	color: #263b52;
	font-size: 20px;
	margin-top: 35px;
}

.event_pic1{
	width: 55% ;
}

.event_pic2{
	width: 50% ;
}

.event_pic3{
	width: 50% ;
}

.event_pic4{
	width: 50% ;
}
.event_dl dt{
	width: 100% ;
}

.event_dl dd{
	overflow:hidden;
	padding-top: 30px ;
	width: 100%;
	margin-left: 0px ;
}

.event_contents{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
	margin: 30px 0 0 0;
	overflow: hidden;
}

.event_contents2{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
	
}

.event_contents3{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
}

.event_contents4{
	color: #263b52;
	font-size: 15px;
	line-height: 1.6;
}

.detail_box{
	float: none ;
	width: 80%;
	margin: 30px auto 0;
}

.detail_box{
	float: none ;
	width: 80%;
	margin: 30px auto 0;
}


.detail_box2{
	float: none ;
	width: 80%;
	margin: 30px auto 0;
}

}