@charset "utf-8";



/* ----------------------------------------------------------------------------------------------------
  layout
* --------------------------------------------------------------------------------------------------*/
html {
	height:100%;
}
body {
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size:16px;
	color:#333;
}

footer.contents_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	width: 280px;
	z-index: 10;
}
.btn_back_select{
	display: block;
}
.btn_back_select img{
	width:100%;
	vertical-align: bottom;
	cursor: pointer;
}
@media only print, screen and (min-width: 800px) {
}


/* ----------------------------------------------------------------------------------------------------
  contents
* --------------------------------------------------------------------------------------------------*/
.main_section{
	position: relative;
	padding-top: 50px;
	height:calc(100% - 50px);
	min-height:calc(100% - 50px);
	border-top: 1px solid #eee;
}

.main_container{
	position: relative;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
}
.mc_column{
	position: relative;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
}
.col01{
	background-image: url("../images/i-smart_top_bg02.jpg");
	background-size:auto 100%;
	background-position: 26% 0;
}
.col02{
	background-image: url("../images/i-smart_top_bg01.jpg");
	background-size:auto 150%;
	background-position: 28% center;
}
.button_style01{
	width: 40vw;
	max-width: 260px;
	height: 100px;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.button_style01 img{
	width: 100%;
}

@media screen and (max-width: 800px){
	.col01{
		background-size:auto 120%;
		background-position: 28% 40%;
	}
	.col02{
		background-size:auto 120%;
		background-position: 24% center;
	}
}
@media screen and (max-width: 480px){
}


.i-smart_logo_pc{
	position: absolute;
	top:10px;
	right:60px;
	width: 260px;
}
.i-smart_logo_pc img{
	width: 100%;
}
.i-smart_logo_sp{
	position: absolute;
	top:8vh;
	right:0;
	left: 0;
	margin: 0 auto;
	max-width: 340px;
	width: 70vw;
	display: none;
}
.i-smart_logo_sp img{
	width: 100%;
}
@media screen and (max-width: 800px){
	.i-smart_logo_pc{
		display: none;
	}
	.i-smart_logo_sp{
		display: block;
	}
}
@media screen and (max-width: 480px){
}

