/* Header Css */
header {
  padding: 10px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 1px 2px #888888;
}
.header-logo {
  width: 140px;
  height: auto;
}
.navigation {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: right;
  align-items: center;
}
.cta-element {
  width: fit-content;
}
.cta-btn {
  background-color: #fd8440;
  font-size: 18px;
  font-weight: medium;
  padding: 8px 20px;
  color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.cta-element:hover .cta-btn {
  transform: scale(1.1);
}
/* End */

/* Footer css */
footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background-color: #222;
  padding-bottom: 0;
}
footer .inner .copyright { 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
}
/* End */


/* popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.popup-content {
    background-color: white;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
button.popup-close {
    background: url(../images/modal_close.png);
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: -33px;
    right: 1px;
    box-shadow: none;
    border: none;
}
button.popup-close-inari {
    background: url(../images/modal_close_sp.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: 19px;
    right: 15px;
    box-shadow: none;
    border: none;
}
.tab-content.active {
    display: block;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.tab-content {
    display: none;
    background-color: white;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
/*.active {
    background-color: #717171;
}*/
.header-text {
    background-color: #fa6b19;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.header-text h3 {
    margin: 0;
    color: #fff;
    padding: 20px 20px;
}
.menu-text {
    padding: 0px;
    border-bottom: 1px solid #DDD;
}
.content-detail {
    height: 50vh;
    overflow-y: scroll;
}


.nihon-car-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
.world-car-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
ul.modal-block-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify; */
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
ul.carmodelAnchorList {
    padding: 10px;
}
ul.modal-text-list {
    padding: 0;
}
ul.modal-text-list li a {
    background: url(../images/icon_negobtn.png) no-repeat;
    background-position: 5px 13px;
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 11px 0 8px 23px;
    font-weight: 600;
}
.link-car-item h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 28px 0 20px;
    border-bottom: 1px solid #DDD;
}
.vehicles-content {
    height: 50vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px;
}
.vehicles-content h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 28px 0 20px;
    border-bottom: 1px solid #DDD;
}
.vehicles-content ul li a {
    background: url(../images/icon_negobtn.png) no-repeat;
    background-position: 5px 13px;
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.content-tab-year {
    height: 45vh;
}
.content-tab-year ul {
    height: 45vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px;
}
.content-tab-year ul li {
    cursor: pointer;
    position: relative;
}
.content-tab-year ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 60%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon_negobtn.png) no-repeat;
}
.content-tab-year ul li a {
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.content-tab-version {
    height: 55vh;
}
.content-tab-version ul li {
    position: relative;
}

.content-tab-version ul li {
    list-style-type: none;
    font-size: 14px;
    margin: 0px 0px 4px;
    width: 100% !important;
    display: block;
    cursor: pointer;
}
.content-tab-version ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 60%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon_negobtn.png) no-repeat;
}
.content-tab-version ul li a {
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
ul.car-color-list {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    padding-block: 24px;
    padding: 10px 0;
    /*width: 100%;*/
}
ul.car-color-list li {
    text-align: center;
    font-size: 13px;
    padding: 16px 0;
    cursor: pointer;
    list-style-type: none;
}
ul.car-color-list li span {
    line-height: 26px;
}
ul.car-color-list li span#color_white::before {
    background-color: #fff;
}
ul.car-color-list li span#color_back::before {
    background-color: #000;
}
ul.car-color-list li span#color_silver::before {
    background: linear-gradient(135deg, #FFF 0, #D1D1D1 100%);
}
ul.car-color-list li span#color_red::before {
    background-color: #F00;
}
ul.car-color-list li span#color_orange::before {
    background-color: #FFA500;
}
ul.car-color-list li span#color_green::before {
    background-color: #2CB711;
}
ul.car-color-list li span#color_blue::before {
    background-color: #0674E8;
}
ul.car-color-list li span#color_brown::before {
    background-color: #673407;
}
ul.car-color-list li span#color_yellow::before {
    background-color: #fbc325;
}
ul.car-color-list li span#color_pink::before {
    background-color: #FF85AB;
}
ul.car-color-list li span#color_pearl::before {
    background: linear-gradient(135deg, #FDFDFD 0, #E5E2CD 100%);
}
ul.car-color-list li span#color_purple::before {
    background-color: #9A1CD9;
}
ul.car-color-list li span#color_gold::before {
    background: linear-gradient(135deg, #FFFFC1 0, #C9A849 100%);
}
ul.car-color-list li span#color_gray::before {
    background-color: #bbb;
}
ul.car-color-list li span#color_unknown::before {
    content: "?";
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}
ul.car-color-list li span::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 auto;
}
ul.car-kilomet-item-list li {
    text-align: left;
    cursor: pointer;
    margin: 5px 0;
    width: 100%;
    transition: 0.3s;
}
span#numberkl-item {
    font-size: 14px;
    width: 100px;
    display: block;
    display: block;
    border-left: 2px solid #919191;
    padding-left: 7px;
    font-weight: 500;
    color: #555555;
}
.title-check span {
    font-weight: 500;
}
.custom-checkbox {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
label.custom-checkbox {
    display: inline-block;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox .checkmark {
    width: 164px;
}
.custom-checkbox .checkmark {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 24px 0px;
    transition: 0.3s;
    background-color: #c6c5c5;
    width: 160px;
    text-align: center;
    display: block;
    color: #fff;
}
.content-tab h3 {
    background-color: #fa6b19;
    margin: 0;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}
div#yearPopup p {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    font-size: 14px;
    color: #898989;
}
div#versionPopup p {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    font-size: 14px;
    color: #898989;
}
.header-text h3 {
    margin: 0;
    color: #fff;
    padding: 20px 20px;
}
.titl-text-plus {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
}
.titl-text-plus p {
    margin: 0;
    font-size: 14px;
    color: #898989;
}
.footer-popup {
    padding: 20px;
    border-top: 1px solid #DDD;
    text-align: left;
}
ul.modal-block-list li a:hover {
    opacity: 0.8;
    background-color: #ff9e67;
    cursor: pointer;
}
.vehicles-content ul li a:hover {
    background-color: #ff9e67;
    cursor: pointer;
}
.content-tab-year ul li a:hover {
    background-color: #ff9e67;
    cursor: pointer;
}
.content-tab-version ul li a:hover {
    background-color: #ff9e67;
    cursor: pointer;
}
ul.car-kilomet-item-list li:hover {
    background-color: #ff9e67;
    cursor: pointer;
}
span.checkmark:hover {
    background-color: #ff9e67;
    cursor: pointer;
}
/*ul.car-color-list li:hover {
    border: 1px solid #fa6b19;
    padding: 16px 5px;
    border-radius: 5px;
}*/
.custom-checkbox input:checked + .checkmark {
    background: #fa6b19;
    color: #fff;
    border: 1px solid #fa6b19;
}



/* Kondo san Css */
.-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.sc {
  justify-content: center;
}
.sb {
  justify-content: space-between;
}
.sa {
  justify-content: space-around;
}
.se {
  justify-content: space-evenly;
}
.al-center {
  align-items: center;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mr3{
    margin-right: 3px;
}
.mb10 {
    margin-bottom: 10px;
  }
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.logo {
  max-height: 60px;
  max-width: 100%;
  z-index: 9999;
}
.sp-none {
  display: block!important;
}
.sp-block {
  display: none!important;
}
ul {
  padding: 0;
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* ファーストビュー */
/* PC */

.fv-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
.catchcopy {
  width: 62%;
  color: #fff;
}
.form-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 20px;
  border-radius: 24px;
  box-sizing: border-box;
  border: 4px solid #F36616;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.fg-last {
  margin-bottom: 15px!important;
}
.form-group label {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  width: 92px;
  white-space: nowrap;
}
.form-group label span {
  background-color: #F36616;
  font-size: 10px;
  font-weight: 400;
  color: #FFF;
  padding: 0px 7px 2px;
  border-radius: 6px;
  width: fit-content;
  white-space: nowrap;
}
.form-group input {
  width: 100%;
  padding: 8px;
  border: 2px solid #F36616;
  border-radius: 6px;  
}
.form-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-submit img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.form-submit img:hover {
  transform: scale(1.1);
}
/* 各セクション設置CTAボタン */
/* PC */
.section-button {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.section-button img:hover {
  transform: scale(1.1);
}
/* 高価買取実績 */
/* PC */
.performance-title {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.performance-grid {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
.performance-grid img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
/* 軽の森はココが違う */

.point-title {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.point-grid {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
.point-grid img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
/* かんたん3ステップ */
/* PC */

.process-title {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.process-content {
  width: 100%;
}
/* よくあるご質問 */
/* PC */
.faqs-section {
  background-color: #ECECEC;
  padding: 60px 0;
  text-align: center;
}
.faqs-title {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.faqs-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.faq-question { /* 質問 (Q) */
  display: flex;
  align-items: center;
  font-weight: bold;

}
.faq-question span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #8A9F9F;
  color: #fff;
  font-weight: bold;
  font-family: "Inter", serif;
  margin-right: 16px;
}

.faq-answer { /* 回答 (A) */
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.faq-answer span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #F36616;
  color: #fff;
  font-weight: bold;
  font-family: "Inter", serif;
  margin-right: 16px;
}
.faq-answer p {
  color: #F36616;
  font-weight: bold;
  margin-right: 0;
  flex: 1;
}
button.top-submit-button {
    border: none;
    background: no-repeat;
}
.thanks-content {
    height: 90vh;
    display: table;
    width: 100%;
}
.thannk-custom {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.thanks-detail {
    text-align: center;
    vertical-align: middle;
}
.modal-block-list li {
  width: 30%;
}
@keyframes blinknew {
    0% {
        box-shadow: 0 0 0 1px #f12, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
    }
    100% {
        box-shadow: 0 0 0 1px #f12, 0 0 0 1px #fff, 0 0 0 2px #ff5e28;
    }
}

.blink-new-new {
    animation: blinknew 1s infinite;
}
.form-group input:focus-visible {
  outline: none;
}
.error-container {
    padding: 0;
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
}
.cta-button-form {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #ff3d3d, #d00000);
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.cta-button-form:hover {
  background: linear-gradient(to bottom, #ff5555, #c00000);
}

.free-label-form {
  background: white;
  color: red;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-radius: 3px;
  margin-right: 10px;
}
.form-submit {
  width: 100%;
  max-width: 100%;
  display: grid;
}
.thanks-detail a {
    background-color: #ff5c00;
    color: #fff;
    padding: 10px 25px;
    transition: 0.3s;
}
.thanks-detail a:hover {
    background-color: #5f5f5f;
    padding: 10px 35px;
}
.thanks-detail h2 {
    margin-bottom: 26px;
}




/* 20250227 */
.footer-company {
  background-color: #F7612B;
  padding: 60px 0 80px;
  text-align: center;
  color: white;
}
.footer-company .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-company img {
  width: 160px;
}
.footer-company h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
}
.footer-company div a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
}
.footer-company div a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-company {
    background-color: #F7612B;
    padding: 40px 0 60px;
    text-align: center;
    color: white;
  }
  .footer-company .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-company img {
    width: 140px;
  }
  .footer-company h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
  }
  .footer-company div a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
  }
  .footer-company div a:hover {
    text-decoration: underline;
  }
}
/*  */