
/* ===========================================
 * top
=========================================== */
.header_display {
	display: none;
}

#mv {
	height: 1141px;
	width: 100%;
	background-image: url("../img/top/topbg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}


#top_contents_logo {
	text-align: center;
	padding-bottom: 70px;
}

#top_contents_message {
	text-align: center;
	line-height: 2.5;
	font-size: 1.7rem;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.1em;
}


#top_contents_banner {
	text-align: center;
	padding-top: 170px;
}

#top_contents_banner img{
	margin-left: auto;
	margin-right: auto;
}


#top_headerInner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#top_headerlogo {
	width: 20%;
	float: left;
	padding-top: 32px;
}

#top_headerNav {
	width: 60%;
	float: left;
	text-align: center;
	padding-top: 35px;
}

#top_headerNav li{
	display: inline-block;
	padding-left: 17px;
	padding-right: 17px;
}

#top_headerNav li a{
	color: #FFF;
	font-size: 2rem;
}

#top_headerNav li a:hover{
	opacity: 0.7;
}

#top_headerSNS {
	width: 20%;
	float: right;
	text-align: right;
	padding-top: 27px;
}

#top_headerSNS a:hover{
	opacity: 0.7;
}

#top_main_contents {
	width: 600px;
	height: 500px;
	
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	
	
	
}

#top_news_contents {
	width: 1000px;
	padding-top: 140px;
	padding-bottom: 140px;
	margin-left: auto;
	margin-right: auto;
}

#top_news_contents ul{
	box-sizing: border-box;
	border: 1px #707070 solid;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	box-sizing: border-box;
	padding-bottom: 5px;
}

#top_news_contents ul li{
	padding-bottom: 20px;
	color: #151515;
	font-size: 1.5rem;
}

#top_news_contents ul li span{
	display: inline-block;
	width: 190px;
}

#top_news_contents ul li a{
	color: #151515;
	font-size: 1.5rem;
	font-weight: 400;
	display: inline-block;
}
.scroll_btn {
	text-align: center;
	padding-top: 150px;
	margin-top: -100px;
}

.scroll_btn a {
    display: inline-block;
    height: 40px;
    border: 2px #FFF solid;
    line-height: 37px;
    color: #FFF;
    width: 180px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
	font-size: 1.5rem;
}

.smart_list_top {
	display: none !important;
}

@media screen and (max-width:640px){
	
	
	
	.header_display {
		display: none;
	}

	#mv {
		height: 1141px;
		width: 100%;
		background-image: url("../img/top/topbg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		overflow: hidden;
	}


	#top_contents_logo {
		text-align: center;
		padding-bottom: 70px;
	}

	#top_contents_message {
		text-align: left;
		line-height: 2;
		font-size: 1.9rem;
		color: #FFF;
		letter-spacing: 0.08em;
	
	}


	#top_contents_banner {
		text-align: center;
		padding-top: 100px;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	#top_contents_banner img{
		width: 100%;
	}


	#top_headerInner {
		display: none;
	}

	#top_headerlogo {
		width: 20%;
		float: left;
		padding-top: 32px;
	}

	#top_headerNav {
		width: 60%;
		float: left;
		text-align: center;
		padding-top: 35px;
	}

	#top_headerNav li{
		display: inline-block;
		padding-left: 17px;
		padding-right: 17px;
	}

	#top_headerNav li a{
		color: #FFF;
		font-size: 2rem;
	}

	#top_headerNav li a:hover{
		opacity: 0.7;
	}

	#top_headerSNS {
		width: 20%;
		float: right;
		text-align: right;
		padding-top: 27px;
	}

	#top_headerSNS a:hover{
		opacity: 0.7;
	}

	#top_main_contents {
		width: 530px;
		height: 500px;

	  position: absolute;
	  top: 40%;
	  left: 50%;
	  -webkit-transform : translate(-50%,-50%);
	  transform : translate(-50%,-50%);



	}

	#top_news_contents {
		width: 580px;
		padding-top: 100px;
		padding-bottom: 100px;
		margin-left: auto;
		margin-right: auto;
	}

	#top_news_contents ul{
		box-sizing: border-box;
		border: 1px #707070 solid;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 25px;
		box-sizing: border-box;
		padding-bottom: 5px;
	}

	#top_news_contents ul li{
		padding-bottom: 20px;
		color: #151515;
		font-size: 1.5rem;
	}

	#top_news_contents ul li span{
		display: block;
		width: 100%;
	}

	#top_news_contents ul li a{
		color: #151515;
		font-size: 1.5rem;
		font-weight: 400;
		display: inline-block;
	}
	.scroll_btn {
		text-align: center;
		padding-top: 150px;
		margin-top: -100px;
	}
	

	.scroll_btn a {
		display: inline-block;
		height: 50px;
		border: 2px #FFF solid;
		line-height: 46px;
		color: #FFF;
		min-width: 180px;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	
	.smart_list_top {
		display: inline-block !important;
	}




}






