@charset "UTF-8";
/* part select tag 給与・こだわり条件
   ========================================================================== */
.select-tag .c-ttl-back-arrow-link:before {
  left: 0;
}
@media screen and (min-width: 961px) {
  .select-tag .select__con {
    width: 360px;
  }
}

.tag__check-ttl {
  font-size: 14px;
  padding: 15px 10px 15px 10px;
  color: #333;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #F7F7F7;
}
.tag__check-list {
  display: flex;
  flex-wrap: wrap;
}
.tag__check-item {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  height: 55px;
  min-height: 55px;
  list-style: none;
  border-top: 1px solid #e3e3e3;
}
.tag__check-item:nth-child(odd) {
  border-right: 1px solid #e3e3e3;
}
.tag__check-item:nth-child(1), .tag__check-item:nth-child(2) {
  border-top: none;
}
.tag__check-item .list-link {
  padding-top: 17px;
  padding-left: 40px;
}
@media screen and (min-width: 961px) {
  .tag__check-item .list-link a:hover {
    opacity: 0.8;
  }
}
.tag__check-item .list-link:has(a) .c-check-txt {
  color: #0066D2;
}
.tag__check-item .list-link:has(a) .c-check-txt:hover {
  color: #0030B2;
}
.tag__check-item .c-check-txt {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
.tag__check-item label {
  padding: 15px 10px 14px 10px;
}
.tag__check-item .c-check {
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 961px) {
  .tag__check-item .c-check::before {
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .tag__check-item .c-check::after {
    left: 4px;
  }
}
.tag__check-item.itmzero .c-check-txt {
  color: #d3d3d3;
}
@media screen and (min-width: 961px) {
  .tag__check-item {
    width: 25%;
    border-top: none;
  }
  .tag__check-item:nth-child(odd) {
    border-right: none;
  }
  .tag__check-item .list-link {
    padding-top: 14px;
  }
}

/*# sourceMappingURL=tag.css.map */
