/*********************
*
* 文字化け注意！！：
* 保存の際は必ず Unicode8
*
**********************/
html{
    padding:0;
    margin:0;
    background-color:none;
}
a img:hover{
    opacity: 0.8;
    background-color: transparent;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}
input{
	font-size:15px;
}
.form_contents_left{
    width: 48%;
    display: inline-block;
}
.form_contents_right{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.req_on, .req_off, .form_any {
    font-size: 12px;
    float: left;
}
.req_on, .req_off {
    margin-right: 5px;
    padding: 5px;
    font-size: 0.8em;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin-bottom: 5px;
}
.req_on {
    background: red;
}
.req_off {
    background: #27a424;
}
.form_title {
    display: inline-block;
    vertical-align: text-bottom;
    width: 33%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.form_title label[for="as_maker"]{
    font-size: 0.9em;
    vertical-align: middle;
    display: inline-grid;
    line-height: 1.4;
}

.form_style dt label[for="as_maker"],
.form_style dt label[for="name"],
.form_style dt label[for="phone_number"]{
    color: red;
}
.form_area {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 60%;
}
dl:nth-child(2) select {
    border-radius: unset;
}
#form_box input:not(.submit_btn),
#form_box select{
    padding: 6px 8px;
    line-height: normal;
}
#form_box input:not(#name):not(#phone_number):not(.submit_btn),
#form_box select {
    background-image: url(/ppc/dp/sc/kouka-an/_index/img/select_mark.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 7px;
}
.contact_form dd input[name="as_maker"],
.contact_form dd input[name="name"],
.contact_form dd input[name="phone_number"],
.contact_form dd input[name="as_maker2"],
.contact_form dd input[name="name2"],
.contact_form dd input[name="phone_number2"] {
    background-color: #ffffc9;
}
.err_msg{
	font-size:13px;
	text-align: left;
    line-height: 1.6;
}
.contact_form{
	padding-bottom: 20px;
}
#next_btn{
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 75%;
}
.submit_btn_box input.submit_btn {
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: inherit;
    padding: 6px 0;
    border: 1px solid firebrick;
    border-radius: 4px;
    font-size: 1.6em;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: linear-gradient(to bottom, #e70012 0%,#e70012 36%,#e70012 36%,#a8000d 51%,#d90011 100%);
}
#ssl_information_footer_form {
    text-align: left;
    width: 97%;
    margin: 20px auto 0;
    font-size: 0.8rem;
    line-height: 1.4;
}
#ssl_information_footer_form h4 {
    padding-bottom: 3px;
    margin: 7px auto 2px;
    font-size: 1.2em;
    font-weight: bold;
}
#ssl_information_footer_form h4:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/ppc/dp/sc/kouka-an/_index/img/ssl_icon.png) center;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: inherit;
    background-size: contain;
    margin-right: 4px;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    共通
_______________________________________________________*/
.content_area {
    max-width: 1000px;
    margin: 0 auto;
}
.content_area.content_bg{
    line-height: 2;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.flex_align_center{
    align-items: center;
}
.bg-color{
    background-color: #fff9c6;
}
.content_bg{
    background-color: #ffffff;
    padding: 30px 40px;
    box-sizing: border-box;
}
.content_ttl{
    font-size: 48px;
    line-height: initial;
    text-align: center;
    font-weight: 900;
}
.red{
    color: #e32121;
}
.focus_arrow:before,
.focus_arrow:after{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-color: #fffc00 transparent transparent transparent;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}
.focus_arrow:before{
    border-width: 50px 0 0 10px;
    margin-right: 15px;
    transform: rotate(-15deg);
}
.focus_arrow:after{
    border-width: 50px 10px 0 0;
    margin-left: 15px;
    transform: rotate(15deg);
}
.shadow-blur{
    background-image: url('/ppc/dp/sc/kouka-an/_index/img/shadow-blur.png');
    background-repeat: no-repeat;
    background-position: top -10px center;
}
.arrow:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    display: inline-block;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #000 transparent transparent transparent;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.arrow + .content_area{
    padding-top: 50px;
}

.yellow_ttl{
    background-color: #ffdd00;
    text-align: center;
    font-weight: 900;
    padding: 20px 0 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 48px;
}
.yellow_ttl span{
    display: block;
    font-size: 0.7em;
    margin-bottom: 10px;
}

.yellow_ttl.arrow:before{
    border-color: #ffdd00 transparent transparent transparent;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    CV
_______________________________________________________*/
.cv .content_area{
    max-width: 1040px;
    background-color: #008ed8;
    text-align: center;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
}
.shadow:before,
.shadow:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    display: inline-block;
    border-style: solid;
    border-color: #2373d6 transparent transparent transparent;
    bottom: -15px;
    right: 0;
}
.shadow:before{
    left: 0;
    border-width: 15px 0 0 20px;
}
.shadow:after {
    right: 0;
    border-width: 15px 20px 0 0;
}
.cv h3{
    color: #fffc00;
    font-size: 36px;
    line-height: 2;
}
.cv .flex{
    background-color: #ffffff;
    padding: 20px 40px 0 30px;
    height: 180px;
}
.cv .flex div {
    width: 47%;
}
.cv h4{
    border:1px solid #008ed8;
    border-radius: 30px;
    color: #008ed8;
    padding: 10px;
    margin-bottom: 15px;
}
.cv .tel_text:before {
    content: '通話料無料';
    color: #e32121;
    background-color: yellow;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    display: inline-block;
    width: 50px;
    vertical-align: initial;
    margin-right: 10px;
}
.cv .tel_text:after{
    content: '受付時間 8：00～22：00／土日祝対応';
    font-size: 19px;
    display: block;
    text-align: right;
    font-weight: normal;
}

.cv .tel_num{
    color: #008ed8;
    font-weight: 700;
    font-size: 44px;
}
.cv .tel_num span{
    font-size: 1.2em;
    color: #e32121;
}
.cv a{
    background-color: #ff9001;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    border-bottom: 8px solid #ff6600;
    display: inline-block;
    text-decoration: none;
    font-size: 30px;
}
.cv a:hover{
    border-bottom-width: 4px;
    position: relative;
    bottom:-4px;
}
.cv a span{
    display: block;
    color: yellow;
    font-size: 0.7em;
    margin-bottom: 5px;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ヘッダー
_______________________________________________________*/

header {
    background-color: #c70000;
    position: inherit;
    z-index: inherit;
    height: auto;
}
header .content_area {
    margin: auto;
    padding: 10px 0 10px;
    align-items: center;
}
header .content_area span{
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-left: 60px;
}
header .content_area span + img {
    width: 200px;
}
header .content_area p{
    color: #ffffff;
    font-size: 1.9em;
    font-weight: bold;
    text-align: right;
}
header .content_area p:before {
    content: '';
    background: url(/ppc/dp/sc/kouka-an/_index/img/header_telbtn.png) no-repeat top left;
    width: 30px;
    height: 30px;
    display: inline-block;
    top: -3px;
    position: relative;
    background-size: contain;
    vertical-align: middle;
}
header .content_area p:after{
    content: '受付時間8:00〜22:00 全国対応・年中無休';
    font-size: 14px;
    display: block;
    font-weight: normal;
    padding: 3px 0;
    margin: 3px auto;
}


/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    メインビジュアル
_______________________________________________________*/
.main {
    background: linear-gradient(to right,  rgba(254,201,203,1) 0%,rgba(248,187,182,1) 100%);

}

.main .content_area {
    padding-bottom: 0;
    padding-top: 20px;
    position: relative;
}
.main_form {
    width: 400px;
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
}
.main_form .main-kantan20sec {
    background-color: #008ed8;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    width: calc(100% - 80px);
    box-sizing: border-box;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 10px 0 15px;
}
.main_form .main-kantan20sec span{
    font-size: 1.5em;
}
.main_form .main-kantan20sec.arrow:before{
    border-color: #008ed8 transparent transparent transparent;
    border-width: 15px 15px 0 15px;
    bottom: -15px;
}
.main_form form {
    background: #fff;
    border-radius: 4px;
    padding: 12% 4% 4%;
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    text-align: left;
}
.main_form h3 {
    border-bottom: 1px solid #bbb;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}
.main_form h3:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.main_form #car_area h3:before {
    background-image: url(/ppc/dp/sc/kouka-an/_index/img/form_icon_car.png);
}
.main_form #user_area h3:before {
    background-image: url(/ppc/dp/sc/kouka-an/_index/img/form_icon_customer.png);
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストが選ばれる理由
_______________________________________________________*/
.reason {
    padding-top: 30px;
}
.reason h2{
    color: #009944;
    margin-bottom: 20px;
}
.reason img{
    width:390px;
}
.reason .flex div{
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    どんな車が高く売れるの？
_______________________________________________________*/
.high_price_box{
    display: block;
}
.item_center{
    align-items: center !important;
}
.text_right{
    text-align: end;
}
.recommend h2{
    color: #ff8400;
    margin-bottom: 40px;
    margin-top: 30px;
}
.recommend li:not(:last-child){
    padding-bottom: 20px;
}
.recommend .flex{
    align-items: flex-start;
}

.recommend .flex img{
    width: 100%;
}
.recommend .flex > div:nth-child(1){
    width: 35%;
}
.recommend .flex > div:nth-child(2){
    width: 60%;
}
.recommend img + p{
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
    color: #64727f;
    margin-top: -10px;
}
.recommend .price{
    border-radius: 10px;
    border:2px solid #dcdadb;
    padding: 20px;
    box-sizing: border-box;
}
.recommend .price dt{
    font-weight: 700;
    font-size: 1.4em;
}
.recommend .price dd{
    font-size: 2.4em;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}
.recommend .price dd.red:after {
    content: '円';
    font-size: 0.5em;
}
.recommend .price .comment span{
    font-size: 15px;
    background-color: #fff9c6;
    padding: 10px;
    display: block;
    line-height: 1.8;
}

.recommend .woman:before {
    content: '';
    width: 240px;
    height: 100px;
    display: inline-block;
    background: url(/ppc/dp/sc/kouka-an/_index/img/recommend-woman.png) no-repeat;
    background-size: contain;
    background-position: left top;
    margin-right: 3%;
}

.recommend_under{
    padding-top: 18px;
}
.recommend_under h3{
    text-align: center;
    font-size: 2em;
    font-weight: 900;
}
.recommend_under h3:before,
.recommend_under h3:after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.recommend_under h3:before{
    width: 30px;
    height: 40px;
    background-image: url('/ppc/dp/sc/kouka-an/_index/img/star1.png');
    background-position: top left;
}
.recommend_under h3:after{
    width: 20px;
    height: 20px;
    background-image: url('/ppc/dp/sc/kouka-an/_index/img/star2.png');
    background-position: bottom right;
}
.recommend_under h3 + div:before{
    content: url('/ppc/dp/sc/kouka-an/_index/img/red_arrow.jpg');
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.recommend_under_jirei > div{
    border: 5px solid #e5e5e5;
    box-sizing: border-box;
    padding: 2%;
}
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストの買取事例
_______________________________________________________*/

.jirei .flex > div {
    border: 5px solid #e5e5e5;
    box-sizing: border-box;
    padding: 2%;
    width: 49%;
}
.jirei .content_area > .flex:not(:last-child){
    margin-bottom: 10px;
}

.jirei img{
    width: 50%;
    height: 100%;
}
.jirei h3{
    text-align: center;
    line-height: initial;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px;
}
.jirei em{
    font-style: normal;
    color: #e32121;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1;
    margin-bottom: 15px;
    text-align: right;
    position: relative;
    display: block;
    width: 100%;
}
.jirei .flex div em:before{
    content: '買取価格';
    background-color: #e32121;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 20px;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0);
}
.jirei .flex div .flex:nth-of-type(2){
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}
.jirei p{
    line-height: 1.8;
    color: #64727f;
    width: 47%;
}

.jirei + div > .content_area{
    padding: 0 40px 20px;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストが選ばれる理由
_______________________________________________________*/
.point h2 + .content_area{
    background: url(/ppc/dp/sc/kouka-an/_index/img/kaitorikun-bg.jpg) no-repeat;
    background-size: 100%;
    background-position: top 0 center;
    background-color: #ffffff;
}
.point ol.reason_circle{
    counter-reset:num_gray;
    max-width: 630px;
    margin: 0 auto 100px; 
}

.point ol.reason_circle li:before{
    counter-increment: num_gray;
    content: counter(num_gray);
}
.point ol.reason_circle li:after{
    content: '';
    width: 90px;
    height: 180px;
    background: url(/ppc/dp/sc/kouka-an/_index/img/kaitorikun.png) no-repeat;
    background-position: bottom;
    margin-bottom: -70px;
    display: inline-block;
}
.point ol.reason_circle li{
    background: linear-gradient(135deg, rgba(249,235,30,1) 0%,rgba(255,252,148,1) 27%,rgba(248,234,25,1) 52%,rgba(255,253,149,1) 78%,rgba(248,234,25,1) 100%);
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    border: 10px solid #ece97b;
    box-sizing: border-box;
    line-height: 1.4;
    color: #7d6319;
    padding-top: 3%;
    font-size: 26px;
}
.point ol.reason_circle li b{
    font-size: 1.2em;
}

.point ol.reason_cont{
    counter-reset: num_gray;
    max-width: 650px;
    margin: 0 auto;
}
.point ol.reason_cont li h3:before{
    counter-increment: num_gray;
    content: counter(num_gray);
    padding: 0 0 0 20px;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 0;
    position: absolute;
    left: 10px;
    top: 50%;
}
.point ol.reason_cont h3 {
    background-color: #fff9c6;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    padding: 2% 1% 2% 12%;
    color: #7d6319;
    margin-bottom: 10px;
    width: 100%;
    font-size: 28px;
    box-sizing: border-box;
}
.point ol.reason_cont li:not(:first-child) h3{
}
.point ol.reason_cont h3:after {
    content: '';
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(244,88,2,1) 50%,rgba(227,33,33,1) 50%);
    display: inline-block;
    left: 0;
    top: 0;
    position: absolute;
}
.point ol.reason_cont h3 span{
    flex: none;
}
.point ol.reason_cont p{
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
}
.point ol.reason_cont li p{
    padding: 0 0 30px 0;
}
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    流れ
_______________________________________________________*/
.flow h2{
    color: #009944;
    margin-bottom: 20px;
}
.flow h2 span{
    display: block;
    font-size: 0.75em;
}
.flow .flex div{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.flow .flex ol{
    width: 100%;
}
.flow ol {
    counter-reset: num_list;
    padding-bottom: 0;
    margin-top: 27px;
}
.flow ol li {
    border: #009944 solid 2px;
    border-radius: 40px;
    text-align: center;
    background-color: #fff9c6;
    padding: 2%;
    font-size: 22px;
    position: relative;
    width: calc(100% - 4%);
    box-sizing: border-box;
    margin: 0 auto;
}
.flow ol li:not(:last-child) {
    margin: 0 auto 20px;
    background-color: #ffffff;
}
.flow ol li.arrow:before {
    border-color: #009944 transparent transparent transparent;
    margin: 0 auto;
    border-width: 15px 15px 0 15px;
    bottom:-15px;
}
.flow ol li span:before {
    counter-increment: num_list;
    content: counter(num_list);
    color: #009944;
    padding-right: 1%;
    position: absolute;
    left: 4%;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    footer CV
_______________________________________________________*/
.footer_cv{
    background-image: url(/ppc/dp/sc/kouka-an/_index/img/bg-main-pc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}
.footer_cv:after {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    background: url(/ppc/dp/sc/kouka-an/_index/img/footer_cv_curve.png) no-repeat bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}
.footer_cv .content_area{
    background-image: url(/ppc/dp/sc/kouka-an/_index/img/footer_cv_bg.png);
    background-position: bottom -40px left -110px;
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 30px 0 50px 0;
    text-align: center;
}
.footer_cv h3{
    font-size: 40px;
    color: #008ed8;
    margin-bottom: 30px;
}
.footer_cv .focus_arrow:before,
.footer_cv .focus_arrow:after{
    border-color:#008ed8 transparent transparent transparent
}
.footer_cv ul{
    max-width: 550px;
    margin-right: 0;
    margin-left: auto;
    padding: 35px 40px;
    background-color: #ffffffe3;
    height: 400px;
}
.footer_cv .cv:not(:last-child){
    margin-bottom: 40px;
}
.footer_cv h4{
    background-color: #008ed8;
    color: #ffffff;
    border: none;
    width: 400px;
    margin: 0 auto 10px;
}
.footer_cv .cv .tel_num{
    font-size: 52px;
}
.footer_cv .cv .tel_text:after{
    text-align: center;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    フッター
_______________________________________________________*/
footer {
    background-color: #fff;
    text-align: center;
    padding: 20px 0 20px;
    color: #a2a2a2;
}
footer .content_area{
    padding:5px 0 20px;
    display: table;
}
footer .content_area p {
    display: table-cell;
}
footer .content_area p a {
    color: #000;
    padding: 0 20px;
}