.c-table__job-line.c-table__job-line--last .item:nth-child(1) {
  width: 100%;
}

.c-table__job-line.c-table__job-line--last .item p:last-child {
  max-width: 100%;
}

.c-table__job-line.c-table__job-line--last .item p:first-child {
  max-width: 135px;
  margin-right: 2.8%;
}

.c-table.c-table--02 h3::before {
  display: none;
}

.c-table.c-table--02 h3.new::before {
  display: block;
  content: "new";
  text-transform: uppercase;
  color: white;
  background-color: #ff3988;
  margin-right: 10px;
  font-size: 1.4rem;
  text-shadow: none;
  border-radius: 5px;
  padding: 0 10px;
}

.p-jsearch-content__01-group form {
  display: flex;
  width: 100%;
}

.p-jsearch-content__01-item {
  background-color: #fff;
}

.c-table__search-reset input {
  cursor: pointer;
}

.c-pop-up {
  width: 85%;
  max-width: 1200px;
  top: 40%;
}

.c-table__select .item span:before {
  border: 1px solid #333;
}

.c-table.c-table--02 h3 span {
  display: inline-block;
  margin-left: 10px;
  background-color: #ff3988;
  padding: 0px 5px;
  text-shadow: none;
  color: #fff;
}

/* 新規登録ページ */
.c-table__content .line__upload .mailing-wrap {
  max-width: 550px;
}

.c-table__content .line__upload .upload-file {
  max-width: 330px;
}

/* blog詳細 */
.l-single .l-archLayout__content .c-box {
  height: auto;
}


@media only screen and (max-width: 768px) {
  .c-table__job-line.c-table__job-line--last .item p:first-child {
    margin-right: 6%;
  }

  .c-table__job-line.c-table__job-line--last .item p:last-child {
    max-width: 100%;
  }

  .c-table__content .line__upload .upload-file:first-child {
    margin-top: 30px;
  }

  .c-table__content .line__upload .upload-file {
    margin-top: 30px;
  }

  .c-table__content .line__upload .note-upload {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 765px) {
  .l-register.edit .c-table__content .line {
    padding: 1.5% 0 3%;
  }

  .l-register.edit .c-custom-select select {
    padding: 4.6px 20px;
  }
}