@charset "utf-8";

body{
	color: #3e3e3e;
}
/* _______________ 共通 _______________ */
p {
	font-size: 20px;
	line-height: 31px;
	letter-spacing: 1px;
}
em{
	color:#D34C1A;
	font-style:normal;
	font-weight: bold;
}
.flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.flex img{
	width: 200px;
	height: auto;
}

ul .disc{
	list-style: initial;
    text-indent: -0.3rem;
    line-height: 1.8;
	font-weight: 600;
}
.all{
	max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
.radius{
    border-radius: 6px;
}
.center{
    text-align: center;
}
.bg-01{
    background-color: #00afec;
}
.bg-02{
	background-color: #ffe75d;
}
.bg-03{
    background-color: #FFFFFF;
}
.text-light{
    color: #FFFFFF;
}
/* Size */
.fs_md {
font-size: 1.3rem;
}
.fs_xxl {
font-size: 1.8rem;
}
.fs_heavy{
	font-size: 4rem;
	font-weight: 900;
}
.fs_child{
	font-size: 0.55em;
}
.text-primary{
	color: #0a459d;
}
.text-secondary{
	color: #FF5943;
}
.main_txt40{
	margin-bottom: 40px;
}
.main_txt80 {
	margin-bottom: 80px;
}
.content_bottom{
	padding-bottom:60px;
}
.head_style{
	background: url(/af22/_index/img/bg_title_green.png) repeat-x;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-bottom: 40px;
}
.head_style img{
	padding: 20px;
}
.inner_wide{
	width: 1050px;
	margin:0 auto;
}
.inner_narrow{
	width: 850px;
	margin:0 auto;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.img-col{
	float: left;
	margin-right: 40px;
}
.img-center{
	margin:0 auto;
	display: block;
}
section#page_top {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 5px;
}
/* 入力フォームスタイル */
#form_under_line {
	width: 700px;
	margin: 0 auto 30px;
}
#form_under_line dl {
	display: inline-block;
	width: 47%;
}
#form_under_line .form_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
}
/* セクションタイトル */
form #car_area h3:before {
    background-image: url(/af22/_index/img/form_icon_car.png);
}
form #user_area h3:before {
    background-image: url(/af22/_index/img/form_icon_customer.png);
}
form h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: bold;
    background-color: #00afec;
    padding: 10px 15px;
    color: #fff;
}
form h3:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
::placeholder {
	color: #999;
}
.must {
	margin-bottom:0;
	font-size:17px;
}
.must:before {
	content: '';
	width: 40px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(/af22/_index/img/must.jpg);
}
p.form-agreement {
    text-align: center;
    font-size: 16px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffffd9 inset;
}
input,select,.dummy_select{
	width: 100%;
	font-size: 18px;
	font-family: Meiryo, sans-serif;
	line-height: 1.5;
	padding: 8px 10px;
	border: solid 1px #888;
	background-color: #ffffd9;
	margin: 0 0 10px;
	border-radius: 8px;
	box-sizing: border-box;
	appearance: none;
}
select,.dummy_select{
	background: url('/af22/_index/img/select_mark.png') 98% 50% no-repeat;
	background-color: #ffffd9;
    background-size: 7px;
}
select::-ms-expand {
	display: none;
}
.dummy_select{
	cursor: pointer;
}
dl:nth-child(2) input,dl:nth-child(2) select{
	margin-left: auto;
	margin-right: 0;
	display: block;
}
#form_area input:focus,select:focus,#form_under_line input:focus{
	outline: 0;
	border-color: #ff0014;
}
/* モーダルウインドウ */
#modal_car_box{
	display: none;
	position:fixed;
	width:70%;
	font-size:1.1em;
	background: #ffffff;
	margin:75px auto;
	padding:60px 52px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-y: scroll;
	z-index: 10;
	box-sizing: border-box;
}
#modal_back{
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.7);
	top:0;
	left:0;
	z-index: 1;
}
#modal_close{
	float: right;
	font-weight: bold;
	color:#adadad;
	margin-bottom: 20px;
	cursor: pointer;
}
#tab_list{
	clear: both;
}
#tab_list li{
	float: left;
	position:relative;
	width:25%;
	padding:15px 0;
	margin-bottom: 40px;
	font-size:1.2em;
	color:#666666;
	background:#efefef;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
#tab_list li.tab_active{
	color:#ffffff;
	background:#00afec;
}
#tab_list li.tab_active:after{
	content:'\025bc';
	position: absolute;
	color:#00afec;
	bottom:-1em;
	left:0;
	right:0;
}
.tab_box{
	display:none;
	font-size:0.8em;
	font-weight: bold;
}
.tab_box.box_active{
	display: block;
}
.tab_box p{
	color:#333333;
}
.tab_box ul{
	padding:10px 10px 0;
	margin-bottom: 15px;
	border:solid 1px #bebebe;
	box-sizing: border-box;
}
.tab_box li{
	float: left;
	width:25%;
	margin-bottom: 15px;
	color:#0170b5;
	text-decoration: underline;
	cursor: pointer;
}
.tab_box li:hover{
	text-decoration: none;
}

.errors{
	clear: both;
}
.box{
	display: flex;
	background-color: #fff;
	justify-content: space-evenly;
}
.box_in{
	color: #27579f;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
	width: calc(100% / 3);
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow:1px 1px 6px 0 #ccc;
    margin: 24px auto;
    padding: 17px 10px 10px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.box:after{
	background-color: #27579f;
	border-left: 2px dotted rgba(255,255,255,0.9);
	border-right: 2px dotted rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	content: 'カーネクストが選ばれる理由';
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 400px;
}
.box2{
	background-color: #fff;
	border: 2px solid #0a459d;
	padding: 1.2rem 1.3rem 1.2rem 2.5rem;
    border-radius: 4px;
	margin-right: 5px;
}
/* _______________ CVポイント _______________ */
.cv_point{
    padding: 0 0 70px;
}
.cv_point li{
	display: inline-block;
	width: 49%;
	border: solid 2px #f24724;
	background: #fff;
	min-height: 180px;
	vertical-align: top;
	position: relative;
}
.cv_point li:before{
	content: '';
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	height: 30px;
	position: absolute;
	top:-35px;
}
.cv_point li:nth-child(1):before{
	background-image: url(/af22/_index/img/cv_title1.png);
}
.cv_point li:nth-child(2):before{
	background-image: url(/af22/_index/img/cv_title2.png);
}
.cv_point h3 {
	background: #fdede9;
	text-align: center;
	padding: 6px 0;
	font-size: 1.5em;
	margin-bottom: 15px;
}
.cv_point .cv_btn{
	width: 450px;
	height: 84px;
	overflow: hidden;
	position: relative;
}
.cv_point .cv_btn:hover img{
	position: absolute;
	bottom:0;
}
.cv_point .inner_wide {
    text-align: center;
}
.cv_point .inner_wide img:hover{
	opacity: 0.8;
}
.cv_sub {
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	margin: 0.1em;
	text-align: center;
	color:#0a459d;
  }
  .cv_sub:before {
	margin-right: 0.1rem;
	content: '＼';
  }
  .cv_sub:after {
	margin-left: 0.31em;
	content: '／';
  }
/* _______________ メインビジュアル _______________ */
header{
	border-bottom:none;
	border-top: 3px solid #00afec;
	position: inherit;
	top: 0;
	width: 100%;
	z-index: inherit;
	padding-bottom: 20px;
}
header .inner_wide{
	background: url(/af22/_index/img/header_woman_img.png) no-repeat;
    background-position: bottom -90px right;
	position: relative;
	height: 587px;
}
header a{
	text-decoration: none;
}

header h1 #header_tel img{
    width: 50%;
}
#header_catch{
	position: absolute;
	left: -40px;
	top: 70px;
}
#header_subcatch {
	position: absolute;
	bottom: 40px;
	width: 51%;
	z-index: 1;
}
#header_tel{
	float: right;
	text-align: right;
}
/* _______________ ヘッダー　お問合せフォーム _______________ */
#form_area{
	background: #edfaff;
    padding-bottom: 1em;
}
#form_area h2{
	text-align: center;
	vertical-align: middle;
	display: block;
	background: #00afec;
}
#form_area h2 img{
	padding: 20px;
}
#form_area .inner_narrow{
	background: #fff;
	padding: 15px 0 30px;
	border: 1px solid #ccc;
    box-shadow: 1px 1px 6px 0 #ccc;
}
#form_area .inner_narrow > p{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.submit_btn_box{
	text-align: center;
}
.submit_btn {
	width: 400px;
	height: 84px;
	margin: 5px auto 0;
	font-size: 0;
	background: url(/af22/_index/img/satei_btn.png) no-repeat;
	cursor: pointer;
	border: 0;
	opacity: 0.5;
}

#about_ssl{
	width: 740px;
	margin: auto;
	padding: 10px 0 0;
	border-top: 2px solid #ddd;
}
#about_ssl h3{
	font-size: 16px;
	display: inline-block;
	width: 22%;
}
#about_ssl h3:before{
	content: '';
	background-image: url(/af22/_index/img/ssl_icon.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: initial;
	margin-right: 5px;
}
#about_ssl h3 + p{
	font-size: 13px;
	line-height: 1.2rem;
	display: inline-block;
	width: 77%;
	vertical-align: top;
}
.terms{
	align-items: center;
	text-align: center;
}
.agree-txt{
	font-size: 13px;
	margin: 10px 0;
    line-height: 1.5;
}
.submit_btn:hover {
	opacity: 0.5;
}
.terms input[id="chkbox"], .terms input[id="chkbox2"]{
	height: 20px;
	max-width: 20px;
	padding: 3px;
	box-sizing: border-box;
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
	vertical-align: sub;
}
/* _______________ 廃車買取3つの理由 _______________ */
#three_pr{

}
#three_pr h2 + p{
	text-align: center;
	line-height: 30px;
}
#three_pr ol li{
	display: inline-block;
	width: 28%;
	margin-right: 51px;
	vertical-align: top;
}

#three_pr ol li .pr_img{
	width: 255px;
	height: 180px;
	overflow: hidden;
	position: relative;
}
#three_pr ol li .pr_img img{
	position: absolute;
}
#three_pr ol li:nth-child(1) .pr_img img{
	left:20px;
}
#three_pr ol li:nth-child(2) .pr_img img{
	left: -236px;
	right: 0;
	margin: 0 auto;
}
#three_pr ol li:nth-child(3) .pr_img img{
	right:0;
}
#three_pr ol li h3{
	background: #0b459d;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 15px;
}
#three_pr ol li p{
	font-size: 1em;
	line-height: 1.7em;
}
/* _______________ 廃車にかかる費用 _______________ */
#hiyou{

}
/* _______________ 廢車手続き無料で代行 _______________ */
#daikou{

}
/* _______________ 還付金が受け取れる _______________ */
#news {
	background: url(/af22/_index/img/operator.png),url(/af22/_index/img/bg_dot_black.jpg);
	background-repeat: no-repeat, repeat;
	background-position: left 10% bottom 0;
	border: #0b459d solid 2px;
	padding: 20px 50px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
div#news h3, div#news p {
	margin-left: 21%;
}
#common_zei_box {
	margin-left: 15%;
	padding-bottom: 18px;
}
#one_point_zei_comment span {
	text-indent: -10000px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background: url(/af22/_index/img/gozonjidesuka.png) no-repeat;
	height: 40px;
}

/* _______________ どんな車も買い取ります _______________ */
#jirei{

}
#jirei h2 + p{
	text-align: center;
	margin-bottom: 60px;
}
#jirei ul{
	font-size:0;
}
#jirei li{
	font-size: 1rem;
	display: inline-block;
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}
#jirei li dl{
	width: 380px;
	border: 2px solid #bbb;
	vertical-align: top;
}
#jirei ul li:before{
	content: '';
	width: 143px;
	height: 160px;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: -25px;
	background-repeat: no-repeat;
}
#jirei ul li:nth-of-type(1):before{
	background-image: url(/af22/_index/img/jirei_img1-2.png);
}
#jirei ul li:nth-of-type(2):before{
	background-image: url(/af22/_index/img/jirei_img2-2.png);
}
#jirei ul li:nth-of-type(3):before{
	background-image: url(/af22/_index/img/jirei_img3-2.png);
}
#jirei ul li:nth-of-type(4):before{
	background-image: url(/af22/_index/img/jirei_img4-2.png);
}
#jirei li:nth-child(even) dl{
	margin-right: 0;
	margin-left: auto;
}
#jirei li dl dt {
	margin-bottom: 10px;
}
#jirei li dl dt img{
	width: 100%;
}
#jirei li dl dd{
	padding:0 20px;
}
#jirei li dl dd:nth-child(3){
	text-align: right;
	position: relative;
	margin-bottom: 10px;
	font-size: 2.4em;
	font-weight: bold;
	color: #D34C1A;
}
#jirei li dl dd:nth-child(3):before{
	content: '買取価格';
	background: #D34C1A;
	padding: 2px 8px;
	color: #fff;
	position: absolute;
	font-size: 0.5em;
	top: 50%;
	left: 10px;
	margin-top: -18px;
}
#jirei li dl dd:last-child{
	background: #efefef;
	padding: 5px 20px;
}

#jirei li dl dd b{
	display: block;
	font-size:1.6em;
}
#jirei li dl dd span{
	font-size:0.7em;
}

/* _______________ 廃車買取簡単4STEP _______________ */
#four_step{
}

/* _______________ フッター　お問合せ _______________ */
#footer_form{
	background: url(/af22/_index/img/bg_dot_y.jpg);
	padding: 70px 0 0;
}
#footer_form .inner_narrow:nth-child(1){
	background-image: url(/af22/_index/img/woman_img.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer_form .inner_narrow:nth-child(2){
	background: #fff;
	border: #00afec solid 3px;
	padding:0;
}
.footer_title{
	background-color: #00afec;
	padding: 7px 0;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 30px;
}
/* フッター */
footer {
	background: url(/af22/_index/img/bg_dot_y.jpg);
	padding-bottom: 30px;
}
footer li{
	display: inline;
}
footer li a{
	color:#333;
	font-size:0.9em;
}
footer li address{
	display: inline-block;
	width: 74%;
	font-style: normal;
	font-size:0.9em;
}
  /*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    他社比較
_______________________________________________________*/
.compare table{
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
    margin-bottom: 0.5rem;
	font-weight: 700;
}
.compare table thead{
    border-bottom: 1px solid #ADADAD;
}
.compare table thead th{
    padding:1rem;
    vertical-align: middle;
}
.compare table thead th img {
    max-width: 200px;
	height: auto;
	width: auto;
}
.compare table tbody tr:not(:last-child){
    border-bottom: 1px dashed #ADADAD;
}
.compare table tbody td{
    line-height: 1.4;
    padding:1rem 0;
    vertical-align: middle;
}
.compare table .fs_heavy{
    font-size: 3rem;
}
.compare table tbody td:not(:first-child){
    width: 35%;
}
.compare table tbody tr:nth-child(even) td:last-child{
    background-color: #efefef;
}