@charset "UTF-8";
#toppage{
	background-image: url("images/mainhaikei.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	width: 414px;
	height: 736px;
}

body{
	position: absolute;
	margin: 0px;
}

#logo img{
	position:relative;
	top:20px;
	left: 15px;
	width: 200px;
}

#groupillust img{
	position:absolute;
	top:50px;
	width: 414px;
	height: 736px;
}

#honbunn{
	background-image: url("images/memohaikei.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	width: 414px;
	height: 736px;
}

#text1{
	position:relative;
	top:190px;
	left: 40px;
	line-height: 35px;
}

#text2{
	position:relative;
	top:225px;
	left: 40px;
	font-size: 24px;
	font-weight:500;
}

#pen{
	margin-top: 0px;
	background-image: url("images/longhaikei.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	width: 414px;
	height: 2944px;
}

#redpen img{
	position: relative;
	top: 60px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#redtext{
	position:relative;
	top:-90px;
	left: 220px;
	font-size: 14px;
}

#bluepen img{
	position: relative;
	top: 0px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#bluetext{
	position:relative;
	top:-150px;
	left: 220px;
	font-size: 14px;
}

#yellowpen img{
	position: relative;
	top:-60px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#yellowtext{
	position:relative;
	top:-220px;
	left: 220px;
	font-size: 14px;
}

#bordeauxpen img{
	position: relative;
	top: -120px;
	left: 25px;
	width: 200px;
	height: 200px;
}	

#bordeauxtext{
	position:relative;
	top:-280px;
	left: 220px;
	font-size: 14px;
}

#purple img{
	position: relative;
	top: -180px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#purpletext{
	position:relative;
	top:-340px;
	left: 220px;
	font-size: 14px;
}

#brown img{
	position: relative;
	top: -240px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#browntext{
	position:relative;
	top:-400px;
	left: 220px;
	font-size: 14px;
}

#navy img{
	position: relative;
	top: -300px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#navytext{
	position:relative;
	top:-460px;
	left: 220px;
	font-size: 14px;
}

#green img{
	position: relative;
	top: -360px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#greentext{
	position:relative;
	top:-520px;
	left: 220px;
	font-size: 14px;
}

#gray img{
	position: relative;
	top: -420px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#graytext{
	position:relative;
	top:-600px;
	left: 220px;
	font-size: 14px;
}

#black img{
	position: relative;
	top: -480px;
	left: 25px;
	width: 200px;
	height: 200px;
}

#blacktext{
	position:relative;
	top:-640px;
	left: 220px;
	font-size: 14px;
}

h2{
	position: relative;
	top: -430px;
	left: 150px;
	font-size: 16px;
	color: #0E898A;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";	
}

#twitter img{
	position: relative;
	top: -400px;
	left: 70px;
	width: 80px;
	height: 80px;
}

#facebook img{
	position: relative;
	top: -480px;
	left: 172px;
	width: 70px;
	height: 70px;
}

#line img{
	position: relative;
	top: -555px;
	left: 262px;
	width: 80px;
	height: 80px;
}

#snstext{
	position:absolute;
	top:4500px;
	left: 100px;
	color: #0E898A;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#bottomlogo img{
	position:absolute;
	top:4650px;
	left: 30px;
	width: 350px;
}

#bottomtext{
	position:absolute;
	top:4850px;
	left: 50px;
	font-size: 12px;
}

footer{
	background: #0E898A;
	text-align: center;
	padding: 12px 0;
}

footer p {
	color: white;
	font-size: 0.875rem;
}