body {
    margin: 0;
    background: #fff;
    text-decoration-skip: link;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
	font-family: arial, sans-serif;
}

.container {width:100%;}
.container { display: -ms-flex; display: -webkit-flex; display: flex;}
.container>div { flex:1; }
.conteiner:after{clear:both;}
section {width:1119px;margin:0 auto; margin-top:40px; margin-bottom:0px;}
.iconBox {margin-top:50px;}
.iconBox a:first-child img {margin-right:35px;}

h1 {font-size:33pt;font-weight: bold;}
h2 {font-size:16pt;font-weight:normal;line-height:25pt;}
.textWhite {color:rgb(245,245,245);}
.textGray{color:rgb(55,55,55);}
.bgc_sky_grd{background-image: linear-gradient(to right, #00A1A6, #227393);}
.bgc_sky{background-color:#00A1A6;}
.bgc_blue{background-color:#227393;}
.footer{background-color:#414042; text-align: center; padding:20px;}
.footer .sns img {margin-left:20px;margin-top:10px;margin-bottom:10px; }

.mouse {position: absolute;left: 49%;top: 570px;}
.textContents {width:60%;float:left;margin-bottom:40px;}
.imgContents {width:39%;float:right; text-align:right;}
.item1 .imgContents {margin-bottom:-4px}
.item2 {margin-top:20px; margin-bottom:40px;}
.item2 .textContents {margin-top:40px;}
.item3 .textContents {margin-top:10px; margin-bottom:50px;}
.item4 .textContents {margin-top:10px; margin-bottom:50px;}
.item4 .imgContents {margin-top:40px; margin-bottom:-4px;}
.item5 .textContents {margin-top:60px;}
.item5 .imgContents {margin-bottom: 40px;}
.item7 .imgContents {margin-bottom:-4px;}
.item7 .textContents {margin-top:60px;}
.item7 .imgContents {margin-bottom:-4px;}
.storeButton {margin-right:50px;margin-top:20px;}

@media(max-width:1119px) {
	section {width:100%;}
	h1 {font-size:30pt}
	h2 {font-size:15pt;}
	.iconBox {margin-top:40px;}
	.mouse {position: absolute;left: 49%;top: 530px;}
	.textContents {margin-left:20px;width:57%}
	.imgContents {margin-right:20px;width:37%}
}

@media(max-width:1084px) {
	h1 {font-size:26pt;margin-bottom:26px;}
	h2 {font-size:13pt;line-height:23pt;}
	.mouse {position: absolute;left: 49%;top: 500px;}
	.iconBox {margin-top:30px;}
	.textContents {margin-left:20px;width:55%}
	.imgContents {margin-right:20px;width:37%}
}

/* Mobile Device */
@media(max-width:971px) {
	h1 {font-size:23pt;font-weight: bold;}
	h2 {font-size:12pt;font-weight:normal;line-height:25pt;}
	section {width:100%; text-align:center;}
	.item4 {margin-top:30px;}
	.item2 section, .item4 section, .item5 section, .item7 section {margin-top:0px;}
	.textContents {width:90%;float:none;margin-left:auto;margin-right:auto;}
	.imgContents {width:90%;float:none;text-align: center;margin-left:auto;margin-right:auto;}
	.mouse {display:none;}
	.storeButton {width:40%;margin-right:10px;margin-top:15px;}
	.imgContents img{width:80%;}
}