/* -----------------------------------------------------------------------------

 home.css

----------------------------------------------------------------------------- */
/* #mv */
#mv {
  height: 600px;
  overflow: hidden;
}
#mv .slick-arrow {
  background: #fff;
}
#mv .slick-arrow:before {
  color: #234da1;
}

/* #carSearch */
#carSearch {
  text-align: center;
}
#carSearch .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#carSearch section {
  width: 50%;
  float: left;
  padding: 35px 60px 60px;
}
#carSearch section .ttl {
  font-size: 4.8rem;
  font-weight: 300;
  position: relative;
}
#carSearch section .ttl span {
  display: block;
  font-size: 1.4rem;
}
#carSearch section .ttl b {
  font-weight: bold;
}
#carSearch section .box {
  margin: 30px 0 0;
}
#carSearch section .subTtl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}

/* #purchase */
#purchase {
  background: #e6eefc;
}
#purchase .ttl b {
  color: #234da1;
}
#purchase .box > div {
  clear: both;
  max-width: 580px;
  margin: 0 auto;
}
#purchase .box > div + div {
  margin-top: 45px;
}
#purchase .box > div .wrap {
  position: relative;
  padding: 0 100px 0 0;
  height: 50px;
}
#purchase .box > div .wrap .btnSearch {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
#purchase .box .easy {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 6.9% 35px;
}
#purchase .box .easy .selectWrap {
  width: 47.5%;
  float: left;
  margin: 0 2.5% 0 0;
  position: relative;
}
#purchase .box .type ul {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 6.9%;
}
#purchase .box .type ul li {
  float: left;
  width: 20%;
  text-align: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#purchase .box .type ul li:nth-child(5n+1) {
  border-left: none;
}
#purchase .box .type ul li:nth-child(-n+5) {
  border-top: none;
}
#purchase .box .type ul li a {
  display: block;
  height: 84px;
  padding: 13px 0 0;
}
#purchase .box .type ul li a img {
  width: auto;
  height: 32px;
  margin: 0 auto 3px;
  display: block;
}
#purchase .box .type ul li a span {
  height: 35px;
  display: table;
  width: 100%;
  text-align: center;
}
#purchase .box .type ul li a span b {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  color: #234da1;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0;
}
#purchase .box .keyword .wrap {
  margin: 0 6.9%;
}
#purchase .box .keyword .wrap input[type="text"] {
  border-radius: 5px 0 0 5px;
}
#purchase .box .keyword .wrap .btnSearch {
  border-radius: 0 5px 5px 0;
}

/* #sale */
#sale {
  background: #fdf6ee;
}
#sale .ttl b {
  color: #f28300;
}
#sale .lead {
  line-height: 1.7;
  font-size: 1.8rem;
}
#sale .lead img {
  width: 460px;
  margin: 0 auto 30px;
  display: block;
}
#sale ul {
  margin: 35px auto 0;
  max-width: 580px;
}
#sale ul li {
  border-radius: 5px;
  background-color: #fff;
  padding: 32px 0 0;
  width: 30%;
  height: 180px;
  float: left;
  font-weight: bold;
  font-size: 1.6rem;
}
#sale ul li + li {
  margin: 0 0 0 5%;
}
#sale ul li img {
  display: block;
  margin: 0 auto 10px;
  width: 108px;
}
#sale .btnWrap {
  clear: both;
  margin: 40px 0 0;
}
#sale .btnWrap > span {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 18px;
}
#sale .btnWrap > span b {
  color: #f28300;
  font-weight: bold;
}
#sale .btnWrap a {
  width: 460px;
  margin: 0 auto;
}
#sale .btnWrap a span {
  padding: 0 0 0 55px;
  height: 80px;
  line-height: 80px;
  font-size: 2.2rem;
  background: url(/img_re/icon_sale_check.png) no-repeat left center;
  background-size: 45px;
}

/* #relation */
#relation {
  position: relative;
}
#relation .inner {
  overflow: hidden;
  padding: 30px 0;
  width: 1226px;
}
#relation .slick-slider {
  position: static;
}
#relation .slick-list {
  overflow: visible;
}
#relation .slide {
  float: left;
  width: 280px;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.05);
  margin: 0 13px;
  overflow: hidden;
}
#relation .slide img {
  width: 100%;
  vertical-align: top;
}

/* #service */
#service {
  padding: 80px 0 70px;
  text-align: center;
  background: #234da1;
  color: #fff;
}
#service .ttl {
  margin: 0 0 40px;
}
#service .lead {
  font-size: 1.8rem;
  line-height: 1.6;
}
#service .pack {
  background: #fff;
  margin: 50px auto 0;
  padding: 30px 20px;
  border-radius: 5px;
  color: #234da1;
  position: relative;
}
#service .pack:before {
  content: "";
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -25px;
}
#service .pack .subTtl {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 20px;
}
#service .pack p {
  font-size: 1.8rem;
}
#service .pack ul {
  margin: 20px auto 0;
}
#service .pack ul li {
  width: 130px;
  float: left;
}
#service .pack ul li + li {
  margin: 0 0 0 17px;
}
#service .pack ul li img {
  width: 130px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
#service .pack ul li span {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin: 10px -8px 0;
}
#service .price {
  clear: both;
  margin: 60px 0 0;
}

/* #other */
#other {
  padding: 50px 0;
  background: #3662b9;
  color: #fff;
  text-align: center;
}
#other .ttl {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 25px;
}
#other ul li {
  width: 280px;
  height: 250px;
  float: left;
  background: #fff;
  padding: 30px 10px 0;
  border-radius: 5px;
  color: #234da1;
}
#other ul li + li {
  margin: 0 0 0 26px;
}
#other ul li img {
  width: 100px;
}
#other ul li span {
  font-size: 1.8rem;
  display: block;
  margin: 15px 0 0;
  line-height: 1.4;
  font-weight: 500;
}

/* #linkBtm */
#linkBtm {
  padding: 30px 0;
  text-align: center;
}
#linkBtm ul li {
  width: 280px;
  float: left;
  border-radius: 5px;
  background: #f2f5fb;
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
#linkBtm ul li + li {
  margin: 0 0 0 26px;
}
#linkBtm ul li a {
  height: 150px;
  display: block;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
#linkBtm ul li a figure {
  width: 220px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin: 0 0 0 -110px;
}
#linkBtm ul li a figure img {
  width: 100%;
}
#linkBtm ul li a span {
  padding: 120px 0 0;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
#linkBtm ul li a span i {
  font-size: 90%;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}
#linkBtm ul li.recruit a figure {
  width: 280px;
  top: -35px;
  margin: 0 0 0 -140px;
}
#linkBtm ul li.offset a figure {
  width: 190px;
  top: -5px;
  margin: 0 0 0 -95px;
}

/* -----------------------------------------------------------------------------

 min-width: 751px

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  /* #carSearch */
  #carSearch section .ttl {
    pointer-events: none;
  }
  #carSearch section .box {
    display: block !important;
  }

  /* #purchase */
  #purchase .box .type ul li a:hover {
    background-color: #eff3f5;
  }

  /* #purchase */
  #relation .slide {
    transition: 0.2s ease-out;
    position: relative;
    top: 0;
  }

  #relation .slide:hover {
    top: -8px;
  }

  /* #linkBtm */
  #linkBtm ul li {
    top: 0;
    transition: 0.2s ease-out;
  }

  #linkBtm ul li:hover {
    top: -8px;
  }
}
/* -----------------------------------------------------------------------------

 max-width: 750px

----------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* #mv */
  #mv {
    height: auto;
    padding: 0 0 40px;
    background: #fff;
  }
  #mv .slick-arrow {
    box-shadow: none;
    top: 100%;
    margin: 0;
  }

  /* #carSearch */
  #carSearch .inner {
    width: auto;
    display: block;
    flex-wrap: inherit;
    padding: 0;
  }
  #carSearch section {
    width: auto;
    float: none;
    padding: 30px 20px;
  }
  #carSearch section .ttl {
    font-size: 3.9rem;
    margin: 0 -20px;
    cursor: pointer;
  }
  #carSearch section .ttl i {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -20px 0 0;
  }
  #carSearch section .ttl i:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -7px;
  }
  #carSearch section .ttl.close i:after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 0;
  }
  #carSearch section .subTtl {
    margin: 0 0 15px;
  }

  /* #purchase */
  #purchase .ttl i {
    border-color: #234da1;
  }
  #purchase .ttl i:before,
  #purchase .ttl i:after {
    background: #234da1;
  }
  #purchase .box > div + div {
    margin-top: 30px;
  }
  #purchase .box .easy {
    padding: 20px;
  }
  #purchase .box .easy .wrap {
    padding: 0;
    height: auto;
  }
  #purchase .box .easy .wrap .btnSearch {
    position: static;
    top: inherit;
    right: inherit;
    margin: 10px auto 0;
  }
  #purchase .box .easy .selectWrap {
    width: 100%;
    float: none;
    margin: 0;
  }
  #purchase .box .easy .selectWrap + .selectWrap {
    margin: 10px 0 0;
  }
  #purchase .box .type ul {
    margin: 0;
  }
  #purchase .box .type ul li {
    width: 33%;
  }
  #purchase .box .type ul li:nth-child(5n+1) {
    width: 33%;
    border-left: 1px solid #ddd;
  }
  #purchase .box .type ul li:nth-child(-n+5) {
    border-top: 1px solid #ddd;
  }
  #purchase .box .type ul li:nth-child(3n+1) {
    border-left: none;
    width: 34%;
  }
  #purchase .box .type ul li:nth-child(-n+3) {
    border-top: none;
  }
  #purchase .box .type ul li:nth-child(n+7) {
    width: 25%;
  }
  #purchase .box .type ul li:nth-child(n+10) {
    border-left: 1px solid #ddd;
  }
  #purchase .box .type ul li a {
    display: block;
    height: 83px;
    padding: 10px 0 0;
  }
  #purchase .box .type ul li a span {
    height: 35px;
    display: table;
    width: 100%;
    text-align: center;
  }
  #purchase .box .type ul li a span b {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
    color: #234da1;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 0;
  }
  #purchase .box .keyword .wrap {
    margin: 0;
  }

  /* #sale */
  #sale .ttl i {
    border-color: #f28300;
  }
  #sale .ttl i:before,
  #sale .ttl i:after {
    background: #f28300;
  }
  #sale .lead {
    font-size: 1.6rem;
  }
  #sale .lead img {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 15px;
  }
  #sale ul {
    margin: 15px auto 0;
    max-width: 335px;
  }
  #sale ul li {
    padding: 16px 0 0;
    height: 100px;
    font-size: 1.3rem;
  }
  #sale ul li img {
    width: 54px;
  }
  #sale .btnWrap {
    clear: both;
    margin: 20px auto 0;
  }
  #sale .btnWrap > span {
    margin: 0 0 15px;
  }
  #sale .btnWrap a {
    width: auto;
    max-width: 335px;
  }
  #sale .btnWrap a span {
    padding: 0 0 0 44px;
    font-size: 1.6rem;
    background-size: 36px;
  }

  /* #relation */
  #relation .inner {
    padding: 20px 0;
    margin: 0 40px;
    width: auto;
  }

  /* #service */
  #service {
    padding: 35px 0;
  }
  #service .ttl {
    margin: 0 auto 30px;
    max-width: 335px;
  }
  #service .lead {
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  #service .pack {
    background: #fff;
    margin: 30px auto 0;
    padding: 25px 0;
  }
  #service .pack .subTtl {
    margin: 0 0 10px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  #service .pack p {
    font-size: 1.4rem;
  }
  #service .pack ul {
    max-width: 335px;
    margin: 15px auto 0;
    font-size: 0;
  }
  #service .pack ul li {
    width: 105px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
  }
  #service .pack ul li + li {
    margin: 5px 0 0;
  }
  #service .pack ul li:nth-child(1) {
    margin-left: 15%;
  }
  #service .pack ul li:nth-child(2) {
    margin-right: 15%;
  }
  #service .pack ul li img {
    width: 90px;
    margin: 0 auto;
  }
  #service .pack ul li span {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 105px;
  }
  #service .price {
    margin: 40px auto 0;
    max-width: 335px;
  }

  /* #other */
  #other {
    padding: 35px 0;
  }
  #other ul {
    margin: -4% 0 0 -4%;
  }
  #other ul li {
    width: 46%;
    height: 158px;
    padding: 9px 0 0;
    margin: 4% 0 0 4%;
  }
  #other ul li + li {
    margin: 4% 0 0 4%;
  }
  #other ul li img {
    width: 76px;
  }
  #other ul li span {
    font-size: 1.3rem;
    margin: 10px 0 0;
    letter-spacing: 0;
  }

  /* #linkBtm */
  #linkBtm {
    padding: 20px 0 0;
  }
  #linkBtm ul {
    margin: -4% 0 0 -4%;
  }
  #linkBtm ul li {
    width: 46%;
    padding: 0;
    margin: 4% 0 0 4%;
    box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.05);
  }
  #linkBtm ul li + li {
    margin: 4% 0 0 4%;
  }
  #linkBtm ul li a {
    height: 150px;
    padding: 0 5px;
    display: block;
  }
  #linkBtm ul li a figure {
    width: 182px !important;
    position: absolute;
    top: -2px !important;
    left: 50% !important;
    margin: 0 0 0 -91px !important;
  }
  #linkBtm ul li a figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 8px 5px #f2f5fb inset;
  }
  #linkBtm ul li a span {
    padding: 115px 0 0;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
/* -----------------------------------------------------------------------------

 max-width: 375px

----------------------------------------------------------------------------- */
@media screen and (max-width: 374px) {
  /* #service */
  #service .pack ul li:nth-child(1) {
    margin-left: 0;
  }
  #service .pack ul li:nth-child(2) {
    margin-right: 0;
  }
}
