
/* CSS Document */

/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	height: 150px;
}

.top_bnr {
	display: block;
	top: 0;
	width: 100%;
	background-image: url("../img/top_bar.png");
	background-size: cover;
	background-position: center center;
	z-index: 2;
	height: 50px;
	text-align:left;
	/*padding-left: 10%;*/
}
.top_bnr img {
	width: 700px;
	margin-top: 90px;
	
}

.top_content {
	z-index: 3;
	background: url("../img/bg_001.jpg");
	background-size: cover;
	background-position: center center;
}
.top_content_inner{
	/*display: flex;*/
	margin: 0 auto;padding: 20px 0px;
}

.cont_left{
	width: 15%;
	
}



.cont_right{
	width: 15%; right: 0;
	
}


@media screen and (max-width: 767px) {

.content{
	display:block;
	/*background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 10% 90%, rgba(255, 255, 255, 0));*/
	padding-bottom: 0px;
	margin: 0 0;
}

.top_bnr {
	height: 0px;
	text-align:left;
	/*padding-left: 10%;*/
}
.top_bnr img {
	width: 500px;
	margin-top: 70px;
	
}
	
}


/*

*/
/* --------------------------------------------------
		utility 767
-------------------------------------------------- */
img.u-pc {
	display: block;
	margin: 0 auto;
}
img.u-sp {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
img.u-pc {
	display: none;
	margin: 0 auto;
}
img.u-sp {
	display: block;
	margin: 0 auto;
}
}