@charset "utf-8";

/* ******************************************
	General
****************************************** */


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




/* *******************
	recruit
******************* */
#recruit {}
#recruit .wrap {
/*   max-width: 750px; */
}
#recruit .wrap p {
  display: block;
  margin-top: 80px;;
}



/* *******************
	recruit_list
******************* */
#recruit_list {}
#recruit_list dl {
  padding: 25px;
  margin: 0;
  margin-bottom: 55px;
  text-align: left;
  border: 1px solid #a7a7a7;
  border-radius: 12px;
}
#recruit_list dl h3 {
  margin-bottom: 0;
}
#recruit_list dl dt {
  padding: 18px 0;
  margin: 0;
  position: absolute;
  width: 200px;
}
#recruit_list dl dd {
  padding: 18px 0;
  padding-left: 200px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #a7a7a7;
}
#recruit_list dl dd:last-child {
  border-bottom: none;
}
#recruit_list dl ul {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 35px;
  list-style: circle;
}
#recruit_list dl ul li {
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #recruit_list dl dt {
    padding: 12px 0 0;
    position: relative;
    width: unset;
    font-weight: bold;
  }
  #recruit_list dl dd {
    padding-left: 0;
  }
}
@media screen and (max-width:450px) {
}