@charset "utf-8";

/* CSS Document */
:root {
	--main-color-blue: #11C1E1;
	--main-color-green: #AFD886;
	--button-color-main: #204CA9;
	--button-color-blue: #3F9EEB;
	--button-color-green: #FF4770;
	--button-color-pink: #81CD36;
  --button-color-black: #000000;
	--tab-color-pink: #F0709F;
	--required-color: #DA0035;
	--backgroundcolor: #E7EFF4;
	--backgroundcolor-footer: #3A3A3A;
	--font-weight-medium: 700;
	--shadow-default: 4px 4px 10px 4px rgba(0, 0, 0, 0.1);

}
/* 1/29ここから */
ul li {
  list-style: none;
  text-align: center;
}

.btn-top {
  display: inline-block;
  padding: 14px 36px;
  background-color: #1f4fb2;
  /* 濃い青 */
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
  /* 完全な丸角 */
  transition: background-color 0.2s ease, transform 0.2s ease;
  margin: 0 auto;
}

.btn-top:hover {
  background-color: #183f91;
  transform: translateY(-1px);
}

.sort_area_big {
  padding: 12px 16px 22px;
}

.sort_area_big .sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sort_area_big dl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.sort_area_big dt {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}

.sort_area_big dd {
  margin: 0;
}

.sort_area_big dd a {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  white-space: nowrap;
}

.sort_area_big dd a:hover {
  opacity: .85;
}

.sort_area_big dd a.is-active {
  border-color: #6cc04a;
  color: #222;
}

.sort_area_big dl:last-child dd a {
  border: none;
  padding: 0 7px;
  border-radius: 0;
}

.sort_area_big dl:last-child dd+dd a {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.sort_area_big .sort>dl:last-child {
  margin-left: auto;
  gap: 0;
}

.sort_area_big .sort>dl:last-child dt {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

.sort_area_big .sort>dl:last-child dd a {
  border: none;
  padding: 0 10px;
  border-radius: 0;
}

.sort_area_big .sort>dl:last-child dd+dd a {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* 1/29ここまで */
/* 1/30ここから */
.nUser .list_table table {
  border-collapse: collapse;
  width: 100%;
}

.nUser .list_table {
  width: 100%;
  max-width: 1360px;
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  border-collapse: collapse;
  margin: 10px auto;
}

.nUser .search_table_regist_area_big {
  max-width: 1360px;
  margin: 24px auto 0;
  padding: 0 16px;
}

.nUser .search_table_regist_area_big .search_table {
  /* background: #eef3f7;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12); */
  margin-bottom: 50px;
}

.nUser .search_table_regist_area_big table {
  width: 100%;
  border-collapse: collapse;
}

.nUser .search_table_regist_area_big tr {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nUser .search_table_regist_area_big th,
.nUser .search_table_regist_area_big td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

.nUser .search_table_regist_area_big th {
  width: 120px;
  font-weight: 700;
  color: #1f2933;
  white-space: nowrap;
  text-align: right;
}

.nUser .search_table_regist_area_big td {
  flex: 1;
  min-width: 260px;
}

.nUser .search_table_regist_area_big input[type="text"],
.nUser .search_table_regist_area_big select {
  width: 100%;
  max-width: 340px;
  height: 34px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  outline: none;
  box-sizing: border-box;
}

.nUser .search_table_regist_area_big input[type="text"]:focus,
.nUser .search_table_regist_area_big select:focus {
  border-color: rgba(31, 99, 200, 0.55);
  box-shadow: 0 0 0 3px rgba(31, 99, 200, 0.18);
}

.nUser .search_table_regist_area_big p.button {
  margin: 40px 0 15px;
  text-align: center;
}

.nUser .search_table_regist_area_big .btn_search {
  appearance: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;
  background: #1f4fa8;
  padding: 12px 56px;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  width: 192px;
  height: 60px;
  font-size: 18px;
}

.nUser .search_table_regist_area_big .btn_search:hover {
  filter: brightness(1.05);
}

.nUser .search_table_regist_area_big .btn_search:active {
  transform: translateY(1px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18);
}

.nUser table:has(ul.operation) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.nUser table:has(ul.operation) thead th {
  background: #f2f4f6;
  color: #1f2933;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.nUser table:has(ul.operation) tbody td {
  padding: 14px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  color: #1f2933;
  font-size: 13px;
  vertical-align: middle;
}

.nUser table:has(ul.operation) tbody tr:last-child td {
  border-bottom: 0;
}

.nUser td.center {
  text-align: center;
  white-space: nowrap;
}

.nUser table:has(ul.operation) thead th+th,
.nUser table:has(ul.operation) tbody td+td {
  border-left: 1px dotted rgba(0, 0, 0, 0.20);
}

.nUser .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.nUser ul.operation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.nUser ul.operation li {
  float: none;
}

.nUser ul.operation a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #AFD886;
  border-radius: 3px;
  background: #fff;

  text-decoration: none;
}

/* ホバー時 */
.nUser ul.operation a:hover {
  background-color: #AFD886;
  color: #fff;
  /* 中の文字やアイコンを白にしたい場合 */
}

.nUser ul.operation i {
  font-size: 14px;
  color: #111;
}

.nUser .list_table th,
.list_table td {
  padding: 10px 20px;
  border: none;
}

.nUser .list_table td {
  text-align: center;
  background-color: #fff;
}

.main>form:first-of-type {
  max-width: 1120px;
  margin: 18px auto 22px;
  padding: 26px 28px;

  background: #eaf1f7;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.main>form:first-of-type table {
  width: 100%;
  border-collapse: collapse;
}

.main>form:first-of-type tr {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.main>form:first-of-type th,
.main>form:first-of-type td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

.main>form:first-of-type th {
  white-space: nowrap;
  font-weight: 700;
  color: #1f2933;
}

.main>form:first-of-type label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
  white-space: nowrap;
  font-size: 13px;
}

.main>form:first-of-type input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #1f4fa8;
}

.main>form:first-of-type .btn_search,
.main>form:first-of-type input[type="submit"],
.main>form:first-of-type button[type="submit"] {
  display: block;
  margin: 18px auto 0;
  border: 0;
  cursor: pointer;

  background: #1f4fa8;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;

  padding: 14px 64px;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.main>form:first-of-type .btn_search:hover,
.main>form:first-of-type input[type="submit"]:hover,
.main>form:first-of-type button[type="submit"]:hover {
  filter: brightness(1.05);
}

/* 1/30ここまで */
/* 2/2ここから */
.search_table {
  max-width: 1360px;
  margin: 30px auto;
}

.search_table form {
  background: #eaf3fa;
  border-radius: 10px;
  padding: 24px 32px 40px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

.search_table table {
  width: 100%;
  border-collapse: collapse;
}

.search_table table tr {
  display: flex;
  align-items: center;
}

.search_table th,
.search_table td {
  padding: 0;
  border: none;
}

.search_table th {
  white-space: nowrap;
  font-weight: bold;
}

.search_table td {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.search_table input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.search_table label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  margin-right: 16px;
}

.search_table .label5 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.search_table br {
  display: none;
}

.search_table p.button {
  margin: 40px 0 0;
  text-align: center;
}

.search_table .btn_search {
  appearance: none;
  border: none;
  background: #1f4aa6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
  width: 192px;
  height: 60px;
}

.search_table .btn_search:hover {
  filter: brightness(1.05);
}

.message {
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.message p {
  margin: 10px 0 18px;
  color: #333;
}

.message ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.message ul li {
  margin: 0;
}

.message ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  background: #1f4aa6;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
}

.message ul li a:hover {
  filter: brightness(1.06);
}

.nUser p.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 60px 0;
}

.nUser p.button input[type="submit"],
.nUser p.button .btn_check {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  padding: 18px 56px;
  border-radius: 999px;
  line-height: 1;
}

/* 左：戻る */
.nUser p.button .btn_back {
  background: #fff;
  color: #111;
  border: 2px solid #111;
}

.nUser p.button .btn_back:hover {
  background: #f4f4f4;
}

/* 右：確認する（SVG矢印を背景で表示） */
.nUser p.button .btn_check {
  background: #1f4aa6;
  color: #fff;
  border: none;
  padding: 18px 96px 18px 56px;
  /* 右に余白 */
  position: relative;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
}

/* Font Awesome 矢印 */
.nUser p.button .btn_check i{
  position:absolute;
  right:32px;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;   /* ← ここで大きさ調整 */
  line-height:1;
}

/* hover */
.nUser p.button .btn_check:hover {
  filter: brightness(1.05);
}
/* 2/3ここまで */
ul.operation {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* 横中央 */
}

.cUser .list_table table td .mailtype {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px !important;
    background-color: #C4C3C3;
    border-radius: 1rem;
}

.cUser_edit_business_table {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.cUser_edit_business_table th {
    width: 115px;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #939393;
}

.cUser_edit_business_table td {
    padding: 20px 0 10px;
    border-bottom: 1px solid #939393;
}

.list_table tr.odd {
  text-align: left !important;
}

.cUser .list_table table tr+tr td.kenmei {
  text-align: left !important;
}

.cUser .job_container .jobtext ul.icon {
  display:flex !important;
  gap:5px !important;
}

.search_form_result_detail_area_contents_item2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 0px; */
}

.search_form_result_detail_area_contents2 {
    /* margin-top: 30px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /* gap: 20px; */
}

.search_form_result_detail_area_contents_item_title2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

.search_form_result_detail_area_contents_item_title2 h4 {
  font-size: 14px;
  margin: 0 !important;
}

.search_form_result_detail_button2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 3rem;
    background: var(--button-color-black);
    display: inline-flex;
    gap: 8px;
}

.search_form_result_detail_button_area2 {
    width: fit-content;
    margin: 40px auto 0;
    display: flex;
    gap: 20px;
}

.search_form_result_detail_area_tag_big {
    margin-top: 5px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.search_form_result_detail_area_big {
    margin-top: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search_page_big {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px !important;
}

.search_form_result_detail_area_contents_item_main {
  margin-bottom: 10px;
  font-size: 13px;
}

.button_area_down_normal {
  padding: 0px !important;
}

.search_form_result_detail_button {
  padding: 5px 40px !important;
}

.search_page_big .search_page {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 55px !important;
    margin-bottom: 10px !important;
}