@charset "UTF-8";
/* part search company 企業選択のスタイル
   ========================================================================== */
.select-company .c-ttl-txt--con {
  padding: 15px;
}
.select-company .c-text {
  font-size: 13px;
}
@media screen and (min-width: 961px) {
  .select-company .l-contents-wrap {
    padding: 0 15px;
  }
}
.select-company .lead-wrap p {
  margin-bottom: 10px;
}
.select-company .p-back-top-warp {
  margin: 60px auto 30px;
}
.select-company .c-ttl-wrap-ib {
  margin: 20px 0 0;
}
.select-company__link-list {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .select-company__link-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.select-company__link-item {
  padding: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.select-company__link-item:first-child {
  border-top: 1px solid #EBEBEB;
}
@media screen and (min-width: 960px) {
  .select-company__link-item:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 960px) {
  .select-company__link-item {
    flex-basis: 50%;
    width: 50%;
    border-bottom: none;
  }
}
@media screen and (min-width: 961px) {
  .select-company__link-item {
    flex-basis: 25%;
    width: 25%;
    border-bottom: none;
  }
}
.select-company__link {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  color: #0066D2;
}
.select-company__link:hover {
  opacity: 0.7;
}
.select-company__type {
  font-size: 13px;
}
.select-company__add {
  font-size: 13px;
}
.select-company__no-data .c-msg-box {
  font-size: 14px;
}
.select-company .select-company__no-data {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .select-company .select-company__no-data {
    width: 100%;
  }
}
.select-company .select-company__no-data .c-msg-box--info {
  text-align: center;
}

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