/*===================================
下層：共通
===================================*/
/* パンくずをMVに入れる */
#ucar_detail .ucar_mv {
	margin-top: -0.8rem;
	z-index: 0;
	position: relative;
	width: 100%;
	height: 5.00rem;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	#ucar_detail .ucar_mv {
		height: 3.00rem;
		margin-top: 0;
		/*		background-size: contain;*/
		background-position: right bottom;
	}
}

#ucar_detail .ucar_mv .in {
	height: 100%;
	position: relative;
}

/* MV内のテキストとロゴ */
.ucar_mv .ucar_mv_text_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.ucar_mv .ucar_mv_text_wrap {
		top: 45%;
	}
}

.ucar_mv .ucar_about_mv_text .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.ucar_mv .ucar_about_mv_text .title {
		font-size: 0.20rem;
		line-height: 1.65;
		padding-bottom: 0.10rem;
	}
}

/* ロゴ */
.ucar_mv .logo {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	.ucar_mv .logo {
		width: 0.70rem;
		padding-bottom: 0.10rem;
	}
}

/* お客様センター */
#ucar_detail #okyakusasma_center {
	background-color: #F6F6F6;
	background-image: url(../img/ucar/ucar_okyakusama_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

@media screen and (max-width: 599px) {
	#ucar_detail #okyakusasma_center {
		background-image: none;
		padding: 0.20rem 0;
	}
	#ucar_detail #okyakusasma_center .okyakusasma_center_box {
		background-color: #FFF;
	}
}

#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap {
	color: #565454;
}

#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
	border-top: 1px solid #565454;
	border-bottom: 1px solid #565454;
}

@media screen and (max-width: 599px) {
	#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
		border: 0;
	}
}

#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .tel a {
	color: #565454;
}

/* TELアイコン */
#ucar_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .tel::before {
	background-image: url(../img/callcenter_icon_tel_gray.svg);
}

/*===================================
共通ボタン
===================================*/
.common_btn {
	width: 100%;
	max-width: 3.50rem;
}

@media screen and (max-width: 599px) {
	.common_btn {
		max-width: 3.00rem;
	}
}

.common_btn a {
	display: block;
	border: 1px solid #DC0017;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	text-align: center;
	position: relative;
	font-size: 0.18rem;
	font-weight: 700;
	color: #DC0017;
	background: #fff;
	font-feature-settings: normal;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.common_btn a {
		font-size: 0.14rem;
		padding: 0.18rem 0 0.20rem;
	}
}


.common_btn a:hover {
	background-color: #DC0017;
	border: 1px solid #fff;
	color: #fff;
}

/* 丸ボタン */
.common_btn.round a {
	border-radius: 0.50rem;
}

/* ボタンをセンターに */
.common_btn.center {
	margin: auto;
}

/* 右側にリンク矢印あり */
.common_btn.right-arrow a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_red.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.common_btn.right-arrow a:hover::after {
	background-image: url(../common/img/icon_right_white.svg);
	right: 0.12rem;
}

/* 左側にリンク矢印あり */
.common_btn.left-arrow a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	;
	transition: all 0.3s;
}

.common_btn.left-arrow a:hover::after {
	background-image: url(../common/img/icon_right_white.svg);
	left: 0.12rem;
}

/*============================
MV
============================*/
#ucar main {
	padding-top: 0;
}

#ucar_mv {
	width: 100%;
	height: 7.00rem;
	;
	background: url(../img/ucar/ucar_top_mv.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#ucar_mv {
		width: 100%;
		height: 3.50rem;
	}
}


#ucar_mv::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 6.0rem;
	background: url(../img/ucar/ucar_top_mv_back.png) no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}


#ucar_mv .ucar_mv_title {
	color: #fff;
	position: absolute;
	top: 3.00rem;
	left: 2.8rem;
}

@media screen and (max-width: 599px) {
	#ucar_mv .ucar_mv_title {
		top: 1.00rem;
		left: 0.5rem;
	}
}

#ucar_mv .ucar_mv_title .title {
	font-size: 0.60rem;
}

@media screen and (max-width: 599px) {
	#ucar_mv .ucar_mv_title .title {
		font-size: 0.30rem;
	}
}


#ucar_mv .ucar_mv_title .lead {
	padding-top: 0.3rem;
	font-size: 0.20rem;
	font-weight: 600;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#ucar_mv .ucar_mv_title .lead {
		padding-top: 0.2rem;
		font-size: 0.14rem;
	}
}

/*============================
検索
============================*/
#ucar_kensaku {
	padding: 1.00rem 0;
}

@media screen and (max-width: 599px) {
	#ucar_kensaku {
		padding: 0.50rem 0;
	}
}


#ucar_kensaku .lower_title01 span {
	border-bottom: 2px solid #DC0017;
	padding-bottom: 0.10rem;
}

/*バナー*/
.caricon_bnr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.00rem;
	border: 1px solid #DC0017;
}

@media screen and (max-width: 599px) {
	.caricon_bnr {
		margin-bottom: 0.70rem;
	}
}

.caricon_bnr .caricon_bnr_text {
	width: 55%;
	background: #DC0017;
	padding: 0.30rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.caricon_bnr .caricon_bnr_text {
		width: 100%;
		background: #DC0017;
		padding: 0.20rem;
	}
}

.caricon_bnr .caricon_bnr_text .text {
	text-align: center;
	color: #fff;
	font-size: 0.25rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.caricon_bnr .caricon_bnr_text .text {
		font-size: 0.20rem;
	}
}


.caricon_bnr_img {
	width: 45%;
	background: #F6F6F6;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 599px) {
	.caricon_bnr_img {
		display: none;
	}
}


.caricon_bnr_img img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

/*検索ボタン*/
#ucar_kensaku .kensaku_btn {
	margin-top: 0.3rem;
}

#ucar_kensaku .kensaku_btn .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ucar_kensaku .kensaku_btn .list .item {
	width: 18%;
}

@media screen and (max-width: 599px) {
	#ucar_kensaku .kensaku_btn .list .item {
		width: 48%;
		margin-bottom: 0.20rem;
	}
}


/*ボディタイプ*/
#ucar_kensaku .bodytype {
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
	#ucar_kensaku .bodytype {
		margin-bottom: 0.60rem;
	}
}


/*希望条件*/
#ucar_kensaku .kiboujouken {
	margin-bottom: 0.80rem;
}

/*ボトムバナー*/
#ucar_kensaku .bottom_bnr .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ucar_kensaku .bottom_bnr .list .item {
	width: 48%;
}

@media screen and (max-width: 599px) {
	#ucar_kensaku .bottom_bnr .list .item {
		width: 100%;
		margin-bottom: 0.40rem;
	}
}


#ucar_kensaku .bottom_bnr .list .item a {
	display: block;
	color: #000;
	text-decoration: none;
}

#ucar_kensaku .bottom_bnr .list .item a:hover {
	opacity: 0.7;
}

#ucar_kensaku .bottom_bnr .list .item a .ph_wrap {
	width: 100%;
	height: 1.90rem;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#ucar_kensaku .bottom_bnr .list .item a .ph_wrap {
		height: 1.30rem;
	}
}


#ucar_kensaku .bottom_bnr .list .item a .ph_wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#ucar_kensaku .bottom_bnr .list .item a .title {
	font-size: 0.20rem;
	font-weight: 600;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 599px) {
	#ucar_kensaku .bottom_bnr .list .item a .title {
		font-size: 0.18rem;
		font-weight: 600;
		margin-bottom: 0.10rem;
	}
}

#ucar_kensaku .bottom_bnr .list .item a .text {
	font-size: 0.16rem;
	line-height: 1.6;
}

@media screen and (max-width: 599px) {
	#ucar_kensaku .bottom_bnr .list .item a .text {
		font-size: 0.14rem;
	}
}


/*============================
中古車展示店舗
============================*/
#ucar_shoplist {
	background: #F6F6F6;
	padding: 0.50rem 0;
}

#ucar_shoplist .lead {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#ucar_shoplist .lead {
		font-size: 0.14rem;
		line-height: 1.65;
	}
}


/*ボタン*/
#ucar_shoplist .btn_more_circle:before {
	background: #E60122;
}


#ucar_shoplist .ucar_shoplist_box .list {
	display: flex;
	flex-wrap: wrap;
}

#ucar_shoplist .ucar_shoplist_box .list .item {
	/* width: 33.333%; */
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#ucar_shoplist .ucar_shoplist_box .list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 0.50rem;
	}
}


#ucar_shoplist .ucar_shoplist_box .list .item a {
	display: block;
	color: #000;
	text-decoration: none;
}

#ucar_shoplist .ucar_shoplist_box .list .item a:hover {
	opacity: 0.7;
}

#ucar_shoplist .ucar_shoplist_box .list .item a .ph_wrap {
	width: 100%;
	height: 2.00rem;
}

#ucar_shoplist .ucar_shoplist_box .list .item a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: -0.6rem;
}

#ucar_shoplist .ucar_shoplist_box .list .item a .text_wrap {
	background: #fff;
	box-sizing: border-box;
	padding: 0.20rem;
}


#ucar_shoplist .ucar_shoplist_box .list .item a .shop_title {
	font-size: 0.18rem;
	font-weight: 600;
	margin-bottom: 0.30rem;
	position: relative;
}

#ucar_shoplist .ucar_shoplist_box .list .item a .shop_title::before {
	content: '';
	display: inline-block;
	width: 0.30rem;
	height: 0.02rem;
	background: #dc0017;
	position: absolute;
	bottom: -0.10rem;
}

#ucar_shoplist .ucar_shoplist_box .list .item a address {
	font-size: 0.13rem;
	line-height: 1.65;
}

#ucar_shoplist .ucar_shoplist_box .list .item a address span {
	font-size: 0.16rem;
	display: block;
	margin-bottom: 0.10rem;
}

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


/*============================
認定中古車説明
============================*/
#ucar_about {
	background: #F3F0E9;
	padding: 0.80rem;
}

@media screen and (max-width: 599px) {
	#ucar_about {
		padding: 0.50rem 0;
	}
}


#ucar_about .ucar_about_titlebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.50rem;
}

#ucar_about .ucar_about_titlebox .ninteilogo {
	width: 1.40rem;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_titlebox .ninteilogo {
		width: 1.00rem;
	}
}


#ucar_about .ucar_about_titlebox .title {
	width: calc(100% - 1.40rem);
	box-sizing: border-box;
	padding-left: 0.40rem;
	font-size: 0.25rem;
	font-weight: 600;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_titlebox .title {
		width: calc(100% - 1rem);
		padding-left: 0.15rem;
		font-size: 0.14rem;
		text-align: left;
		line-height: 1.8;
		box-sizing: border-box;
	}
}


/*コンテンツ*/
#ucar_about .ucar_about_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.70rem;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box {
		margin-bottom: 0.50rem;
	}
	
	#ucar_about .ucar_about_box.longrun {
		margin-bottom: 0;
	}
}


#ucar_about .ucar_about_box .ph_wrap {
	width: 60%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .ph_wrap {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0.20rem;
	}
}


#ucar_about .ucar_about_box .text_wrap {
	width: 40%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#ucar_about .ucar_about_box .text_wrap .title_wrap {
	position: relative;
	padding-left: 0.90rem;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .text_wrap .title_wrap {
		padding-left: 0.60rem;
		margin-bottom: 0.20rem;
	}
}


#ucar_about .ucar_about_box .text_wrap .title_wrap::before {
	content: '';
	display: inline-block;
	width: 0.70rem;
	height: 0.70rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -0.10rem;
	left: 0;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .text_wrap .title_wrap::before {
		width: 0.50rem;
		height: 0.50rem;
		top: -0.03rem;
	}
}


#ucar_about .ucar_about_box .text_wrap .title_wrap span {
	font-size: 0.16rem;
	position: relative;
}

#ucar_about .ucar_about_box .text_wrap .title_wrap .title {
	font-size: 0.25rem;
	font-weight: 600;
	padding-top: 0.05rem;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .text_wrap .title_wrap .title {
		font-size: 0.20rem;
	}
}


#ucar_about .ucar_about_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.6;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .text_wrap .text {
		font-size: 0.14rem;
	}
}



@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box .text_wrap .btn {
		text-align: right;
		margin-right: 0.40rem;
	}
}


#ucar_about .ucar_about_box .text_wrap .btn a {
	text-decoration: none;
	font-size: 0.16rem;
	font-weight: 600;
	color: #000;
	position: relative
}

#ucar_about .ucar_about_box .text_wrap .btn a:hover {
	opacity: 0.7;
}

#ucar_about .ucar_about_box .text_wrap .btn a span::after {
	content: '';
	display: inline-block;
	width: 0.30rem;
	height: 0.30rem;
	background-image: url(../img/icon_arrow_circle_red.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -0.07rem;
	right: -0.40rem;
	transition: .3s all;
}


#ucar_about .ucar_about_box .text_wrap .btn a:hover span::after {
	right: -0.45rem;
}


/*まるごとクリーニング*/
#ucar_about .ucar_about_box.cleanning .text_wrap .title_wrap::before {
	background-image: url(../img/ucar/ucar_top_icon_clean.png);
}


/*車両検査証明書*/
#ucar_about .ucar_about_box:nth-child(odd) {
	flex-flow: row-reverse;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box:nth-child(odd) {
		flex-flow: column;
	}
}

#ucar_about .ucar_about_box.shaken .text_wrap .title_wrap::before {
	background-image: url(../img/ucar/ucar_top_icon_shaken.png);
}


#ucar_about .ucar_about_box:nth-child(odd) .text_wrap {
	padding-left: 0;
	padding-right: 0.40rem;
}

@media screen and (max-width: 599px) {
	#ucar_about .ucar_about_box:nth-child(odd) .text_wrap {
		padding-right: 0;
	}
}


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


/*============================
gazoo
============================*/
#ucar_gazoo {}

#ucar_gazoo .in {
	max-width: 13.8rem;
}

#ucar_gazoo #search-result {
	width: 100%;
}

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


/*============================
TOYOTA認定中古車とは？
============================*/
#ucar_what_mv {
	background: url(../img/ucar/ucar_about_mv.jpg) no-repeat;
}

@media screen and (max-width: 599px) {
	#ucar_what_mv {
		background: url(../img/ucar/ucar_about_mv_sp.jpg) no-repeat;
	}
}

/*============================
認定中古車説明
============================*/
#ucar_what #ucar_about .ucar_about_titlebox {
	text-align: center;
}
@media screen and (max-width: 599px) {
	#ucar_what #ucar_about .ucar_about_titlebox .title{
		width: 100%;
		padding-left: 0;
	}
}

#ucar_about .ucar_about_box.longrun .text_wrap .title_wrap::before {
	background-image: url(../img/ucar/ucar_top_icon_long.png);
}



/*============================
説明のリスト
============================*/
#ucar_what_list {
	background: #F6F6F6;
	padding: 0.8rem 0;
}

#ucar_what_list .ucar_what_list_topbox {
	display: flex;
	flex-wrap: wrap;
}

#ucar_what_list .ucar_what_list_topbox .title {
	font-size: 0.25rem;
	font-weight: 600;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .title {
		font-size: 0.22rem;
	}
}

#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_left {
	width: 65%;
	box-sizing: border-box;
	background: #fff;
	padding: 0.30rem 0.20rem;
}

@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_left {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_left .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ucar_what_list .ucar_what_list_topbox .list .item {
	width: 45%;
	box-sizing: border-box;
	position: relative;
}

#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_left .list .item:nth-child(1)::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	right: -0.38rem;
}

@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_left .list .item:nth-child(1)::before {
		content: none;
	}
}


@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .list .item {
		width: 100%;
	}
	
	#ucar_what_list .ucar_what_list_topbox .list .item:nth-child(2) {
		padding-top: 0.30rem;
	}
}


#ucar_what_list .ucar_what_list_topbox .list .item .ph_wrap {
	width: 100%;
	height: 1.50rem;
}

#ucar_what_list .ucar_what_list_topbox .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ucar_what_list .ucar_what_list_topbox .list .item .cont_title {
	font-size: 0.20rem;
	font-weight: 600;
	padding: 0.20rem 0;
}
@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .list .item .cont_title {
		font-size: 0.18rem;
		padding: 0.15rem 0;
	}
}

#ucar_what_list .ucar_what_list_topbox .list .item .text {
	font-size: 0.16rem;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .list .item .text {
		font-size: 0.14rem;
	}
}



#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_right {
	width: 32%;
	box-sizing: border-box;
	background: #fff;
	padding: 0.30rem 0.20rem;
	margin-left: 2%;
}

@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_right {
		width: 100%;
		box-sizing: border-box;
		background: #fff;
		margin-left: 0;
	}
}


#ucar_what_list .ucar_what_list_topbox .ucar_what_list_topbox_right .list .item {
	width: 100%;
}


/*リスト下４つ*/
#ucar_what_list .ucar_what_list_bottombox {
	margin-top: 0.30rem;
}

#ucar_what_list .ucar_what_list_bottombox .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#ucar_what_list .ucar_what_list_bottombox .list .item {
	width: 49%;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 0.30rem;
	padding: 0.30rem;
}

@media screen and (max-width: 599px) {
	#ucar_what_list .ucar_what_list_bottombox .list .item {
		width: 100%;
		padding: 0.20rem;
	}
}


#ucar_what_list .ucar_what_list_bottombox .list .item .title {
	font-size: 0.20rem;
	font-weight: 600;
	margin-bottom: 0.20rem;
}

#ucar_what_list .ucar_what_list_bottombox .list .item .text {
	font-size: 0.16rem;
	line-height: 1.65;
}

#ucar_what_list .ucar_what_list_bottombox .list .item small {
	font-size: 0.13rem;
	line-height: 1.65;
	display: block;
	padding-top: 0.10rem;
	padding-left: 0.13rem;
	text-indent: -0.13rem;
}

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


/*============================
下部のリンク
TOYOTA認定中古車とは？
============================*/
#ucar_what #lower_bottom_link .list .detail {
	background: #E60122;
}

#ucar_what #lower_bottom_link .list .detail .ph_wrap {
	background: #ED4C63;
}

/* 矢印アイコン */
#ucar_what #lower_bottom_link .list .detail .btn_incont::after {
	background-image: url(../common/img/icon_arrow_red.svg);
}

#ucar_what  #lower_bottom_link .list .detail .btn_incont_circle::after {
	color:  #E60122;
}


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


/*============================
共通
============================*/



/*============================
トヨタの買取りネットワーク
============================*/
/* MV */
#ucar_kaitori_mv {
	background-image: url(../img/ucar/ucar_kaitori_mv.jpg);
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#ucar_kaitori_mv {
		background-image: url(../img/ucar/ucar_kaitori_mv_sp.jpg);
	}
}

/* MVグラデ */
#ucar_kaitori_mv::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

/* パンくず（白） */
#ucar_kaitori #page_navi .list .link a,
#ucar_kaitori #page_navi .list .link.current {
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#ucar_kaitori #page_navi .list .link a,
	#ucar_kaitori #page_navi .list .link.current {
		color: #000;
	}
}

#ucar_kaitori #page_navi .list .link a::after {
	opacity: 1;
	background-image: url(../img/gr_garage/gr_garage_pagenavi_arrow.svg);
}

@media screen and (max-width: 599px) {
	#ucar_kaitori #page_navi .list .link a::after {
		opacity: 1;
		background-image: url(../common/img/sp_menu_arrow.svg);
	}
}

/* トヨタの買取りが高価買取りできる理由 */
#reason {
	padding: 0.80rem 0 1.00rem;
}

@media screen and (max-width: 599px) {
#reason {
	padding: 0.50rem 0;
}
}

#reason .sec_title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
#reason .sec_title {
	font-size: 0.20rem;
	padding-bottom: 0.20rem;
	line-height: 1.5;
}
}

#reason .text {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#reason .text {
		font-size: 0.14rem;
		padding-bottom: 0.20rem;
		text-align: justify;
	}
}

#reason .ph_wrap {
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#reason .ph_wrap {
		width: 100%;
	}
}

/* 買取り価格と下取り価格の違い */
#difference {
	background-color: #F6F6F6;
	padding: 0.80rem 0;
}

@media screen and (max-width: 599px) {
	#difference {
		padding: 0.50rem 0 0.20rem;
	}
}

#difference .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#difference .difference_box {
	width: 46.66%;
}

@media screen and (max-width: 599px) {
	#difference .difference_box {
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

#difference .difference_box .title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#difference .difference_box .title {
		font-size: 0.18rem;
		padding-bottom: 0.10rem;
	}
}

#difference .difference_box .text {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	padding-bottom: 0.10rem;
	text-align: justify;
}

@media screen and (max-width: 599px) {
#difference .difference_box .text {
	font-size: 0.14rem;
}
}

#difference .difference_box .ph_wrap {
	padding-bottom: 0.10rem;
}

#difference .difference_box .caption .caption_text {
	font-size: 0.12rem;
	line-height: 1.40;
	padding-top: 0.10rem;
	text-indent: -0.25rem;
	margin-left: 0.25rem;
}

@media screen and (max-width: 599px) {
	#difference .difference_box .caption .caption_text {
		font-size: 0.11rem;
		text-indent: -0.22rem;
		margin-left: 0.22rem;
	}
}

/* 買取り査定額アップのコツ */
#assessment {
	padding: 2.80rem 0 1.00rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#assessment {
		padding: 2.00rem 0 0.20rem;
	}
}

#assessment::before {
	content: "";
	width: 100%;
	height: 3.65rem;
	background-image: url(../img/ucar/ucar_kaitori_assessment_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#assessment::before {
		height: 2.00rem;
	}
}

#assessment .in {
	background-color: #FFF;
	z-index: 1;
	padding-top: 0.60rem;
}

@media screen and (max-width: 599px) {
	#assessment .in {
		padding-top: 0.30rem;
	}
}

#assessment .sec_title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.60rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
#assessment .sec_title {
	font-size: 0.20rem;
	padding-bottom: 0.30rem;
}
}

#assessment .assessment_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#assessment .assessment_list_wrap .list .detail {
	width: 31%;
}

@media screen and (max-width: 599px) {
	#assessment .assessment_list_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

#assessment .assessment_list_wrap .list .detail .num_title {
	padding-bottom: 0.20rem;
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	display: flex;
	align-items: end;
	line-height: 1.3;
}

@media screen and (max-width: 599px) {
	#assessment .assessment_list_wrap .list .detail .num_title {
		font-size: 0.18rem;
		align-items: center;
	}
}

#assessment .assessment_list_wrap .list .detail .num_title span {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.50rem;
	font-weight: 500;
	color: #009C5C;
	position: relative;
	top: 0.02rem;
	padding-right: 0.10rem;
	line-height: 1;
}

@media screen and (max-width: 599px) {
	#assessment .assessment_list_wrap .list .detail .num_title span {
		font-size: 0.40rem;
	}
}

#assessment .assessment_list_wrap .list .detail .ph_wrap {
	width: 100%;
	height: 2.50rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#assessment .assessment_list_wrap .list .detail .ph_wrap {
		height: 55vw;
	}
}

#assessment .assessment_list_wrap .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

#assessment .assessment_list_wrap .list .detail .text {
	padding-top: 0.20rem;
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	#assessment .assessment_list_wrap .list .detail .text {
		padding-top: 0.10rem;
		font-size: 0.14rem;
	}
}

/* 横並びの緑のリンク */
.kaitori_link_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kaitori_link_wrap .list .detail {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.kaitori_link_wrap .list .detail {
		width: 100%;
		text-align: left;
	}
}

.kaitori_link_wrap .list .detail:first-child {
	border-right: 1px solid #FFF;
}

@media screen and (max-width: 599px) {
	.kaitori_link_wrap .list .detail:first-child {
		border-bottom: 1px solid #FFF;
		border-right: 0;
	}
}

.kaitori_link_wrap .list .detail a {
	display: block;
/*
	padding: 0.45rem 0;
	background-color: #009c5c;
*/
	color: #FFF;
	text-decoration: none;
	padding: 0.43rem 0;
}

@media screen and (max-width: 599px) {
	.kaitori_link_wrap .list .detail a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0.20rem;
	}
}

#ucar_kaitori .kaitori_link_wrap .list .detail {
	background: #009C5C;
}


.kaitori_link_wrap .list .detail a .icon {
	width: 0.80rem;
	height: 0.80rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.kaitori_link_wrap .list .detail a .icon {
		width: 0.60rem;
		height: 0.60rem;
		margin: 0;
	}
}

.kaitori_link_wrap .list .detail a .title {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding: 0.15rem 0 0.10rem;
}

@media screen and (max-width: 599px) {
	.kaitori_link_wrap .list .detail a .title {
		font-size: 0.16rem;
		margin-bottom: 0;
		width: calc(100% - 0.90rem);
		text-align: left;
		padding: 0;
		padding-left: 0.23rem;
	}
}

.kaitori_link_wrap .list .detail a .btn_incont {
	color: #FFF;
	font-weight: 500;
	font-size: 0.16rem;
}

.kaitori_link_wrap .list .detail a .btn_incont .btn_incont_circle::before {
	background: #FFF;
}

.kaitori_link_wrap .list .detail a .btn_incont .btn_incont_circle::after {
	color: #009c5c;
}

/*
.kaitori_link_wrap .list .detail a .btn_incont::after {
	background-image: url(../common/img/icon_arrow_circle_clear.svg);
}
*/

@media screen and (max-width: 599px) {
	.kaitori_link_wrap .list .detail .btn_incont_wrap.sp_only {
		position: absolute;
		right: 0.20rem;
	}
}

/* 買取り相場が変動するのはなぜ？ */
#kaitori_why {
	padding: 0.80rem 0;
}

@media screen and (max-width: 599px) {
	#kaitori_why {
		padding: 0.50rem 0;
	}
}

#kaitori_why .sec_title {
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	border-bottom: 2px solid #DDDDDD;
}

@media screen and (max-width: 599px) {
	#kaitori_why .sec_title {
		font-size: 0.20rem;
		border-bottom: 1px solid #DDDDDD;
	}
}

#kaitori_why .sec_title span {
	position: relative;
	display: inline-block;
	padding-bottom: 0.15rem;
}

#kaitori_why .sec_title span::before {
	content: "";
	width: 100%;
	height: 2px;
    background-color: #009C5C;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media screen and (max-width: 599px) {
	#kaitori_why .sec_title span::before {
		width: 1.00rem;
		height: 1px;
		bottom: -1px;
	}
}

#kaitori_why .kaitori_why_flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.30rem;
}

@media screen and (max-width: 599px) {
	#kaitori_why .kaitori_why_flexbox {
		padding-top: 0.20rem;
	}
}

#kaitori_why .kaitori_why_flexbox .ph_wrap {
	width: 4.78rem;
	padding-top: 0.05rem;
}

@media screen and (max-width: 599px) {
	#kaitori_why .kaitori_why_flexbox .ph_wrap {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0.20rem;
	}
}

#kaitori_why .kaitori_why_flexbox .textbox {
	width: calc(100% - 5.10rem);
}

@media screen and (max-width: 599px) {
	#kaitori_why .kaitori_why_flexbox .textbox {
		width: 100%;
	}
}

#kaitori_why .kaitori_why_flexbox .textbox .text {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	text-align: justify;
	padding-bottom: 1em;
}

@media screen and (max-width: 599px) {
	#kaitori_why .kaitori_why_flexbox .textbox .text {
		font-size: 0.14rem;
	}
}

/* クルマ買取りに関するよくあるご質問 */
#kaitori_faq {
	padding: 0.80rem 0;
	background-color: #F6F6F6;
}

@media screen and (max-width: 599px) {
	#kaitori_faq {
		padding: 0.50rem 0;
	}
}

#kaitori_faq .in {
	max-width: 10.00rem;
}

#kaitori_faq .sec_title {
	font-size: 0.30rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .075em;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .sec_title {
		font-size: 0.20rem;
		line-height: 1.40;
		padding-bottom: 0.30rem;
	}
}

#kaitori_faq .kaitori_faq_box {
	border-top: 1px solid #707070;
}

#kaitori_faq .kaitori_faq_box:last-child {
	border-bottom: 1px solid #707070;
}

#kaitori_faq .kaitori_faq_box .list {
	padding: 0.30rem 0;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list {
		padding: 0.20rem 0;
	}
}

#kaitori_faq .kaitori_faq_box .list .question {
	font-size: 0.20rem;
	font-weight: 600;
	color: #3B4043;
	position: relative;
	padding-left: 0.65rem;
	cursor: pointer;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list .question {
		font-size: 0.15rem;
		padding-left: 0.35rem;
		padding-right: 0.30rem;
		line-height: 1.35;
	}
}

/* Qアイコン */
#kaitori_faq .kaitori_faq_box .list .question::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	background-image: url(../common/img/icon_question.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -0.10rem;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list .question::before {
		width: 0.26rem;
		height: 0.26rem;
		top: -0.03rem;
	}
}

/* アコーディオン矢印 */
#kaitori_faq .kaitori_faq_box .list .question::after {
	content: "";
	width: 0.26rem;
	height: 0.18rem;
	background-image: url(../common/img/icon_right_green.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	transform: rotate(90deg);
	right: 0;
	top: -0.06rem;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list .question::after {
		width: 0.20rem;
		height: 0.14rem;
		top: -0.02rem;
	}
}

#kaitori_faq .kaitori_faq_box .list.open .question::after {
	transform: rotate(-90deg);
	top: 0.07rem;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list.open .question::after {
		transform: rotate(-90deg);
		top: 0.08rem;
	}
}

#kaitori_faq .kaitori_faq_box .list .answer {
	margin-top: 0.35rem;
	padding-left: 0.65rem;
	font-size: 0.16rem;
	line-height: 1.85;
	color: #3B4043;
	position: relative;
	display: none;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.6s;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list .answer {
		margin-top: 0.20rem;
		padding-left: 0.35rem;
		line-height: 1.65;
		font-size: 0.14rem;
	}
}

#kaitori_faq .kaitori_faq_box .list.open .answer {
	opacity: 1;
}

/* Aアイコン */
#kaitori_faq .kaitori_faq_box .list .answer::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	background-image: url(../common/img/icon_answer.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -0.06rem;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list .answer::before {
		width: 0.26rem;
		height: 0.26rem;
		top: -0.01rem;
	}
}

#kaitori_faq .kaitori_faq_box .list .answer a {
	color: #013E89;
}

#kaitori_faq .kaitori_faq_box .list .answer a:hover {
	text-decoration: none;
}

/* 注釈 */
#kaitori_faq .kaitori_faq_box .list .answer .small_text {
	font-size: 0.13rem;
	line-height: 1.5;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	#kaitori_faq .kaitori_faq_box .list .answer .small_text {
		font-size: 0.11rem;
	}
}

/* 赤い文字 */
#kaitori_faq .kaitori_faq_box .list .answer .red_text {
	color: #dc0017;
}

/* 画像 */
#kaitori_faq .kaitori_faq_box .list .answer .ph_wrap {
	padding-top: 0.10rem;
}
