@charset "utf-8";
@import url('pg-career.css?v=1');
@import url('blog-interview.css?v=250120');
/**
 *	キャリア採用＞先輩社員インタビュー
 * 	update.24.12.18
**/
/* index */
/* list state */
.box-list .list ,
.box-list .item {
	background-image: linear-gradient(to right, #00a85f,#00a85f 3px, transparent 3px, transparent);
}
.box-list a.item:hover ,
.box-list a.item:active {
	color:#00a85f;
}
/* single */
.single .section-main ,
.single .profile {
	background-image: linear-gradient(to right, #00a85f, #00a85f 3px, transparent 3px, transparent);
}
/* editor */
.content-text h2 {
	color:#00a85f;
}
.content-text hr {
	background-image: linear-gradient(to right, #00a85f, #00a85f 3px, transparent 3px, transparent);
}