#header .header-inner > div,
#header .header-inner .header__logo a {
  height: inherit;
}

select.expand_display_none {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* Breadcrumb */
ol.pan li.item::after {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.pan li.item {
  gap: 16px;
}

/* For IE10 */
select.expand_display_none::-ms-expand {
  display: none;
}

/* detail */
@media screen and (min-width: 640px) {
  .grid-require {
    display: grid;
    grid-template-columns: 200px auto;
  }

  .fvInner .searchBox .searchBoxInr .btnSearchItems .btnBottom::after {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 768px) {
  #main {
    min-height: calc(100vh - 194px);
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }

  #header .header-inner {
    height: 64px;
  }

  #header .logo {
    max-height: 56px;
  }
  /* .header__ctc {
    gap: 8px;
    margin: 0 8px;
  } */
  .header__ctc .btn-love,
  .header__ctc .btn-ctc,
  .header__ctc .btn-user {
    width: 75px;
    height: 100%;
    font-size: 14px;
    line-height: 1.444;
  }

  .header__ctc .btn-love {
    background-size: 24px;
    background-position: center top 5px;
  }

  .header__ctc .btn-user {
    padding-top: 5px;
  }

  .header__ctc .btn-user span {
    width: 24px;
    height: 24px;
  }

  .header__ctc .btn-user .status {
    font-size: 14px;
    transform: translateY(-3px);
  }

  .header__ctc .hamburger {
    width: 64px;
    height: 64px;
  }

  .header__ctc .hamburger span {
    zoom: 1.5;
  }

  .menu-user ul li a {
    font-size: 14px;
  }

  .menu-user-close-btn::before {
    width: 32px;
    height: 32px;
  }

  .menu-user-close-btn span {
    font-size: 14px;
    line-height: 1;
  }

  .recommendCard .recommendCard_inner {
    width: 320px;
  }

  .job-works-slider-button-prev {
    left: -44px;
  }

  .job-works-slider-button-next {
    right: -44px;
  }

  .page-column .column-post-content img {
    max-width: 768px;
    margin: auto;
  }
  .search-overlay-box .accbox .c-checkbox-title {
    font-size: 18px;
  }
  .recDetail dl {
    font-size: 14px;
    line-height: 142.857%;
    margin-bottom: 16px;
  }

  .recDetail dl dt {
    background-size: 18px;
  }

  .recDetail dt span {
    padding-left: 22px;
  }
}

@media screen and (min-width: 1000px) {
  #searchbox.index {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  #main {
    min-height: calc(100vh - 166px);
  }

  .menu-user-inner {
    width: 450px;
  }
}
