@charset "UTF-8";
.forpc {
  display: block;
}

@media (max-width: 1080px) {
  .forpc {
    display: none;
  }
}

@media (max-width: 768px) {
  .forpc {
    display: none;
  }
}

@media (min-width: 1081px) {
  .fortab {
    display: none;
  }
}

@media (max-width: 1080px) {
  .fortab {
    display: block;
  }
}

@media (max-width: 768px) {
  .fortab {
    display: none;
  }
}

@media (min-width: 1081px) {
  .forsp {
    display: none;
  }
}

@media (max-width: 1080px) {
  .forsp {
    display: none;
  }
}

@media (max-width: 768px) {
  .forsp {
    display: block;
  }
}

.mask {
  overflow: hidden;
  display: inline-block;
}

.p-r {
  position: relative;
}

.image {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-weight: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  min-height: 0vw;
}

:root {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

html.lock,
body.lock {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.row-keep {
  display: flex;
}

.row {
  display: flex;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}

a {
  position: relative;
  text-decoration: none;
}

p {
  font-weight: bold;
}

.pno {
  pointer-events: none;
}

.orange {
  color: #FF4C00;
  font-weight: bold;
}

.yellowline {
  background: linear-gradient(transparent 60%, #FCEE4A 60%);
  font-weight: bold;
}

.caution {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  margin-left: 1em;
}

.title-wrap {
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 768px) {
  .title-wrap {
    margin-bottom: 50px;
  }
}

.title-wrap p {
  font-weight: bold;
}

.title-wrap .large {
  font-size: 43px;
}

.title-wrap .large .sp {
  font-weight: bold;
}

@media (max-width: 768px) {
  .title-wrap .large .sp {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  .title-wrap .large {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.title-wrap .normal {
  font-size: 34px;
}

@media (max-width: 768px) {
  .title-wrap .normal {
    font-size: 22px;
  }
}

.request {
  color: white;
  background: #FF4C00;
  max-width: 250px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 33px;
  border-radius: 40px;
}

@media (max-width: 1080px) {
  .wrap, .thanks-wrap {
    padding: 0 20px;
  }
}

.hero {
  position: relative;
}

.hero .logo {
  max-width: 140px;
  position: absolute;
  top: 15px;
  left: 16px;
}

.hero .texts {
  position: absolute;
  top: 100px;
  left: 65px;
}

.hero .texts .subtitle {
  font-size: 28px;
  margin-bottom: 18px;
}

.hero .texts .title {
  max-width: 367px;
  width: 100%;
  margin-bottom: 37px;
}

.hero .texts .copy {
  max-width: 532px;
  margin-bottom: 25px;
}

.hero .texts .price {
  max-width: 384px;
  margin-bottom: 20px;
}

.hero .texts .caution {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 63px;
}

.hero .texts .kk p {
  font-size: 15px;
}

.hero .texts .kk .row-keep img {
  width: auto;
  height: 20px;
}

.hero .texts .kk .row-keep img:nth-child(1) {
  margin-right: 15px;
}

.hero-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-section {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1080px) {
  .contact-section {
    position: inherit;
    top: inherit;
    /*background: #FFFEE6;*/
    padding: 30px 0;
    margin-top: -128px;
  }
}

.contact-section .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-section .form-wrap {
  position: absolute;
  bottom: 12%;
  right: 6%;
  display: flex;
  column-gap: 30px;
}

.carro__content--button.u-button--or.button--3d a {
  box-shadow: 0 0.35rem var(--orange)!important;
  border-color: var(--orange);
}

.carro__content--button.u-button--or.button--3d a:hover {
  box-shadow: 0 0.85rem var(--orange)!important;
}

@media (max-width: 1080px) {
  .contact-section .form-wrap {
    margin: 0 auto;
    position: inherit;
    top: inherit;
    transform: inherit;
    right: inherit;
    flex-direction: column;
    row-gap: 30px;
  }
}

.features-section {
  background: #FFFFFF;
  padding: 80px 0;
}

.features-section .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.features-section .subtitle {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .features-section .subtitle {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.features-section h2 {
  max-width: 460px;
  margin: 0 auto 100px;
}

.features-section .features {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 1080px) {
  .features-section .features {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .features-section .features {
    flex-wrap: wrap;
  }
}

.features-section .features .feature {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1080px) {
  .features-section .features .feature {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .features-section .features .feature {
    width: 100%;
  }
}

.features-section .features .feature:nth-child(2) .text .orange {
  padding-left: 5px;
}

.features-section .features .feature .image {
  max-width: 135px;
  min-height: 160px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 1080px) {
  .features-section .features .feature .image {
    margin-bottom: 15px;
  }
}

.features-section .features .feature .image img {
  width: 100%;
  height: auto;
}

.features-section .features .feature .text {
  display: flex;
  align-items: flex-start;
}

.features-section .features .feature .text p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.features-section .features .feature .text p .orange {
  font-size: 30px;
  font-weight: bold;
}

.features-section .features .feature .text p .caution-small {
  font-size: 10px;
}

.features-section .features .feature .text p .caution-medium {
  font-size: 14px;
}

@media (max-width: 1080px) {
  .features-section .caution {
    text-align: center;
  }
}

.cars-section {
  padding: 80px 0;
  background: #F8F8F8;
}

@media (max-width: 768px) {
  .cars-section {
    padding: 30px 0;
  }
}

.cars-section .wrap {
  max-width: 1118px;
  margin: 0 auto;
}

.cars-section .wrap .cars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cars-section .wrap .cars .car {
  width: calc(100% / 4 - 10px);
  margin-bottom: 1rem;
  background: white;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 13px;
  padding: 28px 26px;
  transition: 0.3s;
}

.cars-section .wrap .cars .car:not(.car-secret):hover {
  box-shadow: 0 3px 25px rgb(0 0 0 / 30%);
  background: rgb(255 94 0 / 1%);
  /* transform: translateY(0px) scale(1.01) translateZ(0); */
  /* box-shadow: 0 24px 36px rgb(0 0 0 / 11%); */
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car {
    padding: 10px;
  }
}

@media (max-width: 1080px) {
  .cars-section .wrap .cars .car {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car {
    width: calc(100% / 2 - 10px);
  }
}

.cars-section .wrap .cars .car.car-secret {
  width: calc(100% / 2 - 7px);
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: 0px 3px 12px #74747429;
}

@media (max-width: 1080px) {
  .cars-section .wrap .cars .car.car-secret {
    width: calc(100% / 1);
  }
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car.car-secret {
    padding: 20px;
  }
}

.cars-section .wrap .cars .car.car-secret .row {
  align-items: center;
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car.car-secret .texts {
    margin-bottom: 20px;
  }
}

.cars-section .wrap .cars .car.car-secret .texts .title {
  font-size: 41px;
  margin-bottom: 30px;
  color: #FF4C00;
  -webkit-text-stroke: 0px #707070;
  text-stroke: 0px #707070;
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car.car-secret .texts .title {
    text-align: center;
    margin-bottom: 10px;
  }
}

.cars-section .wrap .cars .car.car-secret .texts .desc {
  font-size: 17px;
  line-height: 2;
}

.cars-section .wrap .cars .car.car-secret .image {
  max-width: 182px;
  margin-left: 30px;
  flex: 0 0 auto;
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .cars-section .wrap .cars .car.car-secret .image {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car.car-secret .image {
    margin-left: 0;
    max-width: 248px;
  }
}

.cars-section .wrap .cars .car .image {
  margin-bottom: 17px;
}

.cars-section .wrap .cars .car .texts .type {
  color: white;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  background: #272727;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car .texts .type {
    font-size: 21px;
    margin-bottom: 7px;
  }
}

.cars-section .wrap .cars .car .texts .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car .texts .price {
    font-size: 12px;
  }
}

.cars-section .wrap .cars .car .texts .price .orange {
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .cars-section .wrap .cars .car .texts .price .orange {
    font-size: 23px;
  }
}

.cars-section .wrap .cars .car .texts .price .orange small {
  font-size: 17px;
  font-weight: bold;
}

.cars-section .wrap .cars .car .texts .price span {
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  padding: 0 5px;
}

.cars-section .wrap .cars .car .texts .request {
  margin-bottom: 0;
}

.cars-section .wrap .cars .car .texts .request.small {
  font-size: 13px;
}

.solutions-section {
  background: #FFFFFF;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .solutions-section {
    padding: 30px 0;
  }
}

.solutions-section .wrap {
  max-width: 880px;
  margin: 0 auto;
}

.solutions-section .wrap .solutions {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .solutions-section .wrap .solutions {
    margin-bottom: 50px;
  }
}

.solutions-section .wrap .solutions .solution {
  background: white;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 13px;
  padding: 60px 35px 35px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .solutions-section .wrap .solutions .solution {
    padding: 30px 20px;
  }
}

.solutions-section .wrap .solutions .solution:last-child {
  margin-bottom: 0;
}

.solutions-section .wrap .solutions .solution .row {
  justify-content: space-between;
  align-items: center;
}

.solutions-section .wrap .solutions .solution .row .image {
  flex: 0 0 33%;
  display: flex;
  justify-content: center;
  margin-right: 35px;
}

@media (max-width: 1080px) {
  .solutions-section .wrap .solutions .solution .row .image {
    flex: 0 0 50%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .solutions-section .wrap .solutions .solution .row .image {
    margin-bottom: 20px;
  }
}

.solutions-section .wrap .solutions .solution .row .image img {
  max-width: 215px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .solutions-section .wrap .solutions .solution .row .image img {
    max-width: auto;
    height: calc(100% / 1.5);
  }
}

@media (max-width: 768px) {
  .solutions-section .wrap .solutions .solution .row .image img {
    width: calc(100% / 1.2);
    height: auto;
  }
}

.solutions-section .wrap .solutions .solution .row .text {
  flex: 1 1 auto;
}

.solutions-section .wrap .solutions .solution .row .text .read {
  font-size: 23px;
  margin-bottom: 30px;
}

.solutions-section .wrap .solutions .solution .row .text .title {
  color: #F8F8F8;
  background: #272727;
  padding: 10px 15px;
  font-size: 23px;
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .solutions-section .wrap .solutions .solution .row .text .title {
    font-size: 20px;
    text-align: center;
  }
}

.solutions-section .wrap .solutions .solution .row .text .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.solutions-section .wrap .solutions .solution .row .text ol li {
  font-size: 16px;
}

.casestudy-section {
  background: #FF4C00;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .casestudy-section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .casestudy-section .wrap .title-wrap {
    margin-bottom: 40px;
  }
}

.casestudy-section .wrap .title-wrap .large {
  color: white;
}

@media (max-width: 768px) {
  .casestudy-section .wrap .title-wrap .large {
    font-size: 27px;
  }
}

.casestudy-section .wrap .inner {
  max-width: 1180px;
  margin: 0 auto 70px;
  background: white;
  padding: 90px;
}

@media (max-width: 1080px) {
  .casestudy-section .wrap .inner {
    max-width: 880px;
    padding: 45px;
  }
}

@media (max-width: 768px) {
  .casestudy-section .wrap .inner {
    padding: 20px;
    margin-bottom: 50px;
  }
}

.casestudy-section .wrap .inner .main-image {
  position: relative;
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  .casestudy-section .wrap .inner .main-image {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .casestudy-section .wrap .inner .main-image img {
    margin-bottom: 15px;
    aspect-ratio: 16 / 9;
  }
}

.casestudy-section .wrap .inner .main-image .read {
  position: absolute;
  top: 35px;
  left: 24px;
}

@media (max-width: 768px) {
  .casestudy-section .wrap .inner .main-image .read {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}

.casestudy-section .wrap .inner .main-image .read span {
  color: white;
  font-size: 35px;
  background: black;
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .casestudy-section .wrap .inner .main-image .read span {
    font-size: 19px;
  }
}

.casestudy-section .wrap .inner .main-image .read span:nth-child(1) {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .casestudy-section .wrap .inner .main-image .read span:nth-child(1) {
    margin-bottom: 3px;
  }
}

.casestudy-section .wrap .inner .sub-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.casestudy-section .wrap .inner .sub-wrap .primary .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.casestudy-section .wrap .inner .sub-wrap .primary .types {
  margin-bottom: 30px;
}

.casestudy-section .wrap .inner .sub-wrap .primary .types dl {
  display: flex;
  margin-bottom: 10px;
}

.casestudy-section .wrap .inner .sub-wrap .primary .types dl:last-child {
  margin-bottom: 0;
}

.casestudy-section .wrap .inner .sub-wrap .primary .types dl dt, .casestudy-section .wrap .inner .sub-wrap .primary .types dl dd {
  font-size: 18px;
}

.casestudy-section .wrap .inner .sub-wrap .primary .desc {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.casestudy-section .wrap .inner .sub-wrap .secondary p:last-child {
  margin-bottom: 0;
}

.casestudy-section .wrap .inner .sub-wrap .secondary .title {
  font-size: 26px;
  margin-bottom: 30px;
}

.casestudy-section .wrap .inner .sub-wrap .secondary .desc {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 60px;
}

.casestudy-section .wrap .inner .sub-wrap .secondary .image {
  margin-bottom: 60px;
}

.casestudy-section .wrap .request {
  background: white;
  color: #FF4C00;
}

.faqs-section {
  padding: 70px 0;
}

.faqs-section .wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.faqs-section .wrap .title-wrap {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .faqs-section .wrap .title-wrap {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .faqs-section .wrap .title-wrap .large {
    font-size: 27px;
  }
}

.faqs-section .wrap .faq-wrap {
  margin-bottom: 80px;
}

.faqs-section .wrap .faq-wrap dl {
  border-bottom: 1px solid #CBCBCB;
}

.faqs-section .wrap .faq-wrap dl dt, .faqs-section .wrap .faq-wrap dl dd {
  position: relative;
}

.faqs-section .wrap .faq-wrap dl dt span, .faqs-section .wrap .faq-wrap dl dd span {
  width: 46px;
  height: 46px;
  display: block;
  position: relative;
  margin-right: 18px;
  aspect-ratio: 1 /1;
}

@media (max-width: 768px) {
  .faqs-section .wrap .faq-wrap dl dt span, .faqs-section .wrap .faq-wrap dl dd span {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}

.faqs-section .wrap .faq-wrap dl dt span::before, .faqs-section .wrap .faq-wrap dl dd span::before {
  display: block;
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 768px) {
  .faqs-section .wrap .faq-wrap dl dt span::before, .faqs-section .wrap .faq-wrap dl dd span::before {
    font-size: 18px;
  }
}

.faqs-section .wrap .faq-wrap dl dt {
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .faqs-section .wrap .faq-wrap dl dt {
    align-items: flex-start;
  }
}

.faqs-section .wrap .faq-wrap dl dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.faqs-section .wrap .faq-wrap dl dt p {
  font-size: 24px;
}

@media (max-width: 768px) {
  .faqs-section .wrap .faq-wrap dl dt p {
    font-size: 20px;
    padding-right: 30px;
  }
}

.faqs-section .wrap .faq-wrap dl dt span {
  background-color: #FF4C00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqs-section .wrap .faq-wrap dl dt span::before {
  content: "Q";
  color: white;
}

.faqs-section .wrap .faq-wrap dl dt::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 10px;
}

@media (max-width: 768px) {
  .faqs-section .wrap .faq-wrap dl dt::after {
    right: 0;
    top: 35%;
  }
}

.faqs-section .wrap .faq-wrap dl dd {
  display: none;
  padding: 30px 0;
}

.faqs-section .wrap .faq-wrap dl dd p {
  font-size: 16px;
  font-weight: normal;
}

.faqs-section .wrap .faq-wrap dl dd span {
  background-color: white;
  border: 2px solid #FF4C00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqs-section .wrap .faq-wrap dl dd span::before {
  content: "A";
  color: #FF4C00;
}

.form section .logo {
  max-width: 140px;
  margin: 15px 0 30px 15px;
}

.form .titlewrap {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .form .titlewrap {
    height: 150px;
  }
}

.form .titlewrap p {
  font-size: 58px;
  color: white;
}

@media (max-width: 768px) {
  .form .titlewrap p {
    font-size: 46px;
  }
}

.form .wrap {
  max-width: 740px;
  margin: 0 auto 80px;
}

.form .wrap .title {
  font-size: 25px;
  margin-bottom: 72px;
}

@media (max-width: 768px) {
  .form .wrap .title {
    font-size: 20px;
    margin-bottom: 44px;
  }
}

.form .wrap .desc {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 80px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .form .wrap .desc {
    font-size: 16px;
    text-align: left;
  }
}

.form-wrap {
  margin: 0 auto;
  padding: 30px;
}

@media (max-width: 768px) {
  .form-wrap {
    padding: 24px;
  }
}

.form-wrap .title {
  color: #FF4C00;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.form-wrap .fieldset {
  margin-bottom: 10px;
}

.form-wrap .fieldset.select-wrap {
  position: relative;
}

.form-wrap .fieldset.select-wrap::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  z-index: 1;
}

.form-wrap .fieldset.select-wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  color: #333;
  width: 100%;
  height: 100%;
}

.form-wrap .fieldset.select-wrap select::-ms-expand {
  display: none;
}

.form-wrap .fieldset.check {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.form-wrap .fieldset.check input {
  width: 16px;
  height: 16px;
}

.form-wrap .fieldset.check label {
  font-size: 16px;
  padding-left: 20px;
}

.form-wrap .fieldset.check label a {
  color: #42B5D1;
}

.form-wrap .fieldset.submit {
  cursor: pointer;
  transition: all .25s ease;
}

.form-wrap .fieldset.submit:hover {
  opacity: .8;
  transition: all .25s ease;
}

.form-wrap .fieldset.submit .btn {
  background: #FF4C00;
  color: white;
  border: none;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.form-wrap .fieldset input, .form-wrap .fieldset select {
  width: 100%;
  padding: 10px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.form-wrap .fieldset input::placeholder, .form-wrap .fieldset select::placeholder {
  color: #848484;
  font-size: 12px;
}

.form-wrap .fieldset .row-keep {
  justify-content: space-between;
}

.form-wrap .fieldset .row-keep input {
  width: calc(100% / 2 - 5px);
}

.u-gray-bg {
  background: #F8F8F8;
}

.thanks {
  position: relative;
}

.thanks section .logo {
  max-width: 140px;
  margin: 15px 0 30px 15px;
}

.thanks section .titlewrap {
  background: #FF4C00;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .thanks section .titlewrap {
    height: 150px;
  }
}

.thanks section .titlewrap p {
  font-size: 58px;
  color: white;
}

@media (max-width: 768px) {
  .thanks section .titlewrap p {
    font-size: 46px;
  }
}

.thanks section .thanks-wrap {
  max-width: 740px;
  margin: 0 auto 265px;
}

.thanks section .thanks-wrap .title {
  font-size: 25px;
  margin-bottom: 72px;
}

@media (max-width: 768px) {
  .thanks section .thanks-wrap .title {
    font-size: 20px;
    margin-bottom: 44px;
  }
}

.thanks section .thanks-wrap .desc {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 126px;
  line-height: 2;
}

@media (max-width: 768px) {
  .thanks section .thanks-wrap .desc {
    font-size: 16px;
  }
}

.thanks section .thanks-wrap .desc b {
  font-weight: bold;
  margin-bottom: 76px;
}

.thanks .carro .carro__footer {
  display: none !important;
}

.view {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.view.wao {
  opacity: 1;
  transition: all .5s ease-in;
  transform: translate3d(0, 0, 0);
}

.price-tax {
  font-size: 7px;
  text-align: center;
  margin-bottom: 10px;
  color: #404040;
}

.text-danger {
  color: #ff0000;
}
