@charset "UTF-8";
/* ===================================================
	Access CSS
====================================================== */

#contents_wrap{ background: url(../img/bg6.jpg) center top;}

/* ---------------------------------------------------
Main image tit
------------------------------------------------------ */
#main_img { height: 300px; background: url(../../access/img/main_bg.jpg) no-repeat center bottom; background-size: cover;}
#main_img h2{ position: absolute; top: 50%; left: 50%; margin: -121px 0 0 -20px; }

@media screen and (max-width: 768px) {
	#main_img { height: 150px; background: url(../../access/img/main_bg.jpg) no-repeat right top; background-size: 900px}
	#main_img h2{ position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -64px; width: 128px; }
}

/* ---------------------------------------------------
Section 1
------------------------------------------------------ */
#sec1{ width: 1100px; margin: 0 auto; padding: 150px 0 150px; overflow: hidden; text-align: center;}
#sec1 h3{ padding: 0 0 20px; font-size: 30px;}
#sec1 p{ font-size: 16px;}

@media screen and (max-width: 768px) {
	#sec1{ width: 92%; padding: 50px 0 50px;}
	#sec1 h3{ padding: 0 0 20px;font-size: 20px;}
	#sec1 p{ font-size: 13px;}
}