main h1.pageTitle {
	height: 240px;
	min-height: 240px;
	margin-bottom: 0;}
main h1.pageTitle:before {
	content: "CAREER";}

/* ----------------------------------------
career
----------------------------------------*/
.career {
	margin: 0 0 80px 0;}

.career h3 {
	width: 1000px;
	margin: 150px auto 0 auto;
	padding: 0 0 25px 0;
	color: #e60012;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 100%;
	border-bottom: 1px solid #eee;}

/*table*/
/*.recruitTable {
	border-bottom: 1px solid #eee;}*/
.tableItem strong {
	display: inline-block;
	width: 130px;
	margin-right: 30px;
	font-weight: bold;
	vertical-align: top;}


.career .recruitTable{
  width: 1000px !important;
}
.career .recruitTable th{
  width: 150px !important;
}
.career .recruitTable td{
  width: auto!important;
}


/* flow
------------------------------*/
.address {
	display: flex;}
.address h4 {
	min-width: 80px;
	margin: 0 40px 0 0;
	padding: 0 40px 0 0;
	border-right: 1px solid #eee;}
.address dl {
	display: flex;
		flex-wrap: wrap;
	line-height: 3rem;}
.address dl dt {
	min-width: 40px;
	margin: 0 20px 0 0;}
[class^="step"] + .wrap .note {
	color: #555;}
