@charset "utf-8";
/* ===================================================
	404 Notfound CSS
====================================================== */

#contents_wrap { background: url("../img/bg_pattern1.jpg"); overflow: hidden;}
#main_img { background: url("../../access/img/main_bg.jpg") no-repeat center center; background-size: cover;}


/* ---------------------------------------------------
Section lead
------------------------------------------------------ */
#sec_lead{ padding: 50px 0 100px; overflow: hidden;}
#sec_lead h2{ font-size: 30px; color: #00693e; line-height: 1.6; text-align: center;}
#sec_lead p{ font-size: 15px; line-height: 2; padding: 30px 0 0; text-align: center;}

@media screen and (max-width: 600px) {
#sec_lead{ width: 92%; margin: 0 auto; padding: 30px 0;}
#sec_lead h2{ font-size: 20px; color: #00693e; line-height: 1.6;}
#sec_lead p{ font-size: 15px; line-height: 2; padding: 15px 0 0; text-align: left;}
}
