@charset "UTF-8";
/*------------------------------------------------------------
	転職サポートの流れ
------------------------------------------------------------*/
#pagePath {
  background: #FBFBFA;
}

#main {
  font-size: 1.5em;
}

#main #conts .leadTxt {
  margin: auto;
  padding: 0 0 80px;
  width: 980px;
  font-size: 1.0666em;
  text-align: center;
}

#conts > .flow {
  padding: 80px 0;
}

#conts .flow .ttl01 {
  font-size: 1.857em; 
}

#conts .flow .ttl01 span {
  margin-bottom: 25px;  
  font-size: 0.7692em;
  display: block; 
}

#main #conts .flow .flowList {
  margin-bottom: 50px;
}

#main #conts .flow .flowList li {
  margin-left: 12px;
  padding-left: 28px;
  background: url(/img/flow/arrow01.png) no-repeat left center;
  float: left;
}

#main #conts .flow .flowList li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#main #conts .flow .box {
  margin-top: 40px;
  padding: 60px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
}

#main #conts .flow .box:first-child {
  margin-top: 0;
}

#main #conts .flow .box:after {
  margin-left: -20px;
  width: 40px;
  height: 20px;
  background: url(/img/flow/arrow02.png) no-repeat;
  position: absolute;
  bottom: -32px;
  left: 50%;
  content: "";
}

#main #conts .flow .box#step05:after {
  display: none;
}

#main #conts .flow .box .num {
  position: absolute;
  top: 0;
  left: 15px;
}

#main #conts .flow .box .ttlOuter {
  margin-bottom: 30px;
  font-size: 1.7334em;
  line-height: 1.5;
}

#main #conts .flow .box .ttl {
  margin-bottom: 30px;
  font-size: 1.333em;
  line-height: 1.5;
}

#main #conts .flow .box .inbox,
#main #conts .flow .box p {
  margin-bottom: 30px;
}

#main #conts .flow .box .inbox:last-child,
#main #conts .flow .box p:last-child {
  margin-bottom: 0;
}


#main #conts .flow .catch {
  margin: 60px 0;
  text-align: center;
}

/*流れ横*/
#conts .flow .inner .step {
  margin: 60px auto 0;
  width: 800px;
}

/*#conts .flow .inner .step li {
  margin-top: 20px;
  padding-top: 35px;
  background: url(/img/common/arrow02.png) no-repeat center top;
  text-align: center;
}*/

#conts .flow .inner .step li {
  margin-left: 10px;
  padding-left: 30px;
  height: 400px;
  background: url(/img/service/index/arrow.png) no-repeat center left;
  float: left;
}

#conts .flow .inner .step li.upTxt {
  padding: 20px 0 0 0;
  height: 380px;
  background: none;
}

#conts .flow .inner .step li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}