@charset "UTF-8";



/*****************
共通
*****************/

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
}



/*****************
recruit_list
*****************/
#recruit_list {}
#recruit_list article {
  background-color: #F0F1F1;
  border-radius: 50px;
  margin: 0 auto 35px;
}
#recruit_list dl {
  padding: 80px;
  margin: 0 auto;
  text-align: left;
}
#recruit_list dl dt {
  padding: 18px 0;
  margin: 0;
  position: absolute;
  width: 200px;
  color: #5BBDE5;
}
#recruit_list dl dd {
  padding: 18px 0;
  padding-left: 200px;
  margin: 0;
  position: relative;
  border-bottom: 1px dotted #C3C4C4;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
}
