@charset "UTF-8";

/*bosyu
---------------------------------------------------------*/
#bosyu .bg{
	background-color: rgba(209,157,96,0.1);
}
#bosyu .tbl_bosyu th{
	background-color:#d19d60;
}



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



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

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