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

.pc { display: block !important; }
.sp { display: none !important; }


/*--------------------------------------------
	content style
--------------------------------------------*/
header #header_inr #header_ttl .header_icon span:nth-of-type(3) {
	display:none;
}

/*	main
--------------------------------------------*/
#main #main_inr{
	background:#fff100;
	width:100%;
}

#main #main_inr .main_inr_box {
	width:828px;
}

#main #main_inr .main_inr_box .txt {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height: 2.3;
	margin-top:40px;
}


/*	cnt_wpr
--------------------------------------------*/

#content #cnt_wpr {
/*	background:url(../images/img03_bg_pc.gif) no-repeat scroll right top;
	background-size:100%;*/
	max-width:2000px;
	margin:98px auto;
}

#content #cnt_wpr section{
	width:1000px;
	margin:0 auto;
}

#content #cnt_wpr h3 {
    background: #43a6e1;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
	letter-spacing: 1px;
}

#content #cnt_wpr h4 {
    color: #16507c;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
}

/*-- 2018年度 --*/
#content #cnt_wpr .event {
	padding: 30px 0 0;
	width:100%;
	display:flex;
}
/*#content #cnt_wpr .event:nth-of-type(1) {
	padding-bottom: 60px;
    border-bottom: 1px dotted #16507c;
}*/
#content #cnt_wpr .event .event_img img {
	width:400px;
}
#content #cnt_wpr .event .event_txt {
	margin-left: 50px;
}

#content #cnt_wpr .event .event_link{
    color: #295591;
    text-decoration: underline;
    display: block;
    transition: all .3s;
	padding: 0;
	border: none;
	text-align: right;
    margin-top: 15px;
	font-weight: 400;
	
}







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

.pc { display: none !important; }
.sp { display: block !important; }
	

/*--------------------------------------------
	content style
--------------------------------------------*/
	
header #header_inr #header_ttl .header_icon span.pc {
	display:none;
}	
header #header_inr #header_ttl .header_icon span:nth-of-type(1) {
	display:none;
}
	
header #header_inr #header_ttl .header_icon span:nth-of-type(2) {
	display:none;
}
header #header_inr #header_ttl .header_icon span:nth-of-type(3) {
	display: inline-block;
    width: 117%;
    margin: 40% 0 0 2%;
}	

/*	main
--------------------------------------------*/

#main .main_img {
	width:100%;
	margin:0 auto;
}
#main .main_img img {
	width: 35%;
	margin: -28% 5% 0 0;
}
#main #main_inr .main_inr_box {
	width:95%;
}
#main #main_inr .main_inr_box h2{
	color:#0080cc;
	font-size:15px;
	font-weight:800;
	letter-spacing:0.1em;
	margin-bottom:4%;
}
#main #main_inr .main_inr_box h2 .en {
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#main #main_inr .main_inr_box .txt {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height: 2;
}

	


/*	cnt_wpr
--------------------------------------------*/
#content {
	position:relative;
}
#content #cnt_wpr {
    width: auto;
    margin: 32px auto;
    padding: 0 4vw 0 4vw;
}
#content #cnt_wpr section {
	width:100%;
}

#content #cnt_wpr h3 {
    padding: 12px;
    background-color: #43a6e1;
    border-radius: 5px;
}
	
#content #cnt_wpr h4 {	
    color: #16507c;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
}	
	

/*-- 20181年度 --*/
#content #cnt_wpr .event {
    font-size: 14px;
    margin: 0 auto;
    padding: 5% 0 9%;
	display: block;
}
	
#content #cnt_wpr .event .event_img img {
	width:100%;
}

#content #cnt_wpr .event .event_txt {
	margin-left: 0;
	margin-top: 20px;
}

#content #cnt_wpr .event .event_link{
    color: #295591;
    text-decoration: underline;
    display: block;
    transition: all .3s;
	padding: 0;
	border: none;
	text-align: left;
    margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	
}		
	
	
	


}
