._main-for_seeker .l-lnav > a {
  color: var(--color-seeker_dark);
}
@media (hover: hover) {
  ._main-for_seeker .l-lnav > a:hover {
    background-color: var(--color-seeker_pale);
  }
}
._main-for_seeker .c-event_time {
  color: var(--color-seeker_dark);
}
._main-for_seeker .c-event_time .target {
  background-color: var(--color-seeker);
}
._main-for_seeker .sub-hero {
  background-color: var(--color-seeker_dark);
}
._main-for_seeker .sub-page_title {
  color: var(--color-seeker_dark);
}
._main-for_seeker .sub-page_title + .sub-hero {
  border-color: var(--color-seeker);
}
._main-for_seeker .sub-sec_title {
  color: var(--color-seeker_dark);
}
._main-for_seeker .sub-sec_title::after {
  background: var(--color-seeker);
  background: linear-gradient(90deg, var(--color-seeker_dark) 0%, var(--color-seeker) 100%);
}
._main-for_seeker .sub-mid_title {
  background-color: var(--color-seeker);
}
._main-for_seeker .sub-bdr_title::before {
  background-color: var(--color-seeker);
}
._main-for_seeker .c-table th {
  background-color: var(--color-seeker);
}
._main-for_seeker .c-table tbody tr:nth-of-type(odd) {
  background-color: var(--color-seeker_pale);
}

.p-seeker_jf_table.c-table tr > td:first-of-type {
  text-align: center;
  width: 5.5em;
}
@media screen and (max-width: 575.98px) {
  .p-seeker_jf_table.c-table tr > td:first-of-type {
    width: 1.5em;
    line-height: 1;
  }
}
.p-seeker_flow {
  border: 2px solid var(--color-seeker_dark);
  border-radius: 1rem;
  text-align: center;
}
.p-seeker_flow .title {
  display: inline-block;
  padding: 0 1em;
  transform: translateY(-50%);
  background-color: #fff;
  font-weight: 700;
  margin-top: -0.25em;
  color: var(--color-seeker_dark);
}
.p-seeker_flow .flow_list {
  display: flex;
  flex-wrap: wrap;
}
.p-seeker_flow .flow_list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-seeker_pale);
  border-radius: 0.75rem;
}
.p-seeker_flow .flow_list > li + li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-seeker_dark);
  opacity: 0.65;
}
.p-seeker_flow .flow_list p:not(.note) {
  font-weight: 700;
  color: var(--color-seeker_dark);
}
.p-seeker_flow .flow_list .note {
  margin-top: 0.5em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .p-seeker_flow {
    padding: 0 1.5rem 1.5rem;
  }
  .p-seeker_flow .title {
    font-size: 1.375rem;
  }
  .p-seeker_flow .flow_list {
    margin-left: -1rem;
  }
  .p-seeker_flow .flow_list > li {
    padding: 1rem 0.5rem;
    margin-left: 1rem;
    width: calc(25% - 1rem);
  }
  .p-seeker_flow .flow_list > li + li::before {
    width: 0.5rem;
    height: 1rem;
    right: calc(100% + 0.25rem);
    top: calc(50% - 0.5rem);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
            clip-path: polygon(0 100%, 0 0, 100% 50%);
  }
  .p-seeker_flow .flow_list .note {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-seeker_flow {
    padding: 0 1rem 1rem;
  }
  .p-seeker_flow .title {
    font-size: 1.125rem;
  }
  .p-seeker_flow .flow_list {
    flex-direction: column;
    gap: 1rem;
  }
  .p-seeker_flow .flow_list > li {
    width: 100%;
    padding: 0.75rem;
  }
  .p-seeker_flow .flow_list > li + li::before {
    width: 1rem;
    height: 0.5rem;
    left: calc(50% - 0.5rem);
    bottom: calc(100% + 0.25rem);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .p-seeker_flow .flow_list .note {
    font-size: 0.75rem;
  }
}
.p-seeker_comlist > .group + .group {
  border-top: 1px dashed var(--color-seeker_dark);
}
.p-seeker_comlist .title_date {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  color: var(--color-seeker_dark);
}
.p-seeker_comlist .title_date .number {
  font-size: 80%;
  padding: 0.65em 0.75em 0.25em;
  color: #fff;
  background-color: var(--color-seeker);
  border-radius: 0.25rem;
}
.p-seeker_comlist .c-toggle_btn {
  display: flex;
}
.p-seeker_comlist .clear {
  clear: both;
  border: none;
  background-color: transparent;
}
.p-seeker_comlist .c-toggle_check:checked ~ .clear {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-seeker_comlist > .group + .group {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .p-seeker_comlist .title_date {
    width: calc(100% - 20rem);
    float: left;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-size: min(2.4vw, 1.5rem);
    height: 3.75rem;
  }
  .p-seeker_comlist .c-toggle_btn {
    float: right;
    padding: 0;
    height: 3.75rem;
    max-width: 18rem;
  }
  .p-seeker_comlist .c-toggle_contents .c-toggle_btn {
    float: none;
    margin-top: 1.5rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-seeker_comlist > .group + .group {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .p-seeker_comlist .title_date {
    justify-content: center;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .p-seeker_comlist .c-toggle_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .p-seeker_comlist .c-toggle_contents .c-toggle_btn {
    margin-top: 1rem;
  }
}
.p-seeker_about_title {
  display: flex;
  align-items: center;
  font-weight: 700;
  min-height: 3em;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.3;
  color: var(--color-seeker_dark);
  background-color: var(--color-seeker_pale);
}
.p-seeker_about ul > li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-seeker_about_title {
    font-size: 1.25rem;
  }
}