/* =====================================================================
jobResult
===================================================================== */
.jobResultcard {
  display: block;
  padding: 2em 5em 2em 2em;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  background: url(../images/common/icon-right-arrow-orange.svg) right 2em center/1.5em auto no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .jobResultcard {
    padding: 1em;
    background-position: right 1em bottom 1em;
    background-size: auto;
  }
}
.jobResultcard:hover {
  opacity: 0.6;
  text-decoration: none;
  color: inherit;
  background-position: right 1em center;
}

.jobResultcard_category {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.jobResultcard_category li {
  font-size: 0.8em;
  margin: 0;
  border: 1px solid #e65300;
  border-radius: 100vh;
  color: #e65300;
  padding: 0.1em 0.5em;
  margin: 0.3em;
}

.jobResultcard_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .jobResultcard_title {
    font-size: 18px;
  }
}

.jobResultcard_description {
  margin-top: 10px;
}

.jobResultcard_price {
  margin-top: 10px;
  font-weight: bold;
}/*# sourceMappingURL=recruit.css.map */