@charset "utf-8";

/* index
========================================================================== */




/* visual
========================================================================== */
#visual {
	width: 100%;
	height: 600px;
	
	position: relative;
	background-image: url(../img/common/visual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	zoom: 1;
}
#visual:after {
	content:"";
	display: block;
	clear: both;
}
#visual h1 {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 400%;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
#visual h1 span {
	font-size: 38%;
	font-weight: 400;
}


/* news
========================================================================== */
#news {
	padding: 70px 0;
}
#news div.news_inner {
	width: 800px !important;
}

#news dl.list_news dt {
	margin-bottom: 0;
	padding: 1.5em;
	font-weight: 400;
	float: left;
	clear: both;
}

#news dl.list_news dd {
	margin-bottom: 0;
	padding: 1.5em 0 1.5em 8em;
	border-top: 1px dotted #ccc;
}
#news dl.list_news dd:last-child {
	border-bottom: 1px dotted #ccc;
}

/* about
========================================================================== */
#about {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}

/* seminer
========================================================================== */
#seminer {
	padding: 70px 0;
}
/* introduction
========================================================================== */
#introduction {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}

/* contact
========================================================================== */
#contact {
	padding: 70px 0;
}

/* cooperation
========================================================================== */
#cooperation {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}

