@charset "UTF-8";

/*================================================
 *  廃車・中古車買取（purchase）
 ================================================*/



/*******メインエリア*******/
section#main_area .inner_bg {
	background: url(../images/purchase/purchase_main_bg.jpg) center top / cover no-repeat;
	height: 570px;
	position: relative;
	padding-top: 40px;
}
section#main_area .inner_bg h3 {
	width: 1130px;
	margin: 0 auto ;
}
section#main_area .inner_bg .img_character {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	margin-left: 170px;
}

section#main_area  .text_box {
	background-color: #fff;
	position: relative;
	top: -25px;
	margin-bottom: -25px;
	padding: 50px 0 60px;
	text-align: center;
	z-index: 10;
}
section#main_area  .text_box h4 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1.5;
}

section#main_area  .text_box .link_btn {
	border-radius: 2em;
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1.2em auto 0;
	width: 410px;
	
}


/*******ポイントエリア*******/
section#point_area .point_list  {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
section#point_area .point_list > li {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	height: 480px;
}
section#point_area .point_list > li:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#point_area .point_list > li > div {
	width: 50%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
section#point_area .point_list > li > div:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
section#point_area .point_list > li > div:first-child .inner {
	width: 450px;
	margin: 0 70px 0 auto;
}
section#point_area .point_list > li:nth-child(odd) > div:first-child .inner {
	margin: 0 auto 0 70px;
}
section#point_area .point_list > li > div:first-child .inner h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.6em;
}
section#point_area .point_list > li > div:last-child {
	overflow: hidden;
}
section#point_area .point_list > li > div:last-child img {
	position: absolute;
	top: 0;
	left: 0;
}
section#point_area .point_list > li:nth-child(odd) > div:last-child img {
	left: auto;
	right: 0;
}


/*******流れ*******/
section#flow_area {
	padding: 80px 0 120px;
}

section#flow_area .flow_slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
}
section#flow_area .flow_slider .slick-slide {
	border-radius: 0.35em;
	border: 2px solid #ca1a21;
	width: 300px;
	margin: 0 20px;
	float: none;
	height: auto;
	padding: 45px 20px 50px;
	position: relative;
}
section#flow_area .flow_slider .slick-slide::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -27px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	border-top: 2px solid #ca1a21;
	border-right: 2px solid #ca1a21;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
section#flow_area .flow_slider .slick-slide h4 {
	font-size: 30px;
	font-weight: bold;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}
section#flow_area .flow_slider .slick-slide h4 span {
	font-size: 106.666%;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
	position: relative;
}
section#flow_area .flow_slider .slick-slide h4 span::after {
	position: absolute;
	content: '';
	width: 0.5em;
	height: 1px;
	background-color: #ca1a21;
	left: 50%;
	bottom: -0.3em;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
section#flow_area .flow_slider .slick-slide p {
	line-height: 1.75;
}


/*******対応地域*******/
section#area_section {
	background: url(../images/purchase/bg_ptn_gray.png);
}
section#area_section .wrap {
	padding-bottom: 80px;
}
section#area_section h3 {
	top: -15px;
	margin-bottom: -15px;
}

section#area_section .box {
	border: 1px solid #ca1a21;
	background-color: #fff;
	padding: 45px 50px;
	font-size: 18px;
	line-height: 2;
}

section#area_section .img_chara {
	position: absolute;
	bottom: 0;
	right: -70px;
}


/*******必要書類*******/
section#documents_area {
	padding: 80px 0 100px;
}
section#documents_area .table_common {
	border-width: 1px;
}
section#documents_area .table_common th {
	width: 240px;
	background-color: #fff;
}
section#documents_area .table_common td {
	color: #fff;
}

section#documents_area .table_common td .btn_download {
	display: block;
	background-color: #fff;
	width: 290px;
	padding: 1em 0;
	border-radius: 2em;
	text-align: center;
	position: relative;
	line-height: 1;
	margin-top: 0.8em;
}
section#documents_area .table_common td .btn_download::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.4em;
	height: 0.4em;
	margin-top: -0.2em;
	border-top: 1px solid #ca1a21;
	border-right: 1px solid #ca1a21;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*******ループスライダー*******/
.simply-scroll,
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.simply-scroll .simply-scroll-list li {
	width: 350px; /*画像の幅*/
	height: 260px;
	overflow: hidden;
	transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	position: relative;
}
.simply-scroll .simply-scroll-list li img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120%;
	height: auto;
	transform: skewX(10deg) translate(-45%,-50%);
	-webkit-transform: skewX(10deg) translate(-45%,-50%);
	transform-origin: center center;
	max-width: inherit;
}


/*******質問*******/
section#qa_area {
	padding-top: 60px;
}
section#qa_area .inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#qa_area .inner .qa_list {
	width: 460px;
	border: 4px solid #28a03c;
	padding: 30px 0;
}
section#qa_area .inner .qa_list:nth-of-type(n+3){
	margin-top: 20px;
}
section#qa_area .inner .qa_list dt,
section#qa_area .inner .qa_list dd {
	width: 100%;
	display: table;
	padding: 0 30px;
}
section#qa_area .inner .qa_list dt {
	padding-right: 0;
}
section#qa_area .inner .qa_list dt > div,
section#qa_area .inner .qa_list dd > div {
	display: table-cell;
	vertical-align: top;
}
section#qa_area .inner .qa_list dt > div:first-child,
section#qa_area .inner .qa_list dd > div:first-child {
	font-size: 34px;
	font-weight: 500;
	width: 1.3em;
}
section#qa_area .inner .qa_list dt > div:last-child {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
section#qa_area .inner .qa_list dd {
	margin-top: 30px;
}
section#qa_area .inner .qa_list dd > div:last-child {
	line-height: 1.75;
}














/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

.contents {
	padding-top: 0;
}



/*******メインエリア*******/
section#main_area .inner_bg {
	height: 80vw;
	padding-top: 10vw;
}
section#main_area .inner_bg h3 {
	width: 100%;
	text-align: center;
}
section#main_area .inner_bg h3 img {
	width: 90vw;
}

section#main_area  .text_box {
	top: -5vw;
	margin-bottom: -5vw;
	padding: 8vw 0 10vw;
}
section#main_area  .text_box h4 {
	font-size: 4.8vw;
}
section#main_area  .text_box p {
	padding: 0 5vw;
}
section#main_area  .text_box .link_btn {
	font-size: 5vw;
	width: 70vw;
	
}


/*******ポイントエリア*******/
section#point_area .point_list  {
	max-width: inherit;
}
section#point_area .point_list > li {
	display: block;
	height: auto;
}
section#point_area .point_list > li > div {
	width: 100%;
	display: block;
}
section#point_area .point_list > li > div:first-child .inner {
	width: 80%;
	margin: 0 auto!important;
	padding: 5vw 0 8vw;
}
section#point_area .point_list > li > div:first-child .inner h4 {
	font-size: 5vw;
}
section#point_area .point_list > li > div:last-child img {
	position: static;
	width: 100%;
}

/*******流れ*******/
section#flow_area {
	padding: 10vw 0 15vw;
}

section#flow_area .flow_slider .slick-slide {
	width: 55vw;
	margin: 0 3vw;
	padding: 5vw;
}
section#flow_area .flow_slider .slick-slide::after {
	content: none;
}
section#flow_area .flow_slider .slick-slide h4 {
	font-size: 5vw;
}

.slick-prev,
.slick-next {
	z-index: 100;
	width: 1em;
	height: 1em;
	font-size: 5vw;
}
.slick-prev,
[dir='rtl'] .slick-next {
    left: 17vw;
}
.slick-next,
[dir='rtl'] .slick-prev {
    right: 17vw;
	left: auto;
}
.slick-prev:before,
[dir='rtl'] .slick-next:before {
    content: '\e905';
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
    content: '\e905';
}
.slick-prev:before,
.slick-next:before {
    font-family: 'icomoon' !important;
	font-size: 100%;
    opacity: 1;
    color: #ca1a21;
}

/*******対応地域*******/
section#area_section .wrap {
	padding-bottom: 13vw;
}
section#area_section h3 {
	top: -3vw;
	margin-bottom: -3vw;
}

section#area_section .box {
	padding: 5vw 0 8vw 5vw;
	font-size: 4vw;
	line-height: 1.75;
}

section#area_section .img_chara {
	height: 32vw;
	right: -3vw;
}


/*******必要書類*******/
section#documents_area {
	padding: 10vw 0;
}
section#documents_area .table_common th {
	width: 100%;
}

section#documents_area .table_common td .btn_download {
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
}


/*******ループスライダー*******/
#loop_slider {
	height: 40vw;
}
.simply-scroll .simply-scroll-list li {
	width: 54vw;
	height: 40vw;
}


/*******質問*******/
section#qa_area {
	padding-top: 10vw;
}
section#qa_area .inner {
	display: block;
}
section#qa_area .inner .qa_list {
	width: 100%;
	padding: 5vw 0;
}
section#qa_area .inner .qa_list:nth-of-type(n+2){
	margin-top: 5vw;
}
section#qa_area .inner .qa_list dt,
section#qa_area .inner .qa_list dd {
	padding: 0 5vw;
}
section#qa_area .inner .qa_list dt {
	padding-right: 0;
}
section#qa_area .inner .qa_list dt > div:first-child,
section#qa_area .inner .qa_list dd > div:first-child {
	font-size: 6.5vw;
}
section#qa_area .inner .qa_list dt > div:last-child {
	font-size: 4.3vw;
}
section#qa_area .inner .qa_list dd {
	margin-top: 5vw;
}






	
}