.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.mov_line, #lists_head {
  overflow: hidden;
}

/* =====================================================
    lists_head
=====================================================*/
#lists_head {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #lists_head {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  #lists_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#lists_head .contents_inner {
  max-width: 1200px;
}
@media screen and (max-width: 639px) {
  #lists_head .contents_title__text {
    font-size: min(5.1282051282vw, 2.4rem);
  }
}
@media screen and (min-width: 640px) {
  #lists_head .contents_title__text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  #lists_head .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #lists_head .contents_title__text {
    font-size: 3.2rem;
  }
}

.lists_head__intro {
  max-width: 90%;
  margin: 30px auto 0px auto;
}
@media screen and (min-width: 640px) {
  .lists_head__intro {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .lists_head__intro {
    max-width: 1200px;
    margin-top: 60px;
  }
}
.lists_head__intro .text {
  font-size: min(3.8461538462vw, 1.6rem);
  line-height: 1.8em;
}
@media screen and (min-width: 640px) {
  .lists_head__intro .text {
    font-size: 1.6rem;
  }
}

/* =====================================================
    lists_contents
=====================================================*/
#lists_contents {
  padding: 50px 5vw 0px 5vw;
}
@media screen and (min-width: 640px) {
  #lists_contents {
    padding: 70px 30px 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  #lists_contents {
    padding: 100px 40px 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #lists_contents {
    padding: 100px 40px 0px 40px;
  }
}

/* =====================================================
    lists_operations
=====================================================*/
#lists_operations {
  max-width: 1200px;
  margin: 0px auto;
}

.lists_operations__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0px 20px;
}
@media screen and (min-width: 980px) {
  .lists_operations__info {
    max-width: 520px;
    margin-left: auto;
  }
}
.lists_operations__info .lists_operations__sort {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lists_operations__select {
  position: relative;
  border: 0px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .lists_operations__select {
    margin-left: auto;
    max-width: 210px;
  }
}
.lists_operations__select select {
  border: 0px solid #000;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em 0.75em;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .lists_operations__select select {
    font-size: 1.6rem;
  }
}
.lists_operations__select select::-ms-expand {
  display: none;
}
.lists_operations__select::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

.lists_operations__header .title {
  line-height: 1em;
  font-size: min(3.3333333333vw, 1.5rem);
  margin-bottom: 0.8em;
}

.lists_operations__count {
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0px 2.5641025641vw;
}
@media screen and (min-width: 640px) {
  .lists_operations__count {
    gap: 0px 20px;
  }
}
@media screen and (min-width: 980px) {
  .lists_operations__count {
    gap: 0px 30px;
  }
}
.lists_operations__count .label, .lists_operations__count .number, .lists_operations__count .unit {
  display: inline-block;
  vertical-align: bottom;
}
.lists_operations__count .label, .lists_operations__count .unit {
  line-height: 1em;
  font-size: min(3.8461538462vw, 1.6rem);
}
.lists_operations__count .number {
  line-height: 0.8em;
  padding: 0px 0.2em;
  font-size: min(5.1282051282vw, 2.4rem);
}
@media screen and (min-width: 980px) {
  .lists_operations__count .number {
    font-size: 2.8rem;
  }
}

.lists_operations__conditions {
  margin: 25px auto 0px auto;
  max-width: 1200px;
  padding: 12px 15px;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .lists_operations__conditions {
    margin-top: 35px;
  }
}
.lists_operations__conditions:has(.lists_operations__conditions_text:empty) {
  display: none;
}

.lists_operations__conditions_text {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 980px) {
  .lists_operations__conditions_text {
    font-size: 1.4rem;
  }
}

/* =====================================================
    lists_layout
=====================================================*/
#lists_layout {
  max-width: 1200px;
  margin: 50px auto 0px auto;
}
@media screen and (min-width: 640px) {
  #lists_layout {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #lists_layout {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px 50px;
  }
}

/* =====================================================
    lists_layout__nav
=====================================================*/
.lists_layout__nav {
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid #E6E6E6;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .lists_layout__nav {
    width: 360px;
  }
}

.lists_narrow__trigger {
  position: relative;
  padding: 30px 5vw;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .lists_narrow__trigger {
    padding: 30px 25px;
  }
}
.lists_narrow__trigger .text {
  padding-left: 40px;
  position: relative;
  font-size: min(4.1025641026vw, 1.6rem);
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .lists_narrow__trigger .text {
    font-size: 18px;
  }
}
.lists_narrow__trigger .text:before {
  content: "";
  -webkit-mask-image: url(../../../assets/img/common/icon_search.svg);
          mask-image: url(../../../assets/img/common/icon_search.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 32px;
  height: 32px;
  background-color: #C8C8C8;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -16px;
}
.lists_narrow__trigger .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .lists_narrow__trigger .icon {
    width: 28px;
    height: 28px;
    right: 25px;
  }
}
.lists_narrow__trigger .icon:before, .lists_narrow__trigger .icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
}
@media screen and (min-width: 980px) {
  .lists_narrow__trigger .icon:before, .lists_narrow__trigger .icon:after {
    width: 10px;
    margin-left: -5px;
  }
}
.lists_narrow__trigger .icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1200px) {
  .lists_narrow__trigger {
    display: none !important;
  }
}

.lists_narrow__trigger.active .icon:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.lists_narrow__contents {
  padding: 0px 5vw 30px 5vw;
}
@media screen and (min-width: 1200px) {
  .lists_narrow__contents {
    display: block !important;
    padding: 0px 20px 30px 20px;
  }
}

.search_form__column {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  .search_form__column {
    padding-top: 50px;
  }
}
.search_form__column:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #E6E6E6;
}
.search_form__column + .search_form__column {
  margin-top: 28px;
}
@media screen and (min-width: 980px) {
  .search_form__column + .search_form__column {
    margin-top: 50px;
  }
}

/* =====================================================
    search_form
=====================================================*/
.search_contents__title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .search_contents__title {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.search_contents__title .icon {
  width: 32px;
  margin: 0px auto 13px auto;
}
@media screen and (min-width: 640px) {
  .search_contents__title .icon {
    width: 36px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title .icon {
    width: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title .icon img {
    width: 100%;
    height: auto;
  }
}
.search_contents__title .title {
  text-align: center;
  font-size: min(3.5897435897vw, 1.4rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .search_contents__title .title {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title .title {
    font-size: 1.6rem;
  }
}
.search_contents__title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #E6E6E6;
}

.search_form__title {
  position: relative;
  padding-left: 0.7em;
  font-size: min(5.1282051282vw, 2rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .search_form__title {
    font-size: 3.2vw;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__title {
    font-size: 2.2rem;
  }
}
.search_form__title .small {
  font-size: min(3.5897435897vw, 1.4rem);
  padding-left: 0.3em;
}
@media screen and (min-width: 640px) {
  .search_form__title .small {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .search_form__title .small {
    font-size: 1.6rem;
  }
}
.search_form__title:before {
  content: "";
  width: 3px;
  height: 1em;
  background-color: #00C2ED;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (min-width: 980px) {
  .search_form__title:before {
    width: 4px;
  }
}

.search_form__bg {
  padding: 25px 3vw 20px 3vw;
  background-color: #F5F5F5;
}
@media screen and (min-width: 640px) {
  .search_form__bg {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__bg {
    padding: 35px 45px;
  }
}

.search_form__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
@media screen and (min-width: 980px) {
  .search_form__col {
    gap: 0px 15px;
  }
}
.search_form__col .select_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.chenge_terms {
  margin-bottom: 15px;
  padding: 8px 8px;
  background-color: #fff;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .chenge_terms {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .chenge_terms {
    padding: 10px 10px;
    margin-bottom: 30px;
  }
}
.chenge_terms .chenge_terms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: none;
  width: 48.5%;
  height: 100%;
  color: #969696;
  position: relative;
  border: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 1px;
  padding: 8px 0px 8px 0px;
  border-radius: 80px;
  cursor: pointer;
}
.chenge_terms .chenge_terms__item.active {
  background-color: #00C2ED;
  color: #000;
}
.chenge_terms .chenge_terms__item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.chenge_terms .text {
  display: inline-block;
  font-weight: bold;
  padding-left: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 980px) {
  .chenge_terms .text {
    font-size: 1.7rem;
    position: relative;
    top: 0.15em;
  }
}
.chenge_terms p + p {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .chenge_terms p + p {
    margin-top: 15px;
  }
}

.chenge_contents__station__column {
  position: relative;
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  .chenge_contents__station__column {
    padding-top: 10px;
  }
}
.chenge_contents__station__column + .chenge_contents__station__column {
  margin-top: 25px;
}
@media screen and (min-width: 980px) {
  .chenge_contents__station__column + .chenge_contents__station__column {
    margin-top: 20px;
  }
}
.chenge_contents__station__column:before, .chenge_contents__station__column:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0%;
  top: 0px;
}
.chenge_contents__station__column:before {
  background-color: #C8C8C8;
  width: 100%;
}
.chenge_contents__station__column:after {
  background-color: #00C2ED;
  width: 15%;
}
.chenge_contents__station__column > .title {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
  padding: 10px 0;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .chenge_contents__station__column > .title {
    font-size: 1.8rem;
  }
}
.chenge_contents__station__column > .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.chenge_contents__station__column.active > .title {
  margin-bottom: 10px;
}
.chenge_contents__station__column.active > .title:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.line_section_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.chenge_contents__station__column.active .line_section_wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.line_section_inner {
  overflow: hidden;
  min-height: 0;
}

.line_section + .line_section {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .line_section + .line_section {
    margin-top: 15px;
  }
}

.checkbox._col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0px;
}
@media screen and (min-width: 640px) {
  .checkbox._col {
    gap: 8px 0px;
  }
}
@media screen and (min-width: 980px) {
  .checkbox._col {
    gap: 10px 0px;
  }
}
.checkbox._col .checkbox_item {
  width: 50%;
}
@media screen and (min-width: 640px) {
  .checkbox._col .checkbox_item {
    width: 33.3333333333%;
  }
}
.checkbox .checkbox_item label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .checkbox .checkbox_item label {
    padding-left: 28px;
  }
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label {
    padding-left: 38px;
    line-height: 22px;
  }
}
.checkbox .checkbox_item label input[type=radio], .checkbox .checkbox_item label input[type=checkbox] {
  display: none !important;
}
.checkbox .checkbox_item label input[type=radio] + span, .checkbox .checkbox_item label input[type=checkbox] + span {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label input[type=radio] + span, .checkbox .checkbox_item label input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
@media screen and (min-width: 640px) {
  .checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
    width: 22px;
    height: 22px;
  }
}
.checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:after {
  z-index: 1;
  width: 7px;
  height: 11px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -6px;
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:after {
    width: 8px;
    height: 13px;
    margin-left: 7px;
    margin-top: -8px;
  }
}
.checkbox .checkbox_item label input[type=radio]:checked + span:after, .checkbox .checkbox_item label input[type=checkbox]:checked + span:after {
  border: 2px solid #00C2ED;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.checkbox .checkbox_item label input[type=radio]:disabled + span, .checkbox .checkbox_item label input[type=checkbox]:disabled + span {
  cursor: default;
}
.checkbox .checkbox_item label input[type=radio]:disabled + span:before, .checkbox .checkbox_item label input[type=checkbox]:disabled + span:before {
  background-color: #e4e4e4;
  border-color: #ccc;
}
.checkbox .checkbox_item label input[type=radio]:disabled:checked + span:after, .checkbox .checkbox_item label input[type=checkbox]:disabled:checked + span:after {
  border-color: #b2b2b2;
}
.checkbox .checkbox_item label:has(:disabled) {
  cursor: default;
}

.radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.radio._col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0px;
}
@media screen and (min-width: 640px) {
  .radio._col {
    gap: 8px 0px;
  }
}
@media screen and (min-width: 980px) {
  .radio._col {
    gap: 10px 0px;
  }
}
.radio._col .radio_item {
  width: 50%;
}
@media screen and (min-width: 640px) {
  .radio._col .radio_item {
    width: 33.3333333333%;
  }
}
.radio .radio_item label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .radio .radio_item label {
    padding-left: 28px;
  }
}
@media screen and (min-width: 980px) {
  .radio .radio_item label {
    padding-left: 38px;
    line-height: 22px;
  }
}
.radio .radio_item label input[type=radio], .radio .radio_item label input[type=checkbox] {
  display: none !important;
}
.radio .radio_item label input[type=radio] + span, .radio .radio_item label input[type=checkbox] + span {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .radio .radio_item label input[type=radio] + span, .radio .radio_item label input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=radio] + span:after, .radio .radio_item label input[type=checkbox] + span:before, .radio .radio_item label input[type=checkbox] + span:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media screen and (min-width: 640px) {
  .radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=checkbox] + span:before {
    width: 22px;
    height: 22px;
  }
}
.radio .radio_item label input[type=radio] + span:after, .radio .radio_item label input[type=checkbox] + span:after {
  z-index: 1;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #00C2ED;
  border-radius: 50%;
  margin-left: 4px;
}
@media screen and (min-width: 980px) {
  .radio .radio_item label input[type=radio] + span:after, .radio .radio_item label input[type=checkbox] + span:after {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
}
.radio .radio_item label input[type=radio]:checked + span:after, .radio .radio_item label input[type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.radio .radio_item label input[type=radio]:disabled + span, .radio .radio_item label input[type=checkbox]:disabled + span {
  cursor: default;
}
.radio .radio_item label input[type=radio]:disabled + span:before, .radio .radio_item label input[type=checkbox]:disabled + span:before {
  background-color: #e4e4e4;
  border-color: #ccc;
}
.radio .radio_item label input[type=radio]:disabled:checked + span:after, .radio .radio_item label input[type=checkbox]:disabled:checked + span:after {
  border-color: #b2b2b2;
}
.radio .radio_item label:has(:disabled) {
  cursor: default;
}

.square_radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.square_radio._col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 5px;
}
@media screen and (min-width: 640px) {
  .square_radio._col {
    gap: 10px 10px;
  }
}
.square_radio._col:not(:has(._w100)) .square_radio_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.square_radio._harf {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 3%;
}
.square_radio._harf .square_radio_item {
  width: 48.5%;
}
.square_radio._harf ._w100 {
  width: 100%;
}
.square_radio .square_radio_item label input[type=radio], .square_radio .square_radio_item label input[type=checkbox] {
  display: none !important;
}
.square_radio .square_radio_item label input[type=radio] + span, .square_radio .square_radio_item label input[type=checkbox] + span {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 20px 0px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  background-color: #F5F5F5;
  color: #969696;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .square_radio .square_radio_item label input[type=radio] + span, .square_radio .square_radio_item label input[type=checkbox] + span {
    padding: 25px 0px;
    font-size: 1.8rem;
  }
}
.square_radio .square_radio_item label input[type=radio] + span .icon, .square_radio .square_radio_item label input[type=checkbox] + span .icon {
  width: 30px;
  height: 30px;
}
.square_radio .square_radio_item label input[type=radio] + span .icon svg, .square_radio .square_radio_item label input[type=checkbox] + span .icon svg {
  width: 100%;
  height: 100%;
}
.square_radio .square_radio_item label input[type=radio] + span .icon path, .square_radio .square_radio_item label input[type=radio] + span .icon rect, .square_radio .square_radio_item label input[type=radio] + span .icon circle, .square_radio .square_radio_item label input[type=checkbox] + span .icon path, .square_radio .square_radio_item label input[type=checkbox] + span .icon rect, .square_radio .square_radio_item label input[type=checkbox] + span .icon circle {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.square_radio .square_radio_item label input[type=radio] + span:has(.icon), .square_radio .square_radio_item label input[type=checkbox] + span:has(.icon) {
  border-radius: 0px;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
.square_radio .square_radio_item label input[type=radio]:checked + span, .square_radio .square_radio_item label input[type=checkbox]:checked + span {
  background-color: #00C2ED;
  color: #000;
}
.square_radio .square_radio_item label input[type=radio]:checked + span .icon path, .square_radio .square_radio_item label input[type=radio]:checked + span .icon rect, .square_radio .square_radio_item label input[type=radio]:checked + span .icon circle, .square_radio .square_radio_item label input[type=checkbox]:checked + span .icon path, .square_radio .square_radio_item label input[type=checkbox]:checked + span .icon rect, .square_radio .square_radio_item label input[type=checkbox]:checked + span .icon circle {
  fill: #000;
}
.square_radio .square_radio_item label:has(:disabled) {
  cursor: default;
}

.search_pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 3%;
}
@media screen and (min-width: 640px) {
  .search_pet {
    gap: 10px 2%;
  }
}
@media screen and (min-width: 980px) {
  .search_pet {
    gap: 10px 1.25%;
  }
}
.search_pet .search_pet__item {
  width: 48.5%;
}
@media screen and (min-width: 640px) {
  .search_pet .search_pet__item {
    width: 32%;
  }
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item {
    width: 32.5%;
  }
}
.search_pet ._w100 {
  width: 100%;
}
.search_pet input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.search_pet .search_pet__item label input[type=radio], .search_pet .search_pet__item label input[type=checkbox] {
  display: none !important;
}
.search_pet .search_pet__item label input[type=radio] + span, .search_pet .search_pet__item label input[type=checkbox] + span {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 20px 0px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  background-color: #F5F5F5;
  color: #969696;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item label input[type=radio] + span, .search_pet .search_pet__item label input[type=checkbox] + span {
    padding: 35px 0px;
    font-size: 1.8rem;
  }
}
.search_pet .search_pet__item label input[type=radio] + span .icon, .search_pet .search_pet__item label input[type=checkbox] + span .icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item label input[type=radio] + span .icon, .search_pet .search_pet__item label input[type=checkbox] + span .icon {
    width: 35px;
    height: 35px;
  }
}
.search_pet .search_pet__item label input[type=radio] + span .icon svg, .search_pet .search_pet__item label input[type=checkbox] + span .icon svg {
  width: 100%;
  height: 100%;
}
.search_pet .search_pet__item label input[type=radio] + span .icon path, .search_pet .search_pet__item label input[type=radio] + span .icon rect, .search_pet .search_pet__item label input[type=radio] + span .icon circle, .search_pet .search_pet__item label input[type=checkbox] + span .icon path, .search_pet .search_pet__item label input[type=checkbox] + span .icon rect, .search_pet .search_pet__item label input[type=checkbox] + span .icon circle {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
  border-radius: 0px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 8px;
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
    gap: 0px 15px;
    padding: 25px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
    padding: 25px 30px;
  }
}
.search_pet .search_pet__item label input[type=radio]:checked + span, .search_pet .search_pet__item label input[type=checkbox]:checked + span {
  background-color: #00C2ED;
  color: #000;
}
.search_pet .search_pet__item label input[type=radio]:checked + span .icon path, .search_pet .search_pet__item label input[type=radio]:checked + span .icon rect, .search_pet .search_pet__item label input[type=radio]:checked + span .icon circle, .search_pet .search_pet__item label input[type=checkbox]:checked + span .icon path, .search_pet .search_pet__item label input[type=checkbox]:checked + span .icon rect, .search_pet .search_pet__item label input[type=checkbox]:checked + span .icon circle {
  fill: #000;
}
.search_pet .search_pet__item label:has(:disabled) {
  cursor: default;
}

.select_wrapper {
  position: relative;
  border: 0px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #F5F5F5;
  max-width: 400px;
}
.select_wrapper select {
  border: 0px solid #000;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em 0.75em;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .select_wrapper select {
    font-size: 1.6rem;
  }
}
.select_wrapper select::-ms-expand {
  display: none;
}
.select_wrapper::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

.radio + .search_form__bg, .checkbox + .search_form__bg, .square_radio + .search_form__bg {
  margin-top: 15px;
}

.search_form__more.active .search_form__trigger {
  border-radius: 5px 5px 0px 0px;
}
.search_form__more.active .search_form__trigger .icon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.search_form__trigger {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 25px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-radius 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 640px) {
  .search_form__trigger {
    padding: 28px 25px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__trigger {
    padding: 30px 30px;
  }
}
.search_form__trigger .text {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .search_form__trigger .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .search_form__trigger .text {
    font-size: 1.8rem;
  }
}
.search_form__trigger .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .search_form__trigger .icon {
    width: 28px;
    height: 28px;
    right: 25px;
  }
}
.search_form__trigger .icon:before, .search_form__trigger .icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 980px) {
  .search_form__trigger .icon:before, .search_form__trigger .icon:after {
    width: 10px;
    margin-left: -5px;
  }
}
.search_form__trigger .icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search_form__more_contents_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.search_form__more.active .search_form__more_contents_wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.search_form__more_contents {
  overflow: hidden;
  min-height: 0;
  background-color: #F5F5F5;
  border-radius: 0px 0px 5px 5px;
  padding: 0 5vw;
  -webkit-transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.search_form__more.active .search_form__more_contents {
  padding: 10px 5vw 20px 5vw;
}
@media screen and (min-width: 640px) {
  .search_form__more_contents {
    padding: 0 30px;
  }
  .search_form__more.active .search_form__more_contents {
    padding: 10px 30px 20px 30px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__more_contents {
    padding: 0 40px;
  }
  .search_form__more.active .search_form__more_contents {
    padding: 10px 40px 20px 40px;
  }
}
@media screen and (min-width: 640px) {
  .search_form__more_contents .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 3%;
  }
}
@media screen and (min-width: 640px) {
  .search_form__more_contents .checkbox .checkbox_item {
    width: 48.5%;
  }
}

.search_contents__update {
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #00C2ED;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.search_contents__update .update {
  padding-left: 0.3em;
  display: inline-block;
}
.search_contents__update .large {
  font-size: 3rem;
  padding-right: 0.05em;
}
.search_contents__update:not(._active) {
  display: none;
}

.search_contents__btn {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .search_contents__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .search_contents__btn {
    margin-top: 80px;
  }
}
.search_contents__btn .btn_standard {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  max-width: 280px;
}
@media screen and (min-width: 640px) {
  .search_contents__btn .btn_standard {
    max-width: 400px;
    margin: 0px auto;
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__btn .btn_standard {
    max-width: 450px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.search_form__keyword {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}

.search_form__keyword_input {
  display: inline-block;
  width: 100%;
  padding: 1.1em 1.25em;
  outline: none;
  background-color: #F5F5F5;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  border-radius: 100px;
}
@media screen and (min-width: 980px) {
  .search_form__keyword_input {
    padding: 1.25em 1.5em;
  }
}

.search_form__search_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 980px) {
  .search_form__search_icon {
    width: 32px;
    height: 32px;
  }
}
.search_form__search_icon button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.search_form__search_icon button .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #969696;
  -webkit-mask-image: url(../../img/common/icon_search.svg);
          mask-image: url(../../img/common/icon_search.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

@media screen and (min-width: 1200px) {
  .search_form__column {
    padding-top: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .search_form__bg {
    padding: 20px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .search_form__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__title .small {
    font-size: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .chenge_terms {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .chenge_terms .chenge_terms__item {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .chenge_contents__station__column {
    margin-top: 0px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .chenge_contents__station__column > .title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .checkbox._col {
    gap: 10px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox .checkbox_item {
    line-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox .checkbox_item label {
    line-height: 20px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox .checkbox_item label input[type=radio] + span, .checkbox .checkbox_item label input[type=checkbox] + span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:after {
    width: 7px;
    height: 11px;
    margin-left: 6px;
    margin-top: -6px;
  }
}

@media screen and (min-width: 1200px) {
  .radio._col {
    gap: 15px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .radio .radio_item {
    line-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .radio .radio_item label {
    line-height: 20px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .radio .radio_item label input[type=radio] + span, .radio .radio_item label input[type=checkbox] + span {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .square_radio .square_radio_item label input[type=radio] + span, .square_radio .square_radio_item label input[type=checkbox] + span {
    padding: 15px 0px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .search_pet {
    gap: 10px 3%;
  }
}
@media screen and (min-width: 1200px) {
  .search_pet .search_pet__item:not(._w100) {
    width: 48.5%;
  }
}
@media screen and (min-width: 1200px) {
  .search_pet .search_pet__item label input[type=radio] + span, .search_pet .search_pet__item label input[type=checkbox] + span {
    font-size: 1.6rem;
    padding: 25px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .search_pet .search_pet__item label input[type=radio] + span .icon, .search_pet .search_pet__item label input[type=checkbox] + span .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
    gap: 0px 10px;
    padding: 20px 5px 20px 25px;
  }
}

@media screen and (min-width: 1200px) {
  .checkbox._col .checkbox_item, .checkbox._col .radio_item, .radio._col .checkbox_item, .radio._col .radio_item {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .search_form__more.active .search_form__more_contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .search_form__more_contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__more_contents .checkbox {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__more_contents .checkbox .checkbox_item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__more_contents .checkbox .checkbox_item + .checkbox_item {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .search_contents__btn {
    margin-top: 40px;
  }
}

/* =====================================================
    lists_layout__contents
=====================================================*/
.lists_layout__contents {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .lists_layout__contents {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .lists_layout__contents {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.rooms + .rooms {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .rooms + .rooms {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .rooms + .rooms {
    margin-top: 45px;
  }
}

/* =====================================================
    lists_popular
=====================================================*/
#lists_popular {
  padding-top: 120px;
}
@media screen and (min-width: 640px) {
  #lists_popular {
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #lists_popular {
    padding-top: 100px;
  }
}
.lists_popular__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
@media screen and (min-width: 640px) {
  .lists_popular__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .lists_popular__list {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .lists_popular__list {
    gap: 15px 10px;
  }
}

.lists_popular__item {
  line-height: 1em;
}

.lists_popular__link {
  display: inline-block;
  padding: 0.4em 1em 0.45em 1em;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  font-size: min(3.5897435897vw, 1.4rem);
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .lists_popular__link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1.6rem;
    padding: 0.5em 1em 0.55em 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lists_popular__link:hover {
    background-color: #00C2ED;
    color: #fff;
  }
}

/* =====================================================
    lists_town
=====================================================*/
#lists_town {
  padding-top: 120px;
}
@media screen and (min-width: 640px) {
  #lists_town {
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #lists_town {
    padding-top: 100px;
  }
}

.lists_town__wrapper {
  position: relative;
}
.lists_town__wrapper:before, .lists_town__wrapper:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0%;
  bottom: 0px;
}
.lists_town__wrapper:before {
  background-color: #C8C8C8;
  width: 100%;
}
.lists_town__wrapper:after {
  background-color: #00C2ED;
  width: 15%;
}

.lists_town__column {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .lists_town__column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .lists_town__column {
    margin-top: 80px;
  }
}
.lists_town__column:before, .lists_town__column:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0%;
  top: 0px;
}
.lists_town__column:before {
  background-color: #C8C8C8;
  width: 100%;
}
.lists_town__column:after {
  background-color: #00C2ED;
  width: 15%;
}
.lists_town__column + .lists_town__column {
  margin-top: 0px;
}
.lists_town__column .lists_town__trigger {
  position: relative;
  padding: 20px 0px;
}
@media screen and (min-width: 1200px) {
  .lists_town__column .lists_town__trigger {
    padding: 25px 0px 25px 0px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lists_town__column .lists_town__trigger:hover {
    cursor: pointer;
  }
}
.lists_town__column .lists_town__trigger .text {
  font-size: min(3.8461538462vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .lists_town__column .lists_town__trigger .text {
    font-size: 1.8rem;
  }
}
.lists_town__column .lists_town__trigger:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.lists_town__column .lists_town__list {
  padding-bottom: 20px;
}

.lists_town__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .lists_town__list {
    gap: 5px 0px;
  }
}

.lists_town__item {
  width: 50%;
}
@media screen and (min-width: 980px) {
  .lists_town__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .lists_town__item {
    width: 25%;
  }
}

.lists_town__link {
  color: #000;
  font-size: min(3.8461538462vw, 1.5rem);
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .lists_town__link {
    font-size: 1.8rem;
  }
}
.lists_town__link .count {
  padding-left: 0.3em;
  color: #00C2ED;
}

.lists_town__column.active .lists_town__trigger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =====================================================
    Pagination
=====================================================*/
.lists_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 40px 0;
}
@media screen and (min-width: 980px) {
  .lists_pagination {
    padding: 60px 0;
    gap: 12px;
  }
}

.lists_pagination__item a, .lists_pagination__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 980px) {
  .lists_pagination__item a, .lists_pagination__item span {
    min-width: 48px;
    height: 48px;
    font-size: 1.6rem;
  }
}
.lists_pagination__item a {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}
.lists_pagination__item a:hover {
  background: #f5f5f5;
  border-color: #bbb;
}
.lists_pagination__item span {
  color: #fff;
  background: #00C2ED;
  border: 1px solid #00C2ED;
}

.lists_pagination__prev a,
.lists_pagination__next a {
  padding: 0 16px;
}
@media screen and (min-width: 980px) {
  .lists_pagination__prev a,
  .lists_pagination__next a {
    padding: 0 24px;
  }
}

.lists_pagination__ellipsis {
  color: #999;
  font-size: 1.4rem;
}

/* =====================================================
    No Results
=====================================================*/
.no_results {
  text-align: center;
  padding: 60px 20px;
}
@media screen and (min-width: 980px) {
  .no_results {
    padding: 100px 40px;
  }
}

.no_results__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .no_results__text {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.no_results__sub {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (min-width: 980px) {
  .no_results__sub {
    font-size: 1.6rem;
  }
}

#area_search {
  padding: 60px 5vw 0px 5vw;
}
@media screen and (min-width: 640px) {
  #area_search {
    padding: 70px 30px 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  #area_search {
    padding: 100px 40px 0px 40px;
  }
}
#area_search + #lists_contents {
  padding-top: 100px;
}
@media screen and (min-width: 980px) {
  #area_search + #lists_contents {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  #area_search + #lists_contents {
    padding-top: 150px;
  }
}
#area_search .contents_title_02 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  #area_search .search_form__bg {
    padding: 50px 60px;
  }
}
#area_search .search_form__operation {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  #area_search .search_form__operation {
    max-width: 850px;
    margin: 60px auto 0px auto;
  }
}
@media screen and (min-width: 980px) {
  #area_search .search_contents__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 640px) {
  #area_search .checkbox._col {
    gap: 10px 0px;
  }
}
@media screen and (min-width: 980px) {
  #area_search .checkbox._col {
    gap: 15px 0px;
  }
}
@media screen and (min-width: 640px) {
  #area_search .checkbox._col .checkbox_item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  #area_search .chenge_terms {
    margin-bottom: 30px;
  }
}