@charset "UTF-8";
/*
Theme Name :NileUnited Theme
Theme URI :https://nile-united.co.jp/
Author :Tarek
Version :1.0.0
*/
.top_content {
  /*
  .company_info-name
  */
  /* 
  .comapny_info-email
  .comapny_info-address
  .comapny_info-fax
  */
}
.top_content .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 693px;
  background-image: url("picture/top-bg.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .top_content .content {
    background-image: url("picture/top-bg-sp.png");
    height: 326px;
  }
}
.top_content .company_info {
  color: white;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .top_content .company_info {
    padding: 10px 20px;
  }
}
.top_content h1 {
  font-size: 80px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top_content h1 {
    font-size: 31px;
  }
}
.top_content h3 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .top_content h3 {
    font-size: 16px;
    padding-top: 5px;
  }
}

.contact-form {
  background-color: black;
  font-size: 36px;
  text-align: center;
  padding: 50px 0;
  transition: 0.3s;
  line-height: 300px;
}
.contact-form a {
  color: white !important;
}
.contact-form:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.contact-form:active {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.1s;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 0;
    font-size: 24px;
    line-height: 200px;
  }
}

.temp_content {
  /* width: 900px; */
  /* margin: auto; */
  margin-left: 80px;
}
@media (max-width: 768px) {
  .temp_content {
    margin: 0;
  }
}

.indicator {
  font-weight: bold;
  font-size: 36px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .indicator {
    margin-left: 10px;
  }
}

.car_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  grid-gap: 40px 21px;
  margin-top: 20px;
  display: none;
}
@media (max-width: 768px) {
  .car_cards {
    margin: 45px auto 30px auto;
    place-content: center;
  }
}

.car_card {
  background-color: white;
  border-radius: 20px;
}
.car_card:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.car_card .car_image {
  width: 100%;
  height: 188px;
  border-radius: 20px 20px 0 0;
  background-color: black;
}
.car_card .car_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px 20px 0 0;
}
.car_card p {
  padding-bottom: 6px;
}
.car_card .car_base-info {
  padding: 0 0 5px 10px;
}
.car_card .car_maker {
  padding-top: 5px;
  font-size: 16;
  font-weight: 300;
}
.car_card .car_name {
  line-height: 27px;
  font-size: 24;
}
.car_card .car_price {
  font-size: 24;
}
.car_card .car_name, .car_card .car_price {
  font-weight: bold;
}

.car_cards.active {
  display: grid;
}

a {
  text-decoration: none;
  color: white;
}

.top-info {
  display: grid;
  grid-template-columns: 465px 345px;
  gap: 21px;
  width: 810px;
  margin: 65px auto 0 auto;
}

.car_images img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.car_images .car_image {
  background-color: C4C4C4;
  width: 465px;
  height: 410px;
  margin-bottom: 10px;
}

.car_main-info {
  width: 300px;
  height: 410px;
  padding: 0 18px;
  border-radius: 20px;
  background-color: white;
}
.car_main-info .car_maker, .car_main-info .car_model, .car_main-info .car_year, .car_main-info .car_site, .car_main-info .car_uploaded-date {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.car_main-info .car_maker {
  padding-top: 23px;
}
.car_main-info .car_name {
  padding-top: 19px;
  font-size: 36px;
  font-weight: black;
  font-weight: bold;
}
.car_main-info .car_model {
  padding-top: 7px;
}
.car_main-info div {
  display: flex;
  margin-top: 15px;
  padding: 3px 1px;
}
.car_main-info .car_year, .car_main-info .car_site, .car_main-info .car_uploaded-date {
  margin-right: 10px;
}
.car_main-info .car_year {
  padding: 1px 4px;
  background-color: #dddddd;
  color: black;
  font-weight: 400;
}
.car_main-info .car_export-type {
  margin-top: 45px;
  font-size: 18px;
  font-weight: bold;
}
.car_main-info .car_price {
  font-size: 36px;
  font-weight: bold;
  color: 2B6FF;
  margin-top: 10px;
}
.car_main-info button {
  margin: auto;
  width: 262px;
  text-align: center;
  background-color: #02B6FF;
  padding: 7px 0;
  border-radius: 10px;
  margin-top: 40px;
  color: white;
}
.car_main-info button:hover {
  transition-duration: 0.3s;
  background-color: #0294ce;
}
.car_main-info button:focus {
  background-color: #026e99;
}

.overview-info {
  width: 627px;
  margin: 80px auto 0 auto;
  background-color: white;
  border-radius: 20px;
  padding-bottom: 50px;
}
.overview-info h2 {
  text-align: center;
  line-height: 42px;
  font-size: 36px;
  font-weight: bold;
  padding-top: 17px;
}

.car_info {
  display: grid;
  width: 540px;
  margin: 40px auto 0 auto;
  grid-template-columns: repeat(auto-fit, 180px);
}
.car_info li {
  border-bottom: 1px solid black;
  font-size: 18px;
}
.car_info .tag {
  padding: 40px 0;
}
.car_info .sample {
  padding-bottom: 11px;
  font-weight: bold;
}

.title {
  color: white;
  background-color: black;
  line-height: 70px;
  padding-left: 36px;
}
.title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .title {
    color: white;
    background-color: black;
    line-height: 40px;
    padding-left: 10px;
    font-size: 18px;
  }
}

footer {
  background-color: black;
  color: white;
  margin-top: 20px;
}

.contact {
  width: 90%;
  margin: auto;
}
.contact ul {
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact ul {
    font-size: 18px;
    font-weight: 400;
  }
}
.contact ul li {
  padding-top: 11px;
}
.contact .contact_a {
  color: white !important;
}
.contact small {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact small {
    font-size: 12px;
  }
}

.procedures {
  display: grid;
  grid-template-columns: 80px 211px 80px;
  margin: 20px auto 0 auto;
  place-content: center;
}
.procedures .circle {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  text-align: center;
  line-height: 80px;
  font-size: 36px;
}
.procedures #active {
  background-color: #02B6FF;
}
.procedures .line {
  display: inline-block;
  margin: auto 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.7);
}

.input-info {
  display: grid;
  place-content: center;
}
.input-info p {
  font-size: 24px;
  padding-bottom: 6px;
  margin-top: 20px;
}
.input-info input {
  width: 200px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 18px;
  padding: 3px 0 5px 10px;
}
.input-info input[name=customer_name] {
  width: 200px;
}
.input-info input[name=customer_email] {
  width: 250px;
}
.input-info input[name=customer_address] {
  width: 400px;
}
.input-info input[name=customer_tel] {
  width: 250px;
}
.input-info textarea {
  margin-top: 10px;
  border-radius: 10px;
  padding: 5px 3px 5px 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .input-info textarea {
    width: unset;
  }
}

button {
  margin: 30px auto 0 auto;
  border-radius: 30px;
  color: white;
  background-color: #02B6FF;
  border: none;
  padding: 10px 30px;
  outline: none;
  font-size: 32px;
}
button:focus {
  background-color: #001924;
}

.continue {
  display: block;
}

.procedure-2 {
  text-align: center;
}

.proforma-invoice-h1 {
  margin-top: 30px;
}

.__line {
  display: block;
  width: 400px;
  height: 1px;
  background-color: black;
  margin: auto;
}

.company_info {
  margin: 30px auto 10px auto;
  padding-bottom: 20px;
  width: 950px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}
.company_info h1 {
  padding: 10px;
}

.proforma-invoice {
  display: grid;
  justify-content: center;
}

.consigner_info {
  text-align: left !important;
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 30px 0 20px 0;
}
.consigner_info p {
  padding: 1px 0;
}

.car-info table {
  background-color: white;
}
.car-info th, .car-info td {
  border: 1px solid #000;
  padding: 3px;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1000;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.inform-message {
  position: fixed;
  z-index: 9999;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pictures label {
  display: grid;
  background: #fff;
  color: #000;
  width: 465px;
  height: 410px;
  margin: 0 auto;
  cursor: pointer;
  vertical-align: center;
  align-content: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

select {
  display: block;
  margin-top: 20px;
  width: 150px;
  height: 30px;
  outline: 0;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  padding: 0 20px;
}

textarea {
  outline: 0;
  border: none;
  width: 400px;
  height: 200px;
  padding: 10px 20px;
  font-size: 20px;
}

.register input[name=car_name],
.register input[name=car_model-code] {
  width: 340px;
}
.register input[name=car_year] {
  width: 100px;
}
.register input[name=car_chassis-no] {
  width: 300px;
}
.register input[name=car_doors] {
  width: 60px;
}
.register input[name=car_displacement],
.register input[name=car_mileage] {
  width: 100px;
}
.register input[name=car_grade] {
  width: 70px;
}

main {
  padding-bottom: 100px;
}

.__button {
  margin: auto;
}

#BankInformation {
  padding-top: 100px;
}
#BankInformation h1 {
  text-align: center;
  font-size: 40px;
}

.BankInfo {
  width: 500px;
  margin: 30px auto auto auto;
  border-color: black;
  border: 0.1px solid rgba(0, 0, 0, 0.6196078431);
  border-radius: 10px;
  padding: 10px 20px;
}
.BankInfo .box {
  padding: 10px;
}
.BankInfo h3 {
  letter-spacing: 0.01em;
  padding: 10px 0 20px 0;
  font-size: 22px;
}
.BankInfo p {
  font-size: 20px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.5529411765);
}
.BankInfo span {
  letter-spacing: 0.001em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.744);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots li {
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 0;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: none !important;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:before {
  width: 45px;
  height: 45px;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #F0F0F0;
}/*# sourceMappingURL=style.css.map */