/*--------------------------------------------------
  main_nav
--------------------------------------------------*/
.s-main_nav {
  margin-bottom: 3rem;
}
.s-main_nav ul {
  display: flex;
  padding: 0 8px;
  position: relative;
}
.s-main_nav ul::before {
  content: "";
  width: 100%;
  height: 7px;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.05) 100%);
  position: absolute;
  left: 0;
  bottom: 1px;
}
.s-main_nav ul::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-main_nav ul li {
  width: calc((100% - 32px)/5);
  position: relative;
}
.s-main_nav ul li:not(:last-child) {
  margin-right: 8px;
}
.s-main_nav ul li a {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  background: #F7F7F7;
  border: 1px solid #ccc;
  position: relative;
}
.s-main_nav ul li a:hover {
  opacity: .5;
  text-decoration: none;
}
.s-main_nav ul li.active {
  z-index: 2;
}
.s-main_nav ul li.active a {
  background: #fff;
  border-bottom-color: #fff;
  pointer-events: none;
}
.s-main_nav ul li.active a::before {
  content: "";
  width: calc(100% + 2px);
  height: 3px;
  background: #E37D7D;
  position: absolute;
  left: -1px;
  top: -1px;
}

/*--------------------------------------------------
  car_list_sort
--------------------------------------------------*/
.s-car_list_sort{
	background: #F7F7F7;
	border: 1px solid #ccc;
	font-size: 1.2rem;
	color: #666;
	padding: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}
.s-car_list_sort dl{
	margin: 0 3rem;
}
.s-car_list_sort dl dt{
	text-align: center;
	margin-bottom: .6rem;
}
.s-car_list_sort dl dd{
	text-align: center;
}
.s-car_list_sort dl dd a{
  display: inline-block;
	padding: 0 .5rem;
}
.s-car_list_sort dl dd a.active{
	font-weight: bold;
	color: #666;
	pointer-events: none;
}

/*--------------------------------------------------
  car_list
--------------------------------------------------*/
.s-car_list .box {
    border-top: 4px solid #e5e5e5;
    padding-top: 2rem;
}
.s-car_list section.box:nth-last-of-type(1) {
    border-bottom: 4px solid #e5e5e5;
}
.s-car_list section.box:nth-last-of-type(2) {
    border-bottom: 4px solid #e5e5e5;
}
.s-car_list .box .deleted_contents{
	padding: 1rem 0 3rem;
}
.s-car_list .box .deleted_contents .deleted_contents__title{
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: .6rem;
}
.s-car_list .box .check_info{
	display: flex;
	align-items: center;
	height: 42px;
	box-sizing: border-box;
	background: #FCF2F2;
	padding: 0 1.6rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}
.s-car_list .box .check_info.is-unable{
	background: #F7F7F7;
}
.s-car_list .box .check_info .c-designed_checkbox{
	display: block;
	width: 100%;
	cursor: pointer;
}
.s-car_list .box .check_info .c-designed_checkbox .text{
	padding-left: 3rem;
}
.s-car_list .box .check_info .c-designed_checkbox .text::before{
	transform: translateY(-50%) scale(1.2,1.2);
}
.s-car_list .box .car_info_container{
	position: relative;
	cursor: pointer;
}
.s-car_list .box .car_info_container:hover{
	background: #FEF8F8;
}
.s-car_list .box .car_info_container:hover .spec_table tr:not(:last-child)  {
  border-bottom: 6px solid #FEF8F8;
}
.s-car_list .box .car_info_container.is-soldout:hover{
	background: none;
  cursor: auto;
}
.s-car_list .box .car_info_container .soldout_contents{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-car_list .box .car_info_container .soldout_contents dt{
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.s-car_list .box .car_info_container .soldout_contents dd a{
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  margin: 0 .8rem;
}
.s-car_list .box .car_info_container .soldout_contents dd a:hover{
  text-decoration: none;
}
.carsearchlist_table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
  padding-top: 10px;
  background: #f2f2f2;
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.carsearchlist_table th,
.carsearchlist_table td {
  padding: 10px;
  line-height:1.2;
}
.carsearchlist_table th:first-child,
.carsearchlist_table th:last-child {
  width: 182px;
}
.carsearchlist_table thead th {
  font-weight: normal;
}
.carsearchlist_table td.cell_price {
  color: black;
  padding-left: 10px;
}
.carsearchlist_table td div.simple_list_staff_info_wrapper {
  font-size: 11px;
}
.opacity:hover {
  opacity: 0.8;
}
.tel_area span.tel_number {
  color: rgb(5,121,81);
  font-weight: bold;
  font-size: 16px;
}
.tel_area a:hover { 
  color: rgb(5,121,81);
}
.tel_area span.tel_icon {
  display: block;
  color: white;
  background: rgb(5,121,81);
  border: 1px solid rgb(5,121,81);
  border-radius: 3px;
  padding: 3px;
  font-size: 10px;
}
.tml5 {
  border-left: 5px solid rgba(255,255,255,0);
}
.table {
  display: table;
}

.carlist_icon {
  margin-top: 1rem;
}
.carlist_icon .carlist_newicon,
.carlist_icon .carlist_readicon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .3rem .6rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  min-width: 30px;
  margin-right: .3rem;
}
.carlist_icon .carlist_newicon {
  background-color: #DE5454;
}
.carlist_icon .carlist_readicon {
  background-color: #999;
}

.carlist_table .carname {
  font-size: 20px;
  margin-bottom: 25px;
}
.carlist_table .box:hover .carname {
  cursor: pointer;
  word-break: break-all;
}
.carlist_table .carname a {
  position: relative;
}
.s-car_list {
  margin-bottom: 1.5rem;
}
.s-car_list .box.visited .carname {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.s-car_list .box.visited .carname a {
  color: #5819AC;
}
.s-car_list .box.visited .carlist_table th,
.s-car_list .box.visited .carlist_table td {
  border: 1px solid #ddd;
}

/*--------------------------------------------------
  item
--------------------------------------------------*/
.carlist_item_title {
  padding-top: 1rem;
}
.carlist_item_title .title {
  display: block;
}
.carlist_item_title .carname_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  word-break: break-all;
}
.carlist_item_title .price .title,
.carlist_item_title .price_total .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: .5rem;
}

/*--------------------------------------------------
  carlist_table
--------------------------------------------------*/
.carlist_table {
  width: 100%;
  display: flex;
  padding-top: 1rem;
}
.carlist_table .img_table {
  text-align:center;
  margin-right: 2.4rem;
}
.carlist_table .img_table img {
  object-fit: cover;
}
.carlist_table .big_img {
  width: 200px;
  height: 150px;
  margin-bottom: .5rem;
  background-color: #eee;
}
.carlist_table .big_img img {
  width: 200px;
  max-height: 150px;
}
.carlist_table .mini_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carlist_table .mini_img li {
  padding: 0;
  width: 60px;
  height: 45px;
  background-color: #eee;
}
.carlist_table .mini_img li:last-child {
  width: 63px;
}
.carlist_table .mini_img li:not(:last-child) {
  margin-right: .5rem;
}
.carlist_table .mini_img li:last-child .text {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-top: 1.4rem;
  font-size: 1rem;
  color: #666;
}
.carlist_table .mini_img li:last-child .num {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 .2rem;
}
.carlist_table .mini_img img {
  max-height: 45px;
}
.carlist_table .carlist_box {
  width: 358px;
  margin-right: 2.4rem;
  min-height: 200px;
  padding-bottom: 10px;
}
.car_maker_name {
  display: flex;
  margin-bottom: .5rem;
  line-height: 1;
}
.car_maker_name p {
  display: flex;
  align-items: center;
  margin-top: 2px;
  font-size: 1.2rem;
  margin-right: 1rem;
  color: #333;
}

.carlist_table .carname_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.2rem;
  word-break: break-all;
}
.carlist_table .price_area {
  width: 358px;
  min-height: 62px;
  display: flex;
  color: #333;
  padding-bottom: .8rem;
}
.carlist_table .price_total {
  width: 170px;
  font-weight: bold;
  border-top: 5px solid #E37D7D;
  padding-top: 1.2rem;
  /* SOLD商談用の設定*/
  position: relative;
}
.carlist_table .price {
  width: 188px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #ccc;
  padding-top: 2.6rem;
}
.carlist_table .price .title,
.carlist_table .price_total .title {
  font-size: 1.4rem;
  font-weight: bold;
}

.price_area .price_total .num {
  font-size: 3.6rem;
  line-height: 1;
}
.carlist_table .price_total .num .s {
  font-size: 2.8rem;
}
.carlist_table .price_total .num .nedan_text {
  font-size: 2.4rem;
  position: absolute;
  bottom: 0;
}
.price_area .price .num {
  font-size: 2rem;
  line-height: 1;
}
.carlist_table .price .num .s {
  font-size: 1.6rem;
}

.carlist_table .price .zei,
.carlist_table .price_total .zei {
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  padding-left: 0.2rem;
}
.carlist_table .price_area .num .text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.carlist_table .price .num {
  color: #333;
}
.carlist_table .price_total .num {
  color: #DE5454;
}
.carlist_table .car_point_list {
  margin-top: 1.6rem;
}
.carlist_table .car_point_list li {
  border: 1px solid #8E8E8E;
  color: #666;
  display: inline-block;
  padding: .5rem .9rem;
  font-size: 1.2rem;
  margin-right: .7rem;
  margin-bottom: .6rem;
  background: #fff;
}
.carlist_table .car_point_list li a {
  color: #666;
  text-decoration: none;
}
.carlist_table .right {
  float: right;
}

.carlist_table .s-link_usecari_car_detail{
  display: inline-flex;
  align-items: center;
  background: #FFF9D7;
  border: 1px solid #D6ED7A;
  border-radius: 20px;
  color: #107938;
  font-size: 1rem;
  padding: .4rem 1.2rem;
  margin-top: .4rem;
}
.carlist_table .s-link_usecari_car_detail::before{
  content: "";
  width: 10px;
  height: 12px;
  background: url(/img/carlist/icon_usecari.svg) no-repeat center / contain;
  margin-right: .6rem;
}
.carlist_table .s-link_usecari_car_detail::after{
  content: "";
  width: 9px;
  height: 9px;
  background: url(/img/carlist/icon_blank_usecari.svg) no-repeat center / contain;
  margin-left: .4rem;
}
.carlist_table .s-link_usecari_car_detail:hover{
  text-decoration: none;
  opacity: .7;
}

.carlist_table .price .price_detail{
  width: 90px;
}

/* end price_area */

/*--------------------------------------------------
  price_info_area
--------------------------------------------------*/
.price_info_area {
  border: 1px solid #E5E5E5;
  border-radius: 0.8rem;
  padding: 0.4rem 1.2rem;
  width: 332px;
}
.price_info_area .info_table {
  border-collapse: separate;
  border-spacing: .4rem;
}
.price_info_area th,
.price_info_area td {
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.4;
}
.price_info_area th {
  min-width: 2.4rem;
  padding-right: .8rem;
}
/* end price_info_area */

.carlist_table .block {
  width: 394px;
}

.spec_table{
  width: 100%;
}
.spec_table tr {
  border-bottom: 6px solid #FFFFFF; 
}
.spec_table tr:last-child {
  border-bottom: none;
}
.spec_table th, .spec_table td {
  padding: .6rem;
  font-size: 1.2rem;
}
.spec_table th{
  background: #F2F2F2;
  width: 62px;
  text-align: center;
}
.spec_table td{
  width: 115px;
  text-align: left;
}

.btn_area {
  display: flex;
  justify-content: space-between;
  width: 394px;
  height: 50px;
  gap: .8rem;
  margin-bottom: 2rem;
}
.btn_area a.btn_favorite {
  background: #fff;
  border-radius: 5px;
  color: #666;
  border: 1px solid #bbb;
  box-shadow: 0px 2px 0px #bbb;
  text-decoration: none;
  width: 106px;
  line-height: 1.2;
  height: 48px;
}
.btn_area a.btn_favorite:hover {
  text-decoration: none;
  background: #f2f2f2;
  box-shadow: none;
  margin-top: .2rem;
}
.btn_area a.btn_favorite span {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-top: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
}
.btn_area a.btn_favorite span:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 9.2px;
  width: 17.6px;
  height: 16px;
}
.btn_area a.btn_favorite.btn_show_fav span:before {
  background: url(/img/cardetail/more/icon_favorite_on.svg);
  background-size: 17.6px 16px;
}
.btn_area a.btn_favorite.btn_add_fav span:before {
  background: url(/img/cardetail/more/icon_favorite_off.svg);
  background-size: 17.6px 16px;
}
.btn_area a.btn_favorite.btn_del_fav span:before {
  background: url(/img/icon/icon_close_circle.svg) no-repeat center/contain;
}
.btn_area a.inquiry_button,
.btn_area a.inquiry_button_inactive {
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-left: 26px;
  display: block;
  width: 250px;
  font-weight: bold;
  font-size: 1.8rem;
}
.btn_area a.inquiry_button {
  background: #48B0E8;
  color: #fff;
  box-shadow: 0px 2px 0px #0c6fbb;
  height: 50px;
  line-height: 50px;
}
.btn_area a.inquiry_button_inactive {
  color: #fff;
  background: #ccc;
  pointer-events: none;
  cursor: default;
  height: 52px;
  line-height: 52px;
  margin-left: auto;
}
.btn_area a.inquiry_button:hover,
.btn_area a.inquiry_button_inactive:hover {
  text-decoration: none;
  box-shadow: none;
  margin-top: .2rem;
}
.btn_area a.inquiry_button span:first-child,
.btn_area a.inquiry_button_inactive span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 34px;
  line-height: 1.3;
  border-radius: 5px 0 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.btn_area a.inquiry_button span:first-child {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #1A95D8), to(#1A95D8));
  background-image: -webkit-linear-gradient(top, #1A95D8 85%, #1A95D8 100%);
  background-image: linear-gradient(to bottom, #1A95D8 85%, #1A95D8 100%);
  padding: 7px 7px 9px 7px;
}
.btn_area a.inquiry_button_inactive span:first-child {
  background: #bbb;
  padding: 9px 7px 9px 7px;
}
.btn_area a.inquiry_button:hover {
  background: #6CBFEC;
}
.btn_area a.inquiry_button:hover span:first-child {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #47AADF), to(#47AADF));
  background-image: -webkit-linear-gradient(top, #47AADF 85%, #47AADF 100%);
  background-image: linear-gradient(to bottom, #47AADF 85%, #47AADF 100%);
}

.store_area {
  width: 100%;
  display: flex;
  border-top: 2px solid #E5E5E5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.store_area .address {
  padding: .5rem 1.5rem;
  border-right: 1px solid #E5E5E5;
}
.store_area .address p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  width: 48px;
}
.store_area .store_info {
  display: flex;
  padding: .5rem 1.5rem;
  border-right: 1px solid #E5E5E5;
}
.store_area .store_info .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  height: 50px;
  width: 50px;
}
.store_area .store_info .logo img {
  object-fit: cover;
  width: 100%;
}
.store_area .store_info .store_name {
  display: flex;
  justify-content: space-between;
}
.store_area .store_info .store_name a {
  font-size: 1.2rem;
  font-weight: bold;
}

.store_area .store_info .store_comment {
  background: #F7F7F7;
  padding: .7rem .8rem;
  margin-top: .6rem;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store_area .review {
  padding: .5rem 1.5rem;
  border-right: 1px solid #E5E5E5;
  min-width: 145px;
}

.store_area .review dt {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.store_area .review .title {
  color: #333;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #E5E5E5;
  font-size: 1rem;
  padding: .3rem .5rem;
}
.store_area .review .num {
  color: #DE5454;
  font-weight: bold;
  font-size: 1.6rem;
}
.store_area .review .text {
  font-size: 1rem;
  line-height: 1.2rem;
}

.carlist_box .soldout_comment,
.carlist_shop .tel_number {
  color: #E37D7D;
  font-weight: bold;
}

.store_area .staff_info {
  position: relative;
  width: 40px;
  height: 40px;
  top: .7rem;
  right: 0;
  margin-left: 1.2rem;
}
.store_area .staff_info .photo {
    position: absolute;
    bottom: 0;
    right: 0;
}
.store_area .staff_info .photo img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.store_area .staff_info .photo:before {
  position: absolute;
  display: block;
  content: url(/img/icon/comment_image.svg);
  top: -7px;
  left: 0;
  width: 20px;
  height: 15.44px;
  z-index: 1;
  opacity: 1;
}
.store_area .staff_info .photo:hover:before {
  opacity: 0;
}
.store_area .staff_info .photo:hover + .tooltip {
  opacity: 1;
  z-index: 2;
}
.store_area .staff_info .tooltip {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  bottom: 4rem;
  color: #333;
  border: 2px solid #ccc;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: 7px;
  width: 314px;
  box-sizing: border-box;
  z-index: -1;
}
.store_area .staff_info .tooltip:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 37px;
  border: 5px solid transparent;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  z-index: 2;
}
.store_area .staff_info .tooltip:after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 35px;
  border: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-right: 7px solid #ccc;
  z-index: 1;
}
.store_area .staff_info .tooltip .comment {
  font-size: 1.2rem;
  margin-bottom: .8rem;
  line-height: 1.4;
}
.store_area .staff_info .tooltip .staff_name {
  font-size: 1rem;
  text-align: right;
}
.store_area .inquiry {
  padding: .5rem 1rem .5rem 1.5rem;
}
.store_area .inquiry dt {
  font-size: 1.2rem;
  margin-bottom: .4rem;
  min-width: 273px;
}
.store_area .inquiry dd {
  display: flex;
  justify-content: space-between;
}
.store_area .inquiry .tel_number {
  font-size: 2rem;
  font-weight: bold;
  color: #DE5454;
  margin-right: 1rem;
  display: inline-block;
  margin-top: .4rem;
}
.store_area .inquiry .btn_visit {
  display: flex;
  align-items: center;
  padding: .6rem 1rem;
  line-height: 1;
  border: 1px solid #bbb;
  box-shadow: 0px 1px 0px #ccc;
  border-radius: 3px;
  background: #fff;
  color: #666;
  cursor: pointer;
  outline: none;
}
.store_area .inquiry .btn_visit:hover {
  text-decoration: none;
  background: #F2F2F2;
  box-shadow: none;
  margin-top: .2rem;
}
.store_area .inquiry .btn_visit::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: .4rem;
  background: url(/img/icon/visit/icon_visit_cal.svg) no-repeat center/contain;
}

.visit_calendar_container{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,.6);
  cursor: default;
}
.visit_calendar_container__inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.visit_calendar{
  background:#fff;
  border-radius: 10px;
  padding: 5rem;
  position: relative;
}
.visit_calendar__title{
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.visit_calendar__close{
  position: absolute;
  right: .5rem;
  top: -3rem;
  display: block;
  height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}
.visit_calendar__close:hover {
  opacity: .6;
}
.visit_calendar__content{
  display: flex;
}
.visit_calendar__content__calendar{
  width: 374px;
  margin-right: 3rem;
}
.visit_calendar__content__description{
  width: 374px;
  padding-top: 1.6rem;
}
.visit_calendar__content__description__text{
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.visit_calendar__content__description__tel{
  display: flex;
  align-items: center;
}
.visit_calendar__content__description__tel .free_icon{
  background: #1A95D8;
  padding: .4rem .7rem;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 1rem;
}
.visit_calendar__content__description__tel .tel{
  font-size: 3rem;
  font-weight: bold;
  color: #DE5454;
}
.visit_calendar__content__calendar__dow{
  display: flex;
  justify-content: space-between;
  margin-bottom: .4rem;
}
.visit_calendar__content__calendar__dow li{
  width: calc((100% - 2.4rem)/7);
  font-size: 1.2rem;
  text-align: center;
}
.visit_calendar__content__calendar__dow .sat{
  color: #0052A3;
}
.visit_calendar__content__calendar__dow .sun{
  color: #CE3F3F;
}
.visit_calendar__content__calendar__date{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visit_calendar__content__calendar__date li{
  width: calc((100% - 2.4rem)/7);
}
.visit_calendar__content__calendar__date li:nth-child(-n+7){
  margin-bottom: .8rem;
}

.visit_calendar__content__calendar__date li a{
  display: flex;
  flex-direction: column;
  padding: 1rem .8rem;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  color: #333;
}
.visit_calendar__content__calendar__date li a::after{
  content: "";
  width: 70%;
  height: 30px;
  margin: .4rem auto 0;
}
.visit_calendar__content__calendar__date li a:hover{
  text-decoration: none;
}
.visit_calendar__content__calendar__date li a.tel{
  border: 1px solid #ccc;
  background: #fff;
  pointer-events: none;
}
.visit_calendar__content__calendar__date li a.tel::after{
  background: url(/img/icon/visit/icon_visit_tel.svg) no-repeat center/contain;
}
.visit_calendar__content__calendar__date li a.ok{
  border: 1px solid #ccc;
  box-shadow: 0 2px 0 #ccc;
  background: #fff;
}
.visit_calendar__content__calendar__date li a.ok::after{
  background: url(/img/icon/visit/icon_visit_ok.svg) no-repeat center/contain;
}
.visit_calendar__content__calendar__date li a.ok:hover{
  background: #F2F2F2;
}
.visit_calendar__content__calendar__date li a.ng{
  border: 1px solid #eee;
  background: #eee;
  pointer-events: none;
  color: #999;
}
.visit_calendar__content__calendar__date li a.ng::after{
  background: url(/img/icon/visit/icon_visit_ng.svg) no-repeat center/contain;
}
.visit_calendar__content__calendar__date li:first-child a{
  background: #FFF5F4;
}
.carsensor_logo{
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

/*--------------------------------------------------
  inquiry_at_once
--------------------------------------------------*/
.s-inquiry_at_once.is-below_list{
  margin-top: 4rem;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #FCF2F2;
	padding: 3rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-inquiry_at_once.is-footer_fixed{
	position: fixed;
  z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-inquiry_at_once__title{
	text-align: center;
	margin-right: 3rem;
}
.is-footer_fixed .s-inquiry_at_once__title{
	color: #fff;
}
.s-inquiry_at_once__title .text_intro{
	display: block;
	font-weight: bold;
	margin-bottom: .6rem;
}
.is-below_list .s-inquiry_at_once__title .text_intro{
  color: #DE5454;
  font-size: 1.8rem;
}
.is-footer_fixed .s-inquiry_at_once__title .text_intro{
  font-size: 1.6rem;
}
.s-inquiry_at_once__title .text_main{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: .6rem;
}
.is-below_list .s-inquiry_at_once__title .text_main{
  line-height: 1.2;
  background:linear-gradient(transparent 65%, #F8DBDB 65%);
}
.s-inquiry_at_once__title .text_note{
	display: block;
	font-size: 1.2rem;
}
.s-inquiry_at_once__btn{
	display: flex;
	width: 350px;
	height: 60px;
	background: #48B0E8;
	box-shadow: 0 2px #0c6fbb;
	border-radius: 5px;
}
.s-inquiry_at_once__btn .free {
  display: flex;
  background: #1A95D8;
  font-size: 1.6rem;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: .2em;
  width: 3.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  /* for IE11 */
  text-align: center;
}
.s-inquiry_at_once__btn .text {
  display: flex;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.s-inquiry_at_once__btn:hover{
	text-decoration: none;
	background: #6CBFEC;
	box-shadow: none;
	transform: translateY(2px);
}
.s-inquiry_at_once__btn:hover .free{
	background: #48AADF;
}

/*--------------------------------------------------
  stock_alert
--------------------------------------------------*/
.s-stock_alert{
	margin-top: 7rem;
	border: 2px solid #E5E5E5;
}
.s-stock_alert__title{
	background: #F7F7F7;
	border-bottom: 1px solid #E5E5E5;
	padding: .8rem .8rem .8rem 2.6rem;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
}
.s-stock_alert__title::before {
  content: "";
  width: 4px;
  height: 45%;
  background: #E37D7D;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.s-stock_alert__contents{
	padding: 1.6rem;
	display: flex;
	align-items: center;
}
.s-stock_alert__contents__text{
	line-height: 1.4;
	margin-right: auto;
}
.s-stock_alert__contents__text .text_emphasis{
	display: block;
	color: #DE5454;
	font-weight: bold;
	margin-bottom: .4rem;
}
.s-stock_alert__contents__btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 42px;
	font-weight: bold;
	color: #666;
	border: 1px solid #bbb;
    box-shadow: 0px 2px 0px #bbb;
	border-radius: 5px;
	margin-right: 2rem;
}
.s-stock_alert__contents__btn::before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(/img/icon/icon_bell_red.svg) no-repeat center/contain;
	margin-right: .6rem;
}
.s-stock_alert__contents__btn:hover{
	text-decoration: none;
	color: #666;
	background: #f2f2f2;
	box-shadow: none;
	transform: translateY(2px);
}

/*--------------------------------------------------
  old css
--------------------------------------------------*/
.carlistfav_table {
	width:100%;
}
.carlistfav_table th, .carlistfav_table td {
	padding:5px;
	border:1px solid #ccc;
	line-height:1.2;
}
.carlistfav_table thead th {
	background:#f2f2f2;
	font-weight:normal;
	font-size:0.9em;
}
.carlistfav_table thead a.active {
	color:#900;
}
.carlistfav_table tbody {
	border-top:3px groove #ccc;
	color:#333;
}
.carlistfav_table tbody.readd {
  background:#f5f5f5;
	border-top:3px groove #ccc;
	color:#333;
}
.carlistfav_table .cell_readd {
  padding:20px;
  position:relative;
}
.carlistfav_table .cell_img {
	text-align:center;
	width:120px;
}
.carlistfav_table .cell_img img {
	max-width:120px;
}
.carlistfav_table .cell_carname {
	padding:10px 5px;
}
.carlistfav_table .cell_checkbox {
	background:#E6F9FF;
	width:1em;
	text-align:center;
}
.carlistfav_table .cell_price {
	font-weight:bold;
}
.carlistfav_table .cell_price .price {
	color:#c00;
	font-size:1.3em;
}
.carlistfav_table .readd_carname {
  width: 850px;
  line-height: 1.4;
}
.carlistfav_table .readd_title {
	padding-bottom:10px;
	font-weight:bold;
}
/*car list*/
.btn_inquiry_matomete {
	width:220px;
	height:35px;
}
.btn_inquiry_matomete:hover img {
	top:-35px;
}
.fav_checkshita_r {
	position:relative;
	text-align:right;
}
.fav_checkshita_r a {
	position:absolute;
	right:10px;
	top:10px;
}
.fav_checkshita_l {
	position:relative;
	float:left;
}
.fav_checkshita_l a {
	position:absolute;
	right:10px;
	top:10px;
}
.carlistfav_table .btn_fav_del {
	width:90px;
	height:20px;
}
.carlistfav_table .btn_fav_readd {
	position:absolute;
	background:#ffffff;
	color:#666666;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	text-decoration: none;
	padding:6px 10px;
	right:20px;
	top:calc(50% - 15px);
}
.carlistfav_table .btn_fav_del:hover img {
	top:-20px;
}
.carlistfav_table .btn_inquiry_kobetsu {
	width:110px;
	height:25px;
}
.carlistfav_table .btn_inquiry_kobetsu:hover img {
	top:-25px;
}
.carlistfav_table .btn_inquiry_carsensor {
	width:110px;
	height:25px;
}
.carlistfav_table .btn_inquiry_carsensor:hover img {
	top:-25px;
}
.btn_add_fav_to_compare {
	width:200px;
	height:28px;
}
.btn_add_fav_to_compare:hover img {
	top:-28px;
}
/*fav_compare_table*/
.fav_compare_table .box_main {
	width:140px;
	overflow:hidden;
	float:left;
}
.fav_compare_table .box_clone {
	width:820px;
	overflow-y: hidden;
	overflow-x: auto;
	float:left;
}
.fav_compare_table .box_clone .box {
	margin-left:-140px;
}
.fav_compare_table th, .fav_compare_table td {
	border:1px solid #ccc;
	padding:5px 8px;
	text-align:center;
	word-wrap: break-word;
	line-height:1.2;
}
.fav_compare_table .th {
	background:#f2f2f2;
	font-size:0.9em;
	width:120px;
	table-layout:fixed;
}
.fav_compare_table .th_width {
	display:block;
	width:120px;
}
.fav_compare_table td {
	background:#fff;
	width:120px;
	min-width:120px;
	table-layout:fixed;
}
.fav_compare_table .title th {
	background:#fff;
	text-align:left;
	cursor:pointer;
	padding:0;
	border:none;
}
.fav_compare_table .title div {
	margin-top:7px;
	padding:10px;
	color:#fff;
	background: #666666;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, #666666 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 );
}
.fav_compare_table .title span {
	display:block;
	background:url(/img/icon/arrow_link_white_up_m.png) no-repeat left center;
	padding-left:15px;
}
.fav_compare_table .title.close span {
	background:url(/img/icon/arrow_link_white_down_m.png) no-repeat left center;
}
.fav_flex_box {
  display: flex;
}
.compare_tothe {
	float:left;
	width:50px;
	height:12px;
	margin-top:4px;
	background:url(/img/carlist/ido.png) no-repeat center;
}
.btn_compare_totheleft {
	float:left;
}
.btn_compare_totheright {
	float:right;
}
.btn_compare_totheright a, .btn_compare_totheleft a {
	width:8px;
	height:11px;
}
.btn_compare_totheright a:hover img, .btn_compare_totheleft a:hover img {
	top:-11px;
}
.btn_compare_del {
	float:right;
}
.btn_compare_del a {
	width:50px;
	height:20px;
}
.btn_compare_del a:hover img {
	top:-20px;
}
.compare_carimg {
	position:relative;
}
.compare_carimg img {
	max-width:120px;
}
.compare_carimg .enlarge {
	position:absolute;
	right:2px;
	bottom:2px;
	width:22px;
	height:22px;
}
.compare_carimg .enlarge:hover img {
	top:-22px;
}
.fav_compare_table a.active {
	color:#900;
}
.carlistfav_table .btn_fav_add {
	width:90px;
	height:20px;
}
.carlistfav_table .btn_fav_add:hover img {
	top:-20px;
}
.btn_inquiryalready_del {
	width:50px;
	height:20px;
}
.btn_inquiryalready_del:hover img {
	top:-20px;
}
.btn_inquiry_re {
	width:110px;
	height:25px;
}
.btn_inquiry_re:hover img {
	top:-25px;
}
.inquiryalready_historylist li {
	float:left;
	line-height:1.3;
	border-right:1px solid #999;
	padding-right:10px;
	margin-right:10px;
}
.inquiryalready_historylist li:last-child {
	border-right:none;
}
.browsinghistory_list {
	overflow:hidden;
}
.browsinghistory_list .inner {
	width:110%;
	letter-spacing:-.4em;
}
.browsinghistory_list dl {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	border:1px solid #eee;
	/*border-top:none;
	background:url(/img/bg/border_gray_groove.png) repeat-x;*/
	padding:16px;
	width:188px;
	box-sizing: border-box;
	color:#333;
	margin-right:15px;
	margin-bottom:15px;
}
.browsinghistory_list .img{
	height:120px;
	line-height:120px;
	margin-bottom:10px;
}
.browsinghistory_list .img img {
	max-width:160px;
}
.browsinghistory_list .name {
	font-weight:bold;
	line-height:1.4;
}
.browsinghistory_list dd {
	margin-top:5px;
}
.browsinghistory_list .spec {
	line-height:1.3;
	font-size:1.2rem;
}
.browsinghistory_list .btn {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:.6rem;
	line-height:1;
}
.browsinghistory_list .btn_fav_add_m {
	font-size:12px;
	color:#666;
	background:#fff;
	border:1px solid #bfbfbf;
	border-radius:5px;
	box-shadow:0 2px #bfbfbf;
	margin:0;
	width:136px;
	height:32px;
	line-height:32px;
	text-align:center;
}
.browsinghistory_list .btn_fav_add_m span {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:.6rem;
}
.browsinghistory_list .btn_fav_add_m img {
    width:16px;
    height:16px;
    margin-bottom:1px;
}
.browsinghistory_list .btn_fav_add_m:hover {
	background:#f2f2f2;
	text-decoration:none;
	box-shadow:none;
	margin-top:3px;
	margin-bottom:-3px;
}
