﻿@charset "utf-8";
#topimg{
	width:100%;
	aspect-ratio:640 / 300;
	overflow:hidden;
	border:1px solid #eee;
	position:relative;
	opacity:1;
}

#topimg #loading{
	width:100%;
	height:100%;
	background:#fff url("../topimg/loading.png") no-repeat center center;
	background-size:10% auto;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#topimg ul{
	margin:0;
	padding:0;
	list-style:none;
}

#topimg ul li a{
	aspect-ratio:640 / 300;
	text-decoration:none;
	display:block;
}
#topimg ul li a:hover{
	opacity:1;
}
#topimg ul li h3{
	display:block;
	margin:0;
	padding:0;
	line-height:1.4;
}

#flashtohtml5{
	width:100%;
	aspect-ratio:640 / 300;
	background:#fff url(../topimg/20.png) no-repeat left bottom;
	background-size:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	
}
#flashtohtml50{
	width:35%;
	font-size:150%;
	font-weight:bold;
	color:#33c;
	text-align:center;
	position:absolute;
	top:8%;
	right:1%;
}
#flashtohtml50 .red{
	color:#f00;
}
#flashtohtml50 .yellow{
	color:#f90;
}
#flashtohtml50 .green{
	color:#090;
}
#flashtohtml51{
	width:35%;
	font-size:150%;
	font-weight:bold;
	color:#039;
	text-align:center;
	position:absolute;
	top:45%;
	right:50%;
	opacity:0;
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#flashtohtml52{
	width:35%;
	font-size:150%;
	font-weight:bold;
	color:#609;
	text-align:center;
	position:absolute;
	top:55%;
	right:-50%;
	opacity:0;
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#flashtohtml53{
	width:35%;
	font-size:200%;
	font-weight:bold;
	color:#903;
	text-align:center;
	position:absolute;
	top:100%;
	right:1%;
	opacity:0;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#flashtohtml54{
	width:390px;
	height:226px;
	background:transparent url(../topimg/21.png) no-repeat;
	background-size:100%;
	position:absolute;
	top:5%;
	left:3%;
}


/* #cont1 */
#cont1{
	padding-top:9%;
}
#cont1 .app{
	width:min(100%,550px);
	margin:auto;
	position:relative;
	height:0;
	padding-top:min(110%,605px);
}
#cont1 .app iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}


/* #cont2 */
#cont2{
	padding-bottom:0;
}
#cont2 .merit{
	margin-bottom:9%;
}
#cont2 .merit div{
  margin-top:5%;
  text-align:left;
}
#cont2 .merit div dt{
	line-height:1.3;
	font-size:min(2.1vw,21px);
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#cont2 .merit div dt .num{
	width:2.2em;
	height:2.2em;
	line-height:1;
	margin-right:0.5em;
	font-family:arial;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius:50%;
}
#cont2 .merit div dt .num:before{
	content:'Merit';
	font-size:min(1.1vw,11px);
}
#cont2 .merit div dt .title{
	flex:1;
}
#cont2 .merit div dd{
	margin-top:1em;
}

@media screen and (max-width:750px){
	#cont2 .merit div dt{
		font-size:4vw;
	}
	#cont2 .merit div dt .num{
		width:2.2em;
		height:2.2em;
	}
	#cont2 .merit div dt .num:before{
		font-size:2.3vw;
	}
}