#contents {
  /* #contents_area */
}
#contents #contents_area {
  /* #recruit_block */
}
@media screen and (max-width: 768px) {
  #contents #contents_area {
    width: 92%;
    margin: 0 auto;
  }
}
#contents #contents_area #recruit_block {
  /*.submit_btn*/
}
#contents #contents_area #recruit_block table {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents #contents_area #recruit_block table {
    margin-bottom: 50px;
  }
}
#contents #contents_area #recruit_block table tbody tr th {
  font-weight: bold;
}
#contents #contents_area #recruit_block table tbody tr td ul li {
  margin-bottom: 33px;
}
#contents #contents_area #recruit_block table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
#contents #contents_area #recruit_block table tbody tr td ul li strong {
  font-weight: bold;
}
#contents #contents_area #recruit_block table tbody tr td ul li strong.img_dot {
  background: url(/files/recruit/requirements/images/img_dot.png) left center no-repeat;
  padding-left: 15px;
}
#contents #contents_area #recruit_block table tbody tr td ul li .text_box {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #contents #contents_area #recruit_block table tbody tr td ul li .text_box {
    line-height: 1.714em;
  }
}
#contents #contents_area #recruit_block table tbody tr td ul li dl {
  overflow: hidden;
}
#contents #contents_area #recruit_block table tbody tr td ul li dl dt {
  float: left;
  width: 92px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #contents #contents_area #recruit_block table tbody tr td ul li dl dt {
    font-size: 13px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #contents #contents_area #recruit_block table tbody tr td ul li dl dd {
    font-size: 13px;
  }
}
#contents #contents_area #recruit_block .submit_btn {
  text-align: center;
  margin-bottom: 100px;
  background: url(/files/contact/images/submit_btn_img.png) center no-repeat;
}
#contents #contents_area #recruit_block .submit_btn .btn {
  width: 328px;
  height: 62px;
  line-height: 64px;
  background: #c30d23 url(/files/contact/images/arrow.png) 95% center no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  -webkit-transition: background-color .25s , color  .25s;
  -moz-transition: background-color .25s , color  .25s;
  -ms-transition: background-color .25s , color  .25s;
  -o-transition: background-color .25s , color  .25s;
  transition: background-color .25s , color  .25s;
  border: 1px solid #c30d23;
}
@media screen and (max-width: 768px) {
  #contents #contents_area #recruit_block .submit_btn .btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }
}
#contents #contents_area #recruit_block .submit_btn .btn.back {
  background: #eee;
  color: #888;
  border: 1px solid #eee;
}
#contents #contents_area #recruit_block .submit_btn .btn.back:hover {
  background: #fff;
  color: #888;
}
@media screen and (max-width: 768px) {
  #contents #contents_area #recruit_block .submit_btn .btn.back {
    margin-right: 0;
    line-height: 1.65em;
  }
}
#contents #contents_area #recruit_block .submit_btn .btn.back:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #888;
}
#contents #contents_area #recruit_block .submit_btn .btn:hover {
  background: #fff url(/common/images/arrow_red.png) 95% center no-repeat;
  color: #c30d23;
}
#contents #contents_area #recruit_block .submit_btn .btn:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* #contents */
