@charset "utf-8";
/* ------------------------------------------------------------ set */
#view 				{ background: url(../images/common/view_01.jpg) center top repeat-x; height: 208px; }
#view div div 		{ height: 145px; background: url(../images/common/opc_g.png); padding: 70px 0 0 35px; width: 305px; color: #fff; }
#view div div h2 	{ font-size: 35px; font-weight: bold; }

#main .btn a		{ width: 380px; }



/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
/* ------------------------------------------------------------ set */
#main .btn a		{ width: 90%; }


/* ------------------------------------------------------------ set */
#view.public 				{ background: url(../images/common/view_01sp.jpg) center top repeat-x; background-size: auto 200px; height: auto; padding: 100px 0 0; }
#view.public div			{ padding: 0; }
#view.public div div 		{ height: auto; padding: 10px 3%; width: auto; margin: 0; }
#view.public div div h2 	{ font-size: 18px; }

}


