/* 採用情報 */

/* 共通スタイルの調整 */
.pankuzuWide {
  padding: 15px 20px !important;
}
#mainSub.cmsContents.mainSubWide h2 {
  margin: 0 0 20px;
}
/* フォーム */
#formid {
  padding: 0 20px !important;
}

/* ===================================
.recruitContents
=================================== */
.recruitContents {
  margin: 0 0 60px;
}
/* ===================================
.detailBox 詳細
=================================== */
.detailBox {
  margin-bottom: 40px;
  background: #fff;
  word-break: break-all;
}
.detailBox .icons {
  margin: 0 20px;
}
.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 {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 20px 20px;
  color: #333 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.detailBox .messageBox {
  margin: 0 0 30px;
  padding: 20px 20px 30px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 1.8;
}
.detailBox .messageTitle {
  margin-bottom: 15px;
  color: #d7793f;
  font-size: 18px;
  font-weight: bold;
}
.detailBox .messageImage {
  margin-top: 20px;
}
.detailBox .messageImage img {
  width: 100%;
  height: auto;
}
.detailBox .infoBox {
  padding: 0 20px 30px;
}
.detailBox .infoBox h4,
.detailBox .flowBox h4 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 16px;
  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: 90px;
  padding: 13px 10px 12px;
  background: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
}
.detailBox .infoList .infoItemText {
  box-sizing: border-box;
  flex: 1;
  padding: 13px 10px 12px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  line-height: 24px;
}
.detailBox .infoList .infoItemText a {
  color: #3f7992;
  text-decoration: underline;
}
.detailBox .infoList .infoItemText a:hover {
  opacity: 0.7;
}
.detailBox .occupationItem + .occupationItem::before {
  content: ', ';
}
.detailBox .flowBox {
  padding: 0 20px;
  background: #fff;
}
.detailBox .flowList {
}
.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: 34px;
  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: 70px;
  padding: 15px 0;
  background: #e6e6e6;
  font-family: 'Century Gothic', CenturyGothic, Arial, Helvetica,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ',
    Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.detailBox .flowList .flowStep span {
  font-size: 19px;
  line-height: 1.4;
}
.detailBox .flowList .flowData {
  box-sizing: border-box;
  flex: 1;
  padding: 13px 20px;
  background: #f5f5f5;
}
.detailBox .flowList .flowItemTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.detailBox .flowList .flowItemText {
  font-size: 14px;
  line-height: 1.8;
}
/* ===================================
.formBox お問合せ
=================================== */
.formBox {
  padding: 5px 0 0;
  background: #fff;
}
.form_area textarea {
  height: 120px;
  line-height: 1.4;
}
/* ===================================
.entryBox エントリーはこちら
=================================== */
.entryBox {
  padding: 0 20px;
}
.entryBtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 15px 0 0;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.entryBtn a:before {
  content: '';
  position: absolute;
  top: 27px;
  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 strong {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}
/* ===================================
.closedBox 募集終了
=================================== */
.closedBox {
  padding: 0 20px;
}
.closedText {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 20px 0;
  background: #fff;
  border: 2px solid #d83939;
  border-radius: 3px;
  color: #d83939;
  font-size: 18px;
  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;
}
