/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.top_notice_list {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .top_notice_list {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
  }
}
.top_notice_list .headline_newsListItem {
  border-color: #0E9352;
}
@media only screen and (max-width: 768px) {
  .top_notice_list .headline_newsListItem {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_notice_pager {
  width: 478px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top_notice_pager {
    width: 335px;
  }
}
.top_notice_detail {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .top_notice_detail {
    margin-top: 0;
  }
}
.top_notice_detail .notice_meta {
  margin-bottom: 15px;
}
.top_notice_detail .notice_meta .notice_date, .top_notice_detail .notice_meta .headline_newsArticle_cat {
  vertical-align: middle;
}
.top_notice_detail .notice_meta .notice_date {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}
.top_notice_detail .notice_meta .notice_cat {
  display: inline-block;
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .top_notice_detail .notice_meta .notice_cat {
    width: 136px;
  }
}
.top_notice_detail .notice_title {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #0E9352;
  color: #0E9352;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .top_notice_detail .notice_title {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
    padding: 0 20px 25px;
    font-size: 22px;
  }
}
.top_notice_detail .notice_content {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 768px) {
  .top_notice_detail .notice_content {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 60px;
    padding: 0 20px 60px;
  }
}
.top_notice_detail .notice_content_p {
  margin-bottom: 1em;
}
.top_notice_detail .notice_content_h3 {
  font-size: 18px;
}
.top_notice_detail .notice_back_btn {
  position: relative;
  display: block;
  width: 200px;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top_notice_detail .notice_back_btn {
    width: 180px;
  }
}
.top_notice_detail .notice_back_btn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.top_notice_detail .notice_back_btn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.top_notice_detail .notice_back_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.top_notice_detail .notice_back_btn.btn_no_shadow {
  box-shadow: none;
}
.top_notice_detail .notice_back_btn_link {
  line-height: 76px;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top_notice_detail .notice_back_btn_link {
    line-height: 50px;
    font-size: 16px;
  }
}
.top_notice_detail .notice_back_btn_link .btn_icon, .top_notice_detail .notice_back_btn_link .btn_text {
  vertical-align: middle;
}
.top_notice_detail .notice_back_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.top_notice_detail .notice_back_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.top_notice_detail .notice_back_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.top_notice_detail .notice_back_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}

.searchResultControl {
  position: relative;
}
.searchResultControl_tagPager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .searchResultControl_tagPager {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.searchResultControl_tag {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .searchResultControl_tag {
    flex-basis: 0;
    width: 100%;
  }
}
.searchResultControl_tagBlock {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .searchResultControl_tagBlock {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.searchResultControl_tagTtl {
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .searchResultControl_tagTtl {
    width: 100%;
  }
}
.searchResultControl_tagList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.searchResultControl_tagWord {
  padding: 5px 1em;
  border: 1px solid #CCCCCC;
  border-radius: 1em;
  background-color: #FFF;
  font-size: 13px;
  line-height: 1.1;
  cursor: pointer;
}
.searchResultControl_tagWord:hover {
  background-color: #EFEFEF;
}
.searchResultControl_pager {
  flex-basis: 332px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .searchResultControl_pager {
    flex-basis: 0;
    width: 100%;
  }
}
.searchResultControl_pagerList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchResultControl_pager_link {
  display: block;
}
.searchResultControl_pager_arrow {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0E9352;
}
.searchResultControl_pager_arrow::before {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 5.6px;
  height: 5.6px;
  border-bottom: 1px solid #FFF;
  content: "";
}
.searchResultControl_pager_arrow.page_prev::before {
  border-left: 1px solid #FFF;
  transform-origin: left bottom;
  transform: translateX(-50%) rotate(45deg);
}
.searchResultControl_pager_arrow.page_next::before {
  border-right: 1px solid #FFF;
  transform-origin: right bottom;
  transform: translateX(-50%) rotate(-45deg);
}
.searchResultControl_pager .searchResultControl_pager_nav.page_disable .searchResultControl_pager_arrow {
  background-color: #CCCCCC;
}
.top_notice_pager .searchResultControl_pager_nav.page_disable .searchResultControl_pager_arrow {
  background-color: #CCCCCC;
}
.searchResultControl_pager_page {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.searchResultControl_pager_page.page_current {
  color: #0E9352;
}
.searchResultControl_pager_skip {
  font-size: 15px;
  font-weight: 700;
}
.searchResultControl_pager_skip.page_disable {
  color: #CCCCCC;
}

.searchResultContainer {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .searchResultContainer {
    margin-bottom: 60px;
  }
}
.searchResultContainer_head {
  margin-bottom: 20px;
}
.searchResultContainer_head_wrap {
  display: flex;
  align-items: baseline;
  font-size: 24px;
}
.searchResultContainer_head_icon {
  width: 25px;
  margin-right: 5px;
}

.searchResultCondition {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 20px;
  position: relative;
  width: 85.7vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 30px 24px 30px;
  border-top: 4px solid #0E9352;
  background-color: #EFEFEF;
}
@media only screen and (max-width: 1400px) {
  .searchResultCondition {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition {
    position: sticky;
    top: 70px;
    z-index: 99;
    width: 100%;
    padding: 7px 10px 7px 20px;
    border-top-width: 2px;
  }
}
.searchResultCondition_hit {
  flex-shrink: 0;
}
.searchResultCondition_hit_num {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_hit_num {
    font-size: 16px;
  }
}
.searchResultCondition_hit_numEm {
  margin-right: 4px;
  color: #F23A3A;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 1;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_hit_numEm {
    font-size: 36px;
  }
}
.searchResultCondition_sortPanel {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_sortPanel {
    display: none;
  }
}
.searchResultCondition_sortPanel_form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 6px;
}
.searchResultCondition_sortPanel_label {
  flex-shrink: 0;
  margin-right: 10px;
}
.searchResultCondition_sortPanel_labelIco, .searchResultCondition_sortPanel_labelTxt {
  vertical-align: middle;
}
.searchResultCondition_sortPanel_labelIco {
  width: 20px;
  height: 20px;
}
.searchResultCondition_sortPanel_labelTxt {
  font-size: 13px;
  font-weight: 700;
}
.searchResultCondition_sortPanel_wrap {
  display: flex;
  column-gap: 6px;
  position: relative;
}
.searchResultCondition_sortPanel_type {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.searchResultCondition_sortPanel_typeSpan {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background-color: #EFEFEF;
  color: #8B8B8B;
  font-size: 11px;
}
.searchResultCondition_sortPanel_type::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #C9C9C9;
  content: "";
}
.searchResultCondition_sortPanel_btn {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  background-color: #FFF;
  font-size: 13px;
}
.searchResultCondition_sortPanel_current .searchResultCondition_sortPanel_btn {
  border-color: #0E9352;
  color: #0E9352;
}
.searchResultCondition_help {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_help {
    text-align: left;
  }
}
.searchResultCondition_helpIco {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}
.searchResultCondition_helpTxt {
  font-size: 13px;
  text-decoration: underline;
  vertical-align: middle;
}
.searchResultCondition_spCtrl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl {
    display: flex;
    align-items: center;
    column-gap: 6px;
  }
  .searchResultCondition_spCtrl_btn {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: 0 4px 0 #0A6D3D;
    border: 1px solid #0E9352;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn {
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn.btn_white {
    background-color: #FFFFFF;
    color: #0E9352;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn.btn_green {
    background-color: #0E9352;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn.btn_grey {
    background-color: #CCC;
    border-color: #CCC;
    box-shadow: 0 3px 0 #AAA;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn.btn_no_shadow {
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn_link {
    line-height: 40px;
    letter-spacing: 0.025em;
    font-size: 15px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn_link {
    line-height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn_link .btn_icon, .searchResultCondition_spCtrl_btn_link .btn_text {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn_link .btn_icon {
    aspect-ratio: auto 1/1;
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn .btn_arrow {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn:hover {
    box-shadow: 0 2px 0 #0A6D3D;
    transform: translateY(2px);
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn.btn_grey:hover {
    box-shadow: 0 2px 0 #AAA;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultCondition_spCtrl_btn.is_active {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FFF;
  }
  .searchResultCondition_spCtrl_btn.is_active .searchResultCondition_spCtrl_btn_link {
    color: #0E9352;
  }
  .searchResultCondition_spCtrl_btn.is_active::after {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #FFF;
    content: "";
  }
}
.searchResultCondition_spSortPanel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
  background-color: #EFEFEF;
}
.searchResultCondition_spSortPanel_inner {
  padding: 20px 14px;
  background-color: #FFF;
}
.searchResultCondition_spSortPanel_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.searchResultCondition_spSortPanel_label {
  flex-basis: 5em;
  flex-shrink: 0;
  font-size: 16px;
}
.searchResultCondition_spSortPanel_form {
  flex-basis: 36.7%;
}
.searchResultCondition_spSortPanel_form .searchResultCondition_sortPanel_btn {
  width: 100%;
  text-align: center;
}
.searchResultCondition_spSortPanel_close {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  cursor: pointer;
}
.searchResultCondition_spSortPanel_closeIco {
  width: 24px;
}
.searchResultCondition_spSortPanel_closeTxt {
  color: #0E9352;
}

.searchResult {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .searchResult {
    display: block;
  }
}
.searchResultVehicle {
  display: flex;
  flex-direction: column;
  flex-basis: 300px;
  flex-shrink: 0;
  position: relative;
  padding: 10px 15px 30px 15px;
  border-right: 1px solid #CCCCCC;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle {
    width: 100%;
    padding: 20px 0 30px;
    border-top: 1px solid #0E9352;
    border-right: none;
  }
  .searchResultVehicle:last-of-type {
    border-bottom: 1px solid #0E9352;
  }
}
@media screen and (min-width: 769px) and (max-width: 964px) {
  .searchResultVehicle:nth-of-type(2n) {
    border-right: none;
  }
}
@media screen and (min-width: 965px) and (max-width: 1280px) {
  .searchResultVehicle:nth-of-type(3n) {
    border-right: none;
  }
}
@media screen and (min-width: 1281px) {
  .searchResultVehicle:nth-of-type(4n) {
    border-right: none;
  }
}
.searchResultVehicle_access {
  margin-bottom: 10px;
  font-size: 13px;
}
.searchResultVehicle_accessNum {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.searchResultVehicle_grid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
.searchResultVehicle_picture {
  position: relative;
  width: 100%;
  height: 202px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_picture {
    grid-row: 1/3;
    grid-column: 1;
    height: 120px;
  }
}
.searchResultVehicle_pictureImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchResultVehicle_picture_flag {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.searchResultVehicle_picture_flagTag {
  display: inline-block;
  padding: 9px 7px;
  color: #FFF;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_picture_flagTag {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.searchResultVehicle_picture_flagTag.tag_new {
  background-color: #F23A3A;
}
.searchResultVehicle_picture_flagTag.tag_rec {
  background-color: #F19149;
}
.searchResultVehicle_picture_flagTag.tag_soldout {
  background-color: #333333;
}
.searchResultVehicle_picture.bg_sold_out {
  background-color: #333333;
}
.searchResultVehicle_picture.bg_sold_out .searchResultVehicle_pictureImg {
  opacity: 0.5;
}
.searchResultVehicle_title {
  flex-grow: 1;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #0E9352;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_title {
    grid-row: 3;
    grid-column: 1/3;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
.searchResultVehicle_note {
  margin-bottom: 16px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_note {
    grid-row: 4;
    grid-column: 1/3;
    margin-bottom: 10px;
  }
}
.searchResultVehicle_info {
  display: flex;
  column-gap: 9px;
  padding: 15px 0;
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_info {
    grid-row: 1;
    grid-column: 2;
    border-top: none;
    flex-wrap: wrap;
    row-gap: 6px;
    padding: 0 0 0 10px;
  }
}
.searchResultVehicle_info_cat {
  display: inline-block;
  padding: 0 4px;
  margin-right: 6px;
  background-color: #EFEFEF;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_info_cat {
    width: 76px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_info_data {
    display: inline-block;
    width: 80px;
    text-align: right;
  }
}
.searchResultVehicle_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 15px 0 5px;
  border-top: 2px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price {
    grid-row: 2;
    grid-column: 2;
    height: 64px;
    padding: 20px 0 0 10px;
    border-top: none;
  }
}
.searchResultVehicle_price_ttl {
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price_ttl {
    font-size: 13px;
    line-height: 1.1;
  }
}
.searchResultVehicle_price_amount {
  position: relative;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price_amount {
    font-size: 13px;
  }
}
.searchResultVehicle_price_amountNum {
  color: #0E9352;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price_amountNum {
    font-size: 15px;
  }
}
.searchResultVehicle_price_amountNumEm {
  font-size: 42px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price_amountNumEm {
    font-size: 26px;
  }
}
.searchResultVehicle_price_amount.campaign_price .searchResultVehicle_price_amountNum, .searchResultVehicle_price_amount.member_price .searchResultVehicle_price_amountNum {
  color: #F19149;
}
.searchResultVehicle_price_label {
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% - 13px);
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price_label {
    left: unset;
    right: 0;
    bottom: 100%;
  }
}
.searchResultVehicle_price_label.label_campaign, .searchResultVehicle_price_label.label_member {
  width: 100%;
  background-color: #F19149;
  color: #FFF;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price_label.label_campaign, .searchResultVehicle_price_label.label_member {
    width: 120px;
  }
}
.searchResultVehicle_price .label_subsc {
  position: relative;
  display: block;
  width: calc(100% + 10px);
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: unset;
  right: 0;
  padding-left: 8px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price .label_subsc {
    width: 160px;
  }
}
.searchResultVehicle_price .label_subsc.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.searchResultVehicle_price .label_subsc.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.searchResultVehicle_price .label_subsc.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.searchResultVehicle_price .label_subsc.btn_no_shadow {
  box-shadow: none;
}
.searchResultVehicle_price .label_subsc_link {
  line-height: 21px;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_price .label_subsc_link {
    line-height: 21px;
    font-size: 12px;
  }
}
.searchResultVehicle_price .label_subsc_link .btn_icon, .searchResultVehicle_price .label_subsc_link .btn_text {
  vertical-align: middle;
}
.searchResultVehicle_price .label_subsc_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.searchResultVehicle_price .label_subsc .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.searchResultVehicle_price .label_subsc:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.searchResultVehicle_price .label_subsc.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
.searchResultVehicle_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  margin-top: auto;
}
.searchResultVehicle_btn_detail {
  position: relative;
  display: block;
  width: 217px;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_detail {
    width: 269px;
  }
}
.searchResultVehicle_btn_detail.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.searchResultVehicle_btn_detail.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.searchResultVehicle_btn_detail.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.searchResultVehicle_btn_detail.btn_no_shadow {
  box-shadow: none;
}
.searchResultVehicle_btn_detail_link {
  line-height: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_detail_link {
    line-height: 50px;
    font-size: 16px;
  }
}
.searchResultVehicle_btn_detail_link .btn_icon, .searchResultVehicle_btn_detail_link .btn_text {
  vertical-align: middle;
}
.searchResultVehicle_btn_detail_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.searchResultVehicle_btn_detail .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.searchResultVehicle_btn_detail:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.searchResultVehicle_btn_detail.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
.searchResultVehicle_btn_fav {
  position: relative;
  display: block;
  width: 45px;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  height: 42px;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_fav {
    width: 56px;
  }
}
.searchResultVehicle_btn_fav.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.searchResultVehicle_btn_fav.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.searchResultVehicle_btn_fav.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.searchResultVehicle_btn_fav.btn_no_shadow {
  box-shadow: none;
}
.searchResultVehicle_btn_fav_link {
  line-height: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_fav_link {
    line-height: 50px;
    font-size: 16px;
  }
}
.searchResultVehicle_btn_fav_link .btn_icon, .searchResultVehicle_btn_fav_link .btn_text {
  vertical-align: middle;
}
.searchResultVehicle_btn_fav_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.searchResultVehicle_btn_fav .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.searchResultVehicle_btn_fav:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.searchResultVehicle_btn_fav.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_fav {
    height: 52px;
  }
}
.searchResultVehicle_btn_favIco {
  width: 15px;
  height: 15px;
  aspect-ratio: auto 1/1;
}
.searchResultVehicle_btn_matching {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_matching {
    width: 100%;
  }
}
.searchResultVehicle_btn_matching.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.searchResultVehicle_btn_matching.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.searchResultVehicle_btn_matching.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.searchResultVehicle_btn_matching.btn_no_shadow {
  box-shadow: none;
}
.searchResultVehicle_btn_matching_link {
  line-height: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .searchResultVehicle_btn_matching_link {
    line-height: 50px;
    font-size: 16px;
  }
}
.searchResultVehicle_btn_matching_link .btn_icon, .searchResultVehicle_btn_matching_link .btn_text {
  vertical-align: middle;
}
.searchResultVehicle_btn_matching_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.searchResultVehicle_btn_matching .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.searchResultVehicle_btn_matching:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.searchResultVehicle_btn_matching.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
.searchResultVehicle:hover {
  background-color: #EEF7F2;
}
.searchResult_middle_panel {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 60px;
}
.searchResultBottom_pager {
  width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .searchResultBottom_pager {
    width: 100%;
  }
}

#news_sp.top_news_sp {
  display: none;
}

.list_middle_panel {
  margin-top: 60px;
  margin-bottom: 100px;
}

.listHistFav_head {
  margin-bottom: 20px;
}
.listHistFav_headIco {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  vertical-align: middle;
}
.listHistFav_headTxt {
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}
.listHistFav_list {
  display: flex;
  column-gap: 2.5%;
  margin-bottom: 30px;
}
.listHistFav_listItem {
  flex-basis: 31.6%;
  flex-shrink: 0;
}
.listHistFav_listItem_picture {
  width: 100%;
  aspect-ratio: auto 106/80;
  margin-bottom: 10px;
}
.listHistFav_listItem_pictureImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listHistFav_listItem_title {
  margin-bottom: 20px;
}
.listHistFav_listItem_link {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
.listHistFav_listItem_priceTtl {
  font-size: 13px;
}
.listHistFav_listItem_priceAmount {
  font-size: 13px;
}
.listHistFav_listItem_priceAmountNum {
  color: #0E9352;
  font-size: 16px;
  line-height: 1;
}
.listHistFav_listItem_priceAmountNumEm {
  font-size: 24px;
}
.listHistFav_btn {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  border: none;
  background-color: #EEF7F2;
  color: #0E9352;
}
@media only screen and (max-width: 768px) {
  .listHistFav_btn {
    width: 200px;
  }
}
.listHistFav_btn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.listHistFav_btn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.listHistFav_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.listHistFav_btn.btn_no_shadow {
  box-shadow: none;
}
.listHistFav_btn_link {
  line-height: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .listHistFav_btn_link {
    line-height: 50px;
    font-size: 16px;
  }
}
.listHistFav_btn_link .btn_icon, .listHistFav_btn_link .btn_text {
  vertical-align: middle;
}
.listHistFav_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.listHistFav_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.listHistFav_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.listHistFav_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
.listHistFav.listHistory {
  padding-bottom: 40px;
}
.listHistFav.listHistory + .listHistFav.listFavorite {
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
/*# sourceMappingURL=top_notice.css.map */
