/*************** main content ***************/
/*************** wrapper size ***************/
/*************** list size ***************/
/*************** color ***************/
/*************** width/height ***************/
.admin-top .searchwrap select {
  width: 25%;
  height: 4rem;
  margin: 0 0 1.5rem;
}
.admin-top table.top_table {
  margin: 0 0 25px;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .admin-top table.top_table {
    width: 100%;
  }
}
.admin-top table.top_table tr th {
  font-size: 15px;
  padding: 0 1rem;
  text-align: left;
  width: 35%;
  vertical-align: inherit;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .admin-top table.top_table tr th {
    width: 35%;
  }
}
.admin-top table.top_table tr td {
  font-size: 15px;
  padding: 0.5rem 1rem;
  width: 15%;
  vertical-align: inherit;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .admin-top table.top_table tr td {
    width: 25%;
    padding: 0.5rem;
  }
}
.admin-top table.top_table tr td.count {
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .admin-top table.top_table tr td.count {
    width: 40%;
  }
}
.admin-top table.top_table tr td.count p {
  display: inline;
  text-align: center;
  width: auto;
}
.admin-top table.top_table tr td.count span {
  margin-left: 1em;
  width: auto;
}

.searchwrap {
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.searchwrap .countwrap {
  text-align: center;
  width: 30%;
}
.searchwrap .countwrap p#matchCount {
  text-align: right;
  padding: 1rem 0.5rem;
  border: 2px solid #000;
}
.searchwrap .countwrap p#matchCount span {
  margin-left: 1em;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .searchwrap .countwrap {
    width: 90%;
    margin-bottom: 2rem;
  }
}
.searchwrap select {
  width: 25%;
  height: 4rem;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .searchwrap select {
    width: 40%;
  }
}
.searchwrap input[type=submit] {
  width: 20%;
  background: #0063A0;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #fff;
  border-color: #0063A0;
  border-radius: 10px;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .searchwrap input[type=submit] {
    width: 40%;
  }
}
.searchwrap .btn {
  padding: 10px 30px;
}

input.short-input {
  width: 4.5em !important;
}
input.half-input {
  width: 50% !important;
}
input.quarter-input {
  width: 25% !important;
}

table th.sort {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
table th.sort:before, table th.sort:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  border-top: 2px #888 solid;
  border-right: 2px #888 solid;
  right: 10px;
  top: 50%;
}
table th.sort:before {
  transform: translateY(-8px) rotate(-45deg);
}
table th.sort:after {
  transform: translateY(2px) rotate(135deg);
}
table th.asc::after {
  border: none !important;
}
table th.desc::before {
  border: none !important;
}

.snav li.current a {
	background: #eef9f8;
	color: #00a99d;
	font-weight: bold;
	border-left: 6px solid #00a99d;
	box-sizing: border-box;
}

.snav li.current i {
	color: #00a99d !important;
}

.mypage-summary {
	margin-bottom: 30px;
	width: 100%;
}

.summary-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.summary-cards {
	display: flex;
	gap: 12px;
	align-items: stretch;
}

.summary-card {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 25px 20px;
	text-align: center;
	background: #fff;
	min-width: 130px;
}

.summary-card-applicants {
	flex: 1;
  padding: 20px 20px 12px;
}

.summary-card-applicants .summary-label {
	margin-bottom: 8px;
}

.summary-card-applicants .summary-value {
	margin-bottom: 10px;
}

.summary-applicant-detail {
	margin-top: 10px;
	padding-top: 10px;
}

.summary-label {
	font-weight: bold;
	margin-bottom: 15px;
}

.summary-value {
	font-size: 28px;
	font-weight: bold;
	color: #00a99d;
	margin-bottom: 15px;
}

.summary-value span {
	font-size: 16px;
	margin-left: 2px;
}

.summary-applicant-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.summary-applicant-table th {
	border-left: 1px solid #ddd;
	padding: 8px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.summary-applicant-table td {
	border-left: 1px solid #ddd;
	padding: 8px;
	text-align: center;
	font-size: 18px;   /* ←ここだけ大きくする */
	font-weight: bold;
}

.summary-applicant-table th:first-child,
.summary-applicant-table td:first-child {
	border-left: none;
}

.summary-note {
	font-size: 12px;
	margin-top: 12px;
}

.summary-label i {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background: #e8f8f6;
    color: #00a99d;
    font-size: 26px;
    margin: 0 auto 12px;
    display: block;
}

.summary-app-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.summary-app-header i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background: #e8f8f6;
    color: #00a99d;
    text-align: center;
    font-size: 24px;
}

.summary-app-header span {
    font-size: 22px;
    font-weight: bold;
}

/* ==========================================
   管理者 求人一覧
========================================== */
.admin_recruitment_list_tbl {
    width: 100%;
    table-layout: fixed;
}

/* 求人ID */
.admin_recruitment_list_tbl .col_uid {
    width: 90px;
}

/* 求人タイトル */
.admin_recruitment_list_tbl .col_title {
    width: auto;
}

/* 企業ID */
.admin_recruitment_list_tbl .col_company_uid {
    width: 70px;
}

/* 企業名 */
.admin_recruitment_list_tbl .col_company {
    width: 140px;
}

/* 代理店ID */
.admin_recruitment_list_tbl .col_member_uid {
    width: 75px;
}

/* 代理店名 */
.admin_recruitment_list_tbl .col_member {
    width: 95px;
}

/* 都道府県 */
.admin_recruitment_list_tbl .col_pref {
    width: 70px;
}

/* 市区町村 */
.admin_recruitment_list_tbl .col_city {
    width: 85px;
}

/* 求人開始日 */
.admin_recruitment_list_tbl .col_date {
    width: 90px;
}

/* 募集状況 */
.admin_recruitment_list_tbl .col_status {
    width: 70px;
}

/* 求人タイトルは最大2行まで */
.admin_recruitment_list_tbl td.col_title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
    max-height: 3em;
}

/* 求人タイトルセル自体もはみ出しを隠す */
.admin_recruitment_list_tbl td.col_title {
    overflow: hidden;
    vertical-align: top;
}

/* ID・日付・募集状況はなるべく折り返さない */
.admin_recruitment_list_tbl td.col_uid,
.admin_recruitment_list_tbl td.col_company_uid,
.admin_recruitment_list_tbl td.col_member_uid,
.admin_recruitment_list_tbl td.col_date,
.admin_recruitment_list_tbl td.col_status {
    word-break: normal;
    overflow-wrap: normal;
}