@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1100px) {
  .result-data{
    padding-left: 5px;
  }
  .result-data .tag{
    font-size: .7em;
  }
  .result-data .in-price{
    font-size: 1.17em;
    margin-top: 5px;
  }
  .result-data .in-price p.price span{
    font-size: 1.71em;
  }
}
@media screen and (max-width: 900px) {
  
  .header-dial{
    display: none;
  }
  #key::before{
    padding-top: 60%;
  }
  .review-swiper .reveiw_cat{
    width: calc((100% - 45px)/4);
  }
  /*form*/
  .form-list li.fl{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .form-list li.fl > *{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-list li.fl > * + *{
    border-top: 1px solid #ececec;
  }
  #f01_mileage
  ,#f01_color{
    width: 12em;
    max-width: 100%;
  }
  .select-wrap.mouth{
    width: 7em;
  }
  .form-list.check li .input.fl{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .form-list.check li .input.fl > * + *{
    margin-top: 10px;
    margin-left: 0;
  }
  .form-list.check li.fl > *{
    width: 100%;
  }
	.review-list .swiper-wrapper > * + * {
    margin-left: 14px;
}
}
/*tablet*/
@media screen and (max-width: 768px) {
  #key::before{
    padding-top: 80%;
  }
/*header/nav  
===============================================================*/
  
  .header-btn{
    display: none;
  }
  
  /*contents
  ==================================*/
  .sec-title-wrap h2{
    font-size: 2.44em;
  }
  /*実績*/
  .result-data{
    padding-left: 15px;
  }
  .result-data .tag{
    font-size: .75em;
  }
  .result-data .in-price{
    padding-top: 1em;
    font-size: 1.25em;
  }
  .result-data .in-price p.price span{
    font-size: 2em;
  }
  
  /*買い取り強化*/
  article.list-streng{
    width: calc((100% - 30px)/2);
  }
	.sec-streng-box > * + *:nth-child(3){
		margin-top:15px;
	}
  .sec-streng-box > * + *:nth-child(n + 4){
    margin-top: 15px;
  }
	.sec-streng-box {
    justify-content: space-between;
	}
	.sec-streng-box > * + * {
    margin-left: 0;
}
  /*理由*/
  .sec-reason-box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .sec-reason-box > *{
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .sec-reason-box > * + *{
    margin-top: 15px;
  }
  .reason_cat .thumb{
    width: 25%;
  }
  .reason_cat .cmnt{
    width: 75%;
    padding-left: 15px;
  }
  .reason_cat h3{
    text-align: left;
  }
  /*口コミ*/
  .sec-review-box{
    padding-left: 0;
    padding-right: 0;
  }
  .review-total{
    padding-left: 20px;
    padding-right: 20px;
  }
  .review-list .swiper-wrapper{
    
    flex-wrap: nowrap;
  }
  .review-swiper .reveiw_cat{
    width:auto;
  }
  .review-list .swiper-wrapper > article:nth-child(n + 5)
  ,.review-list .swiper-wrapper > article + article:nth-child(n + 3){
    margin-top: 0;
  }
  .review-swiper .swp-next, .review-swiper .swp-prev{
    display: block;
  }
  
  .review-swiper .swp-pager .swiper-pagination-bullet{
    background: #fff;
  }
  .review-swiper .swp-pager .swiper-pagination-bullet-active{
    background: #ff6000;
  }
  /*area*/
  .sec-area-box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .sec-area-box .map
  ,.sec-area__cmnt{
    width: 100%;
  }
  .sec-area__cmnt{
    margin-top: 20px;
  }
  /*form*/
  .form-nav .step .num{
    text-align: center;
  }
  
  /*footer*/
  .foot_inner{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .foot-nav{
    margin-left: auto;
  }
  
  /*UNDER
  =============================================*/
  
  /*会社概要　/ company.html
  =============================*/
  
  .conpany-list dt{
    width: 10em;
  }
  .conpany-list dd{
    width: calc(100% - 10em);
  }
}
/*smartphon*/
@media screen and (max-width: 480px) {
  
  body{
    font-size: 3.8vw;
  }
  .spView{
    display: block;
  }
  #key::before{
    padding-top: 100%;
  }
  header{
    padding-left: 10px;
    height: 80px;
  }
  #hum-menu{
    width: 80px;
    height: 77px;
  }
  .head-logo{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .head-logo .text{
    margin-left: 0;
  }
  .head-logo .logo{
    margin-top: 5px;
    width: 50%;
  }
  /*nav*/
  #sp-menu-block{
    width: 100vw;
    height: 100vh;
    transform: translateX(100%) translateY(0);
  }
  #sp-menu-block-inner{
    padding-bottom: 160px;
  }
  .l_nav-link li a{
    padding: 20px 35px 20px 20px;
    font-size: 1.125em;
    line-height: 1.4;
  }
  #float{
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform: translateY(100%);
    -webkit-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    background: #262626;
    padding-bottom: env(safe-area-inset-bottom);
  }
  #float.view{
  transform: translateY(0);
  }
  #float.view.hide{
    transform: translateY(100%);
  }
  .float__inner{
    justify-content: space-between;
    padding: 10px 10px 15px;
    
    color: #fff;
  }
  .float__inner > *{
    width: calc((100% - 10px)/2);
    border-radius: 12px;
    height: 4.5em; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .float__inner > * a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.25em .75em 0;
  }
  .flt_dial{
    background: linear-gradient(90deg,#57a72b,#2ba77a);
    box-shadow: 0 5px 0 #316216;
  }
  .flt_dial a{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;    
  }
  .flt_dial a .num{
    font-weight: 900;
    font-size: 1.35em;
    font-family: "Roboto";
    text-align: center;
    padding-left: .9em;
    
  }
  .flt_dial a .num::before{
    content: "";
    width: 1em;
    height: 1em;
    background: url( "../imgs/icn_w_dial.svg") no-repeat left center/auto 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .flt_dial a .time{
    font-size: .875em;
    margin-left: auto;
  }
  .flt_form{
    background: linear-gradient(90deg,#ff6000,#ef0054);
    font-weight: 900;
    box-shadow: 0 5px 0 #a33d00;
    
  }
  .flt_form a{
    justify-content: center;
    font-size: 1.25em;

  }
  /*content
  =======================================*/
  .sec-title-wrap h2{
    font-size: 2em;
  }
  .sec-title-wrap + *{
    margin-top: 10vw;
  }
  .wp-gry{
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  /*key*/
  #key::before{
    content: none;
  }
  .key__inner{
    position: relative;
    padding: 0;
    background: none;
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    left: 0;
  }
  .key-title{
    width: 100%;
    max-width: none;
  }
  .key__inner .logo{
    display: none;
  }
  /*cta*/
  .sec-cta-box .cta-text{
    font-size: 1.5em;
  }
  /*form*/
  .form-body{
    padding-top: 10vw;
  }
  .sec-form-blc.top-form .sec-form-box{
    transform: none;
    width: 100%;
  }
  ::placeholder{font-size: .7em;}
  
  .form-title{
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url("../imgs/wp_carbon_sp.jpg");
    background-size: cover;
  }
  .form-title h2{
    font-size: 1.71em;
  }
  .sec-form-box{
    width: 100%;
    /*width: calc(100% - 20px);*/
  }
  
  .form-nav .step
  ,.form-nav .step.active{
    width: calc(100% / 3);
    max-width: none;
    justify-content: center;
  }
  .form-nav .step > * + *{
    margin: 0;
  }
  .form-nav .step .text{
    font-size: .875em;
    
  }
  .form-nav .step:not(:first-of-type) .text{
    padding-left: 25px;
  }
  .form-nav .step .num{
    display: none;
  }
  .form-nav .step:not(:last-of-type){
    margin-right: 0;
  }
  .form-nav .step .text span{
    display: none;
  }
  .form-nav .step:not(:last-of-type)::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    position: absolute;
    top: 50%;
    right: -27px;
    z-index: 1;
    transform: translateY(-50%);
  }
  .form-nav .step:not(:last-of-type)::after{
    z-index: 2;
  }
  .form-list li .f-cat{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .form-list li .f-cat > *{
    width: 100%;
  }
  .form-list li .input{
    margin-top: 15px;
  }
  .form-list li .input.radio{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .input.radio label{
    width: 100%;
  }
  .input.radio label + label{
    margin-left: 0;
    margin-top: 15px;
  }
  .form-list li .input.check{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .input.check .check-wrap{
    width: 50%;
  }
  .form-list.check li .f-title{
    width: 100%;
  }
  .input.check > * + *{
    margin-left: 0;
  }
  .input.check > * + *:nth-child(n + 3){
    margin-top: 15px;
  }
  .submt-wrap{
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  /*買取強化*/
  .sec-results-blc
  ,.sec-reason-blc{
    padding: 15vw 0;
  }
  article.list-streng{
    width: 100%;
  }
  .sec-streng-box > * + *:nth-child(n + 4)
  ,.sec-streng-box > * + *:nth-child(n + 2){
    margin-top: 15px;
  }
  .sec-streng-box > * + * {
     margin-left: 0; 
}
  /*reason*/
  .sec-reason-box > * + *{
    margin-top: 8vw;
  }
  .reason_cat .thumb{
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .reason_cat .thumb .num{
    top: -10px;
    left: -10px;
    font-size: 1.5em;
  }
  .reason_cat .cmnt{
    width: 100%;
    padding-left: 0;
  }
  .reason_cat h3{
    margin-left: calc(20%  + 20px);
    padding-bottom: 1.5em;
  }
  /*レビュー*/
  .review-total{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .review-total p.text{
    width: 100%;
    padding-right: 0;
  }
  .review-total p.text::after{
    content: none;
  }
  .review-list .swiper-wrapper{
  }
  .review-swiper .reveiw_cat{
    width: 100%;
  }
  .review-list > article + article
  ,.review-list > article + article:nth-child(n + 5)
  , .review-list > article + article:nth-child(n + 3){
    margin: 0;
  }
  
  /*流れ*/
  .sec-step-box > * + *{
    margin-top: 30px;
  }
  .step_cat{
    padding: 40px 20px 20px;
  }
  .step_cat .num{
    position: absolute;
    top: -1em;
    left: -10px;
  }
  .step_cat .in-cmnt{
    padding-left: 0;
    width: 100%;
  }
  .step_cat .in-cmnt h3{
    text-align: center;
  }
  .step_cat .in-cmnt p.in-text{
    margin-top: 1em;
  }
  
  /*footer*/
  .foot_inner{
   padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot-logo{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .foot-nav{
    margin-top: 8vw;
  }
  
  /*UNDER
  =============================================*/
  .page-under-title h2{
    font-size: 1.71em;
  }
  
  
  /*会社概要　/ company.html
  =============================*/
  .page-under-box{
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
  .conpany-list > div{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 1em 0;
  }
  .conpany-list dt,
  .conpany-list dd{
    width: 100%;
  }
  .conpany-list dd{
    margin-top: .5em;
  }
  
  .content-privacy .pp_title{
    margin-top: 15vw;
  }
  .privacy__cat > * + ul, .privacy__cat > ul + *, .privacy__cat > * + h4{
    margin-top: 8vw;
  }
  .pp_inquiry__inner{
    padding: 30px 20px;
  }
  
}