/* 採用情報 */

/* ===================================
共通スタイルの調整
=================================== */
/* 幅1100px用に調整 */
body {
  min-width: 1100px;
}
.pankuzuWide .inner,
.mainSubWide {
  width: 1100px !important;
}
/* フォームも幅1100px用に調整 */
.form_area dt {
  width: 300px !important;
}
.form_area dd {
  padding-left: 325px !important;
}
/* ===================================
.recruitContents
=================================== */
.recruitContents {
  color: #333;
}
/* ===================================
.detailBox 詳細
=================================== */
.detailBox {
  margin: 0 auto 60px;
  padding: 30px 40px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  word-break: break-all;
}
.detailBox .icons {
  width: 100%;
}
.detailBox .icons .icon {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px 0;
  border: 1px solid #bfbfbf;
  font-weight: bold;
  line-height: 1.4;
}
.detailBox .icons .icon.closed {
  border-color: #d83939;
  color: #d83939;
}
.detailBox .title {
  width: 100%;
  margin: 8px 0 30px;
  color: #333 !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
.detailBox .messageBox {
  margin: 0 auto 40px;
  padding: 40px;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 1.8;
}
.detailBox .messageTitle {
  margin-bottom: 15px;
  color: #d7793f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.detailBox .messageImage {
  margin-top: 20px;
  text-align: center;
}
.detailBox .infoBox {
  margin: 0 auto 40px;
}
.detailBox .infoBox h4,
.detailBox .flowBox h4 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 20px;
  font-weight: bold;
}
.detailBox .infoList {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
.detailBox .infoList .infoItem {
  display: flex;
}
.detailBox .infoList .infoItemTitle {
  box-sizing: border-box;
  width: 180px;
  padding: 13px 20px 12px;
  background: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.detailBox .infoList .infoItemText {
  box-sizing: border-box;
  width: 840px;
  padding: 13px 20px 12px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 15px;
  line-height: 1.8;
}
.detailBox .infoList .infoItemText a {
  color: #3f7992;
  text-decoration: underline;
}
.detailBox .infoList .infoItemText a:hover {
  opacity: 0.7;
}
.detailBox .occupationItem + .occupationItem::before {
  content: ', ';
}
.detailBox .flowBox {
  margin: 0 auto;
}
.detailBox .flowList {
  margin: 0 auto;
}
.detailBox .flowList .flowItem {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.detailBox .flowList .flowItem:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 59px;
  display: block;
  width: 0;
  height: 20px;
  border-left-width: 2px;
  border-left-style: solid;
}
.detailBox .flowList .flowItem:last-child:before {
  content: none;
}
.detailBox .flowList .flowStep {
  display: block;
  box-sizing: border-box;
  width: 120px;
  padding: 20px 10px;
  background: #e6e6e6;
  font-family: 'Century Gothic', CenturyGothic, Arial, Helvetica,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ',
    Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.detailBox .flowList .flowStep span {
  font-size: 24px;
  line-height: 1.4;
}
.detailBox .flowList .flowData {
  box-sizing: border-box;
  width: calc(100% - 120px);
  padding: 20px 30px;
  background: #f5f5f5;
}
.detailBox .flowList .flowItemTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.detailBox .flowList .flowItemText {
  font-size: 15px;
  line-height: 1.8;
}
/* ===================================
.formBox お問合せ
=================================== */
.form_area .form_occu + dd select {
  width: 300px;
}
.form_area .form_education + dd input {
  width: 450px;
}
.form_area textarea {
  width: 600px;
  height: 150px;
  line-height: 1.4;
}
/* ===================================
.entryBox エントリーはこちら
=================================== */
.entryBox {
  margin: 0 auto 100px;
}
.entryBtn a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 500px;
  height: 70px;
  margin: 0 auto;
  padding: 17px 0 0;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.entryBtn a:before {
  content: '';
  position: absolute;
  top: 29px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  transform: rotate(45deg);
}
.entryBtn a:hover {
  opacity: 0.7;
}
.entryBtn a strong {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}
/* ===================================
.closedBox 募集終了
=================================== */
.closedBox {
  margin: 0 auto 100px;
}
.closedText {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 33px 0;
  background: #fff;
  border: 2px solid #d83939;
  border-radius: 3px;
  color: #d83939;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

/* type別のカラー設定 */
#Wrap .recruitContents .categoryItemList .selected,
#Wrap .recruitContents .categoryItemList .selected a {
  color: #fff;
  background-color: #33b0d7;
}
.recruitContents .pageNext,
.recruitContents .pageNextBtn:before,
#Wrap .recruitContents .borderColor,
#Wrap .recruitContents .borderColor:before {
  border-color: #33b0d7 !important;
}
#Wrap .recruitContents .bgColor {
  background-color: #33b0d7 !important;
}
#Wrap .recruitContents .bgColorAlpha5 {
  background-color: rgba(251, 153, 53, 0.05) !important;
}
#Wrap .recruitContents .fontColor {
  color: #33b0d7;
}
