p {
	font-size: 20px;
	margin-left: 30px;
	color: #5b5b5b;
}

/* フォント */
@font-face {
	font-family: "FuturaRoundW01-Medium";
	src: url("//db.onlinewebfonts.com/t/1857223a2a1ea179833304a565493e0d.eot");
	src: url("//db.onlinewebfonts.com/t/1857223a2a1ea179833304a565493e0d.eot?#iefix") format("embedded-opentype"),
	url("//db.onlinewebfonts.com/t/1857223a2a1ea179833304a565493e0d.woff2") format("woff2"),
	url("//db.onlinewebfonts.com/t/1857223a2a1ea179833304a565493e0d.woff") format("woff"),
	url("//db.onlinewebfonts.com/t/1857223a2a1ea179833304a565493e0d.ttf") format("truetype"),
	url("//db.onlinewebfonts.com/t/1857223a2a1ea179833304a565493e0d.svg#FuturaRoundW01-Medium") format("svg");
}
/* フォント_fin */

body{
	font-family: 'Futura Round W01 Medium', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
	font-size: 20px;
	color: #5b5b5b;
	background-color: #fff;
	margin-bottom: 50px;
	margin:0px;
}

img{
	width: 100%;
	display: block;
	position: relative; 
	margin-top: 0px;
}

/* ヘッダー */
.site-header{
	background-color: rgba(137,199,222,1);
	display: flex;
	padding-top: 0px;
	/*padding-right: 20px;*/
	/*padding-left: 20px;*/
	padding-bottom: 5px;

	/* アニメーション */
	justify-content: space-between;
	width: 100%;
	height: 50px;
	z-index: 9999;
	top: 0;
	animation-name: fadein;
	animation-duration: 2s;
	}
	
	@keyframes fadein{
	from{
	opacity: 0;
	transform: translateY(20px);
	}
	to{
	opacity: 1;
	transform: translateY(0);
	}
	}
	/* アニメーション_fin */

.site-logo{
	font-size: 20px;
	height: 10px;
	width: auto;
	position: relative; 
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 26px;
}

.gnav__menu{
	display: flex;
	list-style: none;
}

.gnav__menu__item{
	margin-left: 20px;
	margin-right: 30px;
}

.gnav__menu__item a{
	color: #5b5b5b;
	text-decoration: none;
}
/* ヘッダー_fin */
 
/* フッター　*/
footer{
	/*footerの装飾*/
	width: 100%;
	background-color: rgba(137,199,222,1);
	color: #5b5b5b;
	text-align: center;
	padding: 1px 0;
	bottom: 0; /*下に固定*/
	margin: 0;
	clear: both;
} 
/* フッター_fin */

.aab{
	position: relative;
}

.aab p{
	position: absolute;
	color: #5b5b5b;
	font-size: 35px;
	text-align: center
	/*background: rgba(137,199,222,0.8);*/
	line-height: 1;/*行高は1に*/
	/*padding: 10px 10px;*/
	top: 30%;
	left: 20%;
	rigtht: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
	-moz-animation:blink 1.0s ease-in-out infinite alternate;
	animation:blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
/* 点滅_fin */

.box1img{
	margin-bottom: 5em;
}

/* 読書×Studio3Wireless */
.link1{
	position: relative;
	top: -10px;
	display: block;
	clear: both;
}

.box1{
	width: 50%;
	/* margin-right: 20px; */
	clear: both;
	float: left;
	margin-top: 5px;
}

.box1 p{
	font-size: 15px;
	/* margin-right: 20px; */
	padding-left: 2em;
}

.box1 > .big{
	font-size: 40px;
	color: rgba(137,199,222,1);
}

.box1right{
	float: right;
	width: 50%;
	margin-top: 2em;
}

.box1right p{
	font-size: 15px;
	padding-right: 20px;
}
/* 読書×Studio3Wireless_fin */

/* 睡眠×Studio3Wireless */
.link1{
	position: relative;
	top: -10px;
	display: block;
	clear: both;
}

.box2{
	width: 50%;
	clear: both;
	float: left;
	margin-top: 90px;
}

.box2 p{
	font-size: 15px;
	padding-left: 2em;
}

.box2 > .big{
	font-size: 40px;
	color: rgba(137,199,222,1);
}

.box2right{
	float: right;
	width: 50%;
	margin-top: 6em;
}

.box2right p{
	font-size: 15px;
	padding-right: 20px;
}

.box2img{
	margin-top: 25em;
	clear: both;
}

/* 睡眠×Studio3Wireless_fin */

.box4{
	background-color: rgba(190,190,190,0.8);
	width: 70%;
	/* height: 15em; */
	margin-top: 5em;
	margin-bottom: 7em;
	position: relative;
	color: #5b5b5b;
	float: right;
}

.box4 p{
	font-size: 13px;
	padding: 40px;
	margin: 0;
}

/* 機能紹介 */
.link0{
	position: relative;
	top: -30px;
	display: block;
	clear: both;
}
	
.inner{
	float: right;
	width: 50%;
	margin-bottom: 8em;
}

.inner p{
	font-size: 15px;
	padding-left: 10px;
	padding-right: 20px;
	color: #5b5b5b;
}

.inner > .big{
	font-size: 30px
}

.inner2{
	float: left;
	width: 50%;
	margin-bottom: 8em;
	margin-top: 16px;
}

.inner2 img{
	width: 100%;
	padding: 20px;
}
/* 機能紹介_fin */

.top p{
	text-align: center;
	margin-top: 8em;
	margin-bottom: 8em;
	font-size: 15px;
}

.end{
	width: 100%;
	height: 100%;
}