@charset "UTF-8";
.remodal__cursor {
  cursor: pointer;
  border: 1px solid #CCC;
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .remodal__cursor {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.remodal__cursor a {
  color: inherit;
  text-decoration: none;
  padding: 8px 14px;
  display: block;
}

.modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .modal__bg {
    z-index: 10001;
  }
}

.modal__close {
    background: none;
    outline: none;
    border: none;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 3px;
    cursor: pointer;
    padding: 0 3px;
}
@media screen and (max-width: 640px) {
  .modal__close {
    right: 10px;
  }
}

.modal__model {
  border-radius: 10px;
  position: fixed;
  z-index: 1000001;
  top: 10px;
  left: 0;
  right: 0;
  background-color: #FFF;
  width: 830px;
  padding: 20px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .modal__model {
    top: 30px;
    z-index: 10001;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
  }
}

.modal__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .modal__inner {
    flex-direction: column;
  }
}

.modal__block {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .modal__block {
    width: 100%;
  }
}
.modal__block h3 {
  font-size: 18px;
  font-weight: 700;
  background-color: #0055B8;
  margin-bottom: 8px;
  padding: 8px;
  color: #FFF;
}

.modal__list {
  margin-bottom: 30px;
}
.modal__list li {
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  line-height: 1.3;
  position: relative;
}
.modal__list li::after {
  position: absolute;
  top: 38%;
  right: 3px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}
.modal__list a {
  display: block;
  color: #333;
  padding: 4px;
}
@media screen and (max-width: 640px) {
  .modal__list a {
    padding: 8px 4px;
  }
}

a:hover img {
  opacity: 0.5;
}

.banner {
  margin: 44px 0;
}

.other ul {
  display: flex;
  flex-wrap: wrap;
}
.other li {
  margin-right: 15px;
  min-width: 90px;
}

.filter__block {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

.filter__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.filter__item dt {
  width: 70px;
  font-weight: 700;
}
/**
 * シートアレンジのみ2行になるため
 * 行の高さを調整して表示ONOFFでずれが生じないようにする
 */
div[id="hctc"] .filter__item dt {
    line-height: 15px;
}
.filter__item > dd {
  width: calc(100% - 80px);
}
.filter__item select {
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0C2245;
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
  width: 140px;
}

.filter__button__block {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #CCC;
  padding: 15px 14px 14px 15px;
}

.filter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 4px;
  height: 44px;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none !important;
}
.filter__button a {
  text-decoration: none !important;
}
.filter__button a:hover {
  text-decoration: none !important;
}
.filter__button.filter__button--save, .filter__button.filter__button--mail {
  color: #0070C0;
  background: linear-gradient(to bottom, #EFF6FF 10%, #DBECFF 90%);
}
.filter__button.filter__button--save:hover, .filter__button.filter__button--mail:hover {
  background-color: #0070C0;
  background: #0070C0;
  background: linear-gradient(to bottom, #0083E0 10%, #0070C0 90%);
  border: 1px solid #1BA0FF;
  color: #FFF;
  text-decoration: none;
}
.filter__button.filter__button--clear {
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
}
.filter__button.filter__button--clear:hover {
  background: linear-gradient(to bottom, #FFF 10%, #e8e8e8 90%);
  border: 1px solid #DDD;
  text-decoration: none;
}
.filter__button.filter__button--clear input {
  background: none;
  cursor: pointer;
  border: none;
  padding: 0;
}
.filter__button.filter__button--search {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 7px 20px 5px 20px;
  background-color: #0055b8;
}
.filter__button.filter__button--search:hover {
  opacity: 0.7;
  text-decoration: none;
}
.filter__button.filter__button--search a {
  color: #FFF;
  text-decoration: none;
}

.filter__button--notification {
  color: #0070C0;
  background: linear-gradient(to bottom, #EFF6FF 10%, #DBECFF 90%);
}
.filter__button--notification:hover {
  background-color: #0070C0;
  background: #0070C0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0083E0), color-stop(90%, #0070C0));
  background: -webkit-linear-gradient(top, #0083E0 10%, #0070C0 90%);
  background: -o-linear-gradient(top, #0083E0 10%, #0070C0 90%);
  background: linear-gradient(to bottom, #0083E0 10%, #0070C0 90%);
  border: 1px solid #1BA0FF;
  color: #FFF;
  text-decoration: none;
}

.filter__button--notification:disabled,
.filter__button--notification:hover:disabled  {
  color: #0070C0;
  background: #FFF;
  border: 1px solid #0070C0;
}

/*もっと詳細な条件で絞り込む*/
.more-search .more-search__inner {
  display: flex;
  padding-bottom: 40px;
}
.more-search .more-search__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.more-search .more-search__item dl {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.more-search .more-search__item dt {
  width: 7em;
  font-weight: 700;
}
.more-search .panel__bottom {
  margin-top: 16px;
}
.more-search .panel__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.more-search select {
  background: linear-gradient(to bottom, #FFF 10%, #F7F7F7 90%);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0C2245;
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
  width: 110px;
}

.basic {
  margin-bottom: 24px;
  font-size: 14px;
  padding: 16px;
  border: 6px solid #efefef;
}
@media screen and (max-width: 640px) {
  .basic {
    margin-top: 24px;
    padding: 0;
    border: none;
  }
}

.basic .modelname {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.basic .modelyear {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.basic dl {
  display: flex;
  align-items: stretch;
}

.basic .photo {
  width: 140px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .basic .photo {
    width: 80px;
  }
}
.basic .photo img {
  width: 100%;
  height: auto;
}

.basic .rating {
  width: 350px;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .basic .rating {
    display: flex;
    width: auto;
    border-right: none;
  }
}
.basic .rating .rating__list li {
  font-size: 12px;
}
.basic .rating .rating__list li:first-child {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .basic .rating .rating__list li:first-child {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
.basic .rating .rating__link {
  font-size: 12px;
  font-weight: 400;
  background: url(/common/v2/images/icon/external_link_icon-cfedb81b72bdbc0eeb9dc34c11c5c623.svg) no-repeat right 0;
  display: inline-block;
  padding-right: 8px;
  background-size: 16px;
}
@media screen and (max-width: 640px) {
  .basic .rating .rating__link {
    font-size: 11px;
    padding-right: 12px;
  }
}
.basic .rating .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #EE3440;
}
@media screen and (max-width: 640px) {
  .basic .rating .value {
    font-size: 15px;
  }
}
.basic .rating .value__small {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .basic .rating .value__small {
    font-size: 12px;
  }
}

.basic .price {
  width: 330px;
  padding-top: 25px;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .basic .price {
    display: flex;
    width: auto;
    padding-top: 0;
    border-right: none;
  }
}
.basic .price .price__head {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .price .price__head {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    margin-right: 8px;
  }
}
.basic .price .price__body {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .price .price__body {
    font-size: 11px;
    margin-top: 0;
    text-align: left;
  }
}
.basic .price .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #EE3440;
}
@media screen and (max-width: 640px) {
  .basic .price .value {
    font-size: 15px;
  }
}

.basic .stock {
  width: 200px;
  padding-top: 25px;
}
@media screen and (max-width: 640px) {
  .basic .stock {
    display: flex;
    width: auto;
    padding-top: 0;
  }
}
.basic .stock .stock__head {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .stock .stock__head {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    margin-right: 8px;
  }
}
.basic .stock .stock__body {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .basic .stock .stock__body {
    font-size: 11px;
    margin-top: 0;
    text-align: left;
  }
}
.basic .stock .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #EE3440;
}
@media screen and (max-width: 640px) {
  .basic .stock .value {
    font-size: 15px;
  }
}

.basic-info__photo {
  width: 130px;
}
.basic-info__photo img {
  width: 100%;
  height: auto;
}

.tabs__order {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-top: 8px;
  width: 1000px;
}
@media screen and (max-width: 640px) {
  .tabs__order {
    display: none;
  }
}

.tabs {
  display: flex;
}
.tabs .is-current {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  font-weight: 700;
}
.tabs li {
  width: 160px;
  margin-right: 4px;
  font-size: 16px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.tabs li a,
.tabs li span {
  display: block;
  padding: 11px 16px 8px;
  text-decoration: none;
  color: inherit;
}
.tabs li:hover {
  background-color: #FFF;
  font-weight: 700;
}

.order select {
  padding: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

.freeword {
  display: flex;
  align-items: center;
}

.freeword__heading {
  font-weight: 700;
  margin-right: 10px;
}

.freeword__item {
  display: flex;
  align-items: center;
}

.srch_panel_bottom {
  width: auto;
}

.srch_panel {
  border-top: none;
}

.floating__block.floating__block--fixed {
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
}

.floating__list {
  margin: 0 0 8px;
}

.floating__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to bottom, #FFF 80%, #F7F7F7 100%);
  border: 1px solid #ddd;
  border-radius: 4px;
}
.floating__filter li {
  width: 33.333333%;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.floating__filter li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.floating__filter li:nth-child(2) {
  padding-left: 2px;
  padding-right: 8px;
}
.floating__filter a {
  color: inherit;
  display: block;
  text-align: center;
}
.floating__filter select {
  width: 70%;
  background: none;
  font-size: 12px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
}
.floating__filter i {
    text-align: right;
}
.floating__filter--sort i{
    margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .cg-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cg-list__item {
    width: 49%;
    position: relative;
  }

  .cg-list__item:not(:nth-child(-n+2)) {
    margin-top: 24px;
  }

  .cg-list__item dt img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .cg-list__item-name--link {
    color: inherit;
  }

  .cg-list__item-name--maker {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }

  .cg-list__item-name--model {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 0;
    color: #12c;
  }

  .cg-list__item-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .narabi_panel::after {
    content: "";
    display: block;
    clear: both;
  }

  .cg-list__item {
    width: 190px;
    position: relative;
  }

  .cg-list {
    display: flex;
    flex-wrap: wrap;
  }

  .cg-list__item:not(:nth-child(-n+5)) {
    margin-top: 24px;
  }

  .cg-list__item:not(:nth-child(5n)) {
    margin-right: 12px;
  }

  .cg-list__item-name--link {
    color: inherit;
  }

  .cg-list__item-name--maker {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }

  .cg-list__item-name--model {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 0;
    color: #12c;
  }

  .cg-list__item-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
}

/* 先週まで */
.xo-event-calendar.this_month table.xo-month > tbody > tr:not(.today_tr ~ tr):not(.today_tr) .dayname td div {
  background-color: #f3f3f3;
}
.xo-event-calendar.this_month table.xo-month > tbody > tr:not(.today_tr ~ tr):not(.today_tr) .dayname td div::after {
  content: none;
}
/* 今週日～前日まで */
.xo-event-calendar.this_month table.xo-month .today_tr .month-dayname td:not(.today_td ~ td):not(.today_td) div {
  background-color: #f3f3f3;
}
.xo-event-calendar.this_month table.xo-month .today_tr .month-dayname td:not(.today_td ~ td):not(.today_td) div::after {
  content: none;
}
/* 休日 */
.xo-event-calendar table.xo-month .month-dayname td div.holiday-lancru-holiday::after {
  content: '休';
  color: #f56f6f;
  font-weight: normal;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-hiace-holiday::after {
  content: '休';
  color: #f56f6f;
  font-weight: normal;
}
/* 先週までの休日 */
.xo-event-calendar.this_month table.xo-month > tbody > tr:not(.today_tr ~ tr):not(.today_tr) .dayname td div.holiday-lancru-holiday::after {
  content: none;
}
/* 今日 */
.xo-event-calendar.this_month table.xo-month .month-dayname td div.today {
  color: inherit !important;
  background-color: #fffcd5;
}

/**
 * フィルタータグ
 */
.filterTag {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.filterTag::-webkit-scrollbar{
  display: none;
}

/**
 * フィルタータグ内の1要素
 */
.filterTag .filterTag_item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #1F3641;
    display: block;
    padding: 7px 10px 7px 10px;
    margin: 3px;
    white-space: nowrap;
}
/**
 * フィルタータグ内の1要素(アクティブ時)
 */
.filterTag .filterTag_item.active {
    background-color: #ecf5fc;
    border: 1px solid #0055B8;
}
.filterTag .filterTag_item:hover {
    text-decoration: none;
}

.scl_rock_box {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #1F3641
}

.scl_rock_box h3 {
  padding: 10px;
  border: 1px solid #ccc
}

@media print, screen and (min-width:481px) {
    .shashu_ttl {
      background-color: #fcfcfc;
      padding: 15px 20px 15px 20px;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: #2646B3;
      border-top-width: 1px;
      border-right-width: 1px;
      border-left-width: 1px;
      border-top-style: solid;
      border-right-style: solid;
      border-left-style: solid;
      border-top-color: #ccc;
      border-right-color: #ccc;
      border-left-color: #ccc;
      overflow: hidden;
      position: relative
    }
    .shashu_ttl h1 {
        font-size: 20px;
        line-height: 20px
    }
}
@media screen and (max-width:480px) {
    .shashu_ttl {
      background-color: #FFF;
      padding: 0;
      margin-bottom: 10px;
      overflow: hidden
    }
    .shashu_ttl h1 {
        font-size: 16px;
    }
    .narabi_panel {
      overflow: hidden;
      padding: 0 0 5px 0
    }
}
@media print, screen and (min-width:481px) {
    .srch_panel_minttl {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #BC8339
    }
    
    .narabi_panel {
      border-bottom-width: 2px;
      border-bottom-style: solid;
/*      border-bottom-color: #BC833;*/
      overflow: hidden;
      padding: 0 0 5px 0
    }
    .lasttime_rireki {
      border-bottom: 1px solid #CCC;
      padding: 7px;
      margin: 0 0 7px;
      display: block
    }
    .lasttime_rireki a span {
      margin: 0 0 5px;
    }
    
    /* 写真表示 */
    .usd_ph_oyabox {
      width: 1010px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .usd_ph_oyabox img {
      width: 100%;
      height: auto
    }
    .usd_ph_box {
      width: 172px;
      margin-bottom: 20px;
      padding: 8px 9px 9px 9px;
      border: 1px solid #CCC;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .usd_ph_box:not(:nth-child(5n)) {
      margin-right: 10px;
    }
    .usd_ph_box__inner {
      position: relative;
    }
    .usd_ph_box h2 {
      font-size: 14px;
      line-height: 16px;
      margin: 3px 0 10px 0
    }
    .usd_ph_box .toiawase_imglst {
      padding-top: 8px;
    }
}

@media screen and (max-width:480px) {
    .usd_ph_oyabox {
      width: 100%
    }
    .usd_ph_oyabox:after {
      content: "";
      clear: both;
      display: block
    }
    .usd_ph_oyabox img {
      width: 100%;
      height: auto
    }
    .usd_ph_box {
      float: left;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 20px;
      padding: 9px;
      border: 1px solid #CCCCCC
    }
    .usd_ph_box:nth-child(2n) {
      margin-right: 0%
    }
    .usd_ph_box h2 {
      font-size: 14px;
      line-height: 16px;
      margin: 3px 0 10px 0
    }
}

@media print, screen and (min-width:481px) {
    .white_button_shape_search_image{
      display: block;
      float: right;
      box-sizing: border-box;
      text-align: center;
      text-decoration: none !important;
      width: 100%;
      height: 33px;
      margin-top: 8px;
      font-size: 12px;
      padding: 2px;
      cursor: pointer;
    }
}
@media print, screen and (max-width:480px) {
    .white_button_shape_search_image{
      display: block;
      float: right;
      box-sizing: border-box;
      text-align: center;
      text-decoration: none !important;
      width: 100%;
      height: 33px;
      margin-top: 8px;
      font-size: 12px;
      cursor: pointer;
    }
}

/*190306_都道府県から探す・主要車種から探す ここから*/
@media print, screen and (min-width:481px) {
  .search_link_oyabox {
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 15px 15px 15px;
    background-color: #fafafa;
  }
  .search_link_halftable_l {
    float: left;
  }
  .search_link_halftable_r {
    float: right;
  }
  .search_link_halftable dl {
    width: 450px;
    display: table;
  }
  .search_link_halftable dt {
    width: 100px;
    display: table-cell;
    padding: 9px 0 2px 0;
    vertical-align: top;
    font-weight: bold;
  }
  .search_link_halftable dd {
    width: 350px;
    display: table-cell;
    padding: 8px 0 3px 0;
    vertical-align: top;
  }
  .search_link_halftable li {
    float: left;
    margin: 0 10px 5px 10px;
  }
}

@media print, screen and (max-width:480px) {
  .search_link_oyabox {
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 15px 15px 15px;
    background-color: #fafafa;
  }
  .search_link_title {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
  }
  .search_link_halftable dl {
    display: table;
  }
  .search_link_halftable dt {
    width: 100px;
    display: table-cell;
    padding: 9px 0 2px 0;
    vertical-align: top;
    font-weight: bold;
  }
  .search_link_halftable dd {
    width: calc(100% - 100px);
    display: table-cell;
    padding: 8px 0 3px 0;
    vertical-align: top;
  }
  .search_link_halftable li {
    float: left;
    margin: 0 10px 5px 10px;
  }
}
/*190306_都道府県から探す・主要車種から探す ここまで*/

/*絞り込み*/
.panel-row {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 375px;
}

/* 関連記事 */
.kanren_kiji {
  background-color: #EFEFEF;
  padding: 5px;
  margin: 0 0 15px;
}
.mawari {
  overflow: hidden;
}
.lstmds {
  font-size: 14px;
  line-height: 18px;
}
@media print, screen and (min-width:481px) {
    .article .four_kijioyabox {
      width: 100%;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .article .four_kijioyabox::before {
      content: "";
      display: block;
      width: 24%;
      /*指定したwidthと同じ幅を指定する */
      height: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      /* 疑似要素beforeの順番を必ず指定する*/
    }
    .article .four_kijioyabox::after { 
      content: "";
      display: block;
      width: 24%;
      /*指定したwidthと同じ幅を指定する */
      height: 0;
    }
    .four_kijioyabox img {
      width: 100%;
      height: 130px;
      -o-object-fit: cover;
      object-fit: cover;
      margin: 0 0 8px;
    }
    .four_kijibox {
      vertical-align: top;
      display: inline-block;
      width: 24%;
      margin-right: 8px;
      margin-bottom: 20px;
    }
    .rgrank {
      border-bottom: 1px solid #F0F2EF;
      padding-bottom: 3px;
      margin-bottom: 7px;
      margin-left: 20px;
      list-style-position: outside;
      list-style-type: decimal;
      min-height: 60px;
    }
    .rgrank img {
      width: 80px;
      height: auto;
    }
}
@media print, screen and (max-width:480px) {
    .four_kijioyabox {
      width: 100%;
    }
    .four_kijioyabox:after {
      content: "";
      clear: both;
      display: block;
    }
    .four_kijioyabox img {
      width: 100%;
      height: auto;
    }
    .four_kijibox {
      display: block;
      margin: 0 0 10px;
      overflow: hidden;
    }
    .four_kijibox img {
      width: 80px;
      float: left;
      height: 60px;
    }
    .rgrank {
      border-bottom: 1px solid #F0F2EF;
      padding-bottom: 3px;
      margin-bottom: 7px;
      margin-left: 20px;
      list-style-position: outside;
      list-style-type: decimal;
      min-height: 60px;
    }
    .rgrank img {
      width: 80px;
      height: auto;
    }
    .kiji_txt {
      width: 73%;
      float: right;
    }
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, hsla(59deg, 100%, 57%, 0.65)));
  background: -o-linear-gradient(transparent 65%, hsla(59deg, 100%, 57%, 0.65) 0%);
  background: linear-gradient(transparent 65%, hsla(59deg, 100%, 57%, 0.65) 0%);
  padding-top: 5px;
}

.searcharea_right1_spase a {
  margin-right: 53px;
}
@media print, screen and (max-width:480px) {
    .searcharea_right1_spase a {
      margin-right: 53px;
    }
}

.notification {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin: 32px 0;
}
.notification__balloon {
  text-align: center;
  background-color: #fff2f2;
  border-radius: 16px;
  margin: 0 auto 24px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 16px;
  position: relative;
}
.notification__balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff2f2;
  position: absolute;
  bottom: -18px;
}
.notification__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  border-left: 4px solid #ff9800;
  padding-left: 8px;
}
.notification__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.notification__button {
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff9800;
  -webkit-box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
  box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4px;
}
.notification__button:disabled {
  background-color: #cacaca;
}
.notification__button--completed {
  background-color: #FFF;
  color: #ff9800;
  border: 2px solid #ff9800;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notification__cap {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
}

/* 新着在庫通知の会員登録モーダル */
.modal_mmbr_oyabox {
  overflow: hidden;
  border: 2px solid #0055b8;
  padding: 20px;
}
.modal_mmbr_oyabox h2 {
  text-align: center;
  margin: 0 0 20px;
}
.modal_mmbr_oyabox {
  margin: 0 0 20px !important;
}
.mm_modal .mm_title {
  background-color: #0055B8;
  color: #FFF;
  font-weight: 700;
}
.mm_modal .remodal-close {
  position: absolute;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #FFF;
  border: 0;
  outline: 0;
  background: transparent;
}
.mm_modal .remodal-close:hover,
.mm_modal .remodal-close:focus {
  color: #FFF;
}
.mm_modal .remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 50px;
  line-height: 50px;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
  color: #333;
}
.modal_mmbr_lbox {
  text-align: left;
}
.mm_merit ul li {
  font-weight: 700;
  overflow: hidden;
  font-size: 0;
  border-bottom: 1px solid #EEE;
}
.mm_merit ul li p {
  line-height: 1.4;
  display: inline-block;
  margin: 0 0 0 10px;
}
.mm_merit ul li img {
    height: auto;
    display: inline-block;
}
.mm_merit ul li:nth-child(3) p {
  display: inline-block;
  margin: 0 0 0 10px;
}
.mm_merit ul li:nth-child(4) {
   border: none;
   margin: 0;
}

@media print, screen and (min-width:481px) {
    .modal_mmbr_oyabox {
      width: 806px;
      margin: 0 auto;
      display: table;
    }
    .modal_mmbr_oyabox .inbox {
      width: 356px;
      margin: 0 auto;
    }
    .mm_modal {
      width: 910px;
      padding: 20px;
      top: 15%;
    }
    .mm_modal .mm_title {
      padding: 10px 0;
      font-size: 22px;
      line-height: 1;
      width: 850px;
      margin: 0 auto;
    }
    .mm_modal .mm_title br {
      display: none;
    }
    .mm_modal .remodal-close {
      top: -2px;
      right: 0;
    }
    .modal_mmbr_lbox {
      border-right: 1px solid #EEE;
      display: table-cell;
      width: 50%;
    }
    .modal_mmbr_lbox .inner_box .inner_lbox {
      float: left;
      width: 170px;
      height: auto;
      overflow: hidden;
    }
    .modal_mmbr_lbox .inner_box .inner_rbox {
      float: right;
      width: 150px;
      height: auto;
      overflow: hidden;
    }
    .modal_mmbr_lbox .inner_box:after {
      content: "";
      clear: both;
      display: block;
    }
    .modal_mmbr_rbox {
      display: table-cell;
      width: 50%;
    }
    .mm_merit ul {
      padding: 20px 0 0 20px;
    }
    .mm_merit ul li {
      margin: 0 0 20px;
      padding: 0 0 20px;
    }
    .mm_merit ul li p {
      font-size: 25px;
      width: calc(100% - 100px);
    }
    .mm_merit ul li img {
      width: 80px;
    }
    .mm_merit ul li:nth-child(3) img {
      margin: 0 0 0 20px;
    }
    .mm_merit ul li:nth-child(3) p {
      font-size: 24px;
      line-height: 1.3;
      width: calc(100% - 110px);
    }
    .mm_merit ul li:nth-child(4) img {
      width: 75px;
      margin: 0 0 0 15px;
    }
}
@media print, screen and (max-width:480px) {
    .modal_mmbr_oyabox {
      width: 100%;
    }
    .modal_mmbr_oyabox .inbox {
      width: 100%;
    }
    .modal_mmbr_oyabox .hissu {
      background-color: #ff0000;
      margin-left: 5px;
      padding: 2px 6px 2px 5px;
      font-size: 12px;
      font-weight: 100;
      color: #fff;
      border-radius: 3px;
    }
    .mm_modal {
      padding: 10px;
      top: 0;
    }
    .mm_modal .mm_title {
       padding: 10px;
       font-size: 18px;
       line-height: 1.3;
    }
    .mm_modal .remodal-close {
       top: 5px;
       right: -4px;
    }
    .modal_mmbr_lbox .inner_box .inner_lbox {
       width: 100%;
    }
    .modal_mmbr_lbox .inner_box .inner_rbox {
       width: 100%;
    }
    .mm_merit ul {
       padding: 10px 0 0;
    }
    .mm_merit ul li {
       margin: 0 0 10px;
       padding: 0 0 10px;
    }
    .mm_merit ul li p {
        font-size: 20px;
        width: calc(100% - 80px);
    }
    .mm_merit ul li img {
       width: 70px;
    }
    .mm_merit ul li:nth-child(3) img {
       margin: 0 0 0 5px;
    }
    .mm_merit ul li:nth-child(3) p {
       font-size: 20px;
       width: calc(100% - 90px);
    }
    .mm_merit ul li:nth-child(4) img {
       width: 65px;
       margin: 0 0 0 5px;
    }
}

/* 検索条件欄のフリーワード入力欄 */
.nininp_smart {
  font-size: 16px;
  border: 1px solid #7f9db9;
  padding: 3px;
  background-color: #fff;
}
@media print, screen and (min-width:481px) {
    .nininp_smart {
      width: 285px;
    }
}
@media print, screen and (max-width:480px) {
    .nininp_smart {
      width: 100%;
    }
}
