@charset "UTF-8";
/*==================================================
　採用情報
===================================*/
.article {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 10px #d2d2d2;
}
.article .photo_recruit {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .article .photo_recruit {
    height: auto;
  }
}
.article .photo_recruit img {
  width: 100%;
  height: auto;
  border-radius: 50px 50px 0 0;
}
.article .day {
  display: inline-block;
  font-size: 12px;
  border: solid 1px #DE9D3B;
  background: #ebfce6;
  padding: 3px 5px;
  margin-right: 10px;
}

/*==================================================
　採用情報詳細ページ
===================================*/
.photo_recruit_single img {
  border-radius: 50px;
}

.table_recruit p {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=recruit.css.map */