@charset "utf-8";
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#container #main .access{
	width: 100%;
	height: auto;
}

#container #main .access h2{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/access_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .access .factory{
	width: 100%;
	height: auto;
	position: relative;
}


#container #main .access .factory h3{
	margin-top: 30px;
	width: 98%;
	height: 33px;
	background-color: #0A558F;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	color: #fff;
	padding-left: 2%
}

#container #main .access .factory p{
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

#container #main .access .factory a{
	width: 15%;
	position: absolute;
	top: -35px;
	right: 30px;
	opacity: 1;
}

#container #main .access .factory a img{
	width: 100%;
}

#container #main .access .factory h4{
	margin-top: 14px;
	width: 98%;
	height: 33.5;
	background-color: #EBECED;
	font-size: 14px;
	font-weight: 800;
	line-height: 33.5px;
	color: #000;
	padding-left: 2%;
	letter-spacing: 2px;
}

#container #main .access .factory iframe{
	margin: 10px 0 30px 0;
	width: 100%;
	height: 300px;
}









}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}

#container #main{
	width: 100%;
	height: auto;
	float: right;
}

#container #main .access{
	width: 100%;
	height: auto;
}

#container #main .access h2{
	width: 98%;
	height: 50px;
	font-size: 16px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/access_sp_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto;
}

#container #main .access .factory{
	width: 100%;
	height: auto;
}

#container #main .access .factory h3{
	margin-top: 14px;
	width: 98%;
	height: 40px;
	background-color: #0A558F;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	padding-left: 2%
}

#container #main .access .factory p{
	margin-top: 13px;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

#container #main .access .factory a{
	padding: 5px 0 10px 0;
	width: 35%;
	margin: 0 auto;
	display: block;
}

#container #main .access .factory a img{
	margin-top: 20px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#container #main .access .factory h4{
	margin-top: 15px;
	width: 98%;
	height: 33px;
	background-color: #EBECED;
	font-size: 16px;
	font-weight: 800;
	line-height: 33px;
	color: #000;
	padding-left: 2%;
	letter-spacing: 2px;
}

#container #main .access .factory iframe{
	margin: 10px 0 30px 0;
	width: 100%;
	height: 300px;
}








}

