@charset "utf-8";
/*---------------------------------------------
----------------- モーダル色上書き ---------------
----------------------------------------------*/
:root {
  --modal-color: #419300;
  --modal-color-light: #bcfb86;
}

/*---------------------------------------------
---------------------- 全体 --------------------
----------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  font-family: 游ゴシック体, 'Yu Gothic', 'Noto Sans JP', sans-serif;
}
main {
  margin: 0 auto;
  max-width: 1000px;
}
img {
  width: auto;
  max-width: 100%;
}
header {
  margin-bottom: 2.5rem;
}
.red {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.clearfix {
  clear: both;
}
.center {
  text-align:center;
}
.marker_y {
  font-weight: bold;
  background-color: #fff000;
}

@media screen and (min-width: 769px) {
  .pc_br {
    display: block;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 980px;
  }
}

@media screen and (max-width: 1100px) {
  .wrapper {
    margin: 0 auto;
    width: 94%;
  }
  .inner {
    padding: 0 3vw;
  }
}

@media screen and (max-width: 960px) {
  header {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.667vw;
  }
}

/*----------------------------------------　
---------------- フォーム ------------------
------------------------------------------*/
.headline {
  font-weight: normal;
  color: #4d8506;
  border-bottom: solid 2px #4d8506;
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
}
#assessment_content_text {
  font-size: 2.56rem;
  margin-bottom: 15px;
}
#assessment_content_text span{
  display: block;
  font-size: 0.7em;
}

@media screen and (min-width: 769px) {
  #assessment_content_text::after {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(./../img/assessment_tori_img.jpg);
    background-size: contain;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 768px) {
  .headline {
    font-size: 3rem;
    margin-bottom: 8px;
  }
  #assessment_content_text {
    font-size: clamp(12px, 4.3vw, 18px);
    margin-bottom: 8px;
  }
  .assessment_tel{
    background: linear-gradient(to bottom, rgba(255, 250, 232, 1) 34%, rgba(249, 233, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffae8', endColorstr='#f9e9c2', GradientType=0);
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 #777;
    display: block;
  }
  .assessment_tel img{
    width: 92%;
    padding: 15px 0;
    margin: 0 auto 3rem;
    display: block;
  }
}

/*----------------------------------------　
---------------- ヘッダー ------------------
------------------------------------------*/
.sp_hd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-tel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*-------------- header内電話コール START--------------*/
.header_call_support_tel_icon {
  display: inline-block;
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin: -3px 10px 0 0;
  background-image: url(./../img/header_tel_icon.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
}
.header_call_support_signal_icon:before,
.header_call_support_signal_icon:after {
  position: absolute;
  border: 2px solid transparent;
  border-top: solid 2px currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation-name: callSupportSignal;
  animation-name: callSupportSignal;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  content: '';
}
.header_call_support_signal_icon:first-child:before {
  width: 11px;
  height: 11px;
  -webkit-animation-delay: -1.16s;
  animation-delay: -1.16s;
}
.header_call_support_signal_icon:first-child:after {
  width: 22px;
  height: 22px;
  -webkit-animation-delay: -1.08s;
  animation-delay: -1.08s;
}
.header_call_support_signal_icon {
  position: absolute;
  top: 31px;
  left: 28px;
  color: #99C83D;
  transform: rotate(50deg);
}
.header_call_support_signal_icon:last-child:before {
  width: 33px;
  height: 33px;
  -webkit-animation-delay: -1.00s;
  animation-delay: -1.00s;
}
.header_call_support_signal_icon:last-child:after {
  content: none;
}
@-webkit-keyframes callSupportSignal {
  8%, 64% { opacity: 1; }
  78% { opacity: 0; }
}
@keyframes callSupportSignal {
  8%, 64% { opacity: 1; }
  78% { opacity: 0; }
}

/*-------------- 流れるエリア　START--------------*/
.header-marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marquee-title {
  padding-bottom: 7px;
  width: 34vw;
  max-width: 300px;
  margin: 0 auto;
}
.marquee-box {
  max-width: 310px;
  width: 33vw;
  border-top: 1px dotted #555;
  border-bottom: 1px dotted #555;
  overflow: hidden;
  display: inline-block;
  vertical-align: super;
  padding: 2px 5px;
  background-color: #effcff;
}
.marquee {
  width: 800px;
  padding-left: 310px;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.marquee-red{
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
}
@-webkit-keyframes marquee {
  from    { -webkit-transform: translate(0%); transform: translate(0%); }
  100%,to { -webkit-transform: translate(-100%); transform: translate(-100%); }
}
@keyframes marquee {
  from    { -webkit-transform: translate(0%); transform: translate(0%); }
  100%,to { -webkit-transform: translate(-100%); transform: translate(-100%); }
}
.marquee-woman {
  padding-left: 2%;
  min-width: 62px;
}
.crawling-text{
  font-size: 1.1em;
  line-height: 1.5;
}
.crawling-text span{
  margin-left: 10px;
  font-size: 0.9em;
}

/*-------------------------------------
---------------- footer --------------
-------------------------------------*/
footer {
  padding: 20px 0 10px;
  background-color: #e5e5e5;
  font-size: 1.4rem;
}
footer .inner {
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer li {
  padding: 0 1em 0.5em;
}

footer li a {
  color: #333 !important;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 11;
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.fade_on {
  opacity: 1;
}

@media(min-width:769px) {/*PCのみ*/

  /*-------------- header --------------*/
  header{
    border-bottom:3px solid #639305;
  }
  .hd-logo img{
    max-width: 200px;
  }
  .hd-gray{
    margin-bottom: 8px;
    background-color: #eaeaea;
    font-size: 0.8em;
  }

  /*-------------- footer --------------*/
  #page-top a {
    background: #fff;
    text-decoration: none;
    width: 100px;
    padding: 38px 0 22px;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #559604;
    font-weight: 700;
    position: relative;
    font-size: 1.2em;
  }
  #page-top a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    font-size: 1.7em;
    margin: 0 auto;
    color: #559604;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #fff;
  }
}

@media screen and (max-width: 768px){/*Tab,Sp*/
  /*-------------- header -------------*/
  .hd-gray{
    font-size: 0.7em;
    text-align: center;
  }
  .sp_hd{
    padding: 5px 10px 2px;
    background-color: #009933;
  }
  .hd-logo{
    padding: 2% 5% 2% 0;
    width: 51%;
  }
  #hd-sp-tel{
    width: 45%;
    display: inline-block;
  }

  /*-------------- footer --------------*/
  footer .inner {
    display: block;
  }
  #page-top {
    bottom: 2%;
    right: 2%;
    opacity: 0.8;
  }
  #page-top a {
    background: #68ad29;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #68ad29;
  }
}
h1{
  font-weight: normal;
  color:#4d8506;
  border-bottom: solid 2px #4d8506;
  margin-bottom: 26px;
}
h2{
  font-size:2em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
h2:before{
  content:'●';
  color:#f8b500;
  padding-right: 4px;
}
input,
select,
textarea{
  width: 100%;
  border:solid 1px #bfbfbf;
  padding: 8px 5px;
  line-height: 1.4em;
}

/*-------------------- スマホ・タブレットサイズ --------------------*/
/* PC・タブレット・スマホ共通 */
.content_title{
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 66%,#c5ea6d 66%,#c5ea6d 93%,rgba(255,255,255,1) 93%);
}
.content_title_sub {
  font-weight: bold;
  background-image: url(./../img/line_handwriting.png);
  background-repeat: repeat-x;
  background-position: bottom 5px center;
  display: -webkit-inline-box;
  position: relative;
  padding: 15px 10px 0 86px;
  color: #333;
  margin-bottom: 20px;
}
.content_title_sub:before{
  content: '';
  width: 80px;
  height: 100px;
  background: url(./../img/woman1.png) no-repeat;
  background-size: contain;
  background-position: bottom -10px left 11px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_box{
  display: block;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.8;
}
/* 廃車手続きの流れ */
.documents-flow li {
  background: rgb(255, 249, 219);
  display: inline-block;
  margin-bottom: 10px;
  width: 22.5%;
  padding: 2% 2% 1%;
  position: relative;
  vertical-align: top;
  min-height: 250px;
  margin-right: 1%;
}
.documents-flow li img {
  width: 60%;
  margin: 0 auto 10px;
  display: block;
}
.documents-flow li .flow-step {
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  color: #ff4901;
  display: block;
}
.documents-flow li:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 30px;
  background: url(./../img/dot_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: -20px;
  top: 50%;
  z-index: 1;
}
.documents-flow li:last-child:after{
  display: none;
}
.documents-flow li span.flow-num, .documents-flow li span.flow-txt {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.documents-flow li span.flow-num {
  background: #ff4701;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  display: block;
  margin: 0 auto 5px;
}

/* カーネクストでの査定額をWEBで簡単チェック! */
.btn-title2{
  font-size: 30px;
  display: block;
  line-height: 1.2;
}

.bnr-left.bnr-inner-btn {
  text-align: center;
}
.bnr-inner-btn p{
  background-color: #f32020;
  font-weight: bold;
  color: #fff;
  max-width: 480px;
  width: 95%;
  text-align: center;
  padding: 10px 5px;
  border-radius: 14px;
  border-bottom: 4px solid #820100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.bnr-inner-btn p:before{
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -20%;
  content: "";
  width: 40px;
  height: 150px;
  transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  animation: shiny 2s infinite ease-in;
  -webkit-animation: shiny 2s infinite ease-in;
  -moz-animation: shiny 2s infinite ease-in;
}
.bnr-left.bnr-inner-btn a {
  text-decoration: none;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media (min-width: 769px) {
  .content_title{
    font-size: 46px;
  }
  .content_title_sub {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .content_title{
    font-size: 9vw;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .content_title_sub {
    font-size: 5.2vw;
    line-height: 2;
    width: 100%;
    padding: 15px 10px 0 66px;
  }
  .content_title_sub:before{
    height: 70px;
  }
  .content_box{
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  /* 廃車買取の流れ */
  .documents-flow li {
    width: 80%;
    min-height: initial;
    background: rgb(255, 249, 219);
    margin: 10px auto 10px;
    display: block;
  }
  .documents-flow li img {
    width: 20%;
    display: initial;
    vertical-align: middle;
    margin-right: 5%;
  }
  .documents-flow li .flow-step {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
  }
  .documents-flow li span.flow-num {
    width: 30px;
  }
  .documents-flow li span.flow-num, .documents-flow li span.flow-txt {
    display: inline-block;
  }
  .documents-flow li:after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 20px;
    background-size: contain;
    z-index: 1;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    top: inherit;
  }
}

/*-------------------- PCサイズ --------------------*/
@media (min-width: 769px) {

  /*-------- 3つの理由 --------*/
  .cost_table{
    width: 100%;
    margin:0 auto 40px;
    border:1px solid #d6d6d6;
  }
  .cost_table td{
    border:1px solid #d6d6d6;
    padding: 7px 0 5px 10px;
    vertical-align: middle;
  }
  .lightgreen_line{
    padding: 3px 0.5em;
    color: #2dae00;
    font-size: 1.2em;
    border-left: solid 3px #2dae00;
    margin-bottom: 10px;
    background-color: #f0fbec;
  }
  #green_box{
    border:4px solid #b3d465;
    margin: 40px auto 20px;
    padding:10px;
  }
  #green_box_title_line{
    margin: 15px 0;
    text-align:center;
    border-bottom: 2px solid #000;
  }
  .green_box_title{
    display: inline-block;
    padding-bottom: 10px;
  }

  /*-------- 廃車買取事例 --------*/
  .comparison_grey_left,.comparison_grey_right{
    width: 12%;
    padding:5px 0 0 20px;
    background-color: #d6d6d6;
  }
  .comparison_grey_center{
    width: 25%;
    padding:5px 0 0 20px;
    background-color: #d6d6d6;
  }
  .center{
    text-align:center;
  }
  .example_box{
    display: inline-block;
    width: 32%;
    vertical-align: top;
  }
  .example_box table{
    width: 100%;
    margin:0 auto 30px;
    border:1px solid #d6d6d6;
  }
  .example_box td{
    border:1px solid #d6d6d6;
  }
  .car_center{
    padding: 10px 5px 5px 5px;
    text-align:center;
  }
  .car_center img{
    margin-bottom: 10px;
  }
  .car_title{
    font-size: 1.1em;
    font-weight: bold;
  }
  .car_grey{
    padding:3px 0;
    text-align:center;
    color:#fff;
    background-color: #545953;
  }
  .car_grey_height{
    height: 86px;
    padding:3px 0;
    text-align:center;
    color:#fff;
    background-color: #545953;
  }
  .car_price{
    color: #ff0000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
  }
  .car_txt{
    padding-left:10px;
  }
}

/*-------------------- スマホ・タブレットサイズ --------------------*/
@media (max-width: 768px) {
  /*-------- 3つの理由 --------*/

  .cost_table{
    width: 100%;
    margin:0 auto 20px;
    border:1px solid #d6d6d6;
  }
  .cost_table td{
    border:1px solid #d6d6d6;
    padding: 5px;
    vertical-align: middle;
    line-height: 1.4;
  }
  .td_grey_left{
    width: 25%;
    padding:5px 0 0 20px;
    background-color: #d6d6d6;
  }
  .td_grey_right{
    width: 40%;
    padding:5px 0 0 20px;
    background-color: #d6d6d6;
  }
  .lightgreen_line{
    padding: 3px 0.5em;
    color: #2dae00;
    font-size: 1.2em;
    border-left: solid 3px #2dae00;
    margin-bottom: 10px;
    background-color: #f0fbec;
  }
  #green_box{
    border: 4px solid #b3d465;
    padding: 5px;
    margin: 0 auto 30px;
  }
  #green_box_title_line{
    margin: 15px 0;
    text-align:center;
    border-bottom: 2px solid #000;
  }
  .green_box_title{
    display: inline-block;
    padding-bottom: 10px;
  }
  .green_box_title img {
    width: 80%;
  }

  /*-------- 買取実績 --------*/
  .comparison_grey_left,.comparison_grey_right{
    width: 25%;
    padding:5px 0 0 5px;
    line-height: 1.4;
    background-color: #d6d6d6;
  }
  .comparison_grey_center{
    width: 40%;
    padding:5px 0 0 5px;
    line-height: 1.4;
    background-color: #d6d6d6;
  }
  .center{
    text-align:center;
  }
  .example_box table{
    width: 90%;
    margin:0 auto 15px;
    border:1px solid #d6d6d6;
  }
  .example_box td{
    padding:5px 8px;
    border:1px solid #d6d6d6;
    line-height: 1.3;
  }
  .car_center{
    padding: 10px 5px 5px 5px;
    text-align:center;
  }
  .car_center img{
    margin-bottom: 10px;
  }
  .car_title{
    font-size: 1.4em;
    font-weight: bold;
  }
  .car_grey,.car_grey_height{
    padding:3px 0;
    text-align:center;
    color:#fff;
    background-color: #545953;
  }
  .car_price{
    color: #ff0000;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1;
    vertical-align: bottom;
  }
}