@charset "UTF-8";

/*bosyu
---------------------------------------------------------*/
#bosyu .bg{
	background-color: rgba(157,184,121,0.1);
}
#bosyu .tbl_bosyu th{
	background-color:#9db879;
}



/*contact_us
---------------------------------------------------------*/
#contact_us .contact_us_tit p{
	color: #9db879;
}



/* アコーディオン
----------------------------------------------------------------------*/
#contact_us .open_trigger span::before{
	background-image: url("../images/recruit/icon_open_dh.svg");
}
#contact_us .open_trigger.active span::before{
	background-image: url("../images/recruit/icon_close_dh.svg");
}

/* 入力項目デザイン
-----------------------------------------------------------------------------*/
/**********/
/* ボタン */
/**********/
#contact_us input[type="submit"], #contact_us input[type="button"], #contact_us input[type="reset"] {
	background-color: #9db879;
}
