@charset "utf-8";
/* CSS Document */
/* 固定のイメージ */
div#leftimgbox {
	width:100%;
	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%;
	position: absolute;
	left:0;
	background: #fff;
	margin-top: 100vh;
	position: relative;
	padding-top: 30px;
}
/* ロゴ */
div#mainContents div.box01 {
	width:100%;
	height:400px;
	box-sizing: border-box;
	padding-top: 80px;
	background: url(../images/logoimg2.png) no-repeat;
	background-size: 40px auto;
	background-position: center top 0px;
	position: absolute;
	left:0;
	top:-400px;
}
	div#mainContents div.box01 p {
		text-align: center;
		text-shadow:1px 1px 0px #ffffff;
	}
	div#mainContents div.box01 p.jpname {
		font-size: 12px;
		font-weight: bold;
	}
	div#mainContents div.box01 p.alfaname {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 1px;
		font-weight: bold;
		margin-top: 10px;
	}
/* メッセージ */
div#mainContents div.box02 {}
	div#mainContents div.box02 p {
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
/* イメージ01 */
div#mainContents div.box03 {
	width:96%;
	height:142.85vw;
	max-width:400px;
	max-height:600px;
	background: url(../images/box03img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin: 20px auto 0 auto;
	padding-top: 19.25vw;
}
	div#mainContents div.box03 p {
		text-align: center;
	}
	div#mainContents div.box03 p.jpname {
		font-size: 18px;
		font-weight: bold;
	}
	div#mainContents div.box03 p.alfaname {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 1px;
		font-weight: bold;
		margin-top: 10px;
	}
/* 説明文・リンク */
div#mainContents div.box04 {
	width:96%;
	margin: 10px auto 0 auto;
}
	div#mainContents div.box04 p {
		font-size: 12px;
		line-height: 20px;
	}
	div#mainContents div.box04 a {
		display: block;
		width:100%;
		height:50px;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		background: url(../images/btnbg.png) no-repeat;
		background-size: 100% 100%;
		margin: 10px 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:96%;
	height:142.85vw;
	max-width:400px;
	max-height:600px;
	background: url(../images/box05img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin: 20px auto 0 auto;
	position: relative;
}
	div#mainContents div.box05 p {
		width:100%;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		position: absolute;
		left:0;
		bottom:10vw;
		text-shadow:1px 1px 0px #333;
	}
/* information */
div#mainContents div.box06 {
	width:96%;
	margin: 20px auto 0 auto;
}
	div#mainContents div.box06 h2 {
		margin: 30px auto 0 auto;
		font-size: 20px;
		text-align: center;
	}
	div#mainContents div.box06 table {
		width:100%;
		margin: 30px auto 0 auto;
	}
		div#mainContents div.box06 table th {
			width:70px;
			text-align: left;
			font-weight: bold;
			font-size: 12px;
			vertical-align: top;
		}
		div#mainContents div.box06 table td {
			font-weight: bold;
			font-size: 12px;
			vertical-align: top;
		}
	div#mainContents div.box06 iframe {
		width:100%;
		height:250px;
		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: 100px;
}
/* コピーライト */
small {
	display: block;
	font-size: 12px;
	text-align: center;
	margin:80px auto 0 auto;
	padding-bottom: 10px;
}