@charset "utf-8";
/* CSS Document */
/* 固定のイメージ */
div#leftimgbox {
	width:50%;
	height:100vh;
	position: fixed;
	left:0px;
	top:0px;
}
	div#leftimgbox > div {
		width:100%;
		height:100%;
		position: absolute;
		left:0px;
		top:0px;
		opacity: 0;
	}
	div#leftimgbox div.imgbox01 {
		background: url(../images/topimg.jpg) no-repeat;
		background-size: cover;
		opacity: 1;
	}
	div#leftimgbox div.imgbox02 {
		background: url(../images/topimg02.jpg) no-repeat;
		background-size: cover;
	}
	div#leftimgbox div.imgbox03 {
		background: url(../images/topimg03.jpg) no-repeat;
		background-size: cover;
	}
	div#leftimgbox div.imgbox04 {
		background: url(../images/topimg04.jpg) no-repeat;
		background-size: cover;
	}
div#mainContents {
	width:100%;
	min-height:100vh;
	box-sizing: border-box;
	padding-left: 50%;
}
/* ロゴ */
div#mainContents div.box01 {
	padding-top: 400px;
	background: url(../images/logoimg.png) no-repeat;
	background-size: 50px auto;
	background-position: center top 285px;
}
	div#mainContents div.box01 p {
		text-align: center;
	}
	div#mainContents div.box01 p.jpname {
		font-size: 14px;
		font-weight: bold;
	}
	div#mainContents div.box01 p.alfaname {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 2px;
		font-weight: bold;
		margin-top: 10px;
	}
/* メッセージ */
div#mainContents div.box02 {
	margin-top: 145px;
}
	div#mainContents div.box02 p {
		font-size: 16px;
		line-height: 25px;
		text-align: center;
	}
/* イメージ01 */
div#mainContents div.box03 {
	width:400px;
	height:600px;
	background: url(../images/box03img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin: 80px auto 0 auto;
	padding-top: 65px;
}
	div#mainContents div.box03 p {
		text-align: center;
	}
	div#mainContents div.box03 p.jpname {
		font-size: 20px;
		font-weight: bold;
	}
	div#mainContents div.box03 p.alfaname {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 2px;
		font-weight: bold;
		margin-top: 10px;
	}
/* 説明文・リンク */
div#mainContents div.box04 {
	width:400px;
	margin: 30px auto 0 auto;
}
	div#mainContents div.box04 p {
		font-size: 12px;
		line-height: 20px;
	}
	div#mainContents div.box04 a {
		display: block;
		width:400px;
		height:60px;
		line-height: 60px;
		text-align: center;
		text-decoration: none;
		background: url(../images/btnbg.png) no-repeat;
		background-size: 100% 100%;
		margin: 25px auto 0 auto;
		color: #004661;
		position: relative;
		font-size: 14px;
	}
		div#mainContents div.box04 a span {
			position: absolute;
			right:75px;
		}
/* イメージ02 */
div#mainContents div.box05 {
	width:400px;
	height:600px;
	background: url(../images/box05img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin: 50px auto 0 auto;
	box-sizing: border-box;
	padding-top: 450px;
}
	div#mainContents div.box05 p {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
/* information */
div#mainContents div.box06 {
	width:400px;
	margin: 40px auto 0 auto;
}
	div#mainContents div.box06 h2 {
		margin: 50px auto 0 auto;
		font-size: 24px;
		text-align: center;
	}
	div#mainContents div.box06 table {
		width:400px;
		margin: 60px auto 0 auto;
	}
		div#mainContents div.box06 table th {
			width:85px;
			text-align: left;
			font-weight: bold;
			font-size: 14px;
			height: 55px;
			vertical-align: top;
		}
		div#mainContents div.box06 table td {
			font-weight: bold;
			font-size: 14px;
			height: 55px;
			vertical-align: top;
		}
	div#mainContents div.box06 iframe {
		width:100%;
		height:24vw;
		margin-top: 30px;
	}
/* メッセージ02 */
div#mainContents div.box07 {
	background: url(../images/message.png) no-repeat;
	background-size: 130px auto;
	background-position: center top;
	height:405px;
	margin-top: 33vw;
}
/* コピーライト */
small {
	display: block;
	font-size: 12px;
	text-align: center;
	margin:16vw auto 10px auto;
}