@charset "utf-8";
/* CSS Document */


#wrapper{
	width: 100%;
    min-height: 100vh;
	position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
	text-align: center;
	margin:0 auto;
}

#box_01{
	height:400px;
	background:url("../../fr/img/top_main.png") no-repeat bottom center;
}


#app_select{
	width:70%;
	display:flex; 
    justify-content:space-around;
	flex-wrap:wrap;
	height:auto;
	min-height: 300px;
	margin:60px auto 20px auto;
}

.app_select_box{
	width:360px;
	height:120px;
	margin:20px 20px 20px 20px;
}

.app_select_box_02{
	width:360px;
	height:120px;
	margin:20px 20px 20px 20px;
}

.app_icon{
	float: left;
	width:120px;
	height:120px;
	margin:0;
}

.app_icon img{
	width: 100px;
}

.app_text{
	margin:23px 0 0 0;
}

.app_name_top{
	text-align: left;
	display: inline-block;
	width:200px;
	height:30px;
	font-size:18px;
	font-weight: bold;
}

.app_description{
	text-align: left;
	display: inline-block;
	width:200px;
}


#footer{
		width: 100%;
		height:60px;
		line-height: 60px;
		background: #101010;
		text-align: center;
		margin:0 auto 0 auto;
		position: absolute;
		bottom:0;
		}

@media screen and (max-width : 1920px ){ 
	
#app_select{
	width:50%;
	display:flex; 
    justify-content:space-around;
	flex-wrap:wrap;
	height:auto;
	min-height: 300px;
	margin:60px auto 0px auto;
}
	
}


@media screen and (max-width : 1630px ){ 
	
#app_select{
	width:70%;
	display:flex; 
    justify-content:space-around;
	flex-wrap:wrap;
	height:auto;
	min-height: 300px;
	margin:95px auto 0 auto;
}
	
}


@media screen and (max-width : 768px ){ 
	
	#wrapper{
	width: 100%;
	position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
	text-align: center;
	margin:0 auto;
	}

	#box_01{
		width:100%;
		height:300px;
		margin:0px auto 0 auto;
		padding:0 0 50px 0;
		font-size:50px;
		text-align:center;
		background:url(../img/login_bg.png) no-repeat bottom center;
		background-size:cover;
	}
	
	#box_01 h1{
	margin:0 auto;
	padding:150px 0 0 0;
	font-size:40px;
	position:relative;
	top:auto;
	left:auto;
	}
	
	#la_select_area{
		width:100%;
		height:120px;
		text-align: center;
	}

	.la_select{
		width:300px;
		line-height: 120px;
		display:inline-block;
		font-size: 20px;
	}
	
	#footer{
		width: 100%;
		height:60px;
		line-height: 60px;
		background: #101010;
		text-align: center;
		margin:0 auto 0 auto;
		position: absolute;
		bottom:0;
		}
	
}

@media screen and (max-width : 480px ){ 
	
	#box_01{
		width:100%;
		height:180px;
		margin:0px auto 0 auto;
		padding:0 0 50px 0;
		font-size:50px;
		text-align:center;
		background:url("../img/top_main.png") no-repeat bottom center;
		background-size:cover;
	}
	
#app_select{
	width:100%;
	display:flex; 
    justify-content:space-between;
	flex-wrap:wrap;
	height:auto;
	min-height: 400px;
	margin:30px auto;
}

.app_select_box{
	text-align: center;
	width:100%;
	height:220px;
	margin:30px;
}
	
.app_select_box_02{
	text-align: center;
	width:100%;
	height:220px;
	margin:30px;
}

.app_icon{
	text-align: center;
	width:120px;
	height:120px;
	margin: 0 auto;
	float: none;
}

.app_icon img{
	width: 100px;
}

.app_text{
	margin:10px 0 0 0;
}

.app_name_top{
	text-align: center;
}

.app_description{
	text-align: center;
	text-align-last: left;
}

	
}