.c-local-container {
  padding: 0 20px 100px;
}
.c-local-container--shoplist, .c-local-container--shopdetail {
  padding-bottom: 0;
}

.recruit-lead {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-lead {
    font-size: 1.4rem;
  }
}

.recruit-mv {
  max-width: 820px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .recruit-mv {
    margin-top: 20px;
  }
}

.recruit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 60px auto 0;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .recruit-list {
    flex-direction: column;
    margin-top: 30px;
  }
}
.recruit-list__item {
  width: 47.5609756098%;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}
@media (min-width: 769px) {
  .recruit-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .recruit-list__item {
    width: auto;
    margin-top: 20px;
  }
}
.recruit-list__item__header .data {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data {
    flex-direction: column;
  }
}
.recruit-list__item__header .data .logo {
  width: 100px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data .logo {
    width: 120px;
    margin: 0 auto;
  }
}
.recruit-list__item__header .data .shopinfo {
  flex: 1;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data .shopinfo {
    margin-top: 10px;
  }
}
.recruit-list__item__header .data .shopinfo .meta {
  display: flex;
}
.recruit-list__item__header .data .shopinfo .meta__floor {
  color: #ff6521;
  font-weight: 900;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data .shopinfo .meta__floor {
    font-size: 1.3rem;
    margin-right: 15px;
  }
}
.recruit-list__item__header .data .shopinfo .meta__floor::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  background: #009342;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data .shopinfo .meta__floor::before {
    width: 2.8346666667vw;
  }
}
.recruit-list__item__header .data .shopinfo .meta__category {
  color: #009342;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data .shopinfo .meta__category {
    font-size: 1.2rem;
  }
}
.recruit-list__item__header .data .shopinfo .shopname {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit-list__item__header .data .shopinfo .shopname {
    margin-top: 10px;
  }
}
.recruit-list__item__header .pic {
  margin-top: 20px;
}
.recruit-list__item__header .comment {
  margin-top: 20px;
  letter-spacing: 1.4285714286;
}
.recruit-list__item__tb {
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .recruit-list__item__tb {
    margin-top: 40px;
  }
}
.recruit-list__item__tb th, .recruit-list__item__tb td {
  padding: 18px 0;
  border-top: 1px solid #EDF5DC;
  letter-spacing: 0.02em;
}
.recruit-list__item__tb th {
  width: 95px;
  padding-right: 10px;
  color: #009342;
}
@media (max-width: 768px) {
  .recruit-list__item__tb th {
    width: 80px;
  }
}
.recruit-list__item__tb a {
  color: #ff6521;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .recruit-list__item__tb a[href^=tel] {
    color: #262626;
    pointer-events: none;
    text-decoration: none;
  }
}
/*# sourceMappingURL=map/recruit.css.map */