@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1140px) {
  article.list-streng{
    width: calc((100% - 30px)/2);
  }
  .sec-streng-box > * + *:nth-child(n + 3){
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .result-data{
    padding-left: 5px;
  }
  .result-data .tag{
    font-size: .7em;
  }
  .result-data .in-price{
    font-size: 1em;
  }
  .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*/
  .reveiw_cat{
    width: calc((100% - 20px)/2);
  }
  /*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%;
  }
}
/*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 .in-price{
    padding-top: 1em;
    font-size: 1.25em;
  }
  .result-data .in-price p.price span{
    font-size: 2em;
  }
  
  /*買い取り強化*/
  article.list-streng{
    width: 100%;
  }
  .sec-streng-box > * + *,
  .sec-streng-box > * + *:nth-child(n + 3),
  .sec-streng-box > * + *:nth-child(n + 4){
    margin-top: 20px;
  }
  /*理由*/
  .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;
  }
  .reason_cat p.in-text{
    
  }
  
  /*口コミ*/
  .review-total{
    padding-left: 20px;
    padding-right: 20px;
  }
  .reveiw_cat{
    width: calc((100% - 20px)/2);
  }
  .review-list > * + *:nth-child(n + 5)
  ,.review-list > * + *:nth-child(n + 3){
    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;
  }

  
}
/*smartphon*/
@media screen and (max-width: 480px) {
  
  body{
    font-size: 3.8vw;
  }
  #key::before{
    padding-top: 100%;
  }
  header{
    padding-left: 10px;
    height: 80px;
  }
  #hum-menu{
    width: 80px;
    height: 77px;
  }
  .head-logo{
    -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;
  }
  .head-logo .text{
    margin-left: 3em;
    transform: translateY(.75em);
  }
  .head-logo .logo{
    margin-top:0;
    width: 65%;
  }
  /*nav*/
  #sp-menu-block{
    width: 100vw;
    height: 100vh;
  }
  
  /*float*/
  #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: 4em; 
    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: 1em .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( "../images/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;
  }
  #sp-menu-block{
    transform: translateX(100%) translateY(0);
  }
  #sp-menu-block-inner{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25vw;
  }
  .l_nav-link li a{
    font-size: 1.125em;
    padding: 1em;
    line-height: 1.4;
  }
  /*key*/
  .key__inner{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
  }
  .key-text{
    width: 65%;
  }
  /*review*/
  .sec-review-blc{
    padding-top: 15vw;
    padding-bottom: 15vw;
    background: #efefef;
  }
  /*cta*/
  .sec-cta-box .cta-text{
    font-size: 1.5em;
  }
  /*form*/
  .sec-form-blc{
    z-index: 1;
  }
  .sec-form-blc .sec-form-box{
    width: 100%;
  }
  .sec-form-blc.top-form .sec-form-box{
    transform: translateY(0);
  }
  .form-body{
    padding-top: 10vw;
  }
  .form-title{
    background-image: url("../images/online/wp_carbon_sp.jpg");
    background-size: cover;
  }
  .form-title h2{
    font-size: 1.71em;
  }
  ul.form-list li .must::before, .form-qe p.must::before{
    top: 50%;
    transform: translateY(-50%);
  }
  .form-nav .step{
    display: none;
    
  }
  .form-nav .step.active{
    width: 75%;
    max-width: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .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{
    padding-top: 15px;
    padding-bottom: 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;
  }
  ul.form-list li .sche{
    line-height: 1.4;
  }
  ul.form-list li .sche > p span:nth-child(1){
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
  }
  ul.form-list li .sche > p span:nth-child(2){
    display:inline-block;
    margin-bottom: 5px;
/*    width: calc(100% - 5em)!important;*/
  }
  ul.form-list li .sche > p span:nth-child(2) input.date{
    width: 15em!important;
    max-width: 100%!important;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
  }
  ul.form-list li:nth-child(6) > div > * + *{
    margin-top: 25px;
  }
  .input.radio label{
    width: 100%;
  }
  .input.radio label + label{
    margin-left: 0;
    margin-top: 15px;
  }
  /*学科紹介*/
  .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;
  }
  .equipment-box .in-text{
    padding: 0px 15px 20px;
  }
  
  article.list-streng figure{
    overflow: hidden;
  }
  article.list-streng figure::before{
    content: "";
    display: block;
    padding-top: 66.66%;
  }
  article.list-streng figure img{
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
  }
  /*reason*/
  .sec-reason-blc .sec-title-wrap h2{
    font-size: 1.71em;
  }
  .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;
    padding-top: 1.5em;
  }
  .reason_cat p.in-text{
    padding-top: 1em;
  }
  /*レビュー*/
  .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;
    line-height: 1.4;
  }
  .review-total p.text{
    width: 100%;
    padding-right: 0;
    font-size: 1.71em;
  }
  .review-total p.num{
    font-size: 2.14em;
  }
  .review-total .star{
    padding-right: 10px;
  }
  .review-total p.text::after{
    content: none;
  }
  .review-list{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .reveiw_cat{
    width: 100%;
  }
  .review-list > * + *
  ,.review-list > * + *:nth-child(n + 5)
  , .review-list > * + *:nth-child(n + 3){
    margin-top: 20px;
  }
  /*料金*/
  .sec-price-blc{
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .price-cat{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-size: auto 30%;
    background-position: right bottom;
  }
  .price-cat .text{
    font-size: 1.71em;
  }
  .price-cat p.cam{
    font-size: 1.125em;
    line-height: 1.2;
  }
  .price-cat .price{
    margin-top: 30px;
  }
  .price-cat .price p{
    font-size: 2.24em;
  }
  /*流れ*/
  .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;
  }
  .credit-cat{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .credit-box p.in-title{
    line-height: 1.4;
  }
  .credit-cat .in-text{
    padding-left: 0;
    margin-top: 5vw;
    width: 100%;
  }
  
  /*流れ*/
  .step_cat{
    padding-top: 20px;
  }
  .step_cat .num{
    width: 3em;
    height: 3em;
  }
  .step_cat .num span{
    font-size: 2em;
  }
  .step_cat .in-cmnt h3{
    font-size: 1.24em;
  }
  
  /*movie*/
  .sec-movie-blc{
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .sec-movie-box h3{
    font-size: 1.5em;
  }
  .video-thumb p::after{
    width: 15vw;
    height: 15vw;
  }
  .sec-form-blc.btm-form{
    padding-top: 15vw;
    padding-bottom: 0;
  }
  
  /*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;
  }
  
  
  /*thanks*/
  body.page-child main{
    margin-top: 0;
  }
  
}