.breadcrumbs_w {
	padding: 5px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
}

.page #search_box .w_bg_box {
	padding: 0;
	margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
}

#search_top_txt_w {
	padding: 30px 0;
}

#search_top_txt_w .txt {
	margin-bottom: 20px;
}

.page-manufacturer .tab_content_ii {
	padding-bottom: 30px;
}

.bottom_txt_u_ww {
}

.bottom_txt_u_ww .bottom_txt_u_w {
	margin-top: 30px;
	justify-content: space-between;
}

.bottom_txt_u_i {
	width: 48%;
}

#search_box .bottom_txt_u_i h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid #b2b2b2;
}

@media screen and (max-width: 750px) {
	.initial_row li {
		padding: 0 6px;
		border-right: 1px solid #01349d;
		line-height: 1.25;
		display: flex;
		align-items: center;
	}

	.bottom_txt_u_ww {
		padding: 30px 0;
	}

	.bottom_txt_u_i {
		width: 100%;
		margin-bottom: 20px;
	}
}

.page-model #search_top_txt_w .l_line_ttl_w {
	margin-bottom: 0;
}

.search_input_box {
	border: 1px solid #b2b2b2;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.search_input_box h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.search_input_box_t {
	justify-content: space-between;
	margin-bottom: 20px;
}

.search_input_box .sel_ww p {
	font-weight: 600;
	margin-bottom: 5px;
}

.search_input_box .flex .sel_ww {
	width: 32%;
}

.search_input_box .sel_ww.sel_ww_m {
	width: 100%;
}

.search_input_box .sel_ww.flex {
	align-items: center;
}

.search_input_box .sel_ww.flex p {
	margin-right: 10px;
}

.search_input_box_t .check_i_w p {
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.search_input_box_t .check_w {
	margin-right: 30px;
	margin-bottom: 10px;
}

.paging {
	margin-bottom: 30px;
}

.paging > .flex {
	justify-content: space-between;
	align-items: center;
}

.disp_num .select_w {
	width: 200px;
}

.paging_w {
	margin-top: 10px;
}

.paging_w a {
	width: 30px;
	height: 30px;
	color: #01349d;
	border: 2px solid #01349d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 600;
	margin-right: 5px;
}

.paging_w a.active {
	color: #fff;
	background: #01349d;
}

.paging_w span {
	margin-right: 5px;
}

.sort_w {
	box-sizing: border-box;
	padding: 15px 30px;
	margin-bottom: 20px;
}

.sort_w > .flex {
	justify-content: space-between;
}

.sort_i .ttl {
	font-weight: 600;
	margin-right: 10px;
}

.sort_i .sort_clear_btn {
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	background: #333;
}

.sort_i .sort_btn a {
	padding: 0 10px;
	color: #01349d;
}

.sort_i .sort_btn a.active {
	color: #ff7f00;
}

.sort_i .sort_btn a:nth-of-type(1) {
	border-right: 1px solid #333;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.search_input_box .sel_ww {
		width: 100%;
	}

	.paging_now_w {
		width: 100%;
		margin-bottom: 10px;
	}

	.sort_w {
		overflow: scroll;
		padding: 15px;
	}

	.sort_w > .flex {
		width: 200%;
	}

	.sort_i .ttl {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.sort_w .sort_btn {
		width: 100%;
		justify-content: center;
	}

	.sort_i .sort_clear_btn {
		margin: auto;
	}

	.search_input_box_t {
		margin-bottom: 0;
	}

	.search_input_box .flex .sel_ww {
		width: 100%;
		margin-bottom: 10px;
	}
}

.car_model_lis_w {
	padding-bottom: 40px;
}

.car_model_lis_i {
	padding: 15px 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b2b2b2;
}

.car_model_lis_w .left_area {
	width: 260px;
	flex-shrink: 0;
	margin-right: 30px;
}

.car_model_lis_w .left_area .imgarea {
	border: 2px solid #b2b2b2;
	margin-bottom: 15px;
}

.car_model_lis_w .left_area .imgarea a {
	position: relative;
	display: block;
}

.car_model_lis_w .left_area .imgarea a.soldout:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/page/sold.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.car_model_lis_w .left_area .imgarea img {
	width: 100%;
}

.car_model_lis_w .left_area a.m_btn {
	text-decoration: underline;
	text-align: center;
}

a.z_btn {
	background: #ff9d00;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
}

.car_model_lis_w .right_area {
	width: 100%;
}

.car_model_lis_w .car_model_head {
	margin-bottom: 15px;
	justify-content: space-between;
	align-items: center;
}

.car_model_lis_w .car_model_head .name_w {
}

.car_model_lis_w .car_model_head .name_w .maker_name {
	line-height: 1;
}

.car_model_lis_w .car_model_head .name_w .car_name {
	font-size: 2.2rem;
}

.car_model_lis_w .car_model_head .shop_w {
	align-items: center;
	width: 300px;
	justify-content: flex-end;
}

.car_model_lis_w .car_model_head .shop_tt {
	border: 3px solid #01349d;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-weight: 600;
	border-radius: 5px;
	width: 30%;
}

.car_model_lis_w .car_model_head .shop_name {
	line-height: 1.25;
}

.car_model_lis_w .price_meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #9fa1ba;
	justify-content: space-between;
}

.price_meta .price_w .price_i {
}

.price_meta .price_w {
	flex-shrink: 0;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 4px solid #ff9d00;
}

.price_meta .price_w .price_i {
	margin-right: 25px;
}

.price_meta .price_w .price_i dt {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 5px;
}

.price_meta .price_w .price_i dd {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
}

.price_meta .price_w .price_i dd span {
	font-size: 3rem;
}

.price_meta .meta_w {
}

.price_meta .meta_w .car_meta_row {
	width: 33%;
	margin-bottom: 5px;
}

.price_meta .meta_w .car_meta_row dt {
	background: #dedede;
	width: 30%;
	padding: 2.5px;
	margin-right: 10px;
	text-align: center;
	flex-shrink: 0;
}

.equipment_w {
}

.equipment_w .equipment_i {
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
}

.no_item_txt {
	padding: 50px 0;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.car_model_lis_w .left_area {
		width: 100%;
		flex-shrink: unset;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.car_model_lis_w .car_model_head .name_w {
		width: 100%;
	}

	.car_model_lis_w .car_model_head .shop_w {
		width: 100%;
	}

	.car_model_lis_w .price_meta {
		padding-bottom: 0;
		border-bottom: 0px dotted #9fa1ba;
	}

	.car_model_lis_i {
		padding-bottom: 30px;
	}

	.price_meta .price_w {
		margin-bottom: 20px;
	}

	.price_meta .meta_w .car_meta_row {
		width: 48%;
		margin-bottom: 5px;
	}

	.price_meta .meta_w .car_meta_row dt {
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.price_meta .meta_w .car_meta_row dd {
		line-height: 1.25;
	}

	.equipment_w {
		display: none;
	}

	.price_meta .price_w {
		flex-wrap: wrap;
	}

	.price_meta .price_w .price_i {
		margin-bottom: 10px;
		margin-right: 0;
	}

	.price_meta .price_w .price_i:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	.price_meta .price_w .price_i dt {
		font-size: 1.2rem;
	}

	.price_meta .price_w .price_i {
		width: 50%;
	}
}

.page-car-detail {
}

.page-car-detail .detail_main_head {
	padding: 20px 0;
}

.page-car-detail .detail_main_head .main_car_name {
	font-size: 2rem;
	margin-bottom: 10px;
}

.page-car-detail .detail_main_head .main_car_desc {
	padding: 10px;
}

.page-car-detail .detail_main_head .main_car_comment {
	margin-top: 10px;
}

.page-car-detail .imgtxt {
	align-items: flex-start;
}

.page-car-detail .imgtxt .imgarea {
	width: 600px;
	margin-right: 30px;
	flex-shrink: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.page-car-detail .imgtxt .imgarea img {
	width: 100%;
}

.page-car-detail .caption {
	padding: 10px;
}

.page-car-detail .caption .heading {
	font-weight: bold;
}

.page-car-detail .swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #e0effe;
}

.page-car-detail .imgtxt .imgarea .swiper-slide {
	position: relative;
}

.page-car-detail .imgtxt .imgarea .swiper-slide.soldout:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/page/sold.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.page-car-detail .swiper-button-prev:after {
	display: none;
}

.page-car-detail .swiper-button-next img {
	transform: rotate(180deg);
}

.page-car-detail .swiper-button-next:after {
	display: none;
}

.page-car-detail .slider-thumbnail .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.5;
	overflow: hidden;
}

.page-car-detail .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.page-car-detail .imgtxt .txtarea {
}

.page-car-detail .imgtxt .txtarea .price_meta .price_w {
	padding-left: 15px;
	border-left: 4px solid #ff9d00;
	margin-bottom: 20px;
}

.page-car-detail .imgtxt .txtarea .car_meta_w {
	justify-content: space-between;
	width: 100%;
}

.page-car-detail .imgtxt .txtarea .car_meta_i {
	width: 19.5%;
}

.page-car-detail .imgtxt .txtarea .car_meta_i dt {
	background: #dedede;
	padding: 5px;
	text-align: center;
}

.page-car-detail .imgtxt .txtarea .car_meta_i dd {
	padding: 10px;
	text-align: center;
}

.seibi_hosho_w {
	width: 100%;
	margin-bottom: 20px;
}

.seibi_hosho_i {
	margin-right: 10px;
}

.seibi_hosho_i img {
	width: 15px;
	margin-right: 5px;
}

.page-car-detail .contact_btn_w {
	padding: 20px;
}

.page-car-detail .contact_btn_w .txt {
	margin-bottom: 20px;
}

.page-car-detail .contact_btn_w .z_btn {
	margin-bottom: 20px;
	display: block;
}

.page-car-detail .contact_btn_w .tel_btn_w {
	display: block;
	background: #fff;
	padding: 20px;
	text-align: center;
}

.page-car-detail .contact_btn_w .tel_btn_w .ttl {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
}

.page-car-detail .contact_btn_w .tel_btn_w a {
	font-size: 3.2rem;
	line-height: 1;
}

@media screen and (min-width: 751px) {
	.page-car-detail .contact_btn_w .tel_btn_w {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-car-detail .imgtxt .imgarea {
		width: 100%;
		flex-shrink: unset;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.page-car-detail .imgtxt .txtarea .car_meta_w {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.page-car-detail .imgtxt .txtarea .car_meta_i {
		display: flex;
		width: 50%;
		margin-bottom: 5px;
	}

	.page-car-detail .imgtxt .txtarea .car_meta_i dt {
		display: flex;
		align-items: center;
		width: 40%;
		box-sizing: border-box;
	}

	.page-car-detail .imgtxt .txtarea .car_meta_i dd {
		width: 60%;
		box-sizing: border-box;
		line-height: 1.25;
	}
}

.page-car-detail .spec_section {
	padding: 30px 0 0;
}

.page-car-detail #basic_spec table {
	width: 100%;
	/* border-right: 1px solid #b2b2b2; */
	/* border-bottom: 1px solid #b2b2b2; */
}

.page-car-detail #basic_spec table tr th,
.page-car-detail #basic_spec table tr td {
	vertical-align: middle;
	padding: 10px;
	font-weight: normal;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
}

.page-car-detail #basic_spec table tr th {
	width: 146px;
	background: #dedede;
	border-bottom: 1px solid #b2b2b2;
}

.page-car-detail #basic_spec table tr td {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	width: 254px;
}

.page-car-detail .d_equipment_w {
	justify-content: space-between;
}

.page-car-detail .d_equipment_i {
	padding: 10px;
	color: #b2b2b2;
	border: 2px solid #b2b2b2;
	border-radius: 5px;
	width: 294px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: 600;
}

.page-car-detail .d_equipment_i.active {
	color: #01349d;
	border: 2px solid #01349d;
	background: #e0effe;
}

.page-car-detail .d_equipment_i.none {
	border: 2px solid #fff;
}

.page-car-detail .d_equipment_i {
	padding: 10px;
	color: #b2b2b2;
	border: 2px solid #b2b2b2;
	border-radius: 5px;
	width: 294px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: 600;
}

.page-car-detail .d_equipment_i.equipment_i_L {
	width: 596px;
}

.page-car-detail .d_equipment_i.equipment_i_LL {
	width: 100%;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-car-detail #basic_spec table tr {
		display: flex;
		flex-wrap: wrap;
	}

	.page-car-detail #basic_spec table tr th {
		width: 40%;
		display: block;
		box-sizing: border-box;
		text-align: left;
	}

	.page-car-detail #basic_spec table tr td {
		width: 60%;
		display: block;
		box-sizing: border-box;
		text-align: left;
	}

	.page-car-detail .d_equipment_i,
	.page-car-detail .d_equipment_i.equipment_i_L {
		width: 100%;
	}
}

.page-car-detail #shop_info {
	padding: 40px 0;
	margin-top: 30px;
}

.page-car-detail #shop_info .shop_info_ww {
	margin-bottom: 30px;
}

.page-car-detail #shop_info .shop_info_ww:nth-last-child(1) {
	margin-bottom: 0;
}

.page-car-detail #shop_info .shop_info_w .imgarea {
	margin-right: 30px;
	width: 300px;
	flex-shrink: 0;
}

.page-car-detail #shop_info .shop_info_w .txtarea .shop_name {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.page-car-detail #shop_info .shop_info_w .txtarea .desc {
	margin-bottom: 10px;
}

.page-car-detail #shop_info .shop_info_w .map {
	position: relative;
	width: 300px;
	flex-shrink: 0;
	margin-left: 30px;
}

.page-car-detail #shop_info .shop_info_w .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* .bottom_contact */
.bottom_contact,
.bottom_contact * {
  box-sizing: border-box;
}

.bottom_contact {
  padding: 30px;
}

.bottom_contact > .container {
  margin: 0 auto;
  max-width: 900px;
}

.bottom_contact > .container > .contact_contents {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}

.bottom_contact > .container > .contact_contents > .contact_content {
  padding: 20px;
  width: 100%;
  max-width: 715px;
  background-color: #E0EFFE;
}

.bottom_contact > .container > .contact_contents > .contact_content > .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: white;
  font-size: 16px;
  background-color: #ff9d00;
}

.bottom_contact > .container > .contact_contents > .contact_content > .link.gc-shaken {
  background-color: #47D45A;
}

.bottom_contact > .container > .contact_contents > .contact_content > .link .em {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.bottom_contact > .container > .contact_contents > .contact_content > .text {
  margin-top: 20px;
}

.bottom_contact > .container > .contact_contents > .contact_content > .tel_c {
  display: none;
}

@media screen and (max-width: 750px) {
  /* .bottom_contact */
  .bottom_contact > .container > .contact_contents {
    flex-direction: column;
    gap: 20px 0; 
  }

  .bottom_contact > .container > .contact_contents > .contact_content {
    padding: 20px 10px;
  }

  .bottom_contact > .container > .contact_contents > .contact_content > .link {
    font-size: 14px;
  }

  .bottom_contact > .container > .contact_contents > .contact_content > .text {
    margin-top: 15px;
  }

  .bottom_contact > .container > .contact_contents > .contact_content > .tel_c {
    display: block;
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }

  .bottom_contact > .container > .contact_contents > .contact_content > .tel_c > .text {
    display: block;
  }

  .bottom_contact > .container > .contact_contents > .contact_content > .tel_c > .tel {
    font-size: 1.8em;
    font-weight: bold;
  }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-car-detail #shop_info .shop_info_w .imgarea {
		margin-right: 0;
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 20px;
	}
}

/*コラム系*/
#c_top_txt_w {
	padding: 30px 0;
}

.cat_btn {
	margin-bottom: 30px;
}

.cat_btn .cat_btn_li_w {
	justify-content: space-between;
}

.cat_btn .cat_btn_li {
	width: 24.5%;
}

.cat_btn .cat_btn_li a {
	display: block;
	background: #e0effe;
	color: #01349d;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

.cat_btn .cat_btn_li a.active,
.cat_btn .cat_btn_li a:hover {
	background: #01349d;
	color: #fff;
	opacity: 1;
}

.article_w {
	margin-bottom: 40px;
}

.article_w > .flex {
}

.article_i {
	width: 32%;
	margin-right: 2%;
}

.article_i:hover a {
	opacity: 1;
}

.article_i:nth-of-type(3n) {
	margin-right: 0;
}

.article_i_4 {
	width: 24%;
	margin-right: 2%;
}

.article_i_4:nth-of-type(4n) {
	margin-right: 0;
}

.article_i .imgarea {
	margin-bottom: 15px;
}

.article_i .txtarea .date {
	margin-bottom: 5px;
}

.article_i .txtarea .article_ttl {
}

.article_i:hover .txtarea .article_ttl {
	color: #01349d;
	text-decoration: underline;
}

.none_article {
	font-size: 1.8rem;
	text-align: center;
	padding: 50px 0;
	width: 100%;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.cat_btn .cat_btn_li a {
		padding: 10px 6px;
		height: 35px;
		line-height: 1.25;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.article_i {
		width: 100%;
		margin-right: 0;
	}

	.article_i_4 {
		margin-right: 0;
	}

	.article_i a {
		display: flex;
	}

	.article_i .imgarea {
		width: 48%;
		flex-shrink: 0;
		margin-right: 2%;
	}
}

.c_single {
	padding: 40px 0;
}

.c_single_w {
	justify-content: space-between;
}

.c_single_i {
	width: 810px;
}

.c_single_head {
	margin-bottom: 30px;
}

.c_single_head .cat_w {
	margin-bottom: 15px;
}

.c_single_head .cat_w a {
	display: block;
	padding: 5px 10px;
}

.c_single_head .date {
	margin-bottom: 30px;
}

.c_single_contents {
}

.c_single_contents p {
	margin-bottom: 10px;
}

.c_single_contents h2 {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 5px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #01349d;
	margin-top: 20px;
}

.c_single_contents h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	margin-top: 10px;
}

.c_single .side_area {
	width: 330px;
}

.c_single .side_area .side_content {
	margin-bottom: 20px;
}

.c_single .side_area .u_line_ttl {
	margin-bottom: 15px;
}

.c_single .side_area .cat_btn_li_w a {
	display: block;
	padding: 5px 0;
	font-weight: 600;
}

.c_single .side_area .cat_btn_li_w a:hover {
	color: #ff7f00;
	opacity: 1;
}

.c_single .side_area .article_i {
	width: 100%;
}

.c_single .side_area .article_i .imgarea {
	width: 40%;
	margin-right: 5%;
	flex-shrink: 0;
}

.c_single .side_area .article_i h3 {
	line-height: 1.5;
	font-weight: 500;
}

#single_u_area_box {
	padding: 30px 0;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.c_single_i {
		width: 100%;
	}

	.c_single .side_area {
		width: 100%;
	}

	.cat_btn_li_w {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cat_btn_li {
		width: 48%;
		margin-bottom: 10px;
	}

	.cat_btn_li a {
		border: 1px solid #002e8f;
		text-align: center;
		background: #e0effe;
		border-radius: 5px;
	}
}

/*FC*/
.fc_lis {
	padding: 30px 0;
}

.fc_lis .fc_lis_w {
	justify-content: space-between;
}

.fc_lis .fc_lis_w .fc_lis_i {
	background: #fff;
	padding: 30px;
	width: 49%;
	box-sizing: border-box;
}

.fc_lis .fc_lis_w .fc_lis_i .imgarea {
	width: 230px;
	margin-right: 15px;
	flex-shrink: 0;
}

.fc_lis .fc_lis_w .fc_lis_i .txtarea .fc_lis_ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

.fc_lis .fc_lis_w .fc_lis_i .txtarea a {
	border: 1px solid #002e8f;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	width: 80%;
	margin: 20px auto 0;
	display: block;
	font-weight: 600;
}

.fc_lis .fc_lis_w .fc_lis_i .txtarea a:hover {
	background: #002e8f;
	color: #fff;
	opacity: 1;
}

.fc_btns {
	padding: 30px 0;
}

.fc_btns .fc_btns_w {
	justify-content: center;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.fc_btns a {
	width: 560px;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.fc_btns a.fc_btn_bg_b:hover {
	opacity: 1;
	background: #ff7f00 !important;
}

.fc_btns a.fc_btn_bg_b {
	font-size: 2.2rem;
	font-weight: 600;
}

.fc_btns a .s_txt {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 400;
}

.fc_btns a.fc_btn_tel {
	display: none;
	border: 2px solid #2d2d2d;
	font-size: 3rem;
}

.fc_btns a.fc_btn_tel .ico {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fc_btns a.fc_btn_tel .ico img {
	margin-right: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.fc_lis .fc_lis_w .fc_lis_i {
		background: #fff;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.fc_lis .fc_lis_w .fc_lis_i:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	.fc_lis .fc_lis_w .fc_lis_i .imgarea {
		width: 100%;
		margin-right: 0;
		flex-shrink: unset;
		margin-bottom: 15px;
	}

	.fc_lis .fc_lis_w .fc_lis_i .imgarea img {
		width: 100%;
	}

	.fc_lis .fc_lis_w .fc_lis_i .txtarea .fc_lis_ttl {
		margin-bottom: 10px;
		text-align: center;
	}

	.fc_btns .fc_btns_w {
		justify-content: space-between;
		padding: 20px;
	}

	.fc_btns a .s_txt {
		font-size: 1.3rem;
	}

	.fc_btns a {
		margin-bottom: 10px;
	}

	.fc_btns a.fc_btn_tel {
		display: flex;
	}

	.fc_btns a:nth-last-of-type(1) {
		margin-bottom: 0;
	}
}

.page-fc-merit {
}

.page-fc-merit .fc_merit_i {
	margin-bottom: 30px;
	justify-content: space-between;
}

.page-fc-merit .fc_merit_i:nth-last-of-type(1) {
	margin-bottom: 0;
}

.page-fc-merit .fc_merit_i .txtarea {
	width: 715px;
	flex-shrink: 0;
}

.page-fc-merit .fc_merit_i .txtarea .or_bg_w {
	background: #ff7f00;
	padding: 15px;
	margin-bottom: 20px;
}

.page-fc-merit .fc_merit_i .txtarea .or_bg_w h3 {
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	padding: 15px;
}

.page-fc-merit .fc_merit_i .imgarea {
	width: 380px;
}

.page-fc-merit .fc_merit_i .num_w {
	justify-content: space-between;
	margin-top: 20px;
}

.page-fc-merit .fc_merit_i .num_i {
	width: 32%;
	padding: 25px;
	border: 3px solid #ff7f00;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
}

.page-fc-merit .fc_merit_i .num_i .s_txt {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.page-fc-merit .fc_merit_i .num_i .m_txt {
	font-size: 2rem;
}

.page-fc-merit .fc_merit_i .num_i .l_txt {
	font-size: 3.2rem;
}

.page-fc-merit #gc_br {
	margin-bottom: 40px;
}

.page-fc-merit #gc_br .gc_br_w {
	justify-content: space-between;
	margin-top: 30px;
}

.page-fc-merit #gc_br .imgarea {
	width: 15%;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-fc-merit .fc_merit_i .txtarea {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-fc-merit .fc_merit_i .txtarea .or_bg_w h3 {
		font-size: 1.7rem;
	}

	.page-fc-merit .fc_merit_i .num_i {
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

	.page-fc-merit .fc_merit_i .num_i .s_txt {
		margin-bottom: 0;
		width: 50%;
		text-align: left;
	}

	.page-fc-merit #gc_br .imgarea {
		width: 48%;
		margin-bottom: 15px;
	}
}

.page-fc-service #c_top_txt_w {
	padding-bottom: 10px;
}

.page-fc-service .fc_service {
	margin-bottom: 20px;
}

.page-fc-service .fc_service_i {
	width: 32%;
	margin-right: 1%;
	border: 1px solid #002e8f;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.page-fc-service .fc_service_i:nth-of-type(3n) {
	margin-right: 0;
}

.page-fc-service .fc_service_i .fc_service_ttl {
	padding: 10px;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.page-fc-service .fc_service_i .imgarea {
	margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-fc-service .fc_service_i {
		width: 100%;
		margin-right: 0%;
	}
}

/*サービス*/
.service_section {
	margin-bottom: 40px;
}

.service_section .service_i_ttl {
	padding: 10px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.service_section .L_txt_w {
	margin-bottom: 20px;
	line-height: 1.25;
	text-align: center;
}

.service_section .L_txt_w .l_txt {
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.service_section .L_txt_w .ll_txt {
	font-size: 3.6rem;
}

.service_section .L_txt_w .m_txt {
	font-size: 2.2rem;
	font-weight: 600;
}

.service_section .txtarea .txt {
	margin-bottom: 30px;
}

.service_section .txtarea a {
	display: block;
	width: 60%;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin: auto;
}

.service_section .imgarea {
	width: 530px;
	margin-left: 65px;
	flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.service_section .service_i {
		flex-direction: column-reverse;
	}

	.service_section .service_i_ttl {
		font-size: 1.7rem;
	}

	.service_section .imgarea {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.service_section .txtarea a {
		width: 100%;
	}

	.service_section .L_txt_w .m_txt {
		font-size: 1.6rem;
	}
}

.service_u_section {
	margin-bottom: 20px;
}

.car_lease_section_01 {
}

.service_u_section .imgarea.w_img {
	text-align: center;
	margin-bottom: 40px;
}

.service_u_section .imgarea.w_img img {
	width: 80%;
}

.service_u_section .imgarea.f_w_img img {
	width: 100%;
}

.service_u_section .txtarea {
	margin-bottom: 40px;
}

.service_u_section .txtarea .txt {
	margin-bottom: 20px;
}

.service_u_section .txtarea .txt.caption {
	font-size: 1.2rem;
	margin-bottom: 0px;
}

.car_lease_section_03 {
	padding: 40px 0;
	margin-bottom: 0;
}

.car_lease_section_03 h2 {
	text-align: center;
	padding: 10px;
	font-size: 1.8rem;
	margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.service_u_section .imgarea.w_img img {
		width: 100%;
	}
}

.inspection_section_01 {
}

.inspection_section_01 .inspection_section_01_lis_i {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #faf3e7;
	text-align: center;
	font-weight: 600;
	color: #ff7f00;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 1.8rem;
	border: 2px solid #002e8f;
	border-radius: 5px;
}

.inspection_section_01 .inspection_section_01_lis_i span {
	font-size: 1.2rem;
}

.inspection_section_01 .inspection_section_01_lis_i:nth-of-type(2n) {
	margin-right: 0%;
}

.inspection_section_02 .inspection_section_02_lis_w {
	justify-content: space-between;
}

.inspection_section_02 .inspection_section_02_lis_i {
	position: relative;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 24%;
	margin-bottom: 1%;
	text-align: center;
}

.inspection_section_02 .inspection_section_02_lis_i .num {
	position: absolute;
	color: #5c9cea;
	font-size: 3rem;
	top: 15px;
	left: 15px;
	line-height: 1;
}

.inspection_section_02 .inspection_section_02_lis_i .txt {
	font-weight: 600;
	margin-top: 10px;
}

.inspection_section_03 table.pc_inspection_section_w {
	width: 100%;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}

.inspection_section_03 table.pc_inspection_section_w th,
.inspection_section_03 table.pc_inspection_section_w td {
	vertical-align: middle;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

.inspection_section_03 table.pc_inspection_section_w .t_h_h {
	background: #ebebeb;
}

.inspection_section_03 table.pc_inspection_section_w .t_h .ttl {
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.25;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
}

.inspection_section_03 table.pc_inspection_section_w .t_h .thh_in {
	padding: 10px;
}

.inspection_section_03 table.pc_inspection_section_w .t_h .imgarea {
	height: 142px;
	display: block;
	align-items: center;
	justify-content: center;
}

.inspection_section_03 table.pc_inspection_section_w .t_h .txt {
	font-weight: 500;
	line-height: 1.25;
	background: #ebebeb;
	padding: 10px;
	height: 75px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.inspection_section_03 table.pc_inspection_section_w .t_d_h {
	padding: 20px;
	width: 200px;
	box-sizing: border-box;
	background: #e0e0e0;
}

.inspection_section_03 table.pc_inspection_section_w .t_d {
	padding: 20px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.25;
}

.inspection_section_03 {
	padding: 30px 0;
}

.inspection_section_03 h2 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 30px;
}

.inspection_section_03_lis_w {
	justify-content: center;
	margin-bottom: 10px;
}

.inspection_section_03_lis_i {
	background: #ea635c;
	margin: 0 10px 10px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	width: 30%;
	box-sizing: border-box;
	padding: 20px;
	font-weight: 600;
	font-size: 2rem;
	color: #fff;
	text-align: center;
}

.inspection_section_03_lis_i span {
	background: #fff;
	color: #ea635c;
	display: block;
	text-align: center;
	padding: 10px 5px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.inspection_section_04 table {
	width: 100%;
	margin-top: 20px;
	font-size: 1.6rem;
	border-right: 1px solid #d1d1d1;
}

.inspection_section_04 table th,
.inspection_section_04 table td {
	vertical-align: middle;
	padding: 5px;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.inspection_section_04 table .ttl_row th {
	padding: 10px;
}

.inspection_section_04 table .nor_row .row_03 {
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.inspection_section_01 .inspection_section_01_lis_i {
		width: 100%;
		margin-right: 0;
		font-size: 1.4rem;
	}

	.inspection_section_02 .inspection_section_02_lis_i {
		width: 49%;
		margin-bottom: 2%;
	}

	.inspection_section_02 .inspection_section_02_lis_i img {
		width: 70%;
	}

	.inspection_section_02 .inspection_section_02_lis_i .txt {
		line-height: 1.25;
	}

	.inspection_section_02 .inspection_section_02_lis_i .num {
		font-size: 2.8rem;
		top: 10px;
		left: 10px;
	}

	.inspection_section_03 .inspection_sec_03_car_i {
	}

	.inspection_sec_03_car_i h3 {
		background: #5c9cea;
		padding: 10px;
		color: #fff;
		text-align: center;
	}

	.inspection_sec_03_car_i .imgarea {
		margin-bottom: 15px;
	}

	.inspection_sec_03_car_i .txt {
		font-weight: 500;
		line-height: 1.25;
		background: #ebebeb;
		padding: 10px;
	}

	.inspection_sec_03_car_i table {
		width: 100%;
		border-left: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.inspection_sec_03_car_i table th,
	.inspection_sec_03_car_i table td {
		vertical-align: middle;
		padding: 10px;
		border-top: 1px solid #d1d1d1;
		border-right: 1px solid #d1d1d1;
	}

	.inspection_sec_03_car_i table th {
		background: #e0e0e0;
		font-weight: 500;
	}

	.inspection_sec_03_car_i table td {
		text-align: center;
	}

	.inspection_section_03_lis_i {
		margin: 0 5px 5px;
		width: 47%;
		padding: 10px;
		font-size: 1.8rem;
	}

	.inspection_section_03_lis_i span {
		padding: 5px 5px;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	.inspection_section_04 table {
		font-size: 1.2rem;
	}

	.inspection_section_04 table th.sp_w_01 {
		width: 30%;
		line-height: 1.25;
	}
}

.page-guarantee #c_top_txt_w {
	padding-bottom: 0;
}

.guarantee_section_01 {
}

.guarantee_section_01_lis_w {
	justify-content: space-between;
}

.guarantee_section_01_lis_w .guarantee_section_01_lis_i {
	width: 32%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.guarantee_section_01_lis_w .guarantee_section_01_lis_i .txt {
	font-size: 1.8rem;
	font-weight: 600;
}

.guarantee_btn_w {
	padding: 50px 0;
	margin-bottom: 40px;
}

.guarantee_btn_w a {
	width: 500px;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-weight: 600;
	margin: auto;
}

.guarantee_btn_w a:hover {
	opacity: 1;
	background: #ff7f00 !important;
}

.guarantee_btn_w a .s_txt {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 400;
}

.guarantee_section_03_i {
	margin-bottom: 30px;
}

.guarantee_section_03_i_01 > .imgarea {
	text-align: center;
}

.guarantee_section_03_i_01 > .imgarea img {
	width: 80%;
}

.guarantee_section_03_i_01_lis_w {
	justify-content: space-between;
	margin-top: 30px;
}

.guarantee_section_03_i_01_lis {
	border: 2px solid #002e8f;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 15px;
	box-sizing: border-box;
	width: 32%;
	background: #fff;
}

.guarantee_section_03_i_01_lis dt {
	border: 2px solid #ff7f00;
	background: #fff7cb;
	color: #ff7f00;
	text-align: center;
	font-size: 1.6rem;
	padding: 10px;
	margin-bottom: 15px;
}

.guarantee_section_03_i .guarantee_sec_ttl {
	padding: 10px;
	border-radius: 5px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.guarantee_section_03_i_02_w {
	justify-content: space-between;
}

.guarantee_section_03_i_02_lis {
	width: 24%;
}

.g_sec_03_inn {
	margin-bottom: 20px;
	border-bottom: #b2b2b2 solid 1px;
}

.g_sec_03_inn dt,
.g_sec_03_inn dd {
	border-top: #b2b2b2 solid 1px;
	border-left: #b2b2b2 solid 1px;
	border-right: #b2b2b2 solid 1px;
	padding: 5px;
	font-size: 1.3rem;
}

.guarantee_section_03_i_03 table {
	margin-bottom: 10px;
	width: 100%;
	border-right: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
}

.guarantee_section_03_i_03 table th,
.guarantee_section_03_i_03 table td {
	padding: 10px;
	border-top: #b2b2b2 solid 1px;
	border-left: #b2b2b2 solid 1px;
	vertical-align: middle;
}

.guarantee_section_03_i_03 table th {
	width: 18%;
	font-weight: 500;
	background: #e0e0e0;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.guarantee_section_01_lis_w .guarantee_section_01_lis_i {
		width: 100%;
		margin-bottom: 10px;
		display: flex;

		align-items: center;
		justify-content: space-between;
	}

	.guarantee_section_01_lis_w .guarantee_section_01_lis_i .imgarea {
		width: 33%;
		flex-shrink: 0;
	}

	.guarantee_section_01_lis_w .guarantee_section_01_lis_i .txt {
		margin-bottom: 0;
		line-height: 1.25;
	}

	.guarantee_btn_w a {
		width: 100%;
	}

	.guarantee_section_03_i_01 > .imgarea img {
		width: 100%;
	}

	.guarantee_section_03_i_01_lis {
		width: 100%;
		margin-bottom: 10px;
	}

	.guarantee_section_03_i_02_lis {
		width: 100%;
	}

	.guarantee_section_03_i .guarantee_sec_ttl {
		font-size: 1.8rem;
		line-height: 1.25;
	}

	.guarantee_section_03_i_03 table th,
	.guarantee_section_03_i_03 table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

/*about*/
.page-about {
}

.page-about #c_top_txt_w {
	padding-bottom: 0;
}

.page-about .about_points_area {
	margin-bottom: 40px;
}

.page-about .about_points_area .about_points_head {
}

.page-about .about_points_head .about_catch {
	background: #faf3e7;
	padding: 15px;
	border-radius: 10px;
	font-size: 2rem;
	color: #ff7f00;
	margin-bottom: 20px;
}

.page-about .about_points_head .txt {
	margin-bottom: 20px;
}

.page-about .about_points_list {
}

.page-about .about_points_list_i {
	width: 33.33333%;
}

.page-about .about_points_list_i .imgarea {
	width: 80%;
	margin: auto;
	position: relative;
	z-index: 3;
}

.page-about .about_points_list_i .txtarea {
	padding: 30px;
	padding-top: 70px;
	position: relative;
	z-index: 1;
	margin-top: -40px;
	min-height: 320px;
	box-sizing: border-box;
}

.page-about .about_points_list_i .txtarea .about_points_sub_t {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}

.page-about .gc_group {
	margin-bottom: 40px;
}

.page-about .gc_group .gc_group_w {
	padding: 20px;
}

.page-about .gc_group .num_w {
	justify-content: space-between;
	margin-bottom: 15px;
}

.page-about .gc_group .num_i {
	width: 32%;
	padding: 25px;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	align-items: flex-end;
	justify-content: center;
}

.page-about .gc_group .num_i .s_txt {
	font-size: 1.8rem;
	margin-bottom: 4px;
	margin-right: 10px;
}

.page-about .gc_group .num_i .m_txt {
	font-size: 2rem;
}

.page-about .gc_group .num_i .l_txt {
	font-size: 3.2rem;
}

.page-about .gc_group .txt {
	margin-bottom: 15px;
}

.page-about .gc_group .txt:nth-last-of-type(1) {
	margin-bottom: 0;
}

.page-about .comp_info {
	margin-bottom: 40px;
}

.page-about .comp_info table {
	width: 100%;
	margin-bottom: 30px;
}

.page-about .comp_info table th,
.page-about .comp_info table td {
	border-bottom: 1px solid #b2b2b2;
	text-align: left;
	padding: 20px 0;
}

.page-about .comp_info table tr:nth-last-of-type(1) th,
.page-about .comp_info table tr:nth-last-of-type(1) td {
	border-bottom: 0px solid #b2b2b2;
}

.page-about .comp_info table th {
	width: 10%;
	padding-left: 10px;
	box-sizing: border-box;
}

.page-about .comp_info .map iframe {
	width: 100%;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-about .about_points_head .about_catch {
		text-align: center;
		line-height: 1.5;
	}

	.page-about .about_points_list_i {
		width: 100%;
	}

	.page-about .about_points_list_i .imgarea {
		width: 100%;
	}

	.page-about .about_points_list_i .txtarea {
		position: relative;
		z-index: 1;
		margin-top: 0;
		min-height: unset;
		box-sizing: border-box;
		background: none;
		padding: 20px 0 30px;
	}

	.page-about .about_points_list_i:nth-last-of-type(1) .txtarea {
		padding-bottom: 0;
	}

	.page-about .gc_group .num_i {
		width: 100%;
		padding: 15px;
		margin-bottom: 10px;
	}

	.page-about .comp_info table th {
		width: 25%;
	}

	.page-about .comp_info table td {
		padding-left: 20px;
	}

	.page-about .comp_info .map iframe {
		width: 100%;
		height: 200px;
	}
}

.page-shop-search {
}

.page-shop-search .search_area_box {
	padding-bottom: 40px;
}

.page-shop-search #search_top_txt_w {
	padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
}

.page-shop-list {
}

.page-shop-list .shop_lis_i {
	margin-bottom: 60px;
}

.page-shop-list .shop_lis_i .left_area {
	width: 260px;
	margin-right: 20px;
	flex-shrink: 0;
}

.page-shop-list .shop_lis_i .left_area img {
	width: 100%;
}

.page-shop-list .shop_lis_i .center_area {
	flex-shrink: 0;
	margin-right: 30px;
	width: 380px;
}

.page-shop-list .shop_lis_i .center_area .shop_name {
	font-size: 2rem;
	margin-bottom: 5px;
	line-height: 1.25;
}

.page-shop-list .shop_lis_i .center_area .shop_tel_w {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 2.4rem;
	font-weight: 500;
}

@media screen and (min-width: 751px) {
	.page-shop-list .shop_lis_i .center_area .shop_tel_w {
		display: none;
	}
}

.page-shop-list .shop_lis_i .center_area .shop_tel_w img {
	margin-right: 5px;
}

.page-shop-list .shop_lis_i .center_area .z_btn {
	display: block;
}

.page-shop-list .shop_lis_i .right_area {
	width: 100%;
}

.page-shop-list .shop_lis_i .right_area .shop_meta {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.page-shop-list .shop_lis_i .right_area .shop_meta .shop_row {
	align-items: center;
	margin-bottom: 5px;
}

.page-shop-list .shop_lis_i .right_area .shop_meta .shop_row dt {
	width: 80px;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
	flex-shrink: 0;
}

.page-shop-list .shop_lis_i .right_area .shop_meta .shop_row dd {
	line-height: 1.25;
}

.page-shop-list .shop_lis_i .right_area .hd_service h4 {
	margin-bottom: 5px;
}

.page-shop-list .shop_lis_i .right_area .hd_service_liw {
}

.page-shop-list .shop_lis_i .right_area .hd_service_liw li {
	color: #01349d;
	border: 2px solid #01349d;
	background: #e0effe;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 10px;
	border-radius: 5px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-shop-list .shop_lis_i .left_area {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.page-shop-list .shop_lis_i .center_area {
		flex-shrink: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
}

.page-shop-detail {
}

.page-shop-detail .detail_main_head {
	padding: 40px 0;
}

.page-shop-detail .detail_main_head .main_shop_name {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

.page-shop-detail .shop_info_w {
	margin-bottom: 40px;
}

.page-shop-detail .shop_info_w .imgarea {
	width: 800px;
	flex-shrink: 0;
	justify-content: space-between;
	margin-right: 40px;
}

.page-shop-detail .shop_info_w .imgarea .shop_l_img {
	width: 630px;
}

.page-shop-detail .shop_info_w .imgarea .shop_l_img .slider_shop {
	overflow: hidden;
	position: relative;
}

.page-shop-detail .swiper-button-prev:after {
	display: none;
}

.page-shop-detail .swiper-button-next img {
	transform: rotate(180deg);
}

.page-shop-detail .swiper-button-next:after {
	display: none;
}

.page-shop-detail .shop_info_w .imgarea .shop_l_img img {
	width: 100%;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb {
	width: 158px;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb .swiper-slide {
	opacity: 0.5;
	overflow: hidden;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb .swiper-wrapper {
	display: block;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb .swiper-slide {
	width: 100% !important;
	height: auto;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb img {
	margin-bottom: 10px;
}

.page-shop-detail .shop_info_w .imgarea .img_thumb img:nth-last-of-type(1) {
	margin-bottom: 0;
}

.page-shop-detail .shop_info_w .txtarea {
	width: 100%;
}

.page-shop-detail .shop_info_w .txtarea .shop_info {
	margin-bottom: 10px;
}

.page-shop-detail .shop_info_w .txtarea .shop_info dt {
	background: #333333;
	padding: 5px;
}

.page-shop-detail .shop_info_w .txtarea .shop_info dd {
	padding: 10px 0;
}

.page-shop-detail .contact_btn_w {
  display: flex;
  justify-content: space-between;
	padding: 10px;
}

.page-shop-detail .contact_btn_w * {
  box-sizing: border-box;
}

.page-shop-detail .contact_btn_w.has-gc-shaken .link {
  width: 49%;
}

.page-shop-detail .contact_btn_w .link {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 1.5;
}

.page-shop-detail .contact_btn_w .link.contact {
  background-color: #FF9D00;
}
.page-shop-detail .contact_btn_w .link.gc-shaken {
  background-color: #47D45A;
}

.page-shop-detail .contact_btn_w .link .strong {
  display: block;
  font-weight: bold;
  font-size: 1.3em;
}

.page-shop-detail .contact_btn_w .txt {
	margin-bottom: 20px;
}

.page-shop-detail .contact_btn_w .z_btn {
	margin-bottom: 20px;
	display: block;
	margin-top: 0;
}

.page-shop-detail .contact_btn_w .tel_btn_w {
	display: block;
	background: #fff;
	padding: 20px;
	text-align: center;
}

@media screen and (min-width: 751px) {
	.page-shop-detail .contact_btn_w .z_btn {
		margin-bottom: 0;
	}

	.page-shop-detail .contact_btn_w .tel_btn_w {
		display: none;
	}
}

@media screen and (max-width: 750px) {
  .page-shop-detail .contact_btn_w {
    flex-direction: column;
    gap: 10px 0;
  }

  .page-shop-detail .contact_btn_w.has-gc-shaken .link {
    width: 100%;
  }
}

.page-shop-detail .contact_btn_w .tel_btn_w .ttl {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
}

.page-shop-detail .contact_btn_w .tel_btn_w a {
	font-size: 3.2rem;
	line-height: 1;
}

.page-shop-detail .shop_news {
	margin-bottom: 40px;
}

.page-shop-detail .shop_news .movie iframe {
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 360px;
	aspect-ratio: 16 / 9;
	margin: 80px auto;
	display: block;
}

.page-shop-detail #new_rec_car_box .free_text {
	padding: 20px 0;
}

.page-shop-detail .hd_service {
	padding: 40px 0 20px;
}

.page-shop-detail .hd_service .hd_service_w {
}

.page-shop-detail .hd_service .hd_service_i {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.page-shop-detail .hd_service .hd_service_i:nth-of-type(3n) {
	margin-right: 0;
}

.page-shop-detail .hd_service .hd_service_i h3 {
	text-align: center;
	margin: 10px 0;
	font-size: 1.6rem;
}

.page-shop-detail .nw_service {
	padding-bottom: 40px;
}

.page-shop-detail .nw_service .nw_service_w {
}

.page-shop-detail .nw_service .nw_service_w .nw_service_i {
	color: #01349d;
	border: 2px solid #01349d;
	padding: 10px;
	background: #e0effe;
	border-radius: 5px;
	width: 294px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: 600;
	margin-right: 8px;
}

.page-shop-detail .nw_service .nw_service_w .nw_service_i:nth-of-type(4n) {
	margin-right: 0;
}

.page-shop-detail .access {
	padding: 40px 0;
}

.page-shop-detail .access h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.page-shop-detail .access .map {
	margin-bottom: 30px;
}

.page-shop-detail .access .map iframe {
	width: 100%;
	height: 400px;
}

.page-shop-detail .access .txt {
	width: 50%;
	margin: auto;
}

.page-shop-detail .fea {
	padding: 40px 0 20px;
}

.page-shop-detail .fea h3 {
	margin: 10px 0;
	font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.page-shop-detail .detail_main_head {
		padding-bottom: 20px;
	}

	.page-shop-detail .shop_info_w .imgarea {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.page-shop-detail .shop_info_w .imgarea .shop_l_img {
		width: 100%;
	}

	.page-shop-detail .shop_info_w .imgarea .img_thumb {
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}

	.page-shop-detail .shop_info_w .imgarea .img_thumb .swiper-slide {
		width: 25% !important;
	}

	.page-shop-detail .shop_info_w .imgarea .img_thumb .swiper-wrapper {
		display: flex;
	}

	.page-shop-detail .shop_info_w .imgarea .img_thumb img {
		width: 100%;
		margin-bottom: 0;
	}

	.page-shop-detail .shop_news .movie iframe {
		margin: 40px auto;
	}

	.page-shop-detail .hd_service .hd_service_i {
		width: 100%;
		margin-right: 0;
	}

	.page-shop-detail .nw_service .nw_service_w .nw_service_i {
		margin-right: 0;
		width: 100%;
	}

	.page-shop-detail .access .map iframe {
		width: 100%;
		height: 250px;
	}

	.page-shop-detail .access .txt {
		width: 100%;
		margin: auto;
	}
}

/*Contact*/

.contact_form_w .btn_tel {
	width: 360px;
	line-height: 1;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}

.contact_form_w .btn_tel .s_txt {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 400;
}

.contact_form_w .btn_tel .ss_txt {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 400;
}

.contact_form_w .btn_tel {
	border: 2px solid #2d2d2d;
	font-size: 3rem;
}

.contact_form_w .btn_tel .ico {
	display: flex;
	align-items: center;
}

.contact_form_w .btn_tel .ico img {
	margin-right: 10px;
	vertical-align: middle;
}

.contact_form_w .form_w {
}

.contact_form_w .form_w h2 {
	font-size: 1.8rem;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.contact_form_w .form_w table {
	width: 100%;
}

.contact_form_w .form_w table th,
.contact_form_w .form_w table td {
	vertical-align: middle;
	padding: 10px;
}

.contact_form_w .form_w table th {
	font-weight: 500;
	text-align: left;
}

.contact_form_w .form_w table th .required_txt {
	background: #ea635c;
	padding: 5px;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	border-radius: 5px;
	margin-right: 10px;
}

.contact_form_w .form_w table td input[type="text"],
.contact_form_w .form_w table td input[type="tel"],
.contact_form_w .form_w table td input[type="email"],
.contact_form_w .form_w table td select {
	width: 100%;
	height: 40px;
	border: 1px solid #b2b2b2;
	padding: 5px;
	box-sizing: border-box;
}

.contact_form_w .form_w table td select[name="expiration_year"],
.contact_form_w .form_w table td select[name="expiration_month"] {
  display: inline-block;
  width: 25%;
}

.wpcf7-list-item {
	margin-left: 0;
}

.pr_ww {
	margin-top: 10px;
	text-align: center;
}

.submit_w {
	text-align: center;
	margin-top: 30px;
}

.submit_w input[type="submit"] {
	background: #002e8f;
	color: #fff;
	padding: 10px 60px;
	font-size: 1.6rem;
	border-radius: 10px;
}

/* .submit_w input[type="submit"]:disabled {
	opacity: 0.5;
} */

#thanks_w {
	padding: 80px 0;
	text-align: center;
}

#thanks_w h1 {
	font-size: 2.6rem;
	margin-bottom: 30px;
}

#thanks_w p {
	margin-bottom: 15px;
}

#thanks_w a {
	display: block;
	width: 300px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin: auto;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.contact_form_w .btn_tel {
		display: flex;
		width: 100%;
		padding: 5%;
		text-align: center;
	}

	.contact_form_w .btn_tel .s_txt {
		font-size: 1.4rem;
	}

	.contact_form_w .btn_tel .ico {
		justify-content: center;
	}

	.contact_form_w .form_w table th,
	.contact_form_w .form_w table td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 10px 0;
	}
}

/*404*/
.not_found_w {
	padding: 80px 0;
	text-align: center;
}

.not_found_w .imgarea {
	margin-bottom: 40px;
}

.not_found_w .txtarea h1 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}

.not_found_w .txtarea p {
	margin-bottom: 20px;
}

.not_found_w .txtarea a {
	display: block;
	width: 250px;
	padding: 10px;
	margin: auto;
	border-radius: 10px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	.not_found_w .txtarea h1 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.not_found_w .txtarea p {
		margin-bottom: 20px;
	}

	.not_found_w .txtarea a {
		width: 80%;
	}
}

/* scroll-to-simulation-btn */
.scroll-to-simulation-btn {
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 40px;
	display: block;
	border: none;
	width: 150px;
	cursor: pointer;
	background-color: transparent;
}

.scroll-to-simulation-btn img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (max-width: 750px) {
	.scroll-to-simulation-btn {
		right: 10px;
		bottom: 20px;
		border-radius: 50px;
		width: 100px;
	}
}

#simulation_d {
	padding: 30px 0;
}

#simulation_d .simulation_d_w {
	justify-content: space-between;
}

#simulation_d .left_area {
	width: 510px;
	flex-shrink: 0;
}

#simulation_d .left_area h1 {
	margin-bottom: 60px;
	line-height: 1;
	border-left: 8px solid #002e8f;
	padding-left: 20px;
}

#simulation_d .left_area h1 span {
	display: block;
}

#simulation_d .left_area h1 .maker_name {
	font-size: 1.8rem;
	font-weight: normal;
}

#simulation_d .left_area h1 .car_name {
	font-size: 2.6rem;
	margin: 10px 0;
	font-weight: 600;
}

#simulation_d .left_area h1 .type {
	font-size: 2rem;
	font-weight: 600;
}

#simulation_d .right_area {
	border: 2px solid #002e8f;
	width: 600px;
}

#simulation_d .right_area h2 {
	color: #fff;
	background: #002e8f;
	padding: 10px;
	text-align: center;
}

#simulation_d .right_area h2 {
	font-size: 2rem;
}

#simulation_d .right_area h2 span {
	font-weight: normal;
	font-size: 1.6rem;
	display: block;
}

#simulation_d .right_area .conditions_select_w {
	padding: 20px;
}

#simulation_d .right_area .conditions_select_i {
	margin-bottom: 20px;
}

#simulation_d .right_area .conditions_select_i p {
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: 600;
}

#simulation_d .right_area .conditions_select_w .radio_ww input[type="radio"] {
	display: none;
}

#simulation_d .right_area .conditions_select_w .radio_ww label {
	text-align: center;
	width: 31%;
	border: 2px solid #b2b2b2;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 3%;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
}

#simulation_d .right_area .conditions_select_w .radio_ww label:nth-of-type(3n) {
	margin-right: 0;
}

#simulation_d .right_area .conditions_select_w .radio_ww input[type="radio"]:checked + label {
	border: 2px solid #002e8f;
	background: #002e8f;
	color: #fff;
}

#simulation_btn_w {
}

#simulation_btn_w .err {
	text-align: center;
	font-weight: 600;
	color: #002e8f;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#simulation_btn_w .btn_w {
	text-align: center;
}

#simu_submit_btn {
	background: #ff9d00;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	margin-top: 15px;
	display: block;
	color: #fff;
	border: none;
	width: 300px;
	margin: auto;
}

#result_area {
	background: #fff7cb;
	padding: 40px 0;
	display: none;
}

#result_area .result_show_area {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 50px;
	background: #fff;
	margin-bottom: 10px;
}

#result_area h2 {
	text-align: center;
	padding: 10px;
	font-size: 1.8rem;
	margin-bottom: 50px;
}

#result_area .result_num_w {
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 50px;
}

#result_area .result_num_w span {
	font-size: 4rem;
	margin: 0 5px;
}

#result_area .tc_area {
	justify-content: center;
}

#result_area .result_num_w_02 {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	padding: 0 40px;
}

#result_area .result_num_w_02:nth-of-type(1) {
	border-right: 1px solid #707070;
}

#result_area .result_num_w_02 span {
	font-size: 3.6rem;
	margin: 0 5px;
}

.okinawa_check_w {
}
.okinawa_check_w > p {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}

#result_area .btn_w {
	text-align: center;
	margin-top: 20px;
}

#result_area #return_btn {
	background: #ff9d00;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	margin-top: 15px;
	display: block;
	color: #fff;
	border: none;
	width: 300px;
	margin: auto;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 750px) {
	#simulation_d .left_area {
		width: 100%;
	}
	#simulation_d .left_area h1 {
		margin-bottom: 0;
		line-height: 1;
		border-left: 8px solid #002e8f;
		padding-left: 20px;
	}
	#simulation_d .right_area .conditions_select_w .radio_ww label {
		text-align: center;
		width: 32%;
		margin-right: 1.5%;
		font-size: 1.4rem;
	}
	.check_w p.blue {
		font-weight: 600;
		font-size: 1.4rem;
		line-height: 1.25;
	}
	#result_area .result_show_area {
		padding: 30px;
	}
	#result_area .result_num_w {
		font-size: 2rem;
	}
	#result_area .result_num_w span {
		font-size: 3.6rem;
		margin: 0 5px;
	}
	#result_area .result_num_w_02 {
		font-size: 1.6rem;
		padding: 20px 0;
		width: 100%;
		box-sizing: border-box;
	}
	#result_area .result_num_w_02:nth-of-type(1) {
		border-right: 0px solid #707070;
		border-bottom: 1px solid #707070;
	}
}

#simulation_list {
}
#simulation_list .simulation_list_w {
}
#simulation_list .simulation_list_w h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#simulation_list .simulation_list_w .simulation_list_i_w {
}
#simulation_list .simulation_list_w .simulation_list_i {
	background: #fff;
	width: 18.5%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 1.3%;
}
#simulation_list .simulation_list_w .simulation_list_i:nth-of-type(5n) {
	margin-right: 0;
}
#simulation_list .simulation_list_w .simulation_list_i .txtarea {
	padding: 20px 16px 0;
	margin-bottom: 0;
	line-height: 1.25;
	height: 90px;
}
#simulation_list .simulation_list_w .simulation_list_i .txtarea .car_name {
	font-size: 2rem;
	margin: 5px 0;
	font-weight: 600;
}
#simulation_list .simulation_list_w .simulation_list_i .txtarea .price {
	font-weight: 600;
}
#simulation_list .swiper-button-next,
#simulation_list .swiper-button-prev {
	display: none;
}

.to_simu_btn a {
	display: block;
	background: #002e8f;
	color: #fff;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	#simulation_list .sp_slide_w {
		position: relative;
	}
	#simulation_list .simulation_list_w .simulation_list_i_w {
		flex-wrap: nowrap;
	}
	#simulation_list .simulation_list_w .simulation_list_i {
		margin-right: 0px;
	}
	#simulation_list .swiper-button-next:after,
	#simulation_list .swiper-rtl .swiper-button-prev:after,
	#simulation_list .swiper-button-prev:after,
	#simulation_list .swiper-rtl .swiper-button-next:after {
		display: none;
	}
	#simulation_list .swiper-button-next,
	#simulation_list .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, -10px);
		left: auto;
	}
	#simulation_list .swiper-button-prev,
	#simulation_list .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, -10px);
		right: auto;
	}
	#simulation_list .sp_slide_w .swiper-button-next img {
		transform: rotate(180deg);
	}
	#simulation_list .swiper-button-next,
	#simulation_list .swiper-button-prev {
		display: block;
	}
	#simulation_list .simulation_list_w .simulation_list_i .txtarea {
		height: auto;
	}
	.to_simu_btn a {
		font-size: 1.6rem;
	}
}

.wpcf7-spinner {
	display: none;
}

/* .wpcf7-form.init .wpcf7-list-item-label {
  display: none;
} */

.wpcf7-submit {
	cursor: pointer;
}

.wpcf7-submit:hover {
	opacity: 0.5;
}
