@charset "UTF-8";
/*OUTLETカラー*/
/*search/scenesカラー*/
/* line 1, ../../scss/top/_common_pc.scss */
.br {
  display: block;
}

/* line 5, ../../scss/top/_common_pc.scss */
.uni-notice001 .uni-notice-txt {
  font-size: 1.1rem;
}

/* line 9, ../../scss/top/_common_pc.scss */
.btn-index {
  align-items: center;
  background-image: -moz-linear-gradient(90deg, #d9ecd9 0%, honeydew 17%, honeydew 100%);
  background-image: -webkit-linear-gradient(90deg, #d9ecd9 0%, honeydew 17%, honeydew 100%);
  background-image: -ms-linear-gradient(90deg, #d9ecd9 0%, honeydew 17%, honeydew 100%);
  border-width: 1px;
  border-color: #00a44c;
  border-style: solid;
  border-radius: 6px;
  box-shadow: 1.928px 2.298px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  min-height: 54px;
  position: relative;
}
/* line 23, ../../scss/top/_common_pc.scss */
.btn-index::after {
  border-top: 2px solid #008b4f;
  border-right: 2px solid #008b4f;
  bottom: 0;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  width: 8px;
}
/* line 40, ../../scss/top/_common_pc.scss */
.btn-index:hover::after {
  right: 10px;
}
/* line 44, ../../scss/top/_common_pc.scss */
.btn-index .btn-index--ttl {
  color: #008b4f;
  font-weight: bold;
}

/* line 49, ../../scss/top/_common_pc.scss */
.btn-inquiry {
  align-items: center;
  background-image: -moz-linear-gradient(-90deg, #e80c1e 0%, #e80c1e 85%, #aa000e 100%);
  background-image: -webkit-linear-gradient(-90deg, #e80c1e 0%, #e80c1e 85%, #aa000e 100%);
  background-image: -ms-linear-gradient(-90deg, #e80c1e 0%, #e80c1e 85%, #aa000e 100%);
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  min-height: 54px;
  position: relative;
}
/* line 63, ../../scss/top/_common_pc.scss */
.btn-inquiry::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  width: 8px;
}
/* line 80, ../../scss/top/_common_pc.scss */
.btn-inquiry:hover::after {
  right: 10px;
}

/* line 85, ../../scss/top/_common_pc.scss */
.btn-inquiry--ttl {
  color: #fff;
  font-weight: bold;
}

/* line 3, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox {
  padding: 60px 0 90px;
}

/* line 9, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-head--ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
}
/* line 15, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-head--ttl .upper {
  display: block;
  margin: 0 0 15px;
}
/* line 19, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-head--ttl .lower {
  color: #008b4f;
}

/* line 23, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-head--desc {
  margin: 0 0 30px;
  text-align: center;
}

/* line 27, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-main {
  align-items: normal;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: 1200px;
}

/* line 34, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list {
  position: absolute;
  margin: 0 0 0 20px;
  position: relative;
  width: 224px;
}
/* line 39, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list:first-child {
  margin: 0;
}

/* line 43, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--sub {
  align-items: center;
  background-color: #fff;
  border: 2px solid #008b4f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  line-height: 1.8;
  margin: 0 13px 5px;
  padding: 0 5px;
  position: relative;
  width: 198px;
}
/* line 59, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--sub::before, .fiveloanbox-list--sub::after {
  content: '';
  display: block;
  position: absolute;
}
/* line 65, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--sub::before {
  border-left: 2px solid #008b4f;
  bottom: -6px;
  height: 10px;
  right: 90px;
  transform: rotate(-45deg);
  width: 12px;
}
/* line 73, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--sub::after {
  border: 8px solid transparent;
  border-left-color: #fff;
  right: 2px;
  border-left-style: solid;
  border-left-width: 8px;
  bottom: -5px;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  right: 86px;
  transform: rotate(-45deg);
  width: 0;
}

/* line 89, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--inner {
  background-color: #fff;
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 6px;
  box-shadow: 3.078px 3.94px 20px 0px rgba(0, 0, 0, 0.06);
  boc-sizing: border-box;
  display: block;
  transition: opacity 0.2s ease-out;
  min-height: 235px;
  padding: 25px 15px 70px;
  position: relative;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.fiveloanbox-list--inner:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 104, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--inner:hover .fiveloanbox-list--link span {
  text-decoration: none;
}

/* line 110, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--ttl {
  color: #008b4f;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

/* line 116, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--desc {
  color: #333;
  font-size: 1.4rem;
  margin: 15px 0 0;
}

/* line 121, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-foot {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 1200px;
}
/* line 127, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-foot .btn-index,
.fiveloanbox-foot .btn-inquiry {
  width: 400px;
}
/* line 131, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-foot .btn-index {
  margin: 0 20px 0 0;
}

/* line 135, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 142, ../../scss/top/_five-loan_pc.scss */
.fiveloanbox-list--link span {
  bottom: 15px;
  color: #175f91;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
}

/* line 1, ../../scss/top/_car-life_pc.scss */
.car-life {
  padding: 90px 0;
}

/* line 4, ../../scss/top/_car-life_pc.scss */
.carlifebox-head {
  text-align: center;
}

/* line 9, ../../scss/top/_car-life_pc.scss */
.carlifebox-head {
  text-align: center;
}

/* line 12, ../../scss/top/_car-life_pc.scss */
.carlifebox-head--ttl {
  font-size: 3rem;
  font-weight: bold;
}

/* line 16, ../../scss/top/_car-life_pc.scss */
.carlifebox-head--desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0 0;
  text-align: center;
}

/* line 22, ../../scss/top/_car-life_pc.scss */
.carlifebox-main {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  width: 1200px;
}

/* line 30, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--list {
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 0 0 15px;
  padding: 175px 0 20px;
  position: relative;
  width: 285px;
}
/* line 38, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--list:first-child {
  margin: 0;
}
/* line 41, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--list .uni-notice001 {
  margin: 10px 10px 0;
}

/* line 45, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--image {
  left: -1px;
  position: absolute;
  top: -1px;
}

/* line 50, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--ttl {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  margin: 15px 0 0;
  min-height: 54px;
}
/* line 58, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--ttl .ttl {
  display: block;
  text-align: center;
}

/* line 63, ../../scss/top/_car-life_pc.scss */
.carlifebox-main--desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 15px 10px 0;
}

/* line 68, ../../scss/top/_car-life_pc.scss */
.carlifebox-foot {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 1200px;
}
/* line 74, ../../scss/top/_car-life_pc.scss */
.carlifebox-foot .btn-index {
  margin: 0 0 0 20px;
  width: 400px;
}
/* line 77, ../../scss/top/_car-life_pc.scss */
.carlifebox-foot .btn-index:first-child {
  margin: 0;
}

/*ガリバー独自の安心サービス*/
/* line 2, ../../scss/top/_ex-purchase_pc.scss */
.ex-purchase {
  background-color: #f1f7f2;
  position: relative;
  height: 492px;
}

/* line 7, ../../scss/top/_ex-purchase_pc.scss */
.ex-purchase-bg {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 12, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox {
  margin: 0 auto;
  position: relative;
  width: 1130px;
  z-index: 1;
}

/* line 18, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-head {
  padding: 60px 0 0 50px;
}

/* line 21, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-head--ttl {
  font-size: 3rem;
  font-weight: bold;
}
/* line 24, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-head--ttl .upper {
  display: block;
}
/* line 27, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-head--ttl .lower {
  color: #008b4f;
}

/* line 31, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main {
  align-items: normal;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
  text-align: center;
}

/* line 38, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list {
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 20px 0;
  width: 550px;
}
/* line 43, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .btn-inquiry {
  margin: 20px 78px 0;
}
/* line 46, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .btn-index {
  margin: 20px 125px 0;
  min-height: 44px;
}
/* line 50, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .pulldown {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
/* line 56, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .pulldown-area {
  margin: 0 0 0 10px;
  position: relative;
  width: 160px;
}
/* line 60, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .pulldown-area::after {
  border-top: 2px solid #008b4f;
  border-right: 2px solid #008b4f;
  bottom: 2px;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 0;
  width: 8px;
}
/* line 74, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .pulldown-area:first-child {
  margin: 0;
}
/* line 78, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .pulldown-area.nolist::after {
  border-top: none;
  border-right: none;
}
/* line 84, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--list .pulldown-area--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 6px;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  height: 38px;
  line-height: 1;
  padding: 0 10px;
  width: 100%;
}

/* line 101, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 105, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--desc {
  font-size: 1.4rem;
  margin: 15px 0 0;
}

/* line 109, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--link {
  align-items: normal;
  display: flex;
  justify-content: center;
}
/* line 113, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--link a {
  font-size: 1.6rem;
  color: #175f91;
  margin: 20px 0 0 20px;
  text-decoration: underline;
}
/* line 118, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--link a:hover {
  text-decoration: none;
}
/* line 121, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-main--link a:first-child {
  margin: 20px 0 0;
}

/* line 126, ../../scss/top/_ex-purchase_pc.scss */
.purchasebox-foot {
  width: 1000px;
  margin: 70px auto 0;
}

/* line 1, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox {
  display: none;
  position: relative;
  z-index: 40;
}

/* line 6, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--bg {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}

/* line 16, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--main {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  bottom: 0;
  height: 660px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  top: 0;
  width: 900px;
  z-index: 50;
}

/* line 30, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--inner {
  margin: 30px 30px 15px;
}

/* line 33, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--closetxt {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 40, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--closetxt {
  color: #666;
  margin-top: 40px;
  text-align: center;
  text-decoration: underline;
}

/* line 46, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--close {
  height: 30px;
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 5px;
  width: 30px;
}
/* line 53, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--close span {
  color: #999;
  font-size: 0rem;
  position: relative;
}
/* line 57, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--close span::before, .modal-reservebox--close span::after {
  background-color: #ccc;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
/* line 71, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--close span::before {
  transform: rotate(45deg);
}
/* line 74, ../../scss/top/_modal-reservation_pc.scss */
.modal-reservebox--close span::after {
  transform: rotate(-45deg);
}

/* line 80, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-ttl {
  border-bottom: 1px solid #eee;
  color: #008b4f;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0 0 10px;
  text-align: center;
}

/* line 89, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  height: 430px;
  justify-content: flex-start;
  overflow-y: auto;
}
/* line 96, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 70px;
}
/* line 101, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox {
  align-items: center;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.3rem;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  line-height: 1;
  margin: 0 10px 0 0;
  width: 144px;
}
/* line 113, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox::before, .reservebox-form--contents .radiobox-group .radiobox::after {
  border-radius: 50%;
  box-sizing: border-box;
  bottom: 0;
  content: '';
  height: 14px;
  margin: auto 0;
  position: absolute;
  transition: opacity .2s ease-out;
  top: 0;
  width: 14px;
}
/* line 126, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox::before {
  background-color: #ccc;
  display: block;
  left: 10px;
}
/* line 131, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox::after {
  background-color: #ccc;
  border: 2px solid #fff;
  display: block;
  height: 10px;
  left: 12px;
  width: 10px;
}
/* line 139, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox:last-child {
  margin-right: 0;
}
/* line 142, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox.is-checked {
  color: #008b4f;
}
/* line 144, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radiobox.is-checked::after {
  background-color: #008b4f;
}
/* line 149, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .radiobox-group .radio-text {
  margin: 0 0 0 35px;
}
/* line 154, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .uni-pulldown::before {
  display: none;
}
/* line 157, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents .uni-pulldown::after {
  border-top: 2px solid #008b4f;
  border-right: 2px solid #008b4f;
  bottom: 2px;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 0;
  width: 8px;
}
/* line 172, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--contents input[type="text"],
.reservebox-form--contents input[type="tel"] {
  box-sizing: boeder-box;
  height: 46px;
  padding: 10px;
}

/* line 179, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first {
  margin: 0 50px 0 30px;
  width: 370px;
}
/* line 182, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--ttl {
  align-items: normal;
  display: flex;
  justify-content: flex-start;
  width: 70px;
}
/* line 187, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--ttl .req {
  align-items: center;
  background-color: #c70414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 20px;
  justify-content: center;
  line-height: 1;
  margin: 10px 5px 0 0;
  padding: 3px 5px;
}
/* line 200, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--ttl .req::before {
  display: none;
}
/* line 204, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--ttl .any {
  align-items: center;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 20px;
  justify-content: center;
  line-height: 1;
  margin: 10px 5px 0 0;
  padding: 3px 5px;
}
/* line 217, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--ttl .any::before {
  display: none;
}
/* line 222, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox {
  margin: 0 0 25px;
}
/* line 224, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox:last-child {
  margin: 0;
}
/* line 228, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--area {
  width: 370px;
}
/* line 231, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--first .reservebox-formbox--desc {
  width: 300px;
}

/* line 235, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--second {
  width: 370px;
}
/* line 237, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--second .reservebox-formbox {
  margin: 0 0 24px;
}
/* line 239, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--second .reservebox-formbox:last-child {
  margin: 0;
}
/* line 243, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--second input[type="text"],
.reservebox-form--second input[type="tel"] {
  width: 300px;
}

/* line 248, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--submit {
  margin: 0 auto;
  width: 410px;
}
/* line 251, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--submit .btn-inquiry {
  margin: 0 auto;
  width: 300px;
}
/* line 255, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--submit .btn-inquiry--ttl {
  font-size: 1.6rem;
}
/* line 258, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--submit .uni-notice001 {
  margin: 10px 0 0;
}

/* line 262, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: flex-start;
  line-height: 1;
  margin: 0 0 15px;
}
/* line 270, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl .req {
  align-items: center;
  background-color: #c70414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 3px 5px;
}
/* line 280, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl .req::before {
  display: none;
}
/* line 284, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl .any {
  align-items: center;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 20px;
  justify-content: center;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 3px 5px;
}
/* line 297, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl .any::before {
  display: none;
}
/* line 301, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl .ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
/* line 304, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-form--ttl .ttl .sub {
  font-size: 1.1rem;
  font-weight: normal;
}

/* line 310, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--area {
  align-items: normal;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px;
}

/* line 317, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--ttl .ttl {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px 0 0;
}
/* line 321, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--ttl .ttl .sub {
  font-size: 1.1rem;
  font-weight: normal;
}

/* line 328, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--desc .namebox {
  align-items: normal;
  display: flex;
  justify-content: flex-start;
}
/* line 333, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--desc .namebox-list {
  width: 146px;
}
/* line 335, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--desc .namebox-list:last-child {
  margin: 0 0 0 8px;
}
/* line 338, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--desc .namebox-list input[type="text"] {
  width: 100%;
}

/* line 343, ../../scss/top/_modal-reservation_pc.scss */
.reservebox-formbox--notice {
  font-size: 1.1rem;
  margin: 5px 0 0;
  width: 300px;
}

/* line 348, ../../scss/top/_modal-reservation_pc.scss */
.error-txt {
  color: #c70414;
  font-size: 1.3rem;
  margin: 5px 0 0;
  width: 100%;
}

/* line 1, ../../scss/top/_norico-contents_pc.scss */
.norico-contents {
  padding: 40px 0 80px;
  position: relative;
}
/* line 4, ../../scss/top/_norico-contents_pc.scss */
.norico-contents::before {
  background-image: -moz-linear-gradient(-45deg, #1b9e4c 0%, #03835a 100%);
  background-image: -webkit-linear-gradient(-45deg, #1b9e4c 0%, #03835a 100%);
  background-image: -ms-linear-gradient(-45deg, #1b9e4c 0%, #03835a 100%);
  content: '';
  display: block;
  height: 350px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 18, ../../scss/top/_norico-contents_pc.scss */
.noricobox {
  position: relative;
  z-index: 1;
}

/* line 22, ../../scss/top/_norico-contents_pc.scss */
.noricobox-head {
  text-align: center;
}

/* line 25, ../../scss/top/_norico-contents_pc.scss */
.noricobox-head {
  text-align: center;
}

/* line 28, ../../scss/top/_norico-contents_pc.scss */
.noricobox-head--ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
/* line 32, ../../scss/top/_norico-contents_pc.scss */
.noricobox-head--ttl::after {
  content: 'norico';
  display: block;
  font-size: 1.6rem;
  margin: 15px 0 0;
}

/* line 39, ../../scss/top/_norico-contents_pc.scss */
.noricobox-head--desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 10px 0 0;
  text-align: center;
}

/* line 46, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  width: 1200px;
}

/* line 54, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main--list {
  background-color: white;
  box-shadow: 2.939px 4.045px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0 0 20px;
  width: 230px;
}
/* line 61, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main--list:first-child {
  margin: 0;
}

/* line 65, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main--lnk {
  display: block;
}

/* line 68, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main--ttl {
  margin: 0 10px;
}
/* line 70, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main--ttl .date {
  color: #555;
  display: block;
  font-size: 1.2rem;
  margin: 15px 0 0;
}
/* line 76, ../../scss/top/_norico-contents_pc.scss */
.noricobox-main--ttl .ttl {
  color: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 0;
}

/* line 85, ../../scss/top/_norico-contents_pc.scss */
.noricobox-foot {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 1200px;
}
/* line 91, ../../scss/top/_norico-contents_pc.scss */
.noricobox-foot .btn-index {
  margin: 0 0 0 20px;
  width: 400px;
}
/* line 94, ../../scss/top/_norico-contents_pc.scss */
.noricobox-foot .btn-index:first-child {
  margin: 0;
}

/*ガリバー独自の安心サービス*/
/* line 2, ../../scss/top/_reliable-service_pc.scss */
.reliable-service {
  margin: 0 0 70px;
  padding: 40px 0 0;
  position: relative;
}
/* line 6, ../../scss/top/_reliable-service_pc.scss */
.reliable-service::before {
  background-color: #f1f9f4;
  content: '';
  display: block;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 17, ../../scss/top/_reliable-service_pc.scss */
.reliablebox {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  z-index: 1;
}

/* line 23, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-head {
  text-align: center;
}

/* line 26, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-head--ttl {
  font-size: 3rem;
  font-weight: bold;
}
/* line 29, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-head--ttl .lower {
  display: block;
}

/* line 33, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-main {
  align-items: normal;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  box-shadow: 3.078px 3.94px 20px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* line 43, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list {
  background-color: #fff;
  border-left: 1px solid #eeeeee;
  transition: opacity 0.2s ease-out;
  padding: 40px 35px 90px;
  position: relative;
  text-align: center;
  width: 400px;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.reliablebox-list:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 51, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list .imitate-link {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 62, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list .imitate-link--txt {
  bottom: 30px;
  color: #175f91;
  font-weight: bold;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-decoration: underline;
}
/* line 74, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list:hover .imitate-link--txt {
  text-decoration: none;
}

/* line 79, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list--ttl {
  color: #008b4f;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0 0;
  position: relative;
}
/* line 85, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list--ttl .br {
  display: block;
}
/* line 88, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list--ttl .sub {
  font-size: 1.1rem;
  right: 75px;
  position: absolute;
  top: -10px;
}

/* line 95, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list--desc {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 25px 0 0;
  text-align: left;
}
/* line 101, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list--desc .uni-notice001 {
  margin: 20px 0 0;
}
/* line 103, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-list--desc .uni-notice001 .uni-notice-txt {
  line-height: 1.6;
  margin: 0;
}

/* line 109, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-foot {
  align-items: normal;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 20px;
  width: 1200px;
}

/* line 116, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-foot--ttl {
  font-size: 2.2rem;
  font-weight: bold;
}

/* line 120, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-foot--desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0 0;
}

/* line 125, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-footbox {
  width: 600px;
}

/* line 128, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-foot--evidence {
  margin: 0 50px 0 0;
  width: 400px;
}

/* line 132, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-foot--medal {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

/* line 137, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori,
.medal-hanbai {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  height: 174px;
  justify-content: center;
  margin: 0 10px;
  position: relative;
  width: 190px;
}
/* line 147, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .img-medal,
.medal-hanbai .img-medal {
  position: absolute;
  top: 0;
}
/* line 151, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .desc,
.medal-hanbai .desc {
  color: #008b4f;
  display: block;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
/* line 158, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .desc .small,
.medal-hanbai .desc .small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 0 0 0 5px;
  text-align: left;
}
/* line 164, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .desc .small::after,
.medal-hanbai .desc .small::after {
  content: '！';
  margin: 0 0 0 -.5em;
}
/* line 170, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .evi,
.medal-hanbai .evi {
  align-items: flex-start;
  bottom: 20px;
  display: flex;
  font-size: 1rem;
  font-weight: normal;
  justify-content: flex-start;
  position: absolute;
  right: 10px;
}

/* line 182, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .ttl {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
/* line 188, ../../scss/top/_reliable-service_pc.scss */
.medal-kaitori .inner {
  display: block;
  margin: 35px 0 0;
  position: relative;
  text-align: center;
}

/* line 196, ../../scss/top/_reliable-service_pc.scss */
.medal-hanbai .ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
/* line 202, ../../scss/top/_reliable-service_pc.scss */
.medal-hanbai .inner {
  display: block;
  margin: 30px 0 0;
  position: relative;
  text-align: center;
}
/* line 208, ../../scss/top/_reliable-service_pc.scss */
.medal-hanbai .desc {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 214, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-btnarea {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 1200px;
}
/* line 220, ../../scss/top/_reliable-service_pc.scss */
.reliablebox-btnarea .btn-index {
  width: 400px;
}

/*クルマを査定・クルマを探す*/
/* line 2, ../../scss/top/_satei-search_pc.scss */
.satei-search {
  background-image: url(/assets/img/top/bg-sateisearch_pc.webp);
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
  margin: 0 0 50px;
  min-height: 600px;
  padding: 30px 0 0;
}

/* line 11, ../../scss/top/_satei-search_pc.scss */
.campaign-evidence {
  margin-right: 99px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}

/* line 18, ../../scss/top/_satei-search_pc.scss */
.satei-search--wrap {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}

/* line 24, ../../scss/top/_satei-search_pc.scss */
.sateibox,
.searchbox {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0 0 25px;
  width: 590px;
}

/* line 32, ../../scss/top/_satei-search_pc.scss */
.sateibox {
  margin-right: 10px;
}

/* line 35, ../../scss/top/_satei-search_pc.scss */
.searchbox {
  margin-left: 10px;
}
/* line 37, ../../scss/top/_satei-search_pc.scss */
.searchbox .href-txt {
  display: none;
}
/* line 42, ../../scss/top/_satei-search_pc.scss */
.searchbox .uni-notice001.num--type2 .uni-notice-txt::before {
  content: '※2';
}

/* line 48, ../../scss/top/_satei-search_pc.scss */
.sateibox-head,
.searchbox-head {
  align-items: flex-start;
  display: flex;
  height: 75px;
}

/* line 54, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--ttl,
.searchbox-head--ttl {
  align-items: baseline;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  height: 60px;
  margin: 15px 0 0;
  padding: 10px 0 0 10px;
  position: relative;
  text-align: center;
  width: 190px;
}
/* line 69, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--ttl::after,
.searchbox-head--ttl::after {
  border: 30px solid transparent;
  border-left-style: solid;
  border-left-width: 17px;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: -47px;
  top: 0;
  width: 0;
}
/* line 83, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--ttl .small,
.searchbox-head--ttl .small {
  font-size: 1.6rem;
}
/* line 86, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--ttl .large,
.searchbox-head--ttl .large {
  font-size: 3rem;
}

/* line 90, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--ttl {
  background-color: #e0213f;
}
/* line 92, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--ttl::after {
  border-left-color: #e0213f;
}

/* line 96, ../../scss/top/_satei-search_pc.scss */
.searchbox-head--ttl {
  background-color: #0f4999;
}
/* line 98, ../../scss/top/_satei-search_pc.scss */
.searchbox-head--ttl::after {
  border-left-color: #0f4999;
}

/* line 102, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc,
.searchbox-head--desc {
  margin: 20px 0 0 40px;
}
/* line 105, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .upper,
.searchbox-head--desc .upper {
  font-size: 2.4rem;
}
/* line 108, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower,
.searchbox-head--desc .lower {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
/* line 113, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-left,
.searchbox-head--desc .lower-left {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
/* line 119, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-left span,
.searchbox-head--desc .lower-left span {
  font-size: 2.4rem;
  display: block;
}
/* line 124, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right,
.searchbox-head--desc .lower-right {
  align-items: baseline;
  display: flex;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 0 5px;
  position: relative;
}
/* line 133, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right.one-hundred,
.searchbox-head--desc .lower-right.one-hundred {
  align-items: center;
  letter-spacing: 0;
}
/* line 136, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right.one-hundred .number,
.searchbox-head--desc .lower-right.one-hundred .number {
  letter-spacing: -0.05em;
  margin: 0 0 0 -15px;
}
/* line 140, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right.one-hundred .zero,
.searchbox-head--desc .lower-right.one-hundred .zero {
  margin: 0 0 0 -10px;
}
/* line 143, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right.one-hundred .txt,
.searchbox-head--desc .lower-right.one-hundred .txt {
  display: flex;
  position: relative;
  width: 2em;
}
/* line 147, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right.one-hundred .txt::after,
.searchbox-head--desc .lower-right.one-hundred .txt::after {
  bottom: 0;
  content: '！';
  display: block;
  position: absolute;
  right: -0.75em;
}
/* line 156, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right sup,
.searchbox-head--desc .lower-right sup {
  letter-spacing: 0;
  position: absolute;
  top: 0;
}

/* line 164, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .upper {
  color: #e0213f;
}
/* line 168, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right .one {
  margin: 0 0 0 -10px;
}
/* line 171, ../../scss/top/_satei-search_pc.scss */
.sateibox-head--desc .lower-right sup {
  right: -10px;
}

/* line 181, ../../scss/top/_satei-search_pc.scss */
.win .sateibox-head--desc .lower-right.one-hundred .zero,
.win .searchbox-head--desc .lower-right.one-hundred .zero {
  margin: 0 0 0 -5px;
}
/* line 189, ../../scss/top/_satei-search_pc.scss */
.win .sateibox-head--desc .lower-right .one {
  margin: 0 0 0 -5px;
}

/* line 196, ../../scss/top/_satei-search_pc.scss */
.searchbox-head--desc .upper {
  color: #0f4999;
}
/* line 200, ../../scss/top/_satei-search_pc.scss */
.searchbox-head--desc .lower-right sup {
  right: -15px;
}

/* line 206, ../../scss/top/_satei-search_pc.scss */
.searchbox-select a {
  color: #175f91;
}
/* line 209, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .makercheck {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px 55px 20px;
}
/* line 216, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox {
  margin: 10px 0 0;
  height: 20px;
  width: 25%;
}
/* line 220, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox:nth-child(-n+4) {
  margin: 0;
}
/* line 223, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox .uni-checkbox-inner {
  padding-left: 28px;
}
/* line 225, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox .uni-checkbox-inner a {
  color: #175f91;
}
/* line 228, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox .uni-checkbox-inner::before, .searchbox-select .uni-checkbox .uni-checkbox-inner::after {
  background-image: none;
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
}
/* line 236, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox .uni-checkbox-inner::before {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  height: 20px;
  left: 0;
  line-height: 20px;
  top: 0;
  vertical-align: top;
  width: 20px;
}
/* line 248, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox .uni-checkbox-inner::after {
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #ddd;
  bottom: 0;
  display: block;
  height: 9px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  transform: rotate(45deg);
  top: 10px;
  width: 5px;
}
/* line 266, ../../scss/top/_satei-search_pc.scss */
.searchbox-select .uni-checkbox.is-checked .uni-checkbox-inner::after {
  border-bottom: 2px solid #008b4f;
  border-right: 2px solid #008b4f;
}

/* line 274, ../../scss/top/_satei-search_pc.scss */
.sateibox-reasons {
  cursor: pointer;
  margin: 0 75px;
  padding: 31px 0 0;
  position: relative;
}
/* line 279, ../../scss/top/_satei-search_pc.scss */
.sateibox-reasons:hover {
  transition: opacity 0.2s ease-out;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.sateibox-reasons:hover:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* line 283, ../../scss/top/_satei-search_pc.scss */
.sateibox-reasons--ttl,
.searchbox-select--ttl {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  margin: 15px 0 0;
}

/* line 291, ../../scss/top/_satei-search_pc.scss */
.sateibox-reasons--ttl {
  height: 100%;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
}
/* line 297, ../../scss/top/_satei-search_pc.scss */
.sateibox-reasons--ttl .ttl {
  color: #e0213f;
  display: block;
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* line 307, ../../scss/top/_satei-search_pc.scss */
.sateibox-reasons--ttl .ttl .ex {
  margin: 0 0 0 -5px;
}

/* line 313, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--ttl .ttl {
  color: #0f4999;
}
/* line 316, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--ttl .ttl .evidence .ex {
  margin: 0 0 0 -5px;
}
/* line 320, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--ttl .ttl .number {
  font-size: 2.4rem;
}
/* line 322, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--ttl .ttl .number .small {
  font-size: 2rem;
}
/* line 326, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--ttl .ttl .sub {
  color: #333;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 0 -10px;
}

/* line 334, ../../scss/top/_satei-search_pc.scss */
.reasons--4 {
  display: flex;
  justify-content: center;
}

/* line 338, ../../scss/top/_satei-search_pc.scss */
.reasons--4 {
  flex-wrap: wrap;
  margin: 35px 0 0 0;
}
/* line 341, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list {
  align-items: flex-end;
  display: flex;
  justify-content: flex-strat;
  margin: 20px 0 0;
  position: relative;
  width: 240px;
}
/* line 348, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list:nth-child(-n+2) {
  margin: 0;
}
/* line 351, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list:nth-child(even) {
  width: 200px;
}
/* line 355, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list--icn {
  margin: 0 15px 0 0;
}
/* line 358, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list--txt {
  position: relative;
  z-index: 1;
}
/* line 361, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list--txt .upper,
.reasons--4 .reasons-list--txt .lower {
  line-height: 1;
  display: block;
}
/* line 366, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list--txt .upper {
  font-size: 1.2rem;
  font-weight: bold;
  color: #008b4f;
}
/* line 371, ../../scss/top/_satei-search_pc.scss */
.reasons--4 .reasons-list--txt .lower {
  font-size: 2.2rem;
  color: #333;
  margin-top: 5px;
}

/* line 378, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial {
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 35px 50px 0;
  min-height: 72px;
  padding: 14px 0 4px;
}

/* line 389, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial--ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e50000;
  line-height: 1.2;
  width: 100px;
  text-align: center;
}
/* line 396, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial--ttl .top,
.sateibox-freedial--ttl .middle,
.sateibox-freedial--ttl .lower {
  font-weight: bold;
  display: block;
}
/* line 402, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial--ttl .middle,
.sateibox-freedial--ttl .lower {
  font-size: 1rem;
}

/* line 407, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial--desc {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 20px;
}
/* line 412, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial--desc .icn-freedial {
  margin: 0 10px 0 0;
}
/* line 415, ../../scss/top/_satei-search_pc.scss */
.sateibox-freedial--desc .tel-num {
  font-size: 3.2rem;
  font-weight: bold;
  color: #e50000;
  line-height: 1;
  display: flex;
}

/* line 423, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--btn {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  margin-bottom: 12px;
}
/* line 429, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--btn .btn-search {
  align-items: center;
  background-image: -moz-linear-gradient(90deg, #d9ecd9 0%, honeydew 10%, honeydew 100%);
  background-image: -webkit-linear-gradient(90deg, #d9ecd9 0%, honeydew 10%, honeydew 100%);
  background-image: -ms-linear-gradient(90deg, #d9ecd9 0%, honeydew 10%, honeydew 100%);
  border-width: 1px;
  border-color: #00a44c;
  border-style: solid;
  border-radius: 6px;
  box-shadow: 1.928px 2.298px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 33px;
  justify-content: center;
  margin: 0 30px 0 190px;
  position: relative;
  width: 198px;
}
/* line 446, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--btn .btn-search--icn {
  bottom: 0;
  left: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
}
/* line 453, ../../scss/top/_satei-search_pc.scss */
.searchbox-select--btn .btn-search--txt {
  color: #008b4f;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 459, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys {
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  display: flex;
  height: 70px;
  margin: 0 40px;
}

/* line 467, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys--ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 0;
}
/* line 475, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys--ttl .lower {
  display: block;
}

/* line 479, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys--desc {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 485, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys--list {
  position: relative;
  width: 25%;
}
/* line 488, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys--list a {
  color: #175f91;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: underline;
}
/* line 493, ../../scss/top/_satei-search_pc.scss */
.searchbox-popularitys--list a:hover {
  text-decoration: none;
}

/* line 500, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv,
.searchbox-foot .uni-btnmv {
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 68px;
  justify-content: center;
  position: relative;
}
/* line 508, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv::after,
.searchbox-foot .uni-btnmv::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  top: 0;
  width: 10px;
}
/* line 523, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv:hover::after,
.searchbox-foot .uni-btnmv:hover::after {
  right: 15px;
}
/* line 526, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv:hover .uni-btnmv--icn,
.searchbox-foot .uni-btnmv:hover .uni-btnmv--icn {
  left: 20px;
}
/* line 530, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--icn,
.searchbox-foot .uni-btnmv .uni-btnmv--icn {
  align-items: center;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 80px;
  left: 15px;
  position: absolute;
  top: -7px;
  width: 82px;
}
/* line 544, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--icn .inner,
.searchbox-foot .uni-btnmv .uni-btnmv--icn .inner {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
/* line 552, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--txt,
.searchbox-foot .uni-btnmv .uni-btnmv--txt {
  margin: 0 0 0 30px;
  text-align: center;
}
/* line 555, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--txt .upper,
.sateibox-foot .uni-btnmv .uni-btnmv--txt .lower,
.searchbox-foot .uni-btnmv .uni-btnmv--txt .upper,
.searchbox-foot .uni-btnmv .uni-btnmv--txt .lower {
  display: block;
  line-height: 1;
}
/* line 560, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--txt .upper,
.searchbox-foot .uni-btnmv .uni-btnmv--txt .upper {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}
/* line 565, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--txt .lower,
.searchbox-foot .uni-btnmv .uni-btnmv--txt .lower {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 5px;
}

/* line 573, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot {
  margin: 25px 50px 10px;
}
/* line 575, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv {
  background-image: -moz-linear-gradient(90deg, #a9011b 0%, #e0213f 10%, #e0213f 100%);
  background-image: -webkit-linear-gradient(90deg, #a9011b 0%, #e0213f 10%, #e0213f 100%);
  background-image: -ms-linear-gradient(90deg, #a9011b 0%, #e0213f 10%, #e0213f 100%);
  border-radius: 6px;
  box-shadow: 1.928px 2.298px 0px 0px rgba(0, 0, 0, 0.15);
}
/* line 581, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--icn {
  border: 3px solid #e60023;
}
/* line 583, ../../scss/top/_satei-search_pc.scss */
.sateibox-foot .uni-btnmv .uni-btnmv--icn .inner {
  color: #008b4f;
}

/* line 589, ../../scss/top/_satei-search_pc.scss */
.searchbox-foot {
  margin: 25px 40px 10px;
}
/* line 591, ../../scss/top/_satei-search_pc.scss */
.searchbox-foot .uni-btnmv {
  background-image: -moz-linear-gradient(90deg, #0c3978 0%, #0f4999 10%, #0f4999 100%);
  background-image: -webkit-linear-gradient(90deg, #0c3978 0%, #0f4999 10%, #0f4999 100%);
  background-image: -ms-linear-gradient(90deg, #0c3978 0%, #0f4999 10%, #0f4999 100%);
  border-radius: 6px;
  box-shadow: 1.928px 2.298px 0px 0px rgba(0, 0, 0, 0.15);
}
/* line 597, ../../scss/top/_satei-search_pc.scss */
.searchbox-foot .uni-btnmv .uni-btnmv--icn {
  border: 3px solid #0f4999;
}
/* line 599, ../../scss/top/_satei-search_pc.scss */
.searchbox-foot .uni-btnmv .uni-btnmv--icn .inner {
  color: #008b4f;
  font-size: 1.5rem;
}

/* line 606, ../../scss/top/_satei-search_pc.scss */
.modal-area {
  position: relative;
  z-index: 9;
}
/* line 609, ../../scss/top/_satei-search_pc.scss */
.modal-area.type02 {
  z-index: 9;
}
/* line 612, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 5px solid #008b4f;
  max-width: 970px;
  width: auto;
  padding: 30px 30px 0;
  position: fixed;
  background-color: #fff;
  z-index: 4;
  transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s ease-out 0.1s, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
/* line 630, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 636, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars {
  max-width: 912px;
  width: 100%;
  padding: 15px 10px 0;
  overflow: hidden;
}
/* line 641, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner {
  position: relative;
  overflow: hidden;
  height: 525px;
}
/* line 645, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner iframe {
  z-index: 6;
}
/* line 647, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe, .modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe-other, .modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe-form, .modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe-form-single {
  width: 100%;
  height: 525px;
  display: block;
  position: relative;
}
/* line 656, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe {
  height: 460px;
}
/* line 659, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe-other {
  height: 525px;
  display: none;
}
/* line 663, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe-form, .modal-area .modalbox.detail-cars .detail-cars-inner iframe.iframe-form-single {
  position: relative;
  z-index: 7;
}
/* line 669, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner .btn-close {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner .btn-close:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 679, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner .btn-close a {
  font-size: 1.2rem;
  line-height: 1;
  color: #ccc;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 688, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner .detail-overlay {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
/* line 696, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner .detail-overlay img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 704, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .detail-cars-inner .detail-overlay.fade {
  background-color: transparent;
}
/* line 709, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail-cars .modal-foot {
  position: absolute;
  width: 140px;
  margin: 0 auto;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 6;
}
/* line 720, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.model .modal-select {
  background-image: url(/assets/img/search/common/bdr_slide.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
/* line 725, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.model .modal-select .modal-select-list {
  width: 9%;
}
/* line 731, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox.detail .modal-inner {
  overflow-y: auto;
  height: 420px;
  padding-right: 20px;
}
/* line 737, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .ttl {
  font-size: 2rem;
  color: #008042;
  text-align: center;
  margin-bottom: 15px;
}
/* line 743, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select {
  display: table;
  width: 100%;
}
/* line 746, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list {
  display: table-cell;
  position: relative;
  z-index: 2;
  margin: 0;
}
/* line 751, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list.empty {
  pointer-events: none;
  opacity: 0.4;
}
/* line 756, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list:first-child span {
  margin: 0 2px 0 0;
}
/* line 761, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list:last-child span {
  margin: 0 0 0 2px;
}
/* line 766, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list.cr span {
  background-color: #fff;
  border: 1px solid #333;
  border-bottom: 1px solid #fff;
  padding: 15px;
}
/* line 771, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list.cr span:hover {
  background-color: #fff;
}
/* line 776, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list span {
  background-color: #d9d9d9;
  border-bottom: 1px solid #999;
  margin: 0 4px 0;
  padding: 15px;
  display: block;
  white-space: nowrap;
  font-size: 1.3rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
/* line 787, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select .modal-select-list span:hover {
  background-color: #ccc;
}
/* line 792, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select.slider {
  *zoom: 1;
  display: block;
}
/* line 4, ../../scss/common/mixin/_clearfix.scss */
.modal-area .modalbox .modal-select.slider:before, .modal-area .modalbox .modal-select.slider:after {
  display: table;
  content: '';
}
/* line 10, ../../scss/common/mixin/_clearfix.scss */
.modal-area .modalbox .modal-select.slider:after {
  clear: both;
}
/* line 795, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select.slider .modal-select-list {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  margin: 0 0 -1px 0;
  width: 100%;
}
/* line 803, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select.slider .modal-select-list.cr span {
  margin: 0 2px;
  background-color: #fff;
  border: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
/* line 810, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select.slider .modal-select-list.cr span:hover {
  background-color: #fff;
}
/* line 815, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select.slider .modal-select-list span {
  background-color: #d9d9d9;
  margin: -1px 4px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
  display: block;
  white-space: nowrap;
  font-size: 1.3rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
/* line 827, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .modal-select.slider .modal-select-list span:hover {
  background-color: #ccc;
}
/* line 834, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area {
  overflow-y: auto;
  height: 280px;
  display: none;
  padding-right: 20px;
}
/* line 839, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area.visible {
  display: block;
}
/* line 842, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area .ttl {
  font-size: 0rem;
  visibility: hidden;
  height: 0;
  margin: 0;
}
/* line 848, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area .colbox {
  padding: 30px 0;
}
/* line 851, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area .checkbox {
  padding: 5px 0 5px 35px;
}
/* line 853, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area .checkbox:before, .modal-area .modalbox .checkbox-area .checkbox:after {
  bottom: auto;
}
/* line 857, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area .checkbox.empty {
  pointer-events: none;
  opacity: 0.4;
}
/* line 861, ../../scss/top/_satei-search_pc.scss */
.modal-area .modalbox .checkbox-area .checkbox span {
  font-size: 1.2rem;
}
/* line 867, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner {
  position: relative;
}
/* line 869, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner.table {
  display: table;
  width: 100%;
}
/* line 873, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner.w910 {
  width: 910px;
}
/* line 876, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner.w570 {
  width: 570px;
}
/* line 879, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc {
  display: table-cell;
}
/* line 881, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc.image {
  width: 240px;
}
/* line 884, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc .txt {
  margin-bottom: 20px;
}
/* line 888, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc .notice li {
  position: relative;
  font-size: 1.1rem;
  color: #333;
  margin-left: 1.5em;
}
/* line 893, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc .notice li::before {
  position: absolute;
  content: "※";
  top: 0;
  left: -1.5em;
}
/* line 901, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc .notice.type02 li {
  font-size: 1rem;
  margin-left: 1.2em;
}
/* line 904, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .modal-desc .notice.type02 li::before {
  content: "＊";
  left: -1.2em;
}
/* line 913, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .slick-initialized .slick-slide {
  outline: none;
}
/* line 917, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .slick-list {
  background-image: url(/assets/img/search/common/bdr_slide.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  padding: 0 0 1px;
}
/* line 924, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .slick-prev,
.modal-area .modal-inner .slick-next {
  background-color: rgba(153, 153, 153, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0rem;
  border: none;
  position: absolute;
  top: 0;
  width: 20px;
  height: 50px;
}
/* line 935, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .slick-prev:hover,
.modal-area .modal-inner .slick-next:hover {
  background-color: rgba(153, 153, 153, 0.8);
}
/* line 939, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .slick-prev {
  background-image: url(/assets/img/search/common/arrow_prev.png);
  left: 0;
  z-index: 1;
}
/* line 944, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-inner .slick-next {
  background-image: url(/assets/img/search/common/arrow_next.png);
  right: 0;
}
/* line 949, ../../scss/top/_satei-search_pc.scss */
.modal-area .float {
  display: table;
  width: 100%;
}
/* line 952, ../../scss/top/_satei-search_pc.scss */
.modal-area .float .cell {
  display: table-cell;
  text-align: center;
}
/* line 956, ../../scss/top/_satei-search_pc.scss */
.modal-area .float .cell .radio label {
  margin-left: 30px;
}
/* line 962, ../../scss/top/_satei-search_pc.scss */
.modal-area .pulldown {
  background-color: #efefef;
  display: table;
  width: 100%;
}
/* line 966, ../../scss/top/_satei-search_pc.scss */
.modal-area .pulldown.half {
  display: table-cell;
  width: 46%;
}
/* line 971, ../../scss/top/_satei-search_pc.scss */
.modal-area .pulldown__select {
  width: 120%;
  line-height: 1.4;
  padding: 5px 15px;
}
/* line 976, ../../scss/top/_satei-search_pc.scss */
.modal-area .radio {
  font-size: 1.4rem;
}
/* line 978, ../../scss/top/_satei-search_pc.scss */
.modal-area .radio input {
  display: none;
}
/* line 981, ../../scss/top/_satei-search_pc.scss */
.modal-area .radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  padding: 5px 0 5px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
/* line 992, ../../scss/top/_satei-search_pc.scss */
.modal-area .radio label::before {
  -webkit-border-radius: 50%px;
  -moz-border-radius: 50%px;
  -ms-border-radius: 50%px;
  -o-border-radius: 50%px;
  border-radius: 50%px;
  border: 1px solid #a8a8a8;
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
}
/* line 1005, ../../scss/top/_satei-search_pc.scss */
.modal-area .radio input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #a8a8a8;
}
/* line 1017, ../../scss/top/_satei-search_pc.scss */
.modal-area .applicable {
  font-size: 1.8rem;
  color: #f27721;
  margin-right: 20px;
}
/* line 1021, ../../scss/top/_satei-search_pc.scss */
.modal-area .applicable .applicable-count {
  font-size: 2.4rem;
  margin: 0 5px;
}
/* line 1026, ../../scss/top/_satei-search_pc.scss */
.modal-area .modal-frame {
  width: 1046px;
  height: 555px;
}
/* line 1030, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select {
  *zoom: 1;
  background-color: #fff;
  position: absolute;
  width: 42%;
  top: 0;
  right: 0;
  z-index: 6;
}
/* line 4, ../../scss/common/mixin/_clearfix.scss */
.modal-area .detail-car-select:before, .modal-area .detail-car-select:after {
  display: table;
  content: '';
}
/* line 10, ../../scss/common/mixin/_clearfix.scss */
.modal-area .detail-car-select:after {
  clear: both;
}
/* line 1038, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select .prev,
.modal-area .detail-car-select .next {
  display: inline-block;
  width: 48%;
}
/* line 1042, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select .prev a,
.modal-area .detail-car-select .next a {
  text-align: center;
  padding: 5px;
}
/* line 1047, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select .prev {
  float: left;
}
/* line 1050, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select .prev a::before {
  content: '';
  background-image: url(/assets/img/search/common/arrow_left_emerald.png);
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
/* line 1060, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select .next {
  float: right;
}
/* line 1063, ../../scss/top/_satei-search_pc.scss */
.modal-area .detail-car-select .next a::after {
  content: '';
  background-image: url(/assets/img/search/common/arrow_right_emerald.png);
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
}

/* line 1077, ../../scss/top/_satei-search_pc.scss */
.modal-foot .btn-area .uni-col {
  margin: 0 5px;
}
/* line 1079, ../../scss/top/_satei-search_pc.scss */
.modal-foot .btn-area .uni-col .submit {
  width: 260px;
}
/* line 1082, ../../scss/top/_satei-search_pc.scss */
.modal-foot .btn-area .uni-col .btn-reset {
  background-color: #666;
  width: 240px;
}
/* line 1086, ../../scss/top/_satei-search_pc.scss */
.modal-foot .btn-area .uni-col .modal-close {
  background-color: #666;
  width: 110px;
}
/* line 1090, ../../scss/top/_satei-search_pc.scss */
.modal-foot .btn-area .uni-col .modal-back {
  background-color: #666;
  width: auto;
}
/* line 1095, ../../scss/top/_satei-search_pc.scss */
.modal-foot .btn-area .button--default {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #008b4f;
  color: #fff;
  text-align: center;
  min-width: auto;
  width: 100%;
  display: block;
  padding: 5px 10px;
}

/* line 1109, ../../scss/top/_satei-search_pc.scss */
.modal-overlay {
  z-index: 6;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: transparent;
}
/* line 1118, ../../scss/top/_satei-search_pc.scss */
.modal-overlay.type02 {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
/* line 1122, ../../scss/top/_satei-search_pc.scss */
.modal-overlay a {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

/* line 1130, ../../scss/top/_satei-search_pc.scss */
.btn-checknot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 1;
  margin: auto;
  cursor: pointer;
}

/*おクルマ選びのお役立ち情報*/
/* line 2, ../../scss/top/_store-expansion_pc.scss */
.store-expansion {
  background-image: url(/assets/img/top/bg-storeexpansion_pc.webp);
  background-position: center 90px;
  background-repeat: no-repeat;
  margin: 0 0 50px;
  padding: 0 0 40px;
}

/* line 9, ../../scss/top/_store-expansion_pc.scss */
.storebox-head {
  text-align: center;
}

/* line 12, ../../scss/top/_store-expansion_pc.scss */
.storebox-main {
  width: 1200px;
  margin: 30px auto 0;
}
/* line 15, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px 10px 10px 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
/* line 23, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storebox-main--search {
  margin-top: 30px;
  width: 600px;
}
/* line 27, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch {
  align-items: normal;
  dipslay: flex;
  flex-wrap: wrap;
  justify-content: flex-strat;
}
/* line 33, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch-col {
  margin: 0 0 15px;
  width: 50%;
}
/* line 36, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch-col .store-desc {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-strat;
  width: 100%;
}
/* line 42, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch-col .store-desc .store-desc--list {
  width: 25%;
}
/* line 47, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch-col:first-child .store-desc--list {
  width: 50%;
}
/* line 51, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch-col:last-child {
  width: 100%;
}
/* line 53, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .storesearch-col:last-child .store-desc--list {
  margin: 0 2.5em 0 0;
  width: auto;
}
/* line 59, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .store-ttl {
  font-weight: bold;
  margin: 0 0 5px;
}
/* line 62, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .store-ttl a {
  color: #333;
}
/* line 66, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .store-desc--list {
  font-size: 1.4rem;
  line-height: 1.7;
  white-space: nowrap;
  width: 50%;
  display: flex;
  align-items: center;
}
/* line 73, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .store-desc--list a {
  color: #175f91;
  text-decoration: underline;
}
/* line 76, ../../scss/top/_store-expansion_pc.scss */
.storebox-main .store-desc--list a:hover {
  text-decoration: none;
}

/* line 82, ../../scss/top/_store-expansion_pc.scss */
.storebox-ttl {
  color: #333;
}

/* line 85, ../../scss/top/_store-expansion_pc.scss */
.storebox-ttl--upper {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
/* line 90, ../../scss/top/_store-expansion_pc.scss */
.storebox-ttl--upper .em {
  color: #008b4f;
}

/* line 94, ../../scss/top/_store-expansion_pc.scss */
.storebox-ttl--lower {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 7px 0 2px;
  display: inline-block;
}

/* line 100, ../../scss/top/_store-expansion_pc.scss */
.storebox-main--desc {
  font-size: 1.8rem;
}

/* line 1, ../../scss/top/_support-beginner_pc.scss */
.support-beginner {
  align-items: normal;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 90px;
  padding: 50px 0 0;
  position: relative;
  width: 1200px;
}
/* line 9, ../../scss/top/_support-beginner_pc.scss */
.support-beginner::before {
  background-color: #f1f9f4;
  content: '';
  display: block;
  height: 450px;
  left: -100px;
  position: absolute;
  top: 0;
  width: 600px;
}

/* line 20, ../../scss/top/_support-beginner_pc.scss */
.beginner-image {
  position: relative;
  z-index: 1;
}

/* line 24, ../../scss/top/_support-beginner_pc.scss */
.beginner-article {
  margin: 0 0 0 70px;
  width: 495px;
}

/* line 28, ../../scss/top/_support-beginner_pc.scss */
.beginner-head {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 34, ../../scss/top/_support-beginner_pc.scss */
.beginner-sub {
  align-items: center;
  border: 1px solid #008b4f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin: 0 0 30px;
  position: relative;
  width: 175px;
}
/* line 47, ../../scss/top/_support-beginner_pc.scss */
.beginner-sub::before, .beginner-sub::after {
  content: '';
  display: block;
  position: absolute;
}
/* line 53, ../../scss/top/_support-beginner_pc.scss */
.beginner-sub::before {
  border-left: 1px solid #008b4f;
  bottom: -6px;
  height: 10px;
  right: 18px;
  transform: rotate(-45deg);
  width: 10px;
}
/* line 61, ../../scss/top/_support-beginner_pc.scss */
.beginner-sub::after {
  border-bottom: 1px solid #fff;
  bottom: -1px;
  height: 1px;
  right: 21px;
  width: 8px;
}
/* line 68, ../../scss/top/_support-beginner_pc.scss */
.beginner-sub:first-child {
  margin: 0 10px 25px 0;
}

/* line 72, ../../scss/top/_support-beginner_pc.scss */
.beginner-ttl {
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
}
/* line 76, ../../scss/top/_support-beginner_pc.scss */
.beginner-ttl .lower {
  display: block;
}

/* line 80, ../../scss/top/_support-beginner_pc.scss */
.beginner-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 30px 0 0;
}

/* line 85, ../../scss/top/_support-beginner_pc.scss */
.consultation-box {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}

/* line 92, ../../scss/top/_support-beginner_pc.scss */
.consultation-web,
.consultation-shop {
  width: 240px;
}

/* line 96, ../../scss/top/_support-beginner_pc.scss */
.consultation-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
/* line 101, ../../scss/top/_support-beginner_pc.scss */
.consultation-ttl .small {
  font-size: 1.2rem;
}

/* line 108, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn,
.consultation-shop--btn {
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
  position: relative;
}
/* line 118, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn .inner,
.consultation-shop--btn .inner {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/* line 123, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn::after,
.consultation-shop--btn::after {
  bottom: 0;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  width: 8px;
}
/* line 138, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn:hover::after,
.consultation-shop--btn:hover::after {
  right: 10px;
}

/* line 143, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn {
  background-image: -moz-linear-gradient(90deg, #d9ecd9 0%, honeydew 10%, honeydew 100%);
  background-image: -webkit-linear-gradient(90deg, #d9ecd9 0%, honeydew 10%, honeydew 100%);
  background-image: -ms-linear-gradient(90deg, #d9ecd9 0%, honeydew 10%, honeydew 100%);
  border-color: #00a44c;
  box-shadow: 1.928px 2.298px 0px 0px rgba(0, 0, 0, 0.15);
  height: 80px;
}
/* line 150, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn .inner {
  color: #008b4f;
}
/* line 153, ../../scss/top/_support-beginner_pc.scss */
.consultation-web--btn::after {
  border-top: 2px solid #008b4f;
  border-right: 2px solid #008b4f;
}

/* line 161, ../../scss/top/_support-beginner_pc.scss */
.consultation-shop--btn {
  align-items: center;
  background-image: -moz-linear-gradient(-90deg, #e80c1e 0%, #e80c1e 85%, #aa000e 100%);
  background-image: -webkit-linear-gradient(-90deg, #e80c1e 0%, #e80c1e 85%, #aa000e 100%);
  background-image: -ms-linear-gradient(-90deg, #e80c1e 0%, #e80c1e 85%, #aa000e 100%);
  border-color: #eeeeee;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 82px;
}
/* line 170, ../../scss/top/_support-beginner_pc.scss */
.consultation-shop--btn:hover {
  transition: opacity 0.2s ease-out;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.consultation-shop--btn:hover:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 173, ../../scss/top/_support-beginner_pc.scss */
.consultation-shop--btn .inner {
  color: #fff;
}
/* line 175, ../../scss/top/_support-beginner_pc.scss */
.consultation-shop--btn .inner:hover {
  transition: opacity 0.2s ease-out;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.consultation-shop--btn .inner:hover:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 179, ../../scss/top/_support-beginner_pc.scss */
.consultation-shop--btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*おクルマ選びのお役立ち情報*/
/* line 2, ../../scss/top/_useful-information_pc.scss */
.useful-info {
  background-color: #f1f9f4;
  padding: 60px 0 70px;
}

/* line 6, ../../scss/top/_useful-information_pc.scss */
.usefulbox-head {
  text-align: center;
}

/* line 11, ../../scss/top/_useful-information_pc.scss */
.usefulbox-head {
  text-align: center;
}

/* line 14, ../../scss/top/_useful-information_pc.scss */
.usefulbox-head-ttl {
  font-size: 3rem;
  font-weight: bold;
}

/* line 18, ../../scss/top/_useful-information_pc.scss */
.usefulbox-head-desc {
  font-size: 1.6rem;
  margin: 20px 0 0;
  text-align: center;
}

/* line 23, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
/* line 28, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main.col-6 {
  width: 1020px;
}

/* line 32, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--list {
  margin: 0 0 0 50px;
  width: 150px;
}
/* line 35, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--list:first-child {
  margin: 0;
}
/* line 40, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--list:hover .usefulbox-main--icn img {
  transform: rotate(10deg);
}
/* line 45, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--list:hover .usefulbox-main--ttl .ttl {
  text-decoration: none;
}

/* line 51, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--ttl {
  color: #175f91;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 240px;
  position: relative;
}

/* line 59, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
/* line 67, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--link .ttl {
  color: #175f91;
  display: block;
  line-height: 1.6;
  margin: 20px 0 0;
  text-decoration: underline;
}

/* line 75, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--icn {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  width: 150px;
}
/* line 81, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--icn::before {
  background-color: #f8f8f8;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  content: '';
  display: block;
  position: absolute;
  height: 150px;
  left: 0;
  top: 0;
  width: 150px;
}
/* line 92, ../../scss/top/_useful-information_pc.scss */
.usefulbox-main--icn img {
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1;
}

/* line 99, ../../scss/top/_useful-information_pc.scss */
.usefulbox-foot {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 1200px;
}
/* line 105, ../../scss/top/_useful-information_pc.scss */
.usefulbox-foot .btn-index {
  margin: 0;
  width: 400px;
}

/* line 1, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend {
  background: #f4f4f4;
  padding: 10px 0;
  margin: 30px auto 30px auto;
  width: 1200px;
}
/* line 7, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .inner {
  display: table;
  margin: 0 auto;
}
/* line 12, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area {
  display: table-cell;
  width: 270px;
  background: #fff;
  height: 100px;
  border-radius: 3px;
  vertical-align: middle;
}
/* line 20, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area .img {
  width: 136px;
}
/* line 23, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area .img img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  float: left;
  height: auto;
  width: 100%;
}
/* line 32, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area .txt {
  float: left;
  width: 134px;
  padding: 0 5px;
}
/* line 37, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area .txt .ttl {
  align-items: center;
  background: #008b4f;
  display: flex;
  height: 20px;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 7px 0 10px 0;
}
/* line 51, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area .txt .maker {
  font-size: 1rem;
  line-height: 1;
  padding: 0 5px;
  margin: 0 0 6px 0;
}
/* line 58, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .txt-area .txt .carname {
  padding: 0 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
}
/* line 67, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area {
  display: table-cell;
  width: 520px;
  padding: 0 0 0 20px;
}
/* line 72, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area dt {
  line-height: 1;
  padding: 5px 0 0 0;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}
/* line 79, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area .btn-list {
  width: 320px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  position: relative;
  color: #fff;
  transition: opacity 0.2s ease-out;
  text-align: center;
  font-weight: 700;
  height: 46px;
  background: #26ab99;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.2);
}
/* line 96, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area .btn-list::after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 111, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area .btn-list::before {
  content: "\02661";
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 120, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area .btn-history {
  width: 170px;
  float: left;
  border: 1px solid #ccc;
  display: block;
  padding: 12px 0 0 15px;
  position: relative;
  border-radius: 5px;
  color: #fff;
  transition: opacity 0.2s ease-out;
  text-align: center;
  background: #fff;
  color: #555;
  height: 46px;
  font-size: 1.4rem;
  background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, white 18%);
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, white 18%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, white 18%);
}
/* line 139, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area .btn-history::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #26ab99;
  border-right: 2px solid #26ab99;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 154, ../../scss/parts/_recommend-area_pc.scss */
.list-recommend .link-area .btn-history::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/search/icn_timer.png) no-repeat;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

/* line 1, ../../scss/top/_info-list_pc.scss */
.info-list-box {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 1200px;
  margin: 0 auto 50px;
  padding: 25px 25px 20px;
}
/* line 10, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list .link-area {
  color: #222;
  border-bottom: 1px solid #eee;
  padding: 0 30px 15px 0;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
}
/* line 20, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list .link-area::after {
  top: 6px;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  width: 8px;
  border-top: 2px solid #00a44c;
  border-right: 2px solid #00a44c;
}
/* line 36, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list .link-area .date {
  font-size: 1.4rem;
  display: flex;
  width: 70px;
  flex-shrink: 0;
  color: #555;
}
/* line 43, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list .link-area .category {
  border: 1px solid #ddd;
  background: #f8f8f8;
  font-size: 1.2rem;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 10px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 5px 10px;
}
/* line 56, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list .link-area .ttl {
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 64, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list + .link-area {
  text-align: center;
}
/* line 66, ../../scss/top/_info-list_pc.scss */
.info-list-box .info-list + .link-area .link-txt {
  color: #00537e;
  text-decoration: underline;
  font-weight: bold;
  transition: opacity 0.2s ease-out;
  font-size: 1.5rem;
}
/* line 8, ../../scss/common/mixin/_hover.scss */
.info-list-box .info-list + .link-area .link-txt:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*
.bs-header {
    margin: 0 0 0 !important;
}
*/
/* line 8, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 {
  position: relative;
  margin: 0 0 40px 0;
  padding: 10px 0 0;
  height: 686px;
  background: url(/assets/img/limited/gw-2026/bg_kv_pc.webp) no-repeat top center;
}
/* line 15, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 .ttl01 {
  margin: 0 auto;
  width: 732px;
  height: 435px;
  background: url(/assets/img/limited/gw-2026/kv-top_pc.webp) no-repeat top center;
  font-size: 0;
}
/* line 23, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 .ttl02 {
  margin: -40px auto 0;
  width: 911px;
  height: 260px;
  background: url(/assets/img/limited/gw-2026/ttl-shoplist_pc.webp) no-repeat top center;
  font-size: 0;
}
/* line 31, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 .txt {
  position: absolute;
  top: 440px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1170px;
  color: #FFF;
  font-size: 1.2rem;
  text-align: right;
}
/* line 43, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 .evidence {
  position: absolute;
  top: 500px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1170px;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
}
/* line 55, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 .btn-wrap {
  display: block;
  position: absolute;
  top: 580px;
  right: 0;
  left: 5px;
  margin: 0 auto;
  width: 370px;
  height: 80px;
}
/* line 65, ../../scss/top/_gw2026_pc.scss */
.kv-gw2026 .btn-wrap .pulldown__select {
  width: 370px;
  height: 80px;
  background-color: transparent;
  background-image: url(/assets/img/limited/gw-2026/bg-select_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-align-last: center;
}

/* line 86, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstoreoverlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 40;
}

/* line 97, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 30px;
  width: 900px;
  height: 660px;
  background: #fff;
  border: 8px solid #00ace7;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 50;
}
/* line 115, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox > .ttl {
  padding: 0 0 12px;
  color: #03835a;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
/* line 125, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .modal-targetstorebox--close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/* line 134, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .modal-targetstorebox--close span {
  position: absolute;
  font-size: 0;
}
/* line 139, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .modal-targetstorebox--close span::before,
.js-modal--targetstorebox .modal-targetstorebox--close span::after {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 18px;
  height: 3px;
  background-color: #6f7070;
  content: '';
}
/* line 154, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .modal-targetstorebox--close span::before {
  transform: rotate(45deg);
}
/* line 158, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .modal-targetstorebox--close span::after {
  transform: rotate(-45deg);
}
/* line 162, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .pulldown {
  margin: 20px 0 20px;
  width: 150px;
  height: 40px;
  font-size: 1.6rem;
}
/* line 169, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .pulldown-area {
  position: relative;
}
/* line 173, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .pulldown-area--select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 12px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
}
/* line 186, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .pulldown-area::after {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 2px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008b4f;
  border-right: 2px solid #008b4f;
  transform: rotate(135deg);
  content: '';
  pointer-events: none;
}
/* line 202, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0 10px 0 0;
  max-height: 480px;
  overflow-y: auto;
}
/* line 212, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list {
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 380px;
  border-bottom: 1px solid #eee;
}
/* line 219, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-name {
  margin: 0 0 16px 0;
}
/* line 222, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-name a {
  color: #03835a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
}
/* line 231, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner {
  display: flex;
  gap: 12px;
}
/* line 235, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-image {
  position: relative;
  width: 120px;
  height: 90px;
}
/* line 240, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 249, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info {
  width: 258px;
}
/* line 252, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .shop-info--address {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-style: normal;
}
/* line 260, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .shop-info--address .zip .icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px !important;
  height: auto;
}
/* line 270, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 24px;
  height: 60px;
  font-size: 14px;
  font-style: normal;
}
/* line 279, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc .business-hours .icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px !important;
  height: auto;
}
/* line 289, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc .ds-btn {
  display: flex;
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: 44px;
  background: linear-gradient(180deg, #F0FFF0 0%, #F0FFF0 90%, #D9ECD9 100%);
  box-sizing: border-box;
  border: 1px solid #00a44c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
/* line 303, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc .ds-btn:hover {
  opacity: .7;
}
/* line 308, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc .ds-btn--label {
  color: #03835a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* line 319, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc a.ds-btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  transition: .2s;
  -webkit-transition: .2s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
}
/* line 335, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc a.ds-btn:hover::after {
  right: 2px;
}
/* line 341, ../../scss/top/_gw2026_pc.scss */
.js-modal--targetstorebox .targetstore-list .shoplist-box .shop-inner .shop-info .ds-flex_pc a.ds-btn::after {
  border-right: 2px solid #00a44c;
  border-top: 2px solid #00a44c;
}



