@charset "UTF-8";
body {
  color: #2D2D2D;
  font-family: "Roboto", "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
}
body a {
  color: #2D2D2D;
  text-decoration: none;
}
body a:hover {
  opacity: 0.6;
}
body ul li {
  list-style: none;
}
body .wrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
body section {
  margin: 85px 0;
}
body .fl {
  display: flex;
}
body .fl-sb {
  display: flex;
  justify-content: space-between;
}
body .fl-sa {
  display: flex;
  justify-content: space-around;
}
body .reverse {
  flex-direction: row-reverse;
}
body .ttl {
  text-align: center;
  color: #0D3386;
  margin-bottom: 50px;
}
body .ttl span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
body .ttl h2 {
  font-size: 75px;
  margin-top: -15px;
}
@media screen and (max-width: 829px) {
  body .ttl h2 {
    font-size: 55px;
    line-height: 1;
  }
}
body h3 {
  position: relative;
  padding: 1em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 829px) {
  body h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 665px) {
  body h3 {
    font-size: 6vw;
  }
}
body h3:before, body h3:after {
  position: absolute;
  content: "";
}
body h3:after {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
body h3:before {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
body h3 .marker {
  background: linear-gradient(transparent 50%, rgb(255, 220, 123) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
body h3 .marker.on {
  background-size: 100% 100%;
}
body .sp {
  display: none;
}
@media screen and (max-width: 665px) {
  body .sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  body .tab {
    display: none;
  }
}
body .tab2 {
  display: none;
}
@media screen and (max-width: 1023px) {
  body .tab2 {
    display: block;
  }
}
@media screen and (max-width: 665px) {
  body .pc {
    display: none;
  }
}
body header {
  background-color: #0D3386;
}
body header .fl-sb {
  max-width: 100% !important;
  width: 100%;
}
body header .fl {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  body header .fl {
    justify-content: space-between;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
}
body header .fl .logo {
  background-color: #fff;
  padding: 15px 50px 5px;
  border-bottom: #0D3386 solid 2px;
}
@media screen and (max-width: 1350px) {
  body header .fl .logo {
    padding: 15px 30px 5px;
  }
}
@media screen and (max-width: 1135px) {
  body header .fl .logo {
    padding: 15px 15px 5px;
  }
}
@media screen and (max-width: 1023px) {
  body header .fl .logo {
    padding: 15px 30px 5px;
  }
}
@media screen and (max-width: 665px) {
  body header .fl .logo {
    padding: 10px 15px 0px;
  }
}
body header .fl .logo img {
  width: 180px;
}
@media screen and (max-width: 1200px) {
  body header .fl .logo img {
    width: 130px;
    padding: 15px 0px 15px;
  }
}
@media screen and (max-width: 1135px) {
  body header .fl .logo img {
    width: 110px;
  }
}
@media screen and (max-width: 1023px) {
  body header .fl .logo img {
    width: 140px;
    padding: 0px;
  }
}
@media screen and (max-width: 665px) {
  body header .fl .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  body header .fl nav {
    display: inline;
  }
}
body header .fl ul {
  width: 700px;
}
@media screen and (max-width: 1023px) {
  body header .fl ul {
    width: 100%;
  }
}
body header .fl ul li {
  font-weight: 700;
  font-size: 18px;
  border-right: dotted #95bce9 1px;
  min-width: 160px;
  transition: 0.3s;
}
@media screen and (max-width: 1350px) {
  body header .fl ul li {
    min-width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  body header .fl ul li {
    font-size: 16px;
    min-width: 140px;
  }
}
@media screen and (max-width: 1023px) {
  body header .fl ul li {
    border-right: none;
  }
}
body header .fl ul li a {
  padding: 0 1em 0.2em;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 1em;
}
@media screen and (max-width: 1350px) {
  body header .fl ul li a {
    padding: 20px 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  body header .fl ul li a {
    font-size: 16px;
    padding: 20px 0em;
  }
}
@media screen and (max-width: 1023px) {
  body header .fl ul li a {
    width: 65%;
    margin: 0 auto;
  }
}
body header .fl ul li a small {
  color: #95bce9;
  font-size: 12px;
}
body header .fl ul li a:hover {
  opacity: 1;
}
body header .fl ul li:last-child {
  border: none;
}
body header .fl ul li:hover {
  background-color: #3A75BA;
}
body header .tel_box {
  background-color: #fff;
  font-size: 13px;
  margin: 10px 10px 10px 0;
}
@media screen and (max-width: 1135px) {
  body header .tel_box {
    font-size: 10px;
  }
}
@media screen and (max-width: 1035px) {
  body header .tel_box {
    margin: 10px 5px 10px 0;
  }
}
body header .tel_box p {
  background-color: #d8d8d8;
  padding: 5px 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  body header .tel_box p {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1035px) {
  body header .tel_box p {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1035px) {
  body header .tel_box p {
    font-size: 9px;
  }
}
body header .tel_box a {
  font-size: 25px;
  font-weight: 700;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto;
  text-decoration: underline;
  color: #3d98ff;
  transition: 0.3s;
}
body header .tel_box a:hover {
  color: #c5a100;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  body header .tel_box a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1135px) {
  body header .tel_box a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1035px) {
  body header .tel_box a {
    font-size: 15px;
  }
}
body header .tel_box span {
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  body header .tel_box span {
    font-size: 10px;
  }
}
body header #menu__toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  body header .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: -600px 0 0 0;
    padding: 2em 0;
    text-align: center;
    background-color: #0D3386;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }
  body header .menu__item {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 0.5s;
    margin-bottom: 1em;
  }
  body header #menu__toggle {
    opacity: 0;
  }
  body header #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  body header #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #fff;
  }
  body header #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #fff;
  }
  body header #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
  }
  body header .menu__btn {
    transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  body header .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  body header .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
    top: -8px;
    transition-duration: 0.25s;
  }
  body header .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
    top: 8px;
    transition-duration: 0.25s;
  }
}
body .side-bnr {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 3;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  body .side-bnr {
    display: flex;
    bottom: 0px;
  }
}
@media screen and (max-width: 1023px) {
  body .side-bnr a {
    width: 50%;
  }
}
body .side-bnr img {
  width: 360px;
}
@media screen and (max-width: 1023px) {
  body .side-bnr img {
    width: 100%;
  }
}
body .mv,
body .vehicle-sli {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 665px) {
  body .mv,
  body .vehicle-sli {
    margin: 45px 0 0;
  }
}
body .mv h1,
body .vehicle-sli h1 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  body .mv h1,
  body .vehicle-sli h1 {
    margin-bottom: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 665px) {
  body .mv h1,
  body .vehicle-sli h1 {
    margin: 0 0 30px;
  }
}
body .mv h1 img,
body .vehicle-sli h1 img {
  max-width: 690px;
  width: 100%;
}
body .mv .mv-img,
body .vehicle-sli .mv-img {
  min-width: 110vw;
  margin: 0 0 0 -5vw;
  height: 50vw;
}
@media screen and (max-width: 829px) {
  body .mv .mv-img,
  body .vehicle-sli .mv-img {
    height: 100vw;
    min-width: 120vw;
    margin: 0 0 0 -10vw;
  }
}
@media screen and (max-width: 665px) {
  body .mv .mv-img,
  body .vehicle-sli .mv-img {
    height: 110vw;
  }
}
body .mv .mv-sli,
body .vehicle-sli .mv-sli {
  transform: rotate(-10deg);
}
body .mv .mv-sli li,
body .vehicle-sli .mv-sli li {
  transform: rotate(10deg);
  margin: 0 20px;
}
@media screen and (max-width: 665px) {
  body .mv .mv-sli li,
  body .vehicle-sli .mv-sli li {
    margin: 0 10px;
  }
}
body .mv .mv-sli li img,
body .vehicle-sli .mv-sli li img {
  width: 100%;
}
body .news .news-box {
  width: 100%;
  height: 200px;
  display: block;
}
body .business {
  position: relative;
  z-index: 0;
  margin-top: 400px;
  color: #fff !important;
  padding-bottom: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body .business {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 829px) {
  body .business {
    margin-top: 300px;
  }
}
@media screen and (max-width: 665px) {
  body .business {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
body .business .ttl {
  color: #fff;
}
body .business ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 829px) {
  body .business ul {
    display: block;
  }
}
body .business ul li {
  width: calc((100% - 50px) / 2);
  margin-bottom: 50px;
}
@media screen and (max-width: 829px) {
  body .business ul li {
    width: 100%;
  }
}
body .business ul li a {
  color: #fff;
}
body .business ul li a:hover {
  opacity: 1;
}
body .business ul li a:hover img {
  transform: scale(0.9);
}
body .business ul li a img {
  width: 100%;
  transition: transform 0.6s ease;
}
body .business ul li a h4 {
  font-size: 27px;
}
body .business ul li a h4::before {
  content: "ー";
  color: #3A75BA;
  margin-right: 5px;
}
body .business ul li a p {
  padding-left: 32px;
}
body .business .skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D3386;
  z-index: -1;
  transform: skewY(-10deg);
  transform-origin: top left;
}
body .business .skewed2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D3386;
  z-index: -1;
  transform: skewY(-10deg);
  transform-origin: top left;
}
body .corporate-philosophy {
  margin: 0 0 85px;
}
@media screen and (max-width: 829px) {
  body .corporate-philosophy {
    margin: 40px 0 85px;
  }
}
@media screen and (max-width: 665px) {
  body .corporate-philosophy ul:last-child {
    margin: 0px 0 0;
  }
}
@media screen and (max-width: 829px) {
  body .corporate-philosophy ul {
    display: block;
    margin: 45px 0 0;
  }
}
body .corporate-philosophy ul li {
  width: calc((100% - 50px) / 2);
  border: #0D3386 solid 2px;
  border-radius: 10px;
  padding: 1em 2em;
  margin: 0 0 20px;
}
@media screen and (max-width: 829px) {
  body .corporate-philosophy ul li {
    width: 100%;
  }
}
body .corporate-philosophy ul li .summary {
  align-items: center;
  font-size: 27px;
  color: #0D3386;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 829px) {
  body .corporate-philosophy ul li .summary {
    font-size: 22px;
  }
}
body .corporate-philosophy ul li .summary img {
  width: 1.1em;
  display: block;
  margin: 0 5px 5px 0;
}
body footer {
  background-color: #EEEEF3;
  padding: 85px 0 10px;
}
@media screen and (max-width: 1023px) {
  body footer {
    padding-bottom: 80px;
  }
}
body footer nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 100px;
  align-items: baseline;
}
@media screen and (max-width: 665px) {
  body footer nav {
    display: block !important;
  }
}
body footer nav li {
  margin-bottom: 30px;
}
body footer .info {
  gap: 40px;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 895px) {
  body footer .info {
    display: block !important;
  }
}
@media screen and (max-width: 895px) {
  body footer .info .logo {
    text-align: center;
    margin: 60px 0 20px;
  }
}
body footer .info .logo img {
  width: 165px;
}
@media screen and (max-width: 895px) {
  body footer .info .main-office {
    margin: 0px 0 30px;
  }
}
body footer .info .tel_fax {
  gap: 20px;
  margin-top: 15px;
}
body footer .info .mail {
  display: block;
  margin: 10px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
body footer .gap30 {
  gap: 30px;
}
@media screen and (max-width: 670px) {
  body footer .gap30 {
    display: block;
  }
}
body footer .copy-right {
  text-align: center;
  font-size: 10px;
  margin-top: 45px;
}
body .page-ttl {
  background-image: url(../img/tti-bg.jpg);
  margin: 0 auto 85px;
  background-size: cover;
  background-position: center left;
}
body .page-ttl .ttl_2 {
  color: #fff;
  padding: 85px 0 85px;
}
body .page-ttl .ttl_2 span {
  font-size: 24px;
  font-weight: 500;
}
body .page-ttl .ttl_2 h1 {
  font-size: 56px;
}
body .under h5 {
  font-size: 36px;
  color: #0D3386;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 735px) {
  body .under h5 {
    text-align: start;
    font-size: 26px;
  }
}
@media screen and (max-width: 390px) {
  body .under h5 {
    font-size: 22px;
  }
}
body .under h6 {
  margin-bottom: 25px;
  font-size: 24px;
}
body .under h6::before {
  content: "ー";
  color: rgb(58, 117, 186);
  margin-right: 5px;
}
body .business-info {
  background-color: #e7ecf4;
  padding: 85px 0;
  margin: 85px 0 0;
  border-bottom: #0D3386 solid 2px;
}
body .business-info p {
  margin-bottom: 25px;
  text-align: center;
}
body .business-detail li {
  padding: 0 30px;
}
body .business-detail li .txt {
  font-size: 18px;
}
@media screen and (max-width: 735px) {
  body .business-detail li .txt {
    width: 100%;
  }
}
body .business-detail li .txt p {
  text-align: start;
}
body .business-detail li:nth-child(even) {
  flex-direction: row-reverse;
  padding: 30px;
  background-color: #eff5f8;
  margin: 30px 0;
}
body .business-detail p {
  text-align: center;
  margin-bottom: 45px;
}
body .business-detail .txt a {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #3d98ff;
  width: -moz-fit-content;
  width: fit-content;
}
body .business-detail .txt a:hover {
  opacity: 0.6;
}
body .business-detail ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body .business-detail ul li {
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 735px) {
  body .business-detail ul li {
    display: block;
  }
}
body .business-detail ul li .txt {
  width: calc(100% - 300px);
}
@media screen and (max-width: 735px) {
  body .business-detail ul li .txt {
    width: 100%;
  }
}
body .business-detail ul li .txt p {
  text-align: start;
}
body .business-detail ul li .img {
  width: 300px;
}
@media screen and (max-width: 735px) {
  body .business-detail ul li .img {
    width: 50vw;
    display: block;
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 390px) {
  body .business-detail ul li .img {
    width: 80%;
  }
}
body .business-detail ul li .img img {
  width: 100%;
}
body .recruit p {
  text-align: start;
  margin-bottom: 65px;
}
body .recruit ul {
  margin: 0;
  padding-left: 1.5em;
}
body .recruit ul li {
  list-style: disc;
}
body .strong-point p {
  text-align: center;
}
@media screen and (max-width: 735px) {
  body .strong-point p {
    text-align: start;
  }
}
body .strong-point ul {
  margin-bottom: 15px;
  background-color: #eff5f8;
  padding: 1em 3em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1em auto;
  font-size: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 735px) {
  body .strong-point ul {
    font-size: 1em;
  }
}
@media screen and (max-width: 390px) {
  body .strong-point ul {
    padding: 1em;
  }
}
body .strong-point ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
body .strong-point ul li:last-child {
  margin-bottom: 0;
}
body .company-about ul {
  max-width: 800px;
  margin: 0 auto;
}
body .company-about ul li {
  align-items: end;
}
@media screen and (max-width: 515px) {
  body .company-about ul li {
    display: block;
  }
}
body .company-about ul .label {
  width: 280px;
  border-bottom: #4572d3 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 660px) {
  body .company-about ul .label {
    width: 150px;
  }
}
@media screen and (max-width: 515px) {
  body .company-about ul .label {
    width: 100%;
    border-bottom: none;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
}
body .company-about ul .label .tab {
  display: none;
}
@media screen and (max-width: 660px) {
  body .company-about ul .label .tab {
    display: block;
  }
}
@media screen and (max-width: 515px) {
  body .company-about ul .label .tab {
    display: none;
  }
}
body .company-about ul .data {
  width: calc(100% - 280px);
  padding-left: 10px;
  border-bottom: #c6c6c6 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 660px) {
  body .company-about ul .data {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 515px) {
  body .company-about ul .data {
    width: 100%;
    border-bottom: #4572d3 solid 1px;
    padding: 0 0 10px;
  }
}
body .philosophy h3 {
  font-size: 32px;
  margin-bottom: 45px;
}
@media screen and (max-width: 855px) {
  body .philosophy h3 {
    font-size: 26px;
  }
}
body .philosophy h3 .sp2 {
  display: none;
}
@media screen and (max-width: 420px) {
  body .philosophy h3 .sp2 {
    display: block;
  }
}
body .philosophy p {
  text-align: center;
}
@media screen and (max-width: 855px) {
  body .philosophy p {
    text-align: start;
  }
}
body .philosophy ul {
  margin: 0;
}
@media screen and (max-width: 829px) {
  body .philosophy ul {
    display: block;
    margin: 0px 0 0;
  }
}
body .philosophy ul li {
  width: calc((100% - 50px) / 2);
  border: #0D3386 solid 2px;
  border-radius: 10px;
  padding: 1em 2em;
  margin: 0 0 20px;
}
@media screen and (max-width: 829px) {
  body .philosophy ul li {
    width: 100%;
  }
}
body .philosophy ul li .summary {
  align-items: center;
  font-size: 27px;
  color: #0D3386;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 829px) {
  body .philosophy ul li .summary {
    font-size: 22px;
  }
}
body .philosophy ul li .summary img {
  width: 1.1em;
  display: block;
  margin: 0 5px 5px 0;
}
body .philosophy ul:first-child {
  margin: 45px 0 0;
}
@media screen and (max-width: 829px) {
  body .philosophy ul:first-child {
    display: block;
    margin: 0px 0 0;
  }
}
body .greetings .txt {
  text-align: center;
}
body .greetings .txt p {
  margin-bottom: 16px;
}
body .greetings .img img {
  max-width: 100%;
}
body .number_of_units .box {
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  body .number_of_units .box {
    display: block;
  }
}
body .number_of_units .box ul {
  margin-top: 45px;
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  body .number_of_units .box ul {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 490px) {
  body .number_of_units .box ul {
    width: 100%;
    font-size: 1em;
  }
}
body .number_of_units .box ul li {
  border-bottom: #4572d3 solid 1px;
  padding-bottom: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  body .number_of_units .box ul li {
    justify-content: space-between;
  }
}
body .number_of_units .box ul li .label {
  width: 320px;
}
@media screen and (max-width: 850px) {
  body .number_of_units .box ul li .label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 850px) {
  body .number_of_units .box ul:last-child {
    margin-top: 0;
  }
}
body .vehicle-data .tbl-r05 td:first-child {
  background: #dfe9f4;
}
body .vehicle-data .tbl-r05 {
  border-collapse: collapse;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1045px) {
  body .vehicle-data .tbl-r05 {
    font-size: 14px;
    width: 100%;
  }
}
body .vehicle-data .tbl-r05 .thead th {
  border-bottom: none;
  background-color: #0D3386;
  color: #fff;
}
body .vehicle-data .tbl-r05 td,
body .vehicle-data .tbl-r05 th {
  padding: 10px;
  border-bottom: #000 solid 1px;
}
@media screen and (max-width: 845px) {
  body .vehicle-data .tbl-r05 {
    width: 100%;
  }
  body .vehicle-data .tbl-r05 .thead {
    display: none;
  }
  body .vehicle-data .tbl-r05 tr {
    width: 100%;
  }
  body .vehicle-data .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  body .vehicle-data .tbl-r05 td:first-child {
    background: #0D3386;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  body .vehicle-data .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
body .tel {
  background-color: #dfe9f4;
  margin: -85px auto 0;
  text-align: center;
  padding: 85px 0;
  text-align: center;
}
body .tel a {
  font-size: 2em;
  font-weight: 600;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: 0.3s;
}
body .tel a i {
  font-size: 0.8em;
  margin-right: 10px;
}
body .contact-form .center {
  text-align: center;
}
@media screen and (max-width: 735px) {
  body .contact-form .center {
    text-align: start;
  }
}
body .contact-form ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto;
}
body .contact-form ul li {
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 735px) {
  body .contact-form ul li {
    display: block;
  }
}
body .contact-form ul li .label {
  width: 180px;
}
@media screen and (max-width: 930px) {
  body .contact-form ul li .label {
    width: 130px;
  }
}
@media screen and (max-width: 735px) {
  body .contact-form ul li .label {
    width: 100%;
  }
}
body .contact-form ul li .item {
  width: calc(100% - 200px);
}
@media screen and (max-width: 930px) {
  body .contact-form ul li .item {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 735px) {
  body .contact-form ul li .item {
    width: 100%;
  }
}
body .contact-form ul li .item input,
body .contact-form ul li .item textarea {
  border: #2D2D2D solid 1px;
  width: 650px;
  padding: 5px 10px;
}
@media screen and (max-width: 930px) {
  body .contact-form ul li .item input,
  body .contact-form ul li .item textarea {
    width: 500px;
  }
}
@media screen and (max-width: 735px) {
  body .contact-form ul li .item input,
  body .contact-form ul li .item textarea {
    min-width: 100%;
    width: 100%;
  }
}
body .contact-form ul .checkbox .item {
  width: -moz-fit-content;
  width: fit-content;
}
body .contact-form ul .checkbox .item input,
body .contact-form ul .checkbox .item textarea {
  border: #2D2D2D solid 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 735px) {
  body .contact-form ul .checkbox .item input,
  body .contact-form ul .checkbox .item textarea {
    min-width: auto;
  }
}
body .enter {
  background-color: #0D3386;
  color: #fff;
  border: #0D3386 1px solid;
  padding: 10px 2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  display: block;
  transition: 0.3s;
}
body .enter:hover {
  background-color: #fff;
  color: #0D3386;
  border: #0D3386 1px solid;
}/*# sourceMappingURL=style.css.map */