@charset "utf-8";
/* CSS Document */

/*===== 共通 =====*/

section {
  margin-bottom: 40px;
}

/*----- パンくず -----*/

#topic-path {
  width: 940px;
  margin: 0 auto;
  border-top: 1px dotted #c3c1c1;
  border-bottom: 1px dotted #c3c1c1;
}

#topic-path ul {
  overflow: hidden;
  padding: 10px 10px 7px;
}

#topic-path ul li {
  float: left;
}

/*----- 登録説明 -----*/

#entry {
  overflow: hidden;
  background: url(../img/entry/bg-entryimg.jpg) repeat left top;
  padding: 40px 13px 25px 23px;
}

#entry .entry-text {
  width: 480px;
  float: left;
}

#entry .entry-text h1 {
  text-align: center;
  margin-bottom: 30px;
}

#entry .entry-text h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  color: #eb8206;
  text-shadow:0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  margin-bottom: 20px;
}

#entry .entry-text p.text {
  width: 400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
}

#entry .entry-text p.entry-btn {
  text-align: center;
}

#entry .entry-text p.entry-btn img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 2px;
  box-shadow: 0 0 15px 0 #ffffff;
  -webkit-box-shadow: 0 0 15px 0 #ffffff;
  -moz-box-shadow: 0 0 15px 0 #ffffff;
}

#entry p.entry-img {
  float: right;
}

/*----- 就職・転職支援サービス -----*/

#support {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding-bottom: 60px;
}

#support h1 {
  margin-bottom: 65px;
}

#support p.support-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 60px;
}

#support h2 {
  text-align: center;
  margin-bottom: 40px;
}

#support ul {
  overflow: hidden;
  margin-left: 5px;
}

#support ul li {
  width: 345px;
  height: 219px;
  padding: 17px 35px 0;
  float: left;
  margin: 0 0 28px 35px;
}

#support ul li h3 {
  width: 267px;
  padding: 0 0 9px 62px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px dotted #f5d3a0;
}

#support ul li.merit01 {
  background: url(../img/entry/bg-merit01.png) no-repeat left top;
}

#support ul li.merit01 h3 {
  border-bottom: 1px dotted #f5d3a0;
}

#support ul li.merit02 {
  background: url(../img/entry/bg-merit02.png) no-repeat left top;
}

#support ul li.merit02 h3 {
  border-bottom: 1px dotted #a2cef6;
}

#support ul li.merit03 {
  background: url(../img/entry/bg-merit03.png) no-repeat left top;
}

#support ul li.merit03 h3 {
  border-bottom: 1px dotted #f5a6c3;
}

#support ul li.merit04 {
  background: url(../img/entry/bg-merit04.png) no-repeat left top;
}

#support ul li.merit04 h3 {
  border-bottom: 1px dotted #66c37b;
}

#support ul li p.text1 {
  font-size: 13px;
  line-height: 1.3;
}

#support ul li p.text2 {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
}

#support p.entry-btn {
  text-align: center;
}

#support p.entry-btn img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 2px 2px 4px 0px #B1B1B1;
  -moz-box-shadow: 2px 2px 4px 0px #B1B1B1;
  -webkit-box-shadow: 2px 2px 4px 0px #B1B1B1;
}

/*----- サービスの流れ -----*/

#entryflow {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding-bottom: 60px;
}

#entryflow h1 {
  margin-bottom: 100px;
}

#entryflow ul {
  width: 730px;
  margin: 0 auto 95px;
}

#entryflow ul li {
  padding-bottom: 37px;
  margin-bottom: 20px;
  background: url(../img/entry/flow-next.png) no-repeat center bottom;
}

#entryflow ul li.step-last {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

#entryflow ul li .step-box {
  overflow: hidden;
  background: url(../img/entry/bg-step.jpg) repeat left top;
  border: 2px solid #adadad;
  padding: 20px 15px;
}

#entryflow ul li .step-box .text-box {
  width: 460px;
  float: left;
  padding-left: 100px;
}

#entryflow ul li .step-box .step1 {
  background: url(../img/entry/icon-step1.png) no-repeat left top;
}

#entryflow ul li .step-box .step2 {
  background: url(../img/entry/icon-step2.png) no-repeat left top;
}

#entryflow ul li .step-box .step3 {
  background: url(../img/entry/icon-step3.png) no-repeat left top;
}

#entryflow ul li .step-box .step4 {
  background: url(../img/entry/icon-step4.png) no-repeat left top;
}

#entryflow ul li .step-box .step5 {
  background: url(../img/entry/icon-step5.png) no-repeat left top;
}

#entryflow ul li .step-box .text-box h2 {
  font-size: 24px;
  font-weight: normal;
  color: #f66ac0;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

#entryflow ul li .step-box .text-box p.text {
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.5;
}

#entryflow ul li .step-box p.step-img {
  float: right;
  padding-top: 15px;
}

#entryflow p.entry-btn {
  text-align: center;
}

#entryflow p.entry-btn img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 2px 2px 4px 0px #B1B1B1;
  -moz-box-shadow: 2px 2px 4px 0px #B1B1B1;
  -webkit-box-shadow: 2px 2px 4px 0px #B1B1B1;
}


