@charset "UTF-8";
.nav_kaitori {
  margin: 10px auto 15px;
  padding: 0 5px;
  list-style: none;
  max-width: 1210px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .nav_kaitori li {
    width: calc(25% - 5px);
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav_kaitori li {
    width: calc(12.5% - 5px);
  }
}
.nav_kaitori img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .head_sp {
    background: #FDC900;
    height: 85px;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .head_sp {
    display: none;
  }
}
.head_sp .head_list_sp {
  background: #FDC900;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  z-index: 1;
}
.head_sp .head_list_sp .faq {
  background: #FDC900;
  margin: 140px auto 0;
  padding: 0;
  text-align: left;
  width: 280px;
}
.head_sp .head_list_sp .faq li {
  border-bottom: 1px dotted #fff;
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.head_sp .head_list_sp .faq li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 1em 0;
  text-decoration: none;
}
.head_sp .head_list_sp .kaitori {
  background: #FDC900;
  margin: 35px auto 0;
  padding: 0;
  width: 280px;
}
.head_sp .head_list_sp .kaitori li {
  box-sizing: border-box;
  font-size: 1.1em;
  height: 46px;
  list-style-type: none;
  margin: 0 0 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.head_sp .head_list_sp .kaitori li a {
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 100%;
}
.head_sp .head_list_sp .kaitori .icon {
  position: absolute;
  top: 19%;
  left: 10%;
}
.head_sp .head_list_sp .kaitori .text {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
}
.head_sp .head_list_sp .kaitori .tento {
  background: #da322b;
}
.head_sp .head_list_sp .kaitori .takuhai {
  background: #41783d;
}
.head_sp .head_list_sp .kaitori .shucho {
  background: #426091;
}
.head_sp .head_list_sp .kaitori .arrow:before {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 23px;
}
.head_sp .head_list_sp.active {
  transform: translateY(0%);
}
.head_sp .nav_toggle {
  cursor: pointer;
  display: block;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 13px;
  text-align: center;
  transform: translateY(-50%);
  width: 42px;
  z-index: 3;
}
.head_sp .nav_toggle span {
  border-bottom: solid 3px #fff;
  display: block;
  position: absolute;
  left: 6px;
  transition: 0.35s ease-in-out;
  width: 30px;
}
.head_sp .nav_toggle span:nth-child(1) {
  top: 9px;
}
.head_sp .nav_toggle span:nth-child(2) {
  top: 18px;
}
.head_sp .nav_toggle span:nth-child(3) {
  top: 27px;
}
.head_sp .nav_toggle span:nth-child(4) {
  color: #fff;
  border: none;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
.head_sp .nav_toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}
.head_sp .nav_toggle.active span:nth-child(2), .head_sp .nav_toggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}
.head_sp .head_title {
  background-color: #FDC900;
  height: 100%;
  text-align: left;
  position: relative;
  z-index: 2;
  width: 100%;
}
.head_sp .head_title img {
  width: 160px;
}
.head_sp .head_title h1 {
  color: #000;
  font-size: 15.5px;
  margin: 0;
  padding: 0;
}
.head_sp .head_title__link {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.head_sp .kaitori_nav {
  display: flex;
  list-style: none;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 40%;
  bottom: 15px;
}
.head_sp .kaitori_nav li {
  margin-right: 5px;
  padding: 7px 10px;
}
.head_sp .kaitori_nav li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.head_sp .kaitori_nav .tento {
  background: #DD2F21;
}
.head_sp .kaitori_nav .takuhai {
  background: #3F793A;
}
.head_sp .kaitori_nav .syucho {
  background: #415F93;
}
.head_sp .head_list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.head_sp .head_list li {
  border-left: #B89E3A solid 1px;
  line-height: 12px;
  margin-left: 20px;
  padding-left: 10px;
}
.head_sp .head_list li:first-child {
  border: none;
}
.head_sp .head_list li a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.head_sp .head_list li .arrow {
  color: #4B4B4B;
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
  text-decoration: none;
  vertical-align: middle;
}
.head_sp .head_list li .arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #E98B2E;
}
.head_sp .head_list li .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .head_pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .head_pc {
    background: #FDC900;
  }
}
.head_pc .head_container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  height: 90px;
  position: relative;
}
.head_pc .head_title {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 180px;
}
.head_pc .head_title h1 {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.head_pc .head_title a {
  text-decoration: none;
}
.head_pc .head_block {
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.head_pc .kaitori_nav {
  right: 0;
}
.head_pc .kaitori_nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.head_pc .kaitori_nav ul li {
  margin-left: 10px;
}
.head_pc .kaitori_nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.head_pc .kaitori_nav ul li img {
  width: 80px;
}
.head_pc .head_list {
  box-sizing: border-box;
  margin-right: 15px;
}
.head_pc .head_list ul {
  list-style: none;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.head_pc .head_list ul li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: #B89E3A dotted 1px;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.head_pc .head_list ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.head_pc .head_list ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.head_pc .head_list ul li .icon img {
  width: 30px;
}

.global_head {
  margin: 0;
  position: relative;
  z-index: 3;
}

.searchbar__toggle::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
  content: "";
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  width: 0;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}

body {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  list-style: none;
  line-height: 1.5;
}

.wrap, .search-kaitori-header {
  box-sizing: border-box;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .wrap, .search-kaitori-header {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrap, .search-kaitori-header {
    margin: 0 auto 50px auto;
    padding: 0;
    position: relative;
    width: calc(100% - 20px);
    max-width: 1200px;
  }
}

@media only screen and (min-width: 768px) {
  .sub {
    margin: 15px auto 0 0;
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    margin: 15px auto 0 auto;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .main {
    margin: 15px 0 0 auto;
    width: calc(100% - 280px);
  }
}

@media only screen and (max-width: 767px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition-property: opacity, z-index;
    transition-duration: 500ms;
    width: 100%;
    z-index: -1;
  }
  .overlay--active {
    opacity: 1;
    z-index: 9990 !important;
  }
}
@media only screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    display: flex;
    justify-content: space-between;
  }
}

.search-kaitori-header {
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  margin: 5px auto 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .search-kaitori-header {
    font-size: 0.5rem;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .search-kaitori-header {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-kaitori-header--sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .search-kaitori-header--sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-kaitori-header--pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-kaitori-header--pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .search-noresult {
    margin: 10px auto;
    text-align: center;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .search-noresult {
    margin: 20px auto;
    width: calc(100% - 2rem);
  }
}

.home_banner {
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home_banner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .home_banner li {
    margin: 10px auto 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .home_banner li {
    margin: 0 5px;
    width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .home_banner li:first-child {
    margin-top: 0;
  }
}

.back-to-top {
  background-color: #ccc;
  border-radius: 5px;
  display: inline-block;
  position: fixed;
  transition-property: opacity;
  transition-duration: 300ms;
}
@media only screen and (max-width: 767px) {
  .back-to-top {
    bottom: 20px;
    height: 35px;
    right: 20px;
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    bottom: 50px;
    height: 40px;
    right: 50px;
    width: 40px;
  }
}
.back-to-top i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .back-to-top i {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .back-to-top i {
    font-size: 1.5rem;
  }
}

.cm {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .main-search {
    position: relative;
  }
}

.searchbar {
  background: #FDC900;
  border-top: #b89306 solid 1px;
  border-bottom: #b89306 solid 1px;
}
.searchbar__content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .searchbar__content {
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__content {
    padding: 15px 0;
    position: relative;
    width: calc(100% - 20px);
    max-width: 1200px;
  }
}
.searchbar__form {
  display: flex;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .searchbar__form {
    margin: 0 auto;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__form {
    width: calc(100% - 120px);
  }
}
.searchbar__toggle {
  background-color: #666;
  border: none;
  border-radius: 7px 0 0 7px/7px 0 0 7px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .searchbar__toggle {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__toggle {
    width: 110px;
  }
}
.searchbar__toggle::before {
  border-top: 5px solid #fff;
  top: 50%;
  transform: translateY(-50%);
}
.searchbar__toggle select {
  appearance: none;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  height: 100%;
  outline: none;
  padding: 0 0 0 0.7rem;
  text-overflow: ellipsis;
  width: 100%;
}
.searchbar__toggle option {
  color: #666;
}
.searchbar__input {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .searchbar__input {
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__input {
    width: calc(100% - 150px);
  }
}
.searchbar__input input {
  border: 1px solid #999;
  box-sizing: border-box;
  box-shadow: 0 4px 3px -3px #ccc inset;
  height: 100%;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .searchbar__input input {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__input input {
    font-size: 1rem;
  }
}
.searchbar__submit {
  background-color: #666;
  border-radius: 0 7px 7px 0/0 7px 7px 0;
  height: 100%;
  margin: 0;
  text-align: center;
  width: 40px;
}
.searchbar__submit a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.searchbar__submit img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media only screen and (max-width: 767px) {
  .searchbar__category-search-button {
    width: 49.5%;
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__category-search-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .searchbar__advanced-search-button {
    border-left: 1px solid #fff;
    width: 50.5%;
  }
}
.searchbar__category-search-button, .searchbar__advanced-search-button {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .searchbar__category-search-button, .searchbar__advanced-search-button {
    background-color: #666;
    border-top: 1px solid #999;
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__category-search-button, .searchbar__advanced-search-button {
    background: linear-gradient(to bottom, #fefefe, #f2f2f2);
    border: #999 solid 1px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 110px;
  }
}
.searchbar__category-search-button::before, .searchbar__advanced-search-button::before {
  content: "";
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .searchbar__category-search-button::before, .searchbar__advanced-search-button::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__category-search-button::before, .searchbar__advanced-search-button::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666666;
    top: 1.1em;
    right: 0.3em;
  }
}
.searchbar__category-search-button span, .searchbar__advanced-search-button span {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .searchbar__category-search-button span, .searchbar__advanced-search-button span {
    color: #fff;
    font-size: 0.9rem;
    left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .searchbar__category-search-button span, .searchbar__advanced-search-button span {
    color: #3B3B3B;
    font-size: 1rem;
    left: 0.4rem;
  }
}

.advanced-search {
  background: #fff;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .advanced-search {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    position: fixed;
    bottom: -120vh;
    bottom: calc(var(--vh, 1vh) * -120);
    left: 0;
    transition-duration: 500ms;
    transition-property: bottom;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .advanced-search--active {
    bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search--active {
    display: block;
  }
}
.advanced-search__container {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .advanced-search__container {
    height: 100%;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__container {
    background: #fff;
    border: 1px solid #cecece;
    margin: 0;
    padding: 40px 50px;
  }
}
.advanced-search__header {
  border-bottom: rgb(22, 21, 21) solid 1px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
.advanced-search__condition {
  color: #666;
  font-size: 1rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .advanced-search__condition {
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__condition {
    display: flex;
    height: 40px;
    justify-content: space-between;
    line-height: 40px;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .advanced-search__condition-header {
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__condition-header {
    text-align: right;
    width: 130px;
  }
}
.advanced-search__condition-body {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .advanced-search__condition-body {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__condition-body {
    width: calc(100% - 150px);
  }
}
.advanced-search__condition-category {
  background: #fff;
  border: #C9C9C9 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 8px;
  position: relative;
  text-align: center;
}
.advanced-search__condition-category::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
  content: "";
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0.9em;
  right: 0.5em;
  width: 0;
}
.advanced-search__condition-select {
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1rem;
  outline: none;
  padding-right: 1em;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
}
.advanced-search__condition-select::-ms-expand {
  display: none;
}
.advanced-search__input {
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1rem;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.advanced-search__type {
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .advanced-search__type {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__type {
    margin: 5px 0 0 150px;
  }
}
.advanced-search__type-text {
  margin-right: 20px;
  padding-left: 24px;
  position: relative;
}
.advanced-search__type-text::before {
  border: 1px solid #999;
  border-radius: 4px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}
.advanced-search__type-text::after {
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(40deg);
  width: 5px;
}
.advanced-search__type-text--active {
  color: #666;
}
.advanced-search__type-text--active::before {
  background: #666;
}
.advanced-search__close-button {
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .advanced-search__close-button {
    top: 30px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__close-button {
    top: 15px;
    right: 20px;
  }
}
.advanced-search__close-button img {
  height: 20px;
  width: 20px;
}
.advanced-search__controller {
  display: flex;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .advanced-search__controller {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__controller {
    justify-content: center;
  }
}
.advanced-search__submit, .advanced-search__reset {
  border-radius: 4px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .advanced-search__submit, .advanced-search__reset {
    margin: 0;
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__submit, .advanced-search__reset {
    width: 200px;
  }
}
.advanced-search__submit {
  background-color: #666;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .advanced-search__submit {
    margin: 0 10px 0 0;
  }
}
.advanced-search__submit a {
  color: inherit;
}
.advanced-search__reset {
  background: #ccc;
}
@media only screen and (min-width: 768px) {
  .advanced-search__reset {
    margin: 0 0 0 10px;
  }
}
.advanced-search__search-icon {
  position: relative;
  top: -16px;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .advanced-search__search-icon img {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__search-icon img {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__close {
    cursor: pointer;
  }
}
.advanced-search__close::before, .advanced-search__close::after {
  border-bottom: 2px solid #666;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  top: 12px;
  width: 18px;
}
.advanced-search__close::before {
  transform: rotate(45deg);
  right: 15px;
}
.advanced-search__close::after {
  transform: rotate(-45deg);
  right: 28px;
}

.root-category,
.narrow-category {
  background-color: #fafafa;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .root-category,
  .narrow-category {
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 100%;
    transition-duration: 500ms;
    transition-property: left;
    width: 80%;
    z-index: 9999;
  }
}
@media only screen and (min-width: 768px) {
  .root-category,
  .narrow-category {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .root-category--active,
  .narrow-category--active {
    left: 20% !important;
  }
}
.root-category__header,
.narrow-category__header {
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .root-category__header,
  .narrow-category__header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .root-category__parent, .root-category__child,
  .narrow-category__parent,
  .narrow-category__child {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .root-category__parent li a, .root-category__child li a,
  .narrow-category__parent li a,
  .narrow-category__child li a {
    align-items: center;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
    display: flex;
    height: 35px;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 1rem;
    width: 100%;
  }
}
.root-category__parent,
.narrow-category__parent {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .root-category__parent,
  .narrow-category__parent {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__parent,
  .narrow-category__parent {
    border-top: 1px solid #f1f1f1;
    padding: 0.6rem 0 0 0;
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__parent li,
  .narrow-category__parent li {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .root-category__parent li a,
  .narrow-category__parent li a {
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__parent li a:hover,
  .narrow-category__parent li a:hover {
    text-decoration: underline;
  }
}
.root-category__child,
.narrow-category__child {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .root-category__child,
  .narrow-category__child {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__child,
  .narrow-category__child {
    font-size: 0.8rem;
    margin: 0.6rem 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__child li,
  .narrow-category__child li {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__child li:first-child,
  .narrow-category__child li:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .root-category__child li a:hover,
  .narrow-category__child li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .root-category__close::before, .root-category__close::after,
  .narrow-category__close::before,
  .narrow-category__close::after {
    border-bottom: 2px solid #666;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 4px;
    width: 18px;
  }
  .root-category__close::before,
  .narrow-category__close::before {
    transform: rotate(45deg);
    right: 4px;
  }
  .root-category__close::after,
  .narrow-category__close::after {
    transform: rotate(-45deg);
    right: 17px;
  }
}

.narrow-category__parent {
  border-top: none;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .narrow-category__parent li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__parent li {
    margin-top: 5px;
  }
}
.narrow-category__parent:first-child {
  margin-top: 0;
}
.narrow-category__parent a::before {
  content: "<";
  display: inline;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .narrow-category__parent a::before {
    width: 1.5rem;
  }
}
.narrow-category__current {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .narrow-category__current {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__current {
    margin: 0;
    padding: 0.6rem 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .narrow-category__current li {
    align-items: center;
    background-color: #f1f1f1;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
    display: flex;
    font-size: 1rem;
    height: 35px;
    line-height: 1;
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .narrow-category__child {
    border-bottom: 1px solid #efefef;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .narrow-category__child li a {
    font-size: 1rem;
    padding-left: 2.5rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .narrow-category__child li a::after {
    content: ">";
    display: inline;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
.narrow-category__tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .narrow-category__tree--level0 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__tree--level0 {
    border-top: 1px solid #f1f1f1;
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .narrow-category__tree--level1 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__tree--level1 {
    margin: 0 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .narrow-category__tree--level2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__tree--level2 {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-category__tree--level2 ul {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .search-in-list {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-in-list {
    order: 2;
  }
}
.search-in-list__content {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .search-in-list__content {
    height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .search-in-list__content {
    height: 34px;
  }
}
.search-in-list__header {
  align-items: center;
  background-color: #666;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 0 0.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .search-in-list__header {
    border-radius: 4px 0 0 4px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .search-in-list__header {
    border-radius: 5px 0 0 5px;
    width: 100px;
  }
}
.search-in-list__input {
  box-sizing: border-box;
  border: none;
  border-top: 1px #666 solid;
  border-right: none;
  border-bottom: 1px #666 solid;
  border-left: none;
  height: 100%;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .search-in-list__input {
    font-size: 0.9rem;
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .search-in-list__input {
    font-size: 1rem;
    width: 250px;
  }
}
.search-in-list__submit {
  background-color: #666;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-in-list__submit {
    border-radius: 0 4px 4px 0;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .search-in-list__submit {
    border-radius: 0 5px 5px 0;
    width: 40px;
  }
}
.search-in-list__submit img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.search-filters {
  display: flex;
  font-size: 0.9rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-filters {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .search-filters {
    justify-content: space-between;
  }
}
.search-filters__title {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .search-filters__title {
    font-size: inherit;
    height: 26px;
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .search-filters__title {
    height: 34px;
    width: 80px;
  }
}
.search-filters__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .search-filters__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .search-filters__content {
    width: calc(100% - 85px);
  }
}
.search-filters__item {
  background-color: #c0c8d5;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  height: auto;
  margin: 0 4px 8px 4px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .search-filters__item {
    min-height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .search-filters__item {
    min-height: 34px;
  }
}
.search-filters__item a {
  align-items: center;
  box-sizing: border-box;
  color: inherit;
  display: flex;
  height: 100%;
  padding: 2px 2.7rem 2px 0.5rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .search-filters__item a {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .search-filters__item a {
    font-size: 0.8rem;
  }
}
.search-filters__item a::before {
  align-items: center;
  content: "解除";
  display: flex;
  font-size: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 7px;
  width: auto;
}

.featured_category__header {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.featured_category__container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured_category__container {
    margin: 30px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .featured_category__container {
    margin: 50px auto 0 auto;
  }
}
.featured_category _:-ms-fullscreen, :root .featured_category__body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .featured_category _:-ms-fullscreen, :root .featured_category__body {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .featured_category _:-ms-fullscreen, :root .featured_category__body {
    margin-left: -15px;
  }
}
.featured_category__body {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .featured_category__body {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .featured_category__body {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .featured_category _:-ms-fullscreen, :root .featured_category__list {
    margin: 0 0 10px 10px;
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .featured_category _:-ms-fullscreen, :root .featured_category__list {
    margin: 0 0 15px 15px;
    width: calc(33.33% - 15px);
  }
}
.featured_category__list {
  background-image: url(../img/bg-fc-com.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: relative;
  width: 100%;
}
.featured_category__list a {
  align-items: center;
  color: #999;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.featured_category__list:hover {
  filter: brightness(1.1);
}
.featured_category__spacer {
  padding-bottom: 33.33%;
}
.featured_category__category {
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .featured_category__category {
    margin: 0 0 20px;
    padding: 3px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .featured_category__category {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}
.featured_category__category--link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .featured_category__category--link {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .featured_category__category--link {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
.featured_category--arrow {
  display: inline-block;
  position: relative;
  top: 2px;
  height: 14px;
  width: 14px;
}
.featured_category--arrow::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.featured_category--arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translate(-60%, -50%) rotate(45deg);
}
.common-attention {
  box-sizing: border-box;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}
.common-attention__header {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.5rem;
}
.common-attention__body {
  margin: 0;
  padding: 0;
}
.common-attention__body li {
  list-style-type: disc;
  margin: 0 0 0 2rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .common-attention__body li {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .common-attention__body li {
    font-size: 0.8rem;
  }
}

.search-result-menu {
  align-items: center;
  border-top: 1px solid #e3e4e5;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.search-result-menu__header {
  border-bottom: 1px solid #e3e4e5;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-menu__header {
    margin: 0 auto 10px auto;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-menu__header {
    margin: 0 0 20px 0;
    padding: 20px 0;
  }
}
.search-result-menu__header span {
  font-weight: 600;
}
.search-result-menu__options {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  width: 100%;
}
.search-result-menu__footer {
  border-top: 1px solid #e3e4e5;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-menu__footer {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-menu__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
  }
}

.search-result-options {
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .search-result-options {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-options {
    font-size: 0.8rem;
  }
}
.search-result-options__form {
  display: inline-block;
}
.search-result-options__options_container {
  background: #fff;
  border: #C9C9C9 solid 1px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-options__options_container {
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-options__options_container {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px;
  }
}
.search-result-options__options_container::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
  content: "";
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  width: 0;
}
.search-result-options__options {
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #3B3B3B;
  outline: none;
  padding-right: 22px;
  text-overflow: ellipsis;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-options__options {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-options__options {
    cursor: pointer;
    font-size: 0.8rem;
  }
}
.search-result-options__options::-ms-expand {
  display: none;
}

.search-result-list {
  margin: 20px auto 0 auto;
  padding: 0;
}
.search-result-list__item {
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-list__item {
    grid-row-gap: 7px;
    grid-column-gap: 10px;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__item {
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    -ms-grid-columns: 150px 1fr 160px;
    grid-template-columns: 150px 1fr 160px;
    -ms-grid-rows: auto auto auto 1fr;
    grid-template-rows: auto auto auto 1fr;
    padding: 20px 10px;
  }
}
.search-result-list__item:nth-child(odd) {
  background-color: #fbfbfb;
}
.search-result-list__image {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-list__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4;
  }
}
.search-result-list__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-list _:-ms-fullscreen, :root .search-result-list__title {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list _:-ms-fullscreen, :root .search-result-list__title {
    margin: 5px auto 0 auto;
    width: calc(100% - 40px);
  }
}
.search-result-list__title {
  box-sizing: border-box;
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-result-list__title {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__title {
    margin: 5px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-list _:-ms-fullscreen, :root .search-result-list__details {
    height: 0;
    margin: 10px auto 0 3px;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list _:-ms-fullscreen, :root .search-result-list__details {
    margin: 10px auto 0 13px;
    width: calc(100% - 40px);
  }
}
.search-result-list__details {
  display: flex;
  height: fit-content;
  flex-wrap: wrap;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  justify-content: flex-start;
  margin: 0 0 0 -7px;
  padding: 0;
}
.search-result-list__details li {
  margin: 0 0 7px 7px;
}
@media only screen and (max-width: 767px) {
  .search-result-list__details li {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__details li {
    font-size: 0.8rem;
  }
}
.search-result-list__details a {
  background-color: #f2f7fb;
  border: 1px solid #d7e9f1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0d6295;
  display: block;
  line-height: 1.7;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .search-result-list__details a:hover {
    text-decoration: underline;
  }
}
.search-result-list__info {
  box-sizing: border-box;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .search-result-list__info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__info {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
}
.search-result-list__price {
  color: #ef0012;
}
@media only screen and (max-width: 767px) {
  .search-result-list__price {
    font-size: 1.5rem;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__price {
    font-size: 1.3rem;
    margin: 5px 0 0 auto;
  }
}
.search-result-list__price span {
  font-size: 0.9rem;
  font-weight: 300;
}
.search-result-list _:-ms-fullscreen, :root .search-result-list__update {
  margin: 5px 0 0 auto;
}
.search-result-list__update {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .search-result-list__update {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__update {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-list _:-ms-fullscreen, :root .search-result-list__notes {
    margin: 10px auto 0 3px;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list _:-ms-fullscreen, :root .search-result-list__notes {
    margin: 10px auto 0 13px;
    width: calc(100% - 40px);
  }
}
.search-result-list__notes {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .search-result-list__notes {
    font-size: 0.9rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__notes {
    font-size: 0.8rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.search-result-list__to-inquiry {
  color: #2b2b2b;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .search-result-list__to-inquiry {
    font-size: 1.2rem;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-list__to-inquiry {
    font-size: 1rem;
    margin: 5px 0 0 auto;
  }
}
.search-result-list__to-inquiry a {
  color: inherit;
}

.spacer {
  padding-bottom: 100%;
}

.search-result-pager {
  background: #F3F4F5;
  border: #E3E4E5 solid 1px;
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
  padding: 10px 0;
}
.search-result-pager__page {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  .search-result-pager__page {
    font-size: 0.9rem;
    height: 24px;
    width: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-pager__page {
    font-size: 1rem;
    height: 30px;
    width: 30px;
  }
}
.search-result-pager__page a {
  align-items: center;
  color: #555;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.search-result-pager__current {
  align-items: center;
  background: #e3f2f6;
  border: #A9CBD4 solid 1px;
  color: #204e78;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.search-result-share {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .search-result-share {
    justify-content: flex-end;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-share {
    justify-content: flex-start;
    order: 1;
  }
}
.search-result-share__button {
  height: 30px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .search-result-share__button {
    margin: 0 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .search-result-share__button {
    margin: 0 8px 0 0;
  }
}
.search-result-share__button a {
  display: block;
  height: 100%;
  width: 100%;
}
.search-result-share__button i::before {
  font-size: 30px;
}
.search-result-share__twitter {
  align-items: center;
  background-color: #55acee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.search-result-share__twitter i::before {
  display: block;
  font-size: 19px;
  transform: translate(1px, 5px);
}

.loader {
  align-items: center;
  display: flex;
  font-size: 5px;
  height: 100%;
  justify-content: center;
  text-indent: -9999em;
  width: 100%;
}
.loader::after {
  border-top: 2px solid rgba(204, 204, 204, 0.2);
  border-right: 2px solid rgba(204, 204, 204, 0.2);
  border-bottom: 2px solid rgba(204, 204, 204, 0.2);
  border-left: 2px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10em;
  width: 10em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */