/*<start>==========================================================*/
/*=================================================================*/
/*	共通                                                                                                       */
/*=================================================================*/
article { position: relative; }
/*	ページタイトル
----------------------------------------------------------------*/
section.top_area { margin-bottom: 40px; }
section.top_area .title {
	border-bottom: 1px solid #b7d04c;
	padding: 70px 0 30px;
	margin-bottom: 10px;
}
section.top_area .title h1 {
	text-align: left;
	font-size: 4.0rem;
	font-size: 40px;
}
section.top_area p.breadcrumb {
	text-align: left;
	font-size: 1.2rem;
	font-size: 12px;
}
section.top_area p.breadcrumb a {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 0;
	vertical-align: middle;
}
section.top_area p.breadcrumb a::before, section.top_area p.breadcrumb a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
section.top_area p.breadcrumb a::after {
	right: 7px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #746957;
	border-right: 1px solid #746957;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
section.top_area p.breadcrumb a.home {
	background: url(../../images/sec/icon_home.gif) no-repeat left center;
	padding-left: 20px;
}

ul.front_btn_box li a.btn_job { background: url(../../images/sec/btn_jobsearch.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_happyvoice { background: url(../../images/sec/btn_happyvoice.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_qa { background: url(../../images/sec/btn_qa.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_access { background: url(../../images/sec/btn_access.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_career { background: url(../../images/sec/btn_career.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_first_dispatch { background: url(../../images/sec/btn_first_dispatch.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_balance { background: url(../../images/sec/btn_balance.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_backup { background: url(../../images/sec/btn_backup.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_outline { background: url(../../images/sec/btn_outline.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_merit { background: url(../../images/sec/btn_merit.jpg) no-repeat top left #f28bb2; }
ul.front_btn_box li a.btn_flow { background: url(../../images/sec/btn_flow.jpg) no-repeat top left #f28bb2; }

/*	pager
----------------------------------------------------------------*/
ul.pager li {
	display: inline-block;
}
ul.pager li.active {
	width: 36px;
	height: 30px;
	padding-top: 6px;
	background: #c9c9c9;
	border: 1px solid #e7e3d5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
}
ul.pager li a {
	text-decoration: none;
	display: inline-block;
	width: 36px;
	height: 30px;
	padding-top: 6px;
	background: #fff;
	border: 1px solid #e7e3d5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.pageNav { padding: 40px 0 0; }
.pageNav span.current {
	width: 36px;
	height: 30px;
	padding-top: 6px;
	background: #c9c9c9;
	border: 1px solid #e7e3d5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
	display: inline-block;
}
.pageNav a.page-numbers {
	text-decoration: none;
	display: inline-block;
	width: 36px;
	height: 30px;
	padding-top: 6px;
	background: #fff;
	border: 1px solid #e7e3d5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/*	table
----------------------------------------------------------------*/
table.tbl02 {
	border-bottom: 1px solid #746957;
	width: 100%;
	height: 100%;
}
table.tbl02 tr th {
	border-top: 1px solid #746957;
	padding: 16px 20px;
	width: 130px;
	vertical-align: top;
}
table.tbl02 tr td {
	border-top: 1px solid #746957;
	padding: 16px 20px;
}

table.form_tbl tr th {
	width: 240px;
	position: relative;
	text-align: left;
}
table.form_tbl tr th span {
	display: inline-block;
	background: #e77da5;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
	line-height: 100%;
	position: absolute;
	top: 18px;
	right: 20px;
}
table.form_tbl tr td { text-align: left; }
table.tbl02 tr td.td_in {
	border-left: 1px solid #746957;
	border-right: 1px solid #746957;
	width: 100px;
	height: 100%;
	text-align: center;
	padding: 5px;
}
table.tbl02 tr td .td_in_title {
	background: #e0dbc9;
	width: 100%;
	height: 100%;
	position: relative;
	zoom:1;
}
table.tbl02 tr td .td_in_title span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform:translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
table.tbl02 tr th.h3 {
	background: #b7d04c;
	color: #fff;
	font-size: 2.0rem;
	font-size: 20px;
	border-top: 0;
}
table.tbl02 tr.btn_area th { border-top: 0; }
table.tbl02 tr.btn_area td { text-align: center; }
table.tbl02 tr.btn_area td input { padding: 3px 20px; }
table.tbl02 tr td.caution {
	padding: 8px 0;
	border-top: 0;
}
table.tbl02 tr td.caution p { margin-bottom: 0; }
table.tbl02 tr th.under_h3, table.tbl02 tr td.under_h3 { border-top: 0; }
/*tbl01
-------------------------------------------------------------------*/
table.tbl01 {
	width: 100%;
	margin: 0 0 10px 0;
}
table.tbl01 tr { border-bottom: 1px solid #b7d04c; }
table.tbl01 tr:first-child { border-top: 1px solid #b7d04c; }

table.tbl01 th {
	width: 125px;
	text-align: center;
	padding: 13px 0;
	background: #e9f2c2;
	vertical-align: top;
}

table.tbl01 td { padding: 13px; }

/*link01
-------------------------------------------------------------------*/
a.link01 {
	padding: 0 0 0 15px;
	background: url(../../images/sec/icon_arrow_green.gif) no-repeat left center;
}

/*	list
----------------------------------------------------------------*/
ul.list { padding-left: 20px; }
ul.list li {
	list-style-type: disc; }
ul.form_list li { margin-bottom: 15px; }
ul.form_list li:last-child { margin-bottom: 0; }
ul.form_list02 li { margin-bottom: 5px; }
ul.form_list02 li:last-child { margin-bottom: 0; }
/*	フロントページ
----------------------------------------------------------------*/
section.frontpage_area ul.front_btn_box li {
	width: 430px;
	float: left;
	margin: 0 16px 16px 0;
}
section.frontpage_area ul.front_btn_box li:nth-child(2n) { margin-right: 0; }
section.frontpage_area ul.front_btn_box li a.list_btn {
	display: table;
	height: 114px;
	width: 220px;
	padding-left: 210px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.8px;
	font-size: 18px;
}
section.frontpage_area ul.front_btn_box li a.list_btn span {
	background: url(../../images/union/icon_arrow_s.png) no-repeat 180px center;
	display: table-cell;
	width: 180px;
	padding-right: 20px;
	vertical-align: middle;
}
a.btn {
	background: #f28bb2;
	color: #fff;
	text-decoration: none;
	width: auto;
	padding: 10px 20px 10px 0;
	font-size: 1.8rem;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 0;
	box-shadow:0px 0px 3px 0px #cfcfcf;
	-moz-box-shadow:0px 0px 3px 0px #cfcfcf;
	-webkit-box-shadow:0px 0px 3px 0px #cfcfcf;
}
a.btn span {
	background: url(../../images/union/icon_arrow_s.png) no-repeat right center;
	display: inline-block;
	padding: 10px 30px;
}
/*	下層ページ
----------------------------------------------------------------*/
section .white_box {
	background: #fff;
	text-align: left;
}
section .white_box .white_in { padding: 32px; }
section .white_box .white_in p { margin-bottom: 30px; }
h2 {
	border-top: 4px solid #e7e3d5;
	border-bottom: 1px dotted #e7e3d5;
	font-size: 2.4rem;
	font-size: 24px;
	color: #282828;
	line-height: 130%;
	padding: 18px 20px;
	text-align: left;
}
section.linkbtn_area h2 {
	background: url(../../images/union/bg_h2.gif) repeat top left;
	border-top: 0;
	border-bottom: 2px solid #e7e3d5;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	padding: 8px 16px;
	font-size: 1.6rem;
	font-size:16px;
	color: #746957;
	line-height: 160%;
}

h3 {
	background: #b7d04c;
	color: #fff;
	font-size: 2.0rem;
	font-size: 20px;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	padding: 14px 18px;
}
h3.num_h3 {
	position: relative;
	padding-left: 90px;
	margin-top: 50px;
}
h3 .num_tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #746957;
	width: 57px;
	height: 57px;
	padding: 8px;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 200%;
}
h3 .num_tag span {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
}
h4 {
	border-top: 1px solid #b7d04c;
	border-bottom: 1px solid #b7d04c;
	padding: 10px 0;
	font-size: 2.0rem;
	font-size: 20px;
}
h4.underline {
	border-top: 0;
	border-bottom: 0;
	color: #282828;
	position: relative;
	display: inline-block;
	padding-bottom: 0;
	z-index: 1;
}
h4.underline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 8px;
	background-color: #ffcbde;
}
h5 {
	font-size: 1.8rem;
	font-size: 18px;
	color: #e77da5;
	line-height: 160%;
}
section .green_box {
	border-right: 1px solid #b7d04c;
	border-bottom: 1px solid #b7d04c;
	border-left: 1px solid #b7d04c;
	padding: 30px;
	margin-bottom: 30px;
}
section.linkbtn_area { margin-top: 30px; }
section.linkbtn_area ul.front_btn_box li {
	width: 430px;
	float: left;
	margin: 0 16px 16px 0;
}
section.linkbtn_area ul.front_btn_box li:nth-child(2n) { margin-right: 0; }
section.linkbtn_area ul.front_btn_box li a.list_btn {
	display: table;
	height: 114px;
	width: 220px;
	padding-left: 210px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.8px;
	font-size: 18px;
}
section.linkbtn_area ul.front_btn_box li a.list_btn span {
	background: url(../../images/union/icon_arrow_s.png) no-repeat 180px center;
	display: table-cell;
	width: 180px;
	padding-right: 20px;
	vertical-align: middle;
}

/*=================================================================*/
/*	スタッフメイトのメリット                                                                                                       */
/*=================================================================*/
section.frontpage_area .merit_btn {
	background: url(../../images/sec/merit/bg_dispatchmerit.jpg) no-repeat top center;
	width: 100%;
	height: 240px;
	float: none;
	margin-bottom: 20px;
}
section.frontpage_area .merit_btn a.btn {
	margin-top: 85px;
}

/*	派遣のメリット
----------------------------------------------------------------*/
.comment_box {
	background: #fff;
	width: 454px;
	padding: 30px;
	border: 5px solid #f28cb2;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.comment_box::before, .comment_box::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.comment_box::after {
	right: -11px;
	bottom: -120px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-top: 5px solid #f28cb2;
	border-right: 5px solid #f28cb2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
}

.dispatch01 {
	background: url(../../images/sec/merit/dispatch_photo01.jpg) no-repeat right center;
	margin: 30px 0 0;
	height: 191px;
	padding-top: 20px;
}
.dispatch02 {
	background: url(../../images/sec/merit/dispatch_photo02.jpg) no-repeat right center;
	margin: 30px 0 0;
	height: 201px;
	padding-top: 10px;
}
.dispatch03 {
	background: url(../../images/sec/merit/dispatch_photo03.jpg) no-repeat right center;
	margin: 30px 0 0;
	height: 181px;
	padding-top: 30px;
}
section.green_area {
	margin-top: 30px;
	background: #b7d04c;
	padding: 80px 0;
}
section.green_area p.title {
	font-size: 3.0rem;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 50px;
}
section.green_area dl {
	width: 324px;
	display: inline-block;
}
section.green_area dl.mr30 { margin-right: 30px; }
section.green_area dl dt, section.green_area dl dd {
	padding: 15px 0 10px;
	background: #fff;
}
section.green_area dl dt {
	border-bottom: 2px solid #b7d04c;
	padding-bottom: 15px;
}
section.green_area dl dd img { margin-top: 20px; }

/*	福利厚生/よくある質問
----------------------------------------------------------------*/
section.qa_area p.cat_title {
	background: url(../../images/union/bg_h2.gif) repeat top left;
	border-top: 0;
	border-bottom: 2px solid #e7e3d5;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	padding: 8px 16px;
	font-size: 1.6rem;
	font-size:16px;
	color: #746957;
	line-height: 160%;
	text-align: left;
	font-weight: bold;
}
section.qa_area ul.cat_list { margin-bottom: 16px; }
section.qa_area ul.cat_list li {
	width: 430px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
section.qa_area ul.cat_list li:nth-child(2n) { margin-right: 0; }
section.qa_area ul.cat_list li a {
	display: block;
	background: url(../../images/sec/merit/icon_arrow_pink.gif) no-repeat 10px center;
	text-decoration: none;
	color: #e77da5;
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	font-size: 16px;
	padding: 5px 0 5px 38px;
}
section.qa_area dt {
	cursor: pointer;
	background: url(../../images/sec/merit/icon_qa.gif) no-repeat 20px center #b7d04c;
	color: #fff;
	font-size: 2.0rem;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 35px 14px 45px;
	position: relative;
	border-bottom: 1px solid #fff;
}
section.qa_area dt:first-child {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
}
section.qa_area dt.open { border-bottom: 1px solid #b7d04c; }
section.qa_area dt:hover { opacity: 0.8; }
section.qa_area dt.toggle::before, section.qa_area dt.toggle::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
section.qa_area dt.toggle::after {
	right: 20px;
	bottom: 3px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: 0.3s linear;
	-moz-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition: 0.3s linear;
}
section.qa_area dt.toggle.open::after {
	top: 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
section.qa_area .green_box {
	display: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*	キャリアアップ窓口
----------------------------------------------------------------*/
section.career_area .career_box {
	width: 470px;
	float: left;
}
section.career_area .btn_area a.btn {
	width: 350px;
	background-position: 330px center;
}
section.career_area .career_txt {
	background: #b7d04c;
	width: 420px;
	color: #fff;
	font-weight: bold;
	padding: 30px;
	font-size: 1.8rem;
	font-size: 18px;
	text-align: center;
	float: right;
	margin: 20px 50px 0 0;
}
/*	Happy Voice
----------------------------------------------------------------*/
section.happy_area .line_area {
	background: url(../../images/sec/merit/bg_line.gif) repeat top left;
	padding: 10px;
	margin-bottom: 30px;
}
section.happy_area dl dt {
	float: left;
}
section.happy_area dl dd.comment_box {
	float: right;
	width: 656px;
}
section.happy_area dl dd.comment_box::after {
	left: -663px;
	bottom: 0;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*=================================================================*/
/*	仕事スタートまでの流れ                                                                                                       */
/*=================================================================*/
section.frontpage_area .entry_employment_btn {
	background: url(../../images/sec/flowchart/bg_entry_employment.jpg) no-repeat top center;
	width: 100%;
	height: 240px;
	float: none;
	margin-bottom: 20px;
}
section.frontpage_area .entry_employment_btn a.btn {
	margin-top: 85px;
	height: auto;
}

/*	登録から就業までのステップ
----------------------------------------------------------------*/
section.employ_area ul.flow_box li { width: 20%; }
section.employ_area ul.flow_box li dt { height: 70px; }

section.employ_area .green_box h4 { margin-bottom: 20px; }
section.employ_area .employ_box {
	width: 470px;
	float: left;
}
section.employ_area .employ_box dl {
	width: 300px;
	margin-bottom: 20px;
	display: table;
}
section.employ_area .employ_box dl dt {
	background: #e77da5;
	color: #fff;
	width: 45px;
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
}
section.employ_area .employ_box dl dd {
	width: 200px;
	display: table-cell;
	padding-left: 10px;
}
section.employ_area dl dd table th, section.employ_area dl dd table td { padding: 10px 20px; }
section.employ_area dl dd table th { width: 40px; }
section.employ_area .btn_area {
	width: 668px;
	margin: 0 auto;
}
section.employ_area .btn_area a {
	display: inline;
	background: none;
}
section.employ_area .btn_area ul li {
	width: 324px;
	box-sizing: border-box;
	float: right;
	text-align: center;
}
section.employ_area .btn_area ul li:first-child { float: left; }
section.employ_area .btn_area ul li a .txt { margin: 3px 0 10px 0; }
section.employ_area .last {
	padding-bottom: 0;
	margin-bottom: 0;
}
/*	初めての派遣
----------------------------------------------------------------*/
section.f_dispatch_area .f_dispatch_box01 {
	margin-top: 30px;
	background: url(../../images/sec/flowchart/bg_first01.jpg) no-repeat right top;
	padding: 10px 0;
}
section.f_dispatch_area .f_dispatch_box02 {
	margin-top: 30px;
	background: url(../../images/sec/flowchart/bg_first02.jpg) no-repeat right top;
	padding: 10px 0;
}
section.f_dispatch_area .comment_box { width: 538px; }
section.f_dispatch_area .f_dispatch_box02 .comment_box::after { bottom: -100px; }

section.f_dispatch_area .f_dispatch_box02 ol {
	padding-left: 18px;
	margin-bottom: 10px;
}
section.f_dispatch_area .f_dispatch_box02 ol li {
	list-style-type: decimal;
	float: left;
	margin-right: 50px;
	width: 100px;
}
section.f_dispatch_area .f_dispatch_box02 a.btn {
	background: url(../../images/union/icon_arrow_s.png) no-repeat 210px center #f28bb2;
	width: 230px;
	text-align: center;
	line-height: 230%;
}
/*	仕事と子育ての両立を目指して
----------------------------------------------------------------*/
section.balance_area h2 { color: #ef72a1; }
section.balance_area ul.qa_list li dl dt.a { background: #f28bb2; }
section.balance_area ul.qa_list > li {
	text-align: left;
	border-bottom: 1px solid #746957;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.balance_area ul.qa_list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
section.balance_area .line_area {
	background: url(../../images/sec/flowchart/bg_line.gif) repeat top left;
	padding: 8px 14px;
	margin-bottom: 30px;
}
.line_area .line_box {
	padding: 10px;
	margin-bottom: 15px;
}
.line_area .line_box .line_staffmait, .line_area .line_box .line_commentator {
	position: relative;
	width: 450px;
}
.line_area .line_box .line_staffmait {
	float: right;
	position: relative;
	margin: 10px 0;
}
.line_area .line_box .mb30 {
	margin-bottom: 80px;
}
.line_area .line_box .line_commentator {
	float: left;
	position: relative;
	margin: 10px 0;
}
.line_area .line_box .icon span {
	color: #db4c67;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.line_area .line_box .icon {
	width: 116px;
	display: inline-block;
}
.line_area .line_box .comment_box {
	width: 310px;
	display: inline-block;
	vertical-align: bottom;
	border: 0;
	padding: 15px 20px;
}
.line_area .line_box .line_staffmait .icon { float: right; }
.line_area .line_box .line_commentator .icon { float: left; }
.line_area .line_box .line_staffmait .comment_box {
	position: absolute;
	bottom: 0;
	left:0;
}
.line_area .line_box .line_commentator .comment_box {
	position: absolute;
	bottom: 0;
	right: 0;
}
.line_area .line_box .comment_box::after {
	right: -5px;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.line_area .line_box .line_commentator .comment_box::after {
	left: -315px;
	bottom: 0;
}

/*=================================================================*/
/*	人材をお探しの企業様                                                                                                       */
/*=================================================================*/
section.frontpage_area .contact_btn {
	background: url(../../images/sec/companies/bg_contact.jpg) no-repeat top center;
	width: 100%;
	height: 160px;
	float: none;
	margin-bottom: 20px;
}
section.frontpage_area .contact_btn a.btn {
	margin-top: 48px;
	margin-left: 400px;
	width: 240px;
}
/*	会社概要
----------------------------------------------------------------*/
section.outline_area p.txt_outline {
	font-size: 1.8rem;
	font-size: 18px;
	color: #282828;
	font-weight: bold;
	line-height: 230%;
	margin-bottom: 0;
}
section.outline_area .outline_box {
	background: url(../../images/sec/companies/img_outline01.jpg) no-repeat left top;
	height: 240px;
	position: relative;
}
section.outline_area .outline_box p {
	background: #b7d04c;
	width: 306px;
	color: #fff;
	font-weight: bold;
	padding: 30px;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 0;
}
section.outline_area .outline_box p span.bold {
	font-size: 3.0rem;
	font-size: 30px;
	line-height: 200%;
	display: inline-block;
}
/*	お問い合わせ
----------------------------------------------------------------*/
.txt_caution {
	background: #f5f1e2;
	padding: 16px 20px;
}
section.contact_area .contact_box {
	background: url(../../images/sec/companies/img_contact.jpg) no-repeat right top;
	height: 240px;
	position: relative;
}
section.contact_area .contact_box p {
	background: #b7d04c;
	width: 468px;
	color: #fff;
	font-weight: bold;
	padding: 30px;
	position: absolute;
	top: 30px;
	left: 0;
}
/*	企業経営をバックアップ
----------------------------------------------------------------*/
section.backup_area h4 { margin-bottom: 30px; }
section.backup_area .backup_box {
	width: 470px;
	float: left;
}
section.backup_area ul.backup_list { margin-bottom: 30px; }
section.backup_area ul.backup_list li {
	width: 33.33%;
	float: left;
	text-align: center;
}
section.backup_area ul.backup_list li dl dt {
	color: #b7d04c;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
section.backup_area ul.backup_list li dl dt img { margin-bottom: 10px; }
section.backup_area table.tbl02 th {
	width: 90px;
	vertical-align: middle;
}
section.backup_area table.tbl02 td span {
	display: inline-block;
	background: #4c769e;
	color: #fff;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
section.backup_area ul.backup_flow01 li { width: 20%; }
section.backup_area ul.backup_flow02 li { width: 33.33%; }
section.backup_area .backup_box02 { width: 388px; }

section.backup_area ul.backup_flow03 li { width: 50%; }
/*=================================================================*/
/*	オンライン登録                                                                                                       */
/*=================================================================*/
ul.flow_box li { float: left; }
ul.flow_box li dl dt {
	background: #b7d04c;
	padding: 15px;
	color: #fff;
	border-right: 1px solid #fff;
	position: relative;
}
ul.flow_box li dl dt p.bold {
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	color:#fff;
}
ul.flow_box li dl dt::before, ul.flow_box li dl dt::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
ul.flow_box li dl dt::after {
	right: -5px;
	width: 8px;
	height: 8px;
	background: #b7d04c;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
}
ul.flow_box li:last-child dl dt::after {
	width: 0;
	height: 0;
}
ul.flow_box li dl dd {
	padding: 13px;
}
ul.flow_box li dl dd img { margin-bottom: 5px; }

section.online_area ul.flow_box li { width: 25%; }
section.online_area ul.flow_box li dl dt { height: 70px; }
section.online_area table.tbl02 { height: 0!Important; }
section.online_area table .online_image {
	width: 200px;
	height: auto;
	overflow: hidden;
}
section.online_area table .online_image img {
	width: 200px;
	height: auto;
}
section.attention_area .attention_box {
	width: 854px;
	padding: 30px;
	margin: 0 auto;
	text-align: left;
	background: #eeeeee;
}
section.online_area table tr td.select_box { padding: 16px 20px 11px; }
section.online_area table tr td.select_box .radio, section.online_area table tr td.select_box .checkbox { margin-bottom: 5px; }

section.online_area table tr th .txt_poin {
	padding: 10px;
	background: #eee;
	margin: 10px 0;
}
section.online_area table tr th .txt_poin span {
	position: relative;
	top: 0;
	right: 0;
	background: none;
	color: #746957;
	font-weight: normal;
}
section.online_area table tr td span.del_check1 span {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	padding: 0 5px;
}
section table tr td span.txt_case {
	display: inline-block;
	margin-left: 10px;
}

section.online_link_area .fleft { width: 350px; }
section.online_link_area .fright { width: 540px; }
section.online_link_area .fright p {
	text-align: left;
	margin-bottom: 40px;
}
/*=================================================================*/
/*	来社登録                                                                                                       */
/*=================================================================*/
section.visit_area ul.flow_box li { width: 25%; }
section.visit_area ul.flow_box li dl dt { height: auto; }

section.visit_qa_area ul li {
	text-align: left;
	border-bottom: 1px solid #746957;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.visit_qa_area ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.qa_list li dl dt {
	width: 16px;
	height: 26px;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.qa_list li dl dt.q {
	background: #746957;
}
ul.qa_list li dl dt.a {
	background: #b7d04c;
	vertical-align: top;
}
ul.qa_list li dl dd {
	display: inline-block;
	width: 90%;
	margin-bottom: 10px;
}
.visit_qa_area ul.qa_list li:first-child dl dd {
	width: 80%;
}
ul.qa_list li dl dd.q {
	font-weight: bold;
	font-size: 1.8rem;
	font-size: 18px;
}
section.visit_qa_area ul li dl.fleft { width: 600px; }
section.visit_area table.tbl02 { height: 0!Important; }

/* カレンダー */
div.ui-datepicker {
	display: none;
	width: 200px;
	background: #fff;
	border: 1px solid #b7d04c;
	border-radius: 5px;
}
div.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 5px 10px;
	background: #b7d04c;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
div.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	cursor: pointer;
}
div.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	cursor: pointer;
}
div.ui-datepicker table {
	width: 100%;
	table-layout: fixed;
}
div.ui-datepicker table tr th, div.ui-datepicker table tr td {
	padding: 3px 0;
	border-left: 1px solid #b7d04c;
	border-bottom: 1px solid #b7d04c;
}
div.ui-datepicker table tr:first-of-type th:first-of-type, div.ui-datepicker table tr td:first-of-type {
	border-left: 0;
	color: #ee71a0;
}
div.ui-datepicker table tr:first-of-type th:last-of-type, div.ui-datepicker table tr td:last-of-type {
	color: #82bfcd;
}

div.ui-datepicker table tr:last-of-type td {
	border-bottom: 0;
}


/*=================================================================*/
/*	新着情報                                                                                                       */
/*=================================================================*/
section.news_area .yellow_in ul.white_box { margin-bottom: 30px; }
section.news_area .yellow_in ul.white_box li {
	border-bottom: 1px dotted #b9ad84;
}
section.news_area .yellow_in ul.white_box li:last-child { border-bottom: 0; }
section.news_area .yellow_in ul.white_box li a {
	text-align: left;
	padding: 20px;
	display: block;
}
section.news_area .yellow_in ul.white_box li a dl dt {
	text-decoration: none;
	float: left;
	width: 180px;
}
section.news_area .yellow_in ul.white_box li a dl dt span {
	padding: 0 6px 3px;
	background: #aac82d;
	display: inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 10px;
}
section.news_area .yellow_in ul.white_box li a dl dd {
	float: right;
	width: 690px;
	text-decoration: underline;
}

section.newsdetail_area h2 .h2_top {
	font-size: 1.4rem;
	font-size: 14px;
	color: #746957;
	font-weight: normal;
	margin-bottom: 5px;
}
section.newsdetail_area h2 .h2_top span {
	padding: 5px 6px;
	background: #aac82d;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 0;
}
section .white_box a.link {
	background: url(../../images/sec/icon_arrow_green.gif) no-repeat left center;
	padding-left: 20px;
}
section.newsdetail_area .white_box ul.img_box { margin-bottom: 30px; }
section.newsdetail_area .white_box ul.img_box li {
	float: left;
	width: 270px;
	margin-right: 20px;
}
section.newsdetail_area .white_box ul.img_box li:last-child { margin-right: 0; }

/*=================================================================*/
/*	週払いカレンダー                                                                                                       */
/*=================================================================*/
section.learning_area .white_box .fleft { width: 530px; }
section.learning_area .white_box .fright img { margin-right: 30px; }
section .btn_area a {
	display: block;
	width: 300px;
	background: url(../../images/union/icon_arrow_s.png) no-repeat 280px center #f28bb2;
	text-align: center;
	margin: 30px auto 0;
	line-height: 210%;
}
/*=================================================================*/
/*	eラーニング                                                                                                       */
/*=================================================================*/
section.weekly_area .white_box .fleft { width: 468px; }
section.weekly_area .green_box table.tbl02 { height: auto; }
section.weekly_area .green_box table.tbl02 tr th { width: 50px; }
/*=================================================================*/
/*	個人情報の取扱いについて                                                                                                       */
/*=================================================================*/
section.privacy_area ol { padding-left: 20px; }
section.privacy_area ol li { list-style-type: decimal; }
section.privacy_area table.tbl02 tr th { width: 180px; }
/*=================================================================*/
/*	job search list */
/*=================================================================*/
section.joblist .jobsearch_area .fleft {
	width: 513px;
	text-align: left;
}
section.joblist .jobsearch_area .fright {
	width: 340px;
	text-align: left;
}
section.joblist .jobsearch_area .title {
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
section.joblist .jobsearch_area .fleft ul {
	background: #f2f0e8;
	padding: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 100%;
}
section.joblist .jobsearch_area .fleft ul li {
	float: left;
	width: 33.3%;
}
section.joblist .jobsearch_area .fleft ul li:first-child, section.joblist .jobsearch_area .fleft ul li:nth-child(2), section.joblist .jobsearch_area .fleft ul li:nth-child(3) { margin-bottom: 8px; }

section.joblist .jobsearch_area .fright ul { width: 100%; }
section.joblist .jobsearch_area .fright ul li {
	width: 93.33px;
	padding: 8px 10px;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
section.joblist .jobsearch_area .fright ul li:first-child {
	background: #e2afb0;
	border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
}
section.joblist .jobsearch_area .fright ul li:nth-child(2) {
	background: #82bfcd;
}
section.joblist .jobsearch_area .fright ul li:nth-child(3) {
	background: #c7d984;
	border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
}
section.joblist .jobsearch_area .fright ul li:last-child {
	background: #f2f0e8;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	width: 309px;
	padding: 15px 15px;
	text-align: left;
}
section.joblist .resultTxt {
	padding: 30px 32px 0;
	text-align: left;
}
section.joblist .resultTxt span {
	color: #282828;
	font-weight: bold;
}
section.joblist .resultTxt span.job_total {
	font-size: 2.0rem;
	font-size: 20px;
	color: #f28bb2;
	padding: 0 3px;
}
/*bnrArea
----------------------------------------------------------------*/
section.bnrArea { padding: 30px 0; }
section.bnrArea ul li {
	float: left;
	width: 48%;
	margin: 0 4% 2% 0;
	box-sizing: border-box;
}
section.bnrArea ul li:nth-child(2n) { margin: 0 0 4%; }
section.bnrArea ul li img { border-radius: 10px; }

/*h2
----------------------------------------------------------------*/
section.joblist h2 .h2_top,
section.jobdetail h2 .h2_top {
	font-size: 1.4rem;
	font-size: 14px;
	color: #746957;
	font-weight: normal;
	margin-bottom: 5px;
}

/*tag*/
section.joblist h2 .h2_top .tag, section.jobdetail h2 .h2_top .tag { width: 760px; }
section.joblist h2 .h2_top .tag ul li,
section.jobdetail h2 .h2_top .tag ul li {
	color: #fff;
	font-weight: 500;
	padding: 3px 6px 1px 6px;
	font-size: 1.2rem;
	background: #aac82d;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 140%;
	margin: 0 5px 0 0;
}
section.joblist h2 .h2_top .tag .area_cat, section.jobdetail h2 .h2_top .tag .area_cat { line-height: 130%; }
section.joblist h2 .h2_top .tag .area_cat span, section.jobdetail h2 .h2_top .tag .area_cat span {
	font-weight: bold;
	color: #f28bb2;
}

/*num*/
section.joblist h2 .h2_top .num,
section.jobdetail h2 .h2_top .num {
	font-weight: 500;
	font-size: 1.2rem;
	padding: 3px 12px 1px 12px;
	line-height: 140%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #000;
	background: #dcdcdc;
}

/*white_in
----------------------------------------------------------------*/
section.joblist .white_in { border-bottom: 1px dotted #e7e3d5; }
section.joblist .white_in .photo,
section.jobdetail .white_in .photo {
	width: 350px;
	float: left;
}

section.joblist .white_in .fright,
section.jobdetail .white_in .fright { width: 472px; }

section.joblist .white_in p.supplement,
section.jobdetail .white_in p.supplement {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}

/*feature
----------------------------------------------------------------*/
section.joblist .white_in .feature { margin-top: 15px; }
section.jobdetail .white_in .feature { margin-top: 15px; }
section.joblist .white_in .feature li,
section.jobdetail .white_in .feature li {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0 5px;
	margin: 0 7px 8px 0;
	display: inline-block;
	background: #746957;
}


/*btn_detail
----------------------------------------------------------------*/
section.joblist .white_box .btn_detail {
	width: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 16px 0;
	margin: 20px 0 0 0;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background: #f28cb2 url(../../images/sec/icon_arrow.png) no-repeat 58.7% center;
	border-radius: 8px;
}

section.joblist a.link_top {
	display: inline-block;
	margin: 20px 0 0 0;
	text-align: center;
  border-radius: 30px;
	font-size: 1.8rem;
  color: #FFF;
  text-decoration: none;
  padding: 8px 25px 6px 47px;
  background: #a1c313 url(../../images/sec/job/icon_joblist.gif) no-repeat 18px center;
}
/*pager
----------------------------------------------------------------*/
section.joblist .pager { padding: 40px 0 0 0; }

/*=================================================================*/
/*	job search detail */
/*=================================================================*/
section.jobdetail {
	position: relative;
}

section.grayarea {
	padding: 18px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: url(../../images/sec/job/bg_gray.png) repeat top left;
	width: 100%;
	transition: .5s;
}

section.grayarea .btn_area {
	width: 668px;
	margin: 0 auto;
}
section.grayarea .btn_area a {
	background: none;
	display: inline;
}
section.grayarea .btn_area ul li {
	width: 324px;
	box-sizing: border-box;
	float: right;
}

section.grayarea .btn_area ul li:first-child { float: left; }
section.grayarea .btn_area ul li a .txt { margin: 3px 0 10px 0; }
section.jobdetail p.txt_jobdetail {
	margin-bottom: 0;
	padding-top: 10px;
}
section.jobdetail dl.recommend_box dt {
	padding: 14px 18px;
	border-radius: 8px 8px 0 0;
	background-color: #f28bb2;
	color: #fff;
	font-size: 1.8rem;
	border-bottom: 1px dotted #fff;
}
section.jobdetail dl.recommend_box dd {
	padding: 14px 18px 0;
	font-size: 1.6rem;
	border-radius: 0 0 8px 8px;
	background: #ffe4ee;
}
section.jobdetail dl.recommend_box dd h3 {
	background: none;
	color: #f28bb2;
	padding-left: 0;
	border-top: 1px dotted #f28bb2;
}
section.jobdetail dl.recommend_box dd h3:first-of-type { border-top: 0; }
section.jobdetail dl.recommend_box dd h4 {
	border-top: 1px solid #f28bb2;
	border-bottom: 1px solid #f28bb2;
	font-size:  1.8rem;
}
section.jobdetail dl.recommend_box dd p { font-size: 1.4rem; }
section.jobdetail dl.recommend_box dd div.shadow_box {
	width: 300px;
	margin: 0 auto 20px;
	text-align: center;
}
section.jobdetail dl.recommend_box dd div.shadow_box img.txt { margin-bottom: 10px;}
section.jobdetail dl.recommend_box dd p:last-of-type {
	padding: 0 34% 0 0;
	background: url(../../images/sec/job/bg_recommend.jpg) no-repeat right 10px bottom -1px;
	background-size: 30%;
	min-height: 175px;
}

.go_job_top,
.go_job_bottom {
	text-align: right;
}
.go_job_top {
	padding-bottom: 18px;
	margin-top: -7px;
}
.go_job_bottom {
	padding-top: 22px;
	margin-bottom: -14px;
}
.go_job_bottom a {
	text-align: center;
	border-radius: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 13px 3px 29px;
	background: #746957 url(/common/images/sec/icon_arrow.png) no-repeat 8px center;
	background-size: 12px;
}


/*=================================================================*/
/*	404 */
/*=================================================================*/
section.notfound_area {
	margin-top: 80px;
}

/*<end>============================================================*/
