@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

body {
}

/* --- #wrap --- */
#wrap {
	width: 1180px;
	margin: 0 auto;
	padding: 50px;
	background: url(images/wicon4.png)no-repeat center center / cover;
}
section {
	width: 924px;
	height: 668px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
h1 {
	width: 458px;
	height: 74px;
	margin: 0 auto;
}
section >  p:first-of-type {
	width: 784px;
	height: 528px;
	margin: 0 auto;
}

nav {
	position: absolute;
	top: 100px;
	left: 100px;
}
nav ul li {
	width: 240px;
	line-height: 54px;
	text-indent: 83px;
	background: rgba(255,255,255,0.9);
	position: relative;
}
nav ul li a {
	font-family: Constantia;
	font-size: 24px;
	color: #231815;
}
nav ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
nav ul li:after {
	content: "";
	display: inline-block;
	width: 78px;
	height: 52px;
	position: absolute;
	top: 13px;
	left: 40px;
}
nav ul li:nth-of-type(odd):after {
	background: url(images/wicon12x.png)no-repeat top left / 50%;
}
nav ul li:nth-of-type(even):after {
	background: url(images/wicon22x.png)no-repeat top left / 50%;
}
section p:last-of-type {
	width: 249px;
	line-height: 54px;
	background: #ffffff;
	text-align: center;
	font-family: 'UD デジタル 教科書体 N-R';
	font-size: 18px;
	position: relative;
	top: -110px;
	left: 570px;
}
section p:last-of-type:before {
	content: "";
	display: inline-block;
	width: 59px;
	height: 48px;
	background: url(images/wicon32x.png)no-repeat top left / 40%;
	position: absolute;
	top: 8px;
	left: 25px;
}
