@charset "utf-8";
/*------------------------------------------------------------
	採用ページスタイル
------------------------------------------------------------*/

.container a {
  border: none;
}

/*===============
　タイトル
===============*/
h3.ttl-recruit-h3 {
  background-color: #340002;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
h4.ttl-h4 {
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

/*===============
　レイアウト
===============*/
.imgLeft {
  float: left;
  width: 430px;
}
.imgRight {
  float: right;
}
.boxRight {
  float: right;
  width: 655px;
}

/*===============
　リスト
===============*/
.list-recruit {
  border: solid 10px #eee;
}
.list-recruit li {
  padding: 20px 0;
  margin: 0 30px;
  border-bottom: solid 2px #eee;
}
.list-recruit li:last-child {
  border: none;
}

.list-vision {
  width: 560px;
  margin: 0 auto 60px;
}
.list-vision li {
  list-style-type: disc;
  font-size: 30px;
  color: #97353B;
  font-weight: bold;
  margin-bottom: 20px;
}


/*===============
　インタビュー
===============*/
.interview h4 {
  background: url(/img/recruit_question.gif) no-repeat;
  background-size: 46px 36px;
  text-align: left;
  padding: 0 0 10px 60px;
  color: #97353B;
  font-weight: bold;
}
.interview-l {
  width: 151px;
  float: left;
  margin: 0 30px 15px 0;
}
