@charset "UTF-8";
.l-footer__copy {
  padding-bottom: 100px;
}

.search-category > dt {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.search-category > dt .c-search {
  max-width: 920px;
}
.search-category > dt ~ dt {
  margin-top: 24px;
}
.search-category > dd + dd {
  margin-top: 24px;
}
.search-category .c-search input[type=submit] {
  width: 88px;
}
.search-criteria__date .ss-extra-params {
  display: flex;
  gap: 16px 0;
  flex-wrap: wrap;
  align-items: center;
}
.search-criteria__date .ss-extra-param-lable {
  margin-inline: 4px;
}
.search-criteria__date select {
  appearance: none;
  padding: 9px 8px;
  border: 1px solid #c3d1d7;
  background: url('data:image/svg+xml;utf8,<svg width="10" height="23" viewBox="0 0 10 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 22.5L0.669873 15L9.33013 15L5 22.5Z" fill="%23616262"/><path d="M5 0.5L9.33013 8L0.669873 8L5 0.5Z" fill="%23616262"/></svg>') no-repeat center right 8px/10px auto;
}
.search-criteria__date select[name=dby], .search-criteria__date select[name=dey] {
  width: 27.4666666667vw;
}
.search-criteria__date select[name=dbm], .search-criteria__date select[name=dem] {
  width: 18.4vw;
  margin-left: 8px;
}
.search-criteria__date select[name=dbd], .search-criteria__date select[name=ded] {
  display: none;
}
.search-criteria__date select[name=dbd] + .ss-extra-param-lable, .search-criteria__date select[name=ded] + .ss-extra-param-lable {
  display: none;
}
.search-result__nav {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #C3D1D7;
}
.search-result__info {
  font-size: 1.4rem;
  line-height: 1.6;
}
.search-result__info b {
  font-size: 2.2rem;
  font-weight: 700;
}
.search-result__info #SS_queryString b {
  display: inline-block;
  margin-right: 4px;
}
.search-result__info #SS_queryString b::before {
  content: "「";
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
.search-result__info #SS_queryString b::after {
  content: "」";
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
.search-result__sort {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.search-result__sort > span {
  display: inline-block;
  padding: 0 8px;
}
.search-result__sort > span:last-child {
  padding-right: 0;
}
.search-result__sort > span + span {
  border-left: 1px solid #C3D1D7;
}
.search-result__sort .selected a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.search-result__list {
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C3D1D7;
}
.search-result__num {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 100;
  margin-top: 40px;
  padding-block: 26px;
  text-align: center;
}
.search-result__num::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  inset: 0 auto 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #EBF0F1;
}
.search-result__num #ss-total-hits {
  margin-left: 16px;
}
.search-result__num #ss-total-hits b {
  font-size: 2.8rem;
}
.search-accordion {
  margin-top: 16px;
  border: 1px solid #c3d1d7;
  background-color: #fff;
}
.search-accordion .c-accordion__title {
  padding: 12px 30px 12px 20px;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.search-accordion .c-accordion__title::before {
  content: none;
}
.search-accordion .c-accordion__title::after {
  right: 10px;
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
.search-accordion .c-accordion__title.is-open {
  background-color: #376578;
  color: #fff;
}
.search-accordion .c-accordion__title.is-open::after {
  background-color: transparent;
}
.search-accordion .c-accordion__content {
  padding: 20px 20px 36px;
}

.ss-category-field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 16px;
  padding-top: 2px;
  border: 0;
}
.ss-category-field label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
.ss-category-field label::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}
.ss-category-field input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ss-category-field input[type=checkbox] + label::before {
  border: 1px solid #C3D1D7;
}
.ss-category-field input[type=checkbox]:checked + label::before {
  background: url('data:image/svg+xml;utf8,<svg width="26" height="17" viewBox="0 0 26 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.5353 4.03718L12.5165 16.7864L9.0165 16.7848L0.4646 8.39473L3.96619 4.82558L10.7689 11.4995L22.037 0.464844L25.5353 4.03718Z" fill="%23376578"/></svg>') no-repeat center center/25px 16px;
}
.ss-category-field input[type=radio] + label::before {
  border: 1px solid #C3D1D7;
  border-radius: 50%;
}
.ss-category-field input[type=radio]:checked + label::before {
  background: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="7" fill="%23356275"/></svg>') no-repeat center center/14px 14px;
}

.ss-pagination {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 24px 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.ss-pagination:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #C3D1D7;
}
.ss-pagination:last-child {
  padding-top: 24px;
  border-top: 1px solid #C3D1D7;
}
.ss-pagination a,
.ss-pagination b {
  display: grid;
  place-content: center;
  height: 40px;
  min-width: 40px;
  border: 1px solid #C3D1D7;
  font-weight: 400;
  text-decoration: none;
}
.ss-pagination .ss-page {
  order: 1;
  align-self: start;
}
.ss-pagination .ss-select-page {
  background-color: #EBF0F1;
}
.ss-pagination .ss-page-prev {
  order: 10;
  width: calc(50% - 8px);
  margin-right: auto;
}
.ss-pagination .ss-page-prev a {
  width: fit-content;
  padding: 4px 12px;
  grid-auto-flow: column;
  font-weight: 700;
}
.ss-pagination .ss-page-prev a::before {
  transform: translateX(-6px);
  content: "\E801";
  font-family: fontello;
  font-weight: normal;
  color: #FF2600;
}
.ss-pagination .ss-page-next {
  order: 11;
  width: calc(50% - 8px);
  margin-left: auto;
}
.ss-pagination .ss-page-next a {
  width: fit-content;
  margin-left: auto;
  padding: 4px 12px;
  grid-auto-flow: column;
  font-weight: 700;
}
.ss-pagination .ss-page-next a::after {
  transform: translateX(6px);
  content: "\E802";
  font-family: fontello;
  font-weight: normal;
  color: #FF2600;
}
.ss-pagination .ss-page-first,
.ss-pagination .ss-page-last {
  display: none;
}

.c-radioList input input:checked + .c-checkbox::before {
  background: url('data:image/svg+xml;utf8,<svg width="26" height="17" viewBox="0 0 26 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.5353 4.03718L12.5165 16.7864L9.0165 16.7848L0.4646 8.39473L3.96619 4.82558L10.7689 11.4995L22.037 0.464844L25.5353 4.03718Z" fill="%23376578"/></svg>') no-repeat center center/25px 16px;
}

.ss-item + .ss-item {
  margin-top: 20px;
}

/* ▼タブレット用デザインとして付け足すデザイン */
@media print, screen and (min-width: 768px) {
  .search-category > dt {
    font-size: 2.4rem;
  }
  .search-category > dt ~ dt {
    margin-top: 40px;
  }
  .search-category > dd + dd {
    margin-top: 72px;
  }
  .search-category .c-search {
    max-width: 926px;
  }
  .search-category .c-search input {
    height: 52px;
  }
  .search-category .c-search input[type=submit] {
    width: 132px;
    font-size: 2rem;
  }
  .search-category .c-checkboxList,
  .search-category .c-radioList {
    margin-top: 16px;
  }
  .search-criteria > dt {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .search-criteria__list > dt {
    min-height: 54px;
    padding: 14px 64px 5px 40px;
  }
  .search-criteria__list > dt:last-of-type {
    min-height: 0;
  }
  .search-criteria__list > dd {
    min-height: 54px;
    padding: 5px 0 16px 32px;
  }
  .search-criteria__list > dd:last-of-type {
    min-height: 0;
    padding-bottom: 0;
  }
  .search-criteria__list > dd span {
    padding: 10px 12px 7px;
  }
  .search-criteria__date select[name=dby], .search-criteria__date select[name=dey] {
    max-width: 195px;
  }
  .search-criteria__date select[name=dbm], .search-criteria__date select[name=dem] {
    max-width: 195px;
  }
  .search-result__nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .search-result__info {
    font-size: 1.6rem;
  }
  .search-result__sort {
    margin-top: 4px;
    line-height: 1.6;
  }
  .search-result__sort > span {
    padding: 0 20px;
  }
  .search-result__num {
    margin-top: 64px;
  }
  .search-accordion {
    margin-top: 40px;
  }
  .search-accordion .c-accordion__title {
    padding: 18px 40px 18px 20px;
    border: 0;
  }
  .search-accordion .c-accordion__title::after {
    right: 20px;
  }
  .search-accordion .c-accordion__content {
    padding: 32px;
  }
  .ss-pagination {
    align-items: center;
  }
  .ss-pagination:first-child {
    padding-bottom: 40px;
  }
  .ss-pagination a:hover {
    background: #EBF0F1;
    color: #000;
  }
  .ss-pagination .ss-page {
    order: 2;
    align-self: center;
  }
  .ss-pagination .ss-page:first-child {
    margin-left: auto;
  }
  .ss-pagination .ss-page:last-child {
    margin-right: auto;
  }
  .ss-pagination .ss-page-prev,
  .ss-pagination .ss-page-next {
    width: auto;
    margin-top: 0;
  }
  .ss-pagination .ss-page-prev a,
  .ss-pagination .ss-page-next a {
    height: 50px;
    padding: 4px 18px;
  }
  .ss-pagination .ss-page-prev {
    order: 1;
  }
  .ss-item {
    display: grid;
    grid-template-columns: calc(8.2em + 40px) minmax(0, 1fr);
    gap: 20px 0;
  }
}