@charset "utf-8";
/* ===================================================
	Master CSS
====================================================== */

#contents_wrap::before{ display: none;}
#breadcrumb{ top: 10px;}

@media screen and (max-width: 600px) {
#main_tit{ margin: 50px 0 0;}
}


/* ---------------------------------------------------
Section lead
------------------------------------------------------ */
#sec_lead{ width: 100%; position: relative; padding: 70px 0 60px;}
#sec_lead h3{ font-size: 40px; color: #8a1313; text-align: center; line-height: 1.7; letter-spacing: 0.05em;}
#sec_lead h3 .en{ font-size: 15px; color: #ae825c;}
#sec_lead p{ text-align: center; font-size: 16px; line-height: 2; letter-spacing: 0.07em; padding: 50px 0;}

@media screen and (max-width: 600px) {
#sec_lead{ padding: 50px 0 40px;}
#sec_lead h3{ font-size: 22px; line-height: 1.7; letter-spacing: 0.05em;}
#sec_lead h3 .en{ font-size: 13px;}
#sec_lead p{ text-align: left; font-size: 15px; line-height: 1.7; letter-spacing: 0.07em; padding: 30px 4% 20px;}
}

