/*--------------------------------------------------------------------------------------------------共通▼▼▼▼*/

/*========================================================== 
共通
==========================================================*/
#recruitWrap{ background:#fff; font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}
#recruitWrap h2{ margin: 20px 0 60px 0;}
#recruitWrap h3,
#recruitWrap h4 {font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}
.mrT1 {	margin-top: 1em;}
.mrT2 {	margin-top: 2em;}
.mrT3 {	margin-top: 3em;}
.mrT4 {	margin-top: 4em;}
.mrT5 {	margin-top: 5em;}
.mrT6 {	margin-top: 6em;}
.mrT7 {	margin-top: 7em;}
.mrT8 {	margin-top: 8em;}
.mrT9 {	margin-top: 9em;}
.mrT10 {margin-top: 10em;}

@media screen and (max-width: 768px) {
	#recruitWrap h2{ margin: 10px 0 30px 0;}
}


#recruitWrap table {
	border: solid 1px #ccc;
	border-collapse: collapse;
	background: #fff;
	margin-top: 1em;
	font-size:0.85em;
}

#recruitWrap table th{
	border: solid 1px #ccc;
	border-collapse: collapse;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 1.4em;
	background: #eee;
}

#recruitWrap table td{
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 10px;
	line-height: 1.4em;
}

.hdIcon {
	margin-right: 10px;
	color:#CE001B;
}

/*========================================================== 
ボトム
==========================================================*/
.guidance {text-align:center; width:380px; margin: 100px auto;}
.guidance img {max-width: 100%;height: auto;}

@media screen and (max-width: 768px) {
	.guidance {margin: 50px auto 0 auto; max-width:380px; width:80%;}
}



/*--------------------------------------------------------------------------------------------------トップ▼▼▼▼*/

/*========================================================== 
メインヘッダー画像
==========================================================*/
#recruitTopHdr {height: 600px;color: #fff;}

#recruitTopHdr #Back {
	height: 600px;
	width: 100%;
	/*position: fixed;*/
}

#recruitTopHdr #black {
	background:rgba(0,0,0,0.4);
	text-align:center;
	max-width: 480px;
	margin:0 auto;
	padding: 70px 0 0 0;
	height: 100%;
}

#recruitTopHdr .logo {width: 156px;	margin: 0px auto;}
#recruitTopHdr .logo img{ width: 100%; height: auto;}
#recruitTopHdr h1{font-size: 2em;margin: 50px 0;}
#recruitTopHdr .year{font-size: 3em;font-family: 'mplus-1c-light';}
#recruitTopHdr .read{font-size: 0.8em; line-height:1.3em;}

.recruitTop h2{ text-align:center;}

@media screen and (max-width: 768px) {
	#recruitTopHdr {height: 350px;color: #fff;}
	#recruitTopHdr #Back {height: 350px;}
	#recruitTopHdr #black {max-width: 180px;padding: 20px 0 0 0;}
	#recruitTopHdr .logo {width: 80px;}
	#recruitTopHdr h1{font-size: 1em;margin: 30px 0;}
	#recruitTopHdr .year{font-size: 2.4em;}
	#recruitTopHdr .read{font-size: 0.7em;}
}




/*========================================================== 
トップお知らせ
==========================================================*/
#recruitWrap .newsArea ul {letter-spacing: -.40em; margin-bottom:50px;}
#recruitWrap .newsArea ul li{
	letter-spacing: normal;
	width: 31.1%;
	display: inline-block;
	margin-right: 3.33%;
	vertical-align: top;
	margin-bottom: 2em;
}

#recruitWrap .newsArea ul li:nth-child(3n) {margin-right: 0;}
#recruitWrap .newsArea .date {
	font-size:0.75em;
	font-weight: bold;
	color: #8A8A8A;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1em;
}

.moreBtn { text-align:center;}
.moreBtn a{
	display: inline-block;
	padding: 10px 80px;
	text-align:center;
	border: solid 1px #ccc;
}

#recruitWrap .newsArea ul li strong span{ color: #f00; font-weight: bold;}

@media screen and (max-width: 768px) {
	#recruitWrap .newsArea ul {
		margin: 0 auto 20px auto;
		max-width:600px;
	}
	#recruitWrap .newsArea ul li{
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom:20px;
		border-bottom: solid 1px #eee;
	}
	#recruitWrap .newsArea .date {
		padding-bottom: 0px;
		margin-bottom: 5px;
		border: none;
		
	}	
	.moreBtn a{	padding: 10px 0;width: 80%;	}
}

/*========================================================== 
ツイッター
==========================================================*/
#twitter {
	width: 50%;
	max-width:400px;
	margin: 0 auto;
}

#twitter .inner {
	background:#f7f7f7;
	padding: 20px;
	border-radius: 10px;
	text-align:center;
}


#twitter h2{ margin-bottom: 38px;}

@media screen and (max-width: 768px) {
	#twitter {
		width:90%;
		max-width:400px;
		margin: 50px auto 20px auto;
		text-align:center;
	}	
}
/*========================================================== 
トップバナーエリア
==========================================================*/
.bannerArea {
	border: solid #eee;
	border-width: 1px 0;
	padding: 30px 0;
	margin: 100px 0 0 0;
}

.bannerArea  ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0;
}

.bannerArea  ul li:nth-child(2n){margin-right: 0;}
.bannerArea  ul li img{ max-width:100%; height:auto;}

@media screen and (max-width: 768px) {
	.bannerArea {margin: 50px auto 0 auto;padding: 20px 0; max-width:600px;}
	.bannerArea  ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align-last:center;
		
	}
}

/*========================================================== 
トップコンテンツ一覧リスト
==========================================================*/
.recruitContents {margin-top: 100px;}
#recruitWrap .recruitContents ul {letter-spacing: -.40em;}
#recruitWrap .recruitContents ul li{
	letter-spacing: normal;
	width: 22%;
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
	margin-bottom:50px;
	text-align:center;
	box-sizing: border-box;
}

#recruitWrap .recruitContents ul li a{
	border-bottom: solid 1px#eee;
	display: block;
	padding: 36px 0;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

#recruitWrap .recruitContents ul li a:hover {
	background:#f7f7f7;
	transition: 0.25s ease-out;
}

#recruitWrap .recruitContents ul li a:hover .icon{
	transition: 0.25s ease-out;
	-webkit-transform: scale( 1.5 );
    -moz-transform: scale( 1.5 );
}

#recruitWrap .recruitContents p{ padding:0; margin:0;}
#recruitWrap .recruitContents .icon{ 
	font-size:2em; color:#CE001B; margin:0;
	transition: 0.25s ease-out;
	-webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
}
#recruitWrap .recruitContents ul li:nth-child(4n) {margin-right: 0;}
#recruitWrap .recruitContents h3{ margin: 0;}
#recruitWrap .recruitContents h3 {font-weight: bold;}
#recruitWrap .recruitContents .more {
	font-size: 0.75em;
	display: inline-block;
	color:#999;
}

#recruitWrap .recruitContents .more:after{
	content:"＞";
	font-size:0.8em;
	margin-left:5px;
}

@media screen and (max-width: 768px) {
	.recruitContents {max-width:600px; margin: 30px auto 0 auto;}
	#recruitWrap .recruitContents ul li{
		width: 45%;
		margin-right: 8%;
		margin-bottom:0px;
		margin-top:20px;
	}
	#recruitWrap .recruitContents ul li:nth-child(2n) {margin-right: 0;}
	#recruitWrap .recruitContents ul li a{padding: 0px 0 20px 0;}
	#recruitWrap .recruitContents h3 { font-size:1em;}
}

/*--------------------------------------------------------------------------------------------------セカンド▼▼▼▼*/

/*========================================================== 
ヘッダーナビ
==========================================================*/
.pageNav {
	background:#f7f7f7;
	padding: 20px;
	z-index:100;
	position: relative;
}

.pageNav ul {
	max-width: 1000px;
	margin:0 auto;
	text-align:left;
	letter-spacing: -.40em;
	border-left: solid 1px #ccc;
}

.pageNav li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.4em;
	border-right: solid 1px #ccc;
	/*margin-right: 20px;*/
}

.pageNav li a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(207,0,28,1) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
	display:block;
	padding: 0px 18px;
	line-height: 2em;
}

.pageNav li a:hover {
	background-position: 0 100%;
	color: #fff;
}

.pageNav .spTitle {display: none;}

@media screen and (max-width: 768px) {
	.pageNav {padding: 0px;}
	.pageNav .spTitle {
		display: block;
		font-size: 0.8em;
		text-align: right;
		padding: 10px;
	}
	
	.pageNav .mark{
		font-size: 1.6em;
		font-weight: bold;
		padding: 0px 0px;
		line-height: 1em;
		position:relative;
		top:2px;
		margin-left:5px;
		color:#666;
	}
	.pageNav .mark:before{content:"＋";}
	.pageNav .active .mark:before{content:"－";}
	
	.pageNav ul {
		display: none;
		padding:14px 0;
		border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;
	}
	
	.pageNav li {
		letter-spacing: normal;
		font-size: 0.8em;
		margin: 0;
		padding: 12px 0 12px 10px;
		line-height: 1em;
		border: none;
		width: 50%;
		box-sizing:border-box;
		text-align:left;
	}

}

/*========================================================== 
募集一覧
==========================================================*/
.recruitChildList{
	 display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.recruitChildList a{
	width: 48%;
	margin-right:2%;
	border: solid 3px #FFDCDD;
	padding:40px 20px;
	box-sizing:border-box;
	text-indent:-1.6em;
	padding-left:1.6em;
	margin-bottom:20px;
	color:#000;
	font-size:1.4em;
	background: #FFE4E4;
	
}
.recruitChildList li {font-weight: bold;}
.recruitChildList li:nth-child(2n) {margin-right: 0;}
.recruitChildList a:hover {
	background:#CE001B;
	border: solid 3px #CE001B;
	color:#fff;
}


.recruitChildList a:hover li:before{
	color:#fff;
}


.recruitChildList li:before {
	content:"＞";
	color:#CE001B;
	font-weight: bold;
	font-size: 1em;
	margin-right: 0.6em;
	position: relative;
	top: 0px;
	bottom:0;
	left: 10px;
	line-height:1em;
}


.recruitDetail .jobColumn{
	padding: 20px;
	border: solid 5px #eee;
	margin: 0 0 40px 0;
	box-sizing: border-box;
}

.recruitDetail .jobColumn h3{ 
	margin:0 0 20px 0 !important;
	font-size:1.4em !important;
	background: #f7f7f7;
	padding: 0px 0 0px 10px;
	border-bottom: none;
	border-left: solid 5px #CE001B;
}
@media screen and (max-width: 768px) {
	.recruitDetail .jobColumn h3{ 
	font-size:1.2em !important;
	}
}

.recruitDetail .jobColumn .corp {
	font-size:1.2em;
}

.recruitDetail .jobColumn .corp .name {
	font-weight: bold;
	padding:2px 10px 2px 20px;
	margin-right:10px;
	border-radius: 5px;
	background:#666;
	color: #fff;
	display: inline-block;
	margin-bottom:5px;
	position: relative;
	text-decoration: underline;
}

.recruitDetail .jobColumn .corp .name:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #fff;
}

.recruitDetail .jobColumn .corp .name:hover {
	background:#CE001B;
}

.recruit_new {
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0px 10px !important;
	background: #CE001B;
	color: #fff;
	line-height: 1em;
	border-radius: 20px;
}


@media screen and (max-width: 768px) {
	.recruitChildList li {width: 100%;margin-right:0%;}	
	.recruitChildList li:nth-child(3n) {margin-right:0%;}
	.recruitChildList a{
		width: 100%;
		padding:20px 10px 20px 30px;
	}
}

/*========================================================== 
職種・募集内容
==========================================================*/
.recruitDetail h3 {
	border-bottom: solid 1px #911E2D;
	margin-top:3em !important;
	position: relative;
}


.boshu{ text-align:center;	background:#CE001B; color:#fff; font-size:0.4em; vertical-align: middle; line-height:1em; padding: 4px 8px; margin: -40px 10px 0 10px; white-space:nowrap; border-radius:20px; display: inline-block;}

/*
.boshu{
		position: absolute;
		top:-10px;
		right: -10px;
		text-align:center;
		background:#CE001B;
		color:#fff;
		font-size:0.5em;
		vertical-align: middle;
		line-height:1em;
		padding: 5px 10px;
		margin:0;
		box-sizing: border-box;
		white-space:nowrap;
		border-radius:20px;
		display: inline-block;
	}
*/
.spring{		background:#FF7373; color:#fff; font-size:0.6em; vertical-align: middle; line-height:1em; padding: 5px 10px; margin: 0 10px; white-space:nowrap; border-radius:20px; display: inline-block;}
.autumn{		background:#D96D00; color:#fff; font-size:0.6em; vertical-align: middle; line-height:1em; padding: 5px 10px; margin: 0 10px; white-space:nowrap; border-radius:20px; display: inline-block;}
.announcer{	background:#0085B2; color:#fff; font-size:0.7em; line-height:1em; padding: 0 5px; margin-right:10px; white-space:nowrap;}
.parttime{		background:#7CAA2F; color:#fff; font-size:0.7em; line-height:1em; padding: 0 5px; margin-right:10px; white-space:nowrap;}

@media screen and (max-width: 768px) {
	.boshu{
		position: absolute;
		top:-10px;
		right: 0;
		text-align:center;
		background:#CE001B;
		color:#fff;
		font-size:0.4em;
		vertical-align: middle;
		line-height:1.4em;
		padding: 4px 8px;
		margin:0;
		white-space:nowrap;
		border-radius:30px;
		display: inline-block;
	}

}
.moreRecruit{ 
	border: solid 1px #ccc;
	padding: 3px 10px;
}

.moreRecruit:after {
	content:"＞";
	font-size:0.7em;
	margin-left:5px;
	font-weight: bold;
}

.shiryoLink{ margin-top:10px;}

.shiryoLink a {
	text-decoration:underline;
	font-size:1.2em;
	border: solid 1px #ccc;
	padding: 20px 20px 20px 20px;
	line-height: 1.2em;
	display: inline-block;
	min-width: 460px;
	position: relative;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
	.shiryoLink a {
		min-width: 320px;
	}
}

.shiryoLink a:link,
.shiryoLink a:visited{color:#CE001B;}

.shiryoLink a span{ margin-left:5px;}

.shiryoLink a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #CE001B;
}

.shiryoLink a:hvoer {background:#f7f7f7;}

@media screen and (max-width: 768px) {
	.moreRecruit{
		font-size: 0.9em;
		margin:0 auto;
		display: block;
		text-align:center;
		padding: 5px 0;
	}
	
	.shiryoLink a {
		width: 100%;
		font-size:1em;
		min-width: 280px;
		box-sizing:border-box;
	}
}





/*-------------------------------------------------------------------------
▼▼▼2017.1.4磯部追加▼▼▼
--------------------------------------------------------------------------*/
/*説明文と見だしを近くする*/
h3#first {margin-top: 1.5em !important;}
p#subtitle {
    font-weight: bold;
    font-size: 1em;
    padding:0;
}
/*※の文章の改行を揃える*/
.att {padding-left: 1em !important;text-indent: -1em;}
ol.tejun li {font-weight: normal !important;}

.mail {
    width: 330px;
    padding: 15px 1em 5px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 25px;
}

.mail ol{padding: 0 !important;} 
.mail ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.mail ol li:before{ display: marker; content:  counter(cnt) ") ";}
p.spase {text-indent: 2em;padding: 20px 0 30px!important;}
dl.kaijo {padding-bottom: 10px;}
.kaijo dt{float: left;}
.kaijo dd{padding-left:3em;}
/*-------------------------------------------------------------------------
▲▲▲2017.1.4磯部追加▲▲▲
--------------------------------------------------------------------------*/




/*========================================================== 
社員紹介
==========================================================*/
.staffList{ margin-bottom:50px;}

.staffList li {
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
}

.staffList li:hover { background:#f7f7f7;}

.staffList li .pictLayout{float: left;width:200px;}
.staffList li .nameLayout{float: left;margin-left:20px;}

.staffList img {width: 100%;height:auto;}

.staffList p{ padding: 0 !important; line-height: 1.4em !important;}
.staffList p.name 			{ font-size:1.2em !important; margin-bottom:20px; color:#000;}
.staffList p.company 		{ font-size:1em !important; margin-bottom:5px;}
.staffList p.department 	{ font-size:1em !important;}





#recruitWrap .profile .mainPict{ width:300px !important; float:left;}
#recruitWrap .profile .mainPict img{ width:100%; height:auto;}

#recruitWrap .right .mainPict{ width:300px !important; float:right; margin-left:20px;}
/*
#recruitWrap .right p.name { text-align: right !important;}
#recruitWrap .right p { text-align: right !important;}
*/

@media screen and (max-width: 768px){
.staffList li {padding: 20px 0;}
.staffList li .pictLayout{width:40%;}
.staffList li .nameLayout{ width:50%;}
.staffList p.name 			{ font-size:1em !important; font-weight: bold; !important; margin-bottom:20px; color:#000;}

ul.staffList > li:nth-child(2n){margin-right:0%;}
.staffList p.company{ font-size: 0.7em !important;}
.staffList p.department{ font-size: 0.7em !important;}
.profile{ text-align:center !important;}
.profile .mainPict img{ max-width:300px;}
.two_column .mainPict{ text-align:center; width:100% !important;}

#recruitWrap .right .mainPict{ width:100% !important; float: none; margin-left:0px;}
#recruitWrap .right p.name { text-align: center !important; font-weight: bold;}
#recruitWrap .right p { text-align: center !important;}

}
/*------------------------------------------------
記事ページ
--------------------------------------------------*/
.two_column {
    display: block;
    white-space: nowrap;
}

.two_column .inner {
    /*display: inline-block;*/
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2em;
    width: auto;
    white-space:normal;
    /*max-width: 64%;*/
}

.two_column.profile.clearfix div {width: auto;}
#recruitWrap div.profile h2{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

.two_column.profile{white-space: nowrap;}
p.name {font-size: 1.1em !important;}
.inner img {max-width: 100%;height: auto;}
/*.inner.pict {width: 33%;}*/
.two_column .rightPict {
	float: right;
	margin-left:20px;
}

@media screen and (max-width: 768px){

.two_column .inner {
    display: block;
    margin-right: 0;
    max-width: none;
}
.inner img {width: 100%;}
.inner.pict { width: 100%;}

.two_column .rightPict {
	float: none;
	margin-left:0px;
}


}

/*========================================================== 
社員紹介
==========================================================*/

.recruit_news li {border-bottom: 1px solid #eee; position:relative;}
.recruit_news li a{ padding-left:20px; display:block;padding: 1em 0 0.8em 24px;}
.recruit_news li a:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #ce001b;
}

.recruit_news li a:hover {
	background:#f7f7f7;
}


ul.recruit_news {margin-bottom: 20px;}
span.recDate {
	display: block;
	font-size:0.75em;
	font-weight: bold;
	color: #999;
}


/*========================================================== 
人事部より
==========================================================*/

.recruit_hr_news {border-bottom: 1px solid #eee; position:relative;}
.recruit_hr_news li a{ padding-left:20px; text-decoration: underline; display:block;padding: 1em 0 0.8em 24px; position:relative;}
.recruit_hr_news li a:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #ce001b;
}

.recruit_hr_news li a:hover {
	background:#f7f7f7;
}


ul.recruit_hr_news {margin-bottom: 20px;}

/*========================================================== 
採用お知らせ
==========================================================*/

.newsWrap {width: 1000px;}

#etcContsAreaWrap #side {
    width: 25%;
    margin: 0 20px 0 0;
    float: right;
    box-sizing: border-box;
}

 .main{
    background: #fff;
    width: 65%;
    margin: 0;
    float: left;
    box-sizing: border-box;
}
 .NewsArea {}

 #side > div > div {
    font-size: 1.2em;
    /*font-family: 'mplus-2c-light' , sans-serif;*/
	color: #333;
    background: url(../images/news/h_Line.png) 0 bottom no-repeat;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
}

.year li {
	width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
    }

.year li a {padding-left: 0.5em;}

.Arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.NewsListIcon::before {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ce001b;
    border-right: 1px solid #ce001b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Arrow::before, .Arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
@media screen and (max-width: 768px){
	.main{float: none;width: 95%;}	
	.newsWrap {width: 100%;}
	
	div#side {
		width: 100%!important;
		margin: 50px auto!important;
	}	
	.title {width:100%;}
	
	 #side > div > div {width: 100%;}
}



/*========================================================== 
採用の流れ
==========================================================*/

#recruitFlow{
	text-align:center;
	font-size:0.93em;
	word-wrap: break-word;
	word-break: break-all;
}

#recruitFlow p {
	padding: 0;
	margin: 0;
}


#recruitFlow .flow{
	width: 46%;
	box-sizing: border-box;
	border-radius:10px;
}

#recruitFlow .flow .box {
	padding:10px;
	/*background:#f7f7f7;*/
	border: solid 2px #999;
	border-radius:10px;
}

#recruitFlow .flowL {float:left;}
#recruitFlow .flowR {float:right;}

.arrow{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #999;
	margin: 0 auto;
	margin-bottom: -10px;
}

#recruitFlow h3 { margin: 30px 0; font-size:1.4em; font-weight: normal;}
#recruitFlow h4 { font-weight: bold; font-size:1em; padding:0; font-size:1.2em; margin-bottom:5px;}
#recruitFlow .last h4{}


@media screen and (max-width: 768px){
	#recruitFlow{

	}
	#recruitFlow .flow{	width: 100%;}
	#recruitFlow .flowL {float:none;}
	#recruitFlow .flowR {float:none;}

}



/*========================================================== 
お問い合わせ
==========================================================*/
.addressBox{
	max-width:500px;
	margin:0 auto;
	border-radius: 20px;
	background:#f7f7f7;
	border: solid 1px #ccc;
	padding:80px 20px;
}

.addressBox p {
	line-height: 2em !important;
}
 

 
/*========================================================== 
wpnavi
==========================================================*/
 .wp-pagenavi{ margin:60px 0; text-align:center;}
 
 
 
 
 
 
 
 