@charset "utf-8";

/*---------------------------------------------
---------------------- 全体 --------------------
----------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
}
main {
  margin: 0 auto;
  max-width: 1000px;
}
a {
  color: #009cd5;
  text-decoration: underline;
}
a:link,
a:visited,
a:active {
  color: #009cd5;
}
a:hover {
  color: #c8342f;
}
img {
  width: auto;
  max-width: 100%;
}
header {
  margin-bottom: 2.5rem;
  background: #eaeaea;
}
.red {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.clearfix {
  clear: both;
}
.center {
  text-align:center;
}
.marker_y {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFFE41 50%);
}

@media screen and (min-width: 769px) {
  .pc_br {
    display: block;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .wrapper {
    margin: 0 auto;
    width: 94%;
  }
  header {
    margin-bottom: 0;
  }
  .inner {
    padding: 0 3vw;
  }
}

@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;
  }
}

/*---------------------------------------------
------------------- ヘッダー --------------------
----------------------------------------------*/
.header__inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}

@media screen and (min-width:769px) {
  .header__logo img {
    max-width: 200px;
    padding-bottom: 10px;
  }
  .header__top {
    margin-bottom: 8px;
    background-color: #419300;
  }
  .header__top_ttl {
    color: #fff;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 768px) {
  .header__pc-inline {
    display: none;
  }
  .header__top {
    text-align: center;
  }
  .header__top_ttl {
    color: #000;
    font-size: clamp(12px, 3.6vw, 18px);
  }
  .header__wrapper {
    padding: 5px 10px 2px;
    background-color: #5fb31d;
  }
  .header__logo {
    padding: 2% 0;
    width: 45%;
    margin: 0 auto;
  }
}

.marquee__inner {
  display: flex;
  margin-left: 20px;
}
.marquee__ttl {
  text-align: center;
  letter-spacing: 1.7px;
  font-weight: bold;
}
.marquee__box {
  max-width: 300px;
  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: #fff;
}
.marquee__box_crawling {
  width: 800px;
  padding-left: 310px;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-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: 55px;
}
.marquee__box_txt {
  font-size: 1.1em;
  line-height: 1.5;
}
.marquee__box_txt span {
  margin-left: 10px;
  font-size: 0.9em;
}
@media screen and (max-width: 1020px) and (min-width: 769px) {
  .marquee__woman {
    display: none;
  }
}

/*----------------------------------------　
---------------- フォーム ------------------
------------------------------------------*/
.headline_1 {
  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.3rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .headline_1 {
    font-size: 3rem;
    margin-bottom: 8px;
  }
  #assessment_content_text {
    font-size: clamp(12px, 4.3vw, 18px);
    margin-bottom: 8px;
  }
}

/*---------------------------------------------
----------------- 訪問しません ------------------
----------------------------------------------*/
#yellow_box {
  border:4px solid #ffd54f;
  background: #fffde7;
  margin: 50px auto;
  padding: 20px;
  border-radius: 7px;
  font-size: 18px;
}
#yellow_box_title_line {
  text-align: center;
  margin-bottom: 10px;
}
.yellow_box_title_1,
.yellow_box_title_2,
.yellow_box_title_3 {
  display: inline-block;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4;
}
.yellow_box_title_2 {
  color: #FF0004;
  font-size: 60px;
}
@media screen and (max-width: 414px) {
  .yellow_box_title_1,
  .yellow_box_title_3 {
    font-size: 10vw;
  }
  .yellow_box_title_2 {
    font-size: 17vw;
  }
}

@media screen and (max-width: 768px) {
  #yellow_box {
    margin: 5vw auto 10vw;
    padding: 3vw;
  }
}

/*---------------------------------------------
------------------- 廃車買取事例 ----------------
----------------------------------------------*/
.example_box {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.example_box table {
  width: 100%;
  border-collapse: collapse;
}
.example_box th,
.example_box td {
  padding: 7px 0;
  text-align: center;
  line-height: 1.3;
}
.example_box td {
  text-align: left;
}
.example_tr {
  background-color: #fffbe0;
}
.example_car_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.example_img img {
  width: 100%;
}
.example_info {
  padding: 10px 20px 15px;
}
.example_car_price {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  color: #ee0000;
}
.example_car_price span {
  font-size: .6em;
}
.example_car_price_txt {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .example_box_wrap {
    display: flex;
    justify-content: space-around;
  }
  .example_box {
    width: 31%;
  }
}

@media screen and (max-width: 768px) {
  .example_box {
    margin: 0 auto 30px;
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .example_box {
    width: 100%;
  }
}

/*---------------------------------------------
-------------------- 比較 ----------------------
----------------------------------------------*/
.cost_table {
  width: 100%;
  border:1px solid #d6d6d6;
  margin-bottom: 40px;
  background-color: #fff;
}
.cost_table td,
.cost_table th {
  border:1px solid #d6d6d6;
  vertical-align: middle;
}
.cost_table th {
  background-color: #156aa6;
  color: #fff;
}
.comparison_orange {
  color: #ff4701;
  background-color: #fffde7;
  font-weight: bold;
  width: 40%;
}
.comparison_blue {
  background-color: #F0F7FF;
}
@media screen and (min-width: 769px) {
  .cost_table td,
  .cost_table th{
    padding: 20px;
  }
  .cost_table tr th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .cost_table tr th:not(:first-child) {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .cost_table td,
  .cost_table th{
    padding: 15px 5px;
    line-height: 1.4;
  }
}

/*---------------------------------------------
------------------- コンテンツ全般 --------------
----------------------------------------------*/
.content_title {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .05em;
  padding: 0.3em;
  color: #fff;
  background: #2d9e00;
  border-bottom: solid 4px #1f8600;
  margin-bottom: 40px;
  position: relative;
}
.content_title::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translatex(-50%);
  border: 30px solid transparent;
  border-top: 20px solid #1f8600;
  width: 0;
  height: 0;
}
.content_title_sub {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #494949;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 0.5em 0.7em;
  border-left: solid 5px #49920e;
  border-bottom: solid 3px #d6d6d6;
  position: relative;
}
.content_title_sub::after {
  position: absolute;
  content: '';
  width: 85px;
  height: 65px;
  bottom: 0;
  right: 40px;
  background: url(./../img/content_title_sub_tori1.png);
  background-size: contain;
}
.content_title_sub.tori2::after {
  width: 78px;
  height: 72px;
  background: url(./../img/content_title_sub_tori2.png);
  background-size: contain;
}
.content_title_h4 {
  font-size: 22px;
  border-bottom: solid 3px #90c95c;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.content_title_h4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4f9117;
  bottom: -3px;
  width: 10%;
}
.content_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content_title {
    font-size: 8vw;
  }
  .content_title_sub {
    font-size: 5vw;
    letter-spacing: .05em;
  }
  .content_title_sub::after {
    width: 12.5vw;
    height: 9.6vw;
    right: 0;
  }
  .content_title_sub.tori2::after {
    width: 12vw;
    height: 11vw;
  }
  .content_title_h4 {
    font-size: 5vw;
  }
}

/*----------------------------------------
--------------- 廃車手続きの流れ ------------
------------------------------------------*/
.documents-flow li {
  background: #fffde7;
  display: inline-block;
  margin-bottom: 10px;
  width: 23.5%;
  padding: 2% 2% 1%;
  box-sizing: border-box;
  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:not(:last-child)::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 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;
}

@media screen and (max-width: 768px) {
  .documents-flow li {
    width: 95%;
    min-height: initial;
    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%;
  }
  .documents-flow li span.flow-num,
  .documents-flow li span.flow-txt {
    display: inline-block;
  }
  .documents-flow li span.flow-num {
    margin: 0 8px 5px 0;
  }
  .documents-flow li:not(:last-child)::after {
    height: 20px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    bottom: -20px;
    top: inherit;
  }
}

/*---------------------------------------------
------------------- CVボタン -------------------
----------------------------------------------*/
.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 #b50100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.bnr-left.bnr-inner-btn a {
  text-decoration: none;
}
.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;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media screen and (max-width: 768px) {
  .btn-title2 {
    font-size: clamp(27px, 8vw, 30px);
  }
}

/*---------------------------------------------
------------------- フッター --------------------
----------------------------------------------*/
footer {
  padding: 20px 0 10px;
  background-color: #f7f7f7;
  font-size: 1.4rem;
}
footer .inner {
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  display: flex;
  align-items: 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;
}
#page-top a {
  text-decoration: none;
  width: 100px;
  padding: 38px 0 22px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

@media screen and (min-width:769px) {
  #page-top a {
    background: #fff;
    padding: 38px 0 22px;
    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;
  }
  #page-top a:hover {
    background: #F4F4F4;
  }
}

@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
  }
  #page-top {
    bottom: 2%;
    right: 2%;
    opacity: 0.8;
  }
  #page-top a {
    background: #68ad29;
    color: #fff;
    padding: 10px 0;
  }
}