@charset "utf-8";

:root {
  --red1: #e72428;
  --red2: #9e0000
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  font-size: 16px;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/*ページ幅指定*/
#wrap {
  width: 100%;
  min-width: 1200px;
  margin: auto;
}

.content {
  min-height: 600px;
}

.section-inner {
  max-width: 1000px;
  margin: auto;
}

.box {
  margin-bottom: 30px;
}

.onlypc-inline {
  display: inline-block;
}

@media screen and (max-width:1400px) {
  .content-inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width:1200px) {
  #wrap {
    min-width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .section-inner {
    padding: 20px;
  }
}

@media screen and (max-width:640px) {
  .content {
    min-height: 0;
  }

  .content-inner {
    padding: 20px 10px;
  }

  .section-inner {
    padding: 10px;
  }

  .box {
    margin-bottom: 20px;
  }

  .btn {
    white-space: normal;
    line-height: 1.2;
  }

  .onlypc-inline {
    display: none;
  }
}

.main.right,
.main.left {
  width: 75%;
}

.side.left,
.side.right {
  width: 23%;
}


@media screen and (max-width:900px) {

  .main.right,
  .main.left,
  .side.left,
  .side.right {
    width: 100%;
  }

  .main {
    margin-bottom: 40px;
  }

  .side .banner {
    margin-bottom: 20px;
  }
}

.result-header {
  text-align: center;
  position: relative;
}

.result-text {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.pagination i {
  margin: 0 5px;
}

@media screen and (max-width:900px) {
  .pagination {
    padding: 0 10px;
  }

  .pagination i {
    margin: 0;
  }
}

@media screen and (max-width:640px) {
  .result-total {
    display: block;
    width: 100%;
    padding-top: 10px;
  }

  .result-total .num {
    line-height: 1;
  }

  .pagination {
    margin-top: 10px;
    float: left;
  }
}

.pt20 {
  padding-top: 20px;
}

/* 　text
******************************************/
body {
  color: #000;
  position: relative;
}

p {
  margin-bottom: 11px;
}

strong {
  font-weight: bold;
  color: #000;
}

strong>span {
  position: absolute;
  display: block;
  background: yellow;
  animation: width-stretch 1s linear 1s;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.come {
  font-size: 12px;
  color: #666;
}

.btn,
.title {
  font-family: 'Noto Sans JP', "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.btn-contact {
  background: rgb(255, 0, 66);
  background: linear-gradient(180deg, rgba(255, 0, 66, 1) 0%, rgba(228, 5, 63, 1) 100%);
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
}

.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus {
  color: #fff;
  background: rgb(228, 5, 63);
  background: linear-gradient(0deg, rgba(255, 0, 66, 1) 0%, rgba(228, 5, 63, 1) 100%);
}

.btn-red-f {
  background: #E72428;
  color: #fff;
  border-radius: 0;
}

.btn-red-f:hover,
.btn-red-f:active,
.btn-red-f:focus {
  color: #fff;
  background: #ff4447;
}

.btn-red-f i {
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow-f {
  background: #ffde00;
  color: #000;
  border-radius: 0;
}

.btn-yellow-f:hover,
.btn-yellow-f:active,
.btn-yellow-f:focus {
  color: #000;
  background: #fcff00;
}

.btn-yellow-f i {
  margin-right: 10px;
  display: inline-block;
}

.btn-green {
  background: #279c05;
  color: #fff !important;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #238405;
  color: #fff;
}

.btn-blue2 {
  background: #2258b5;
  color: #fff !important;
}

.btn-blue2:hover,
.btn-blue2:active,
.btn-blue2:focus {
  background: #164aa3;
  color: #fff;
}

.label {
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 17px;
}

.label-required {
  background: #e60012;
  color: #fff;
  margin-left: 10px;
  vertical-align: 2px;
}

.label-optional {
  background: #e6e6e6;
  color: #999;
  margin-left: 10px;
  vertical-align: 2px;
  border-radius: 30px;
}

.label-new {
  background: #fff600;
  color: #279c05;
  overflow: hidden;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 3px 5px 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 120%;
  font-weight: bold;
}

h1 {
  font-size: 300%;
}

h2 {
  font-size: 200%;
  line-height: 1.4;
}

h3 {
  font-size: 150%;
}

@media screen and (max-width:900px) {
  h1 {
    font-size: 240%;
  }

  h2 {
    font-size: 180%;
  }

  h3 {
    font-size: 130%;
  }
}

@media screen and (max-width:640px) {
  h1 {
    font-size: 150%;
  }

  h2 {
    font-size: 130%;
  }

  h3 {
    font-size: 110%;
  }
}

.title {
  text-align: center;
  line-height: 1;
  color: rgb(0, 49, 90);
}

.title h1 {
  font-size: 24px;
  text-align: center;
  color: rgb(0, 49, 90);
  margin-bottom: 0;
  font-weight: bold;
}

.title .en {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  color: rgb(0, 49, 90);
}

.title.white h1 {
  color: #fff;
}

.title.white .en {
  color: #fff;
}

.title-sub {
  font-size: 18px;
  margin-bottom: 20px;
}

.balloon {
  border-radius: 30px;
  font-size: 90%;
  padding: 3px 13px 5px;
  background: #14284c;
  color: #fff;
  margin-right: 10px;
  position: relative;
}

.balloon:after {
  top: 30%;
  right: -30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #14284c;
  border-width: 10px;
  margin-left: -10px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #666;
}

a.no-line {
  text-decoration: none;
}

a img {
  transition: all .2s linear 0s;
}

a:hover img {
  opacity: 1;
  transform: scale(1.01);
}

.btn-black {
  color: #fff !important;
}


.alert-danger {
  border-color: #f00;
  color: #f00;
}

.alert-danger strong {
  color: #f00 !important;
  font-weight: bold;
}

.logo300 {
  max-width: 300px;
}

@media screen and (max-width:640px) {
  .title h1 {
    font-size: 18px;
  }
}

/* 　header
******************************************/
header {
  position: relative;
  text-align: center;
}

header .section-inner {
  padding: 0;
  position: relative;
}

.headerline {
  text-align: left;
  width: 100%;
  padding: 15px 0 10px;
}

.headerline .logoset {
  float: left;
  width: 30%;
}

.headerline .logo {
  max-width: 300px;
}

.headerline .logo-s {
  max-width: 200px;
}

.headerline .btn {
  float: right;
  background: #e72527;
  border-radius: 100px;
}

.headerline .util {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  text-align: right;
}

.headerline .util .btn {
  border: none;
  box-shadow: none;
  vertical-align: top;
  position: relative;
  padding: 15px 25px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.headerline .util .btn span {
  margin-right: 5px;
  color: #fffb1a;
  white-space: nowrap;
}

.headerline .util .btn br {
  display: none;
}

.headerline .tel {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 5px 15px 0 0;
  font-size: 16px;
  color: #E83828;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}

.headerline .tel i {
  display: block;
  border: #E83828 solid 1px;
  border-radius: 100px;
  padding: 3px;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
}

.headerline .tel span {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.headerline .tel a:hover,
.headerline .tel a:active,
.headerline .tel a:focus {
  color: #F8B62D;
}

.fixed .util {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  text-align: center;
  padding: 10px 10px 10px 20px;
}

.fixed .util .btn {
  margin: 0;
  padding: 15px 60px;
  font-size: 24px;
}

.fixed .tel a {
  color: #fff;
  font-size: 24px;
}

.fixed .tel i {
  border-color: #fff;
  color: #fff;
}

.fixed .tel span {
  font-size: 48px;
  color: #fff;
}

.fixed .tel .time {
  color: #fff;
}

.apply .fixed .util {
  display: none !important;
}

.headernav {
  width: 100%;
  margin: 0 auto;
}

.headernav ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  padding: 0;
}

.headernav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-right: solid 1px #ddd;
}

.headernav li:first-child {
  border-left: solid 1px #ddd;
}

.headernav li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  text-decoration: none;
  line-height: 1.2;
  color: #000;
}

.headernav li a:hover,
.headernav li a:active,
.headernav li a:focus {
  background: #f6f6f6;
}

@media screen and (max-width:1000px) {
  .headerline {
    padding: 10px;
  }

  .headerline .logo {
    max-width: 200px;
  }

  .headerline .logo-s {
    max-width: 150px;
  }

  .headernav {
    width: 100%;
    float: none;
    font-size: 12px;
  }
}

@media screen and (max-width:640px) {
  .headerline .logoset {
    width: 30%;
    margin: 10px 0 0 0;
  }

  .headerline .logo {
    max-width: 180px;
    width: 100%;
  }

  .headerline .logo-s {
    max-width: 80px;
    width: 40%;
  }

  /*
  .headerline .btn {
    font-size: 10px;
    padding: 8px 14px;
  }
    */

  .headerline .util .btn br {
    display: block;
  }

  .headernav {
    font-size: 10px;
  }

  .headerline .util {
    width: 70%;
    position: static;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 0 20px;

  }

  .headerline .util .tel {
    margin: 0 5px 0 0;
  }

  .headerline.fixed .util .tel {
    margin: 0 10px 0 0;
  }

  .headerline .util .tel i {
    font-size: 11px;
  }

  .headerline .util .tel span {
    font-size: 20px;
    white-space: nowrap;
  }

  .headerline.fixed .util .tel span {
    font-size: 30px;
  }

  .headerline .util .btn {
    margin: 0;
    font-size: 12px;
    padding: 8px 14px;
  }

  .headerline .util .btn span {
    margin: 0;
  }

  .fixed .util {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 20px;
  }

  .headerline.fixed .util .btn {
    margin: 0;
    font-size: 16px;
    padding: 8px 30px;
  }
}

@media screen and (max-width:470px) {
  .headernav>div {
    text-align: center;
  }

  .headernav ul {
    justify-content: space-between;
    text-align: center;
  }

  .headernav li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .headernav li a {
    padding: 10px;
  }

  .headernav li:first-child {
    border-left: none;
  }

  .headernav li:last-child {
    border-right: none;
  }
}


/* 　breadcrumb
******************************************/
.breadcrumb {
  background: #eee;
  padding: 5px 0;
  margin: 0;
}

.breadcrumb .inner {
  max-width: 1000px;
  margin: auto;
}

.breadcrumb ul {
  display: table;
  font-size: 13px;
  text-align: left;
}

.breadcrumb ul li {
  margin: 0 10px 0 0;
  font-size: 12px;
  float: left;
}

.breadcrumb ul li a {
  text-decoration: none;
  color: rgb(0, 49, 90);
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:active,
.breadcrumb ul li a:focus {
  color: #333;
  text-decoration: underline;
}

.breadcrumb ul li.current a {
  color: #999;
}

.breadcrumb ul li:first-child::before {
  padding: 0 3px 0 0;
  content: "";
  font-size: 13px;
}

.breadcrumb ul li::before {
  padding: 0 10px 0 0;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 13px;
}

@media screen and (max-width:1200px) {
  .breadcrumb {
    padding: 5px 0 5px 15px;
  }

  .breadcrumb-inner {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width:640px) {
  .breadcrumb {
    padding: 5px;
  }

  .breadcrumb ul li {
    font-size: 11px;
  }
}

/* 　footer
******************************************/
footer {
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 80%;
  text-align: center;
  padding: 40px 20px 140px;
}

/* 　content-common
******************************************/
.it {
  font-style: italic;
  font-weight: bold;
}

.img-title {
  max-width: 480px;
  width: 100%;
  height: auto;
}

strong {
  color: #e72428;
}

/* mainimg
******************************************/
.mainimg {
  background: #e72428 url(/src/img/home/bg-cars.png) no-repeat right bottom;
}

.mainimg-inner {
  max-width: 1000px;
  margin: auto;
}

.mainimg-inner img {
  width: 100%;
  height: auto;
}

.mainimg-left {
  max-width: 600px;
  padding: 35px 10px 0 0;
  width: 65%;
  float: left;
}

.mainimg-left .mainimg-title {
  margin: 0 0 20px 0;
}

.mainimg-right {
  margin-top: 15px;
  width: 35%;
  max-width: 340px;
  float: right;
}

.mainimg-banner {
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  /*z-index: 10;*/
}

.mainimg-banner img {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
}

@media screen and (min-width:1200px) {
  .mainimg {
    background-size: 52.8333333%;
  }
}

@media screen and (max-width:980px) {
  .mainimg {
    background-size: 50%;
  }

  .mainimg-left {
    padding: 10px;
  }

  .mainimg-right {
    margin-top: 5px;
  }
}

@media screen and (max-width:640px) {
  .mainimg-left .mainimg-title {
    margin: 0 0 10px 0;
  }

  .mainimg-banner {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* about
******************************************/
#about {
  background: #ffde00;
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}

#about:before {
  background: #dbbf00;
  content: "";
  display: block;
  width: 1000px;
  height: 1000px;
  position: absolute;
  right: -300px;
  bottom: 0;
  transform: rotate(135deg);
}

#about .section-inner {
  position: relative;
}

#about .title {
  margin: 0 0 30px;
}

#about .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

#about .img {
  width: 40%;
  padding: 30px;
}

#about .img img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

#about .text {
  width: 57%;
  text-align: center;
  font-size: 18px;
}

#about .text h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  background: var(--red1);
  color: #fff;
  position: relative;
  padding: 10px;
  text-align: center;
}

#about .text h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px var(--red2);
  /*折り返し部分*/
}

#about .text h2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px var(--red2);
  /*折り返し部分*/
}

@media screen and (max-width:900px) {
  #about {
    padding: 0;
  }

  #about .img,
  #about .text {
    width: 100%;
    float: none;
    text-align: center;
  }

  #about .flex {
    padding: 10px;
  }

  #about .text {
    padding: 0;
  }
}

@media screen and (max-width:640px) {
  #about:before {
    display: none;
  }

  #about .title {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #about h1 img {
    width: 100%;
    height: auto;
  }

  #about .flex {
    border-radius: 10px;
    padding: 20px;
  }

  #about .text {
    text-align: left;
    font-size: 13px;
  }

  #about .text h2 {
    font-size: 18px;
  }

  #about .img {
    padding: 10px 10px 20px 10px;
  }
}

/* reason
******************************************/
#reason {
  background: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

#reason:before {
  background: #e72428;
  content: "";
  display: block;
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -500px;
  bottom: -600px;
  transform: rotate(222deg);
}

#reason img {
  width: 100%;
  height: auto;
}

#reason .section-inner {
  position: relative;
}

#reason .title {
  margin: 0 0 30px;
}

#reason ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 0 25px;
  padding: 0;
}

#reason li {
  position: relative;
  background: #fff;
  border: solid 5px #000;
  width: calc((100% - 50px) / 3);
  padding: 20px;
  text-align: center;
  list-style: none;
}

#reason li .reason-num {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--red1);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  padding: 3px 20px;
}

/*#reason .single .img{width: 40%;float: left;text-align: center;padding-top: 30px;}
#reason .single .img img{max-width: 100px;}
#reason .single .text{width: 60%;float: right;font-size: 13px;}*/

#reason li .text {
  text-align: left;
}

#reason li h2 {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
  color: var(--red1);
}

@media screen and (max-width:900px) {
  #reason {
    padding: 30px 0;
  }
}

@media screen and (max-width:640px) {
  #reason {
    padding: 0;
  }

  #reason .title {
    width: 70%;
    margin: 10px auto 20px;
  }

  #reason .title img {
    width: 100%;
    height: auto;
  }

  #reason li {
    width: 100%;
  }

  #reason li .reason-num {
    font-size: 16px;
  }

  #reason li h2 {
    font-size: 24px;
  }

  #reason li .text {
    font-size: 13px;
  }
}

/* lease
******************************************/
#lease {
  background: #000;
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

#lease:before {
  background: #e4c503;
  content: "";
  display: block;
  width: 1000px;
  height: 1000px;
  position: absolute;
  right: -500px;
  top: -600px;
  transform: rotate(222deg);
}

#lease .section-inner {
  position: relative;
  z-index: 10;
}

.bg-cars {
  display: block;
  text-align: right;
  position: relative;
  margin-top: -200px;
}

.bg-cars img {
  max-width: 634px;
  width: 50%;
  height: auto;
}

.lease-inner {}

.lease-inner h1 {
  font-size: 36px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
  text-align: center;
}

.lease-inner h2 {
  margin: 40px 0 20px;
  text-align: center;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
}

.lease-inner .catch {
  margin-bottom: 20px;
  text-align: center;
}

.lease-inner strong {
  color: #e4c503;
}

.lease-inner .lease-all {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.lease-inner .card {
  background: #fff;
  width: calc((100% - 4%) / 3);
  text-align: center;
  color: #000;
  padding: 15px;
  margin-bottom: 10px;
}

.lease-inner .card figure {
  width: 40%;
  margin: 0 auto;
}

.lease-inner .card img {
  max-width: 100px;
}

.lease-inner .card h3 {
  font-size: 30px;
}

.lease-inner .text-w {
  color: #fff;
  font-weight: bold;
}

.lease-inner .btn-yellow-f {
  width: 100%;
  padding: 20px;
  background: rgba(255, 222, 0, .9);
}

.lease-inner .btn-yellow-f:hover,
.lease-inner .btn-yellow-f:active,
.lease-inner .btn-yellow-f:focus {
  background: rgba(255, 255, 0, .9);
}

@media screen and (max-width:1000px) {
  #lease {
    padding: 20px 0;
  }

  #lease:before {
    right: -1000px;
  }

  .lease-inner {
    width: 100%;
  }

  .bg-cars {
    margin-top: -50px;
  }
}

@media screen and (max-width:640px) {
  #lease {
    padding: 10px 0 20px;
  }

  .lease-inner h1 {
    padding: 0 0 10px 0;
    font-size: 20px;
  }

  .lease-inner .catch {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: left;
  }

  .lease-inner h2 {
    margin: 0 0 20px;
    font-size: 20px;
  }

  .lease-inner .card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
  }

  .lease-inner .card figure {
    width: 40%;
  }

  .lease-inner .card>div {
    width: calc(60% - 10px);
  }

  .lease-inner .card .text {
    padding-top: 20px;
    color: #333;
    font-size: 12px;
    text-align: left;
  }

  .lease-inner .card .come {
    font-size: 12px;
    text-align: left;
  }

  .lease-inner .card h3 {
    font-size: 24px;
    text-align: left;
  }

  .bg-cars {
    margin-top: -30px;
  }
}

@media screen and (max-width:480px) {
  .lease-inner .card .text {
    padding-top: 0;
    text-align: left;
    font-size: 13px;
  }
}

/* 　voice
******************************************/
#voice {
  padding-bottom: 40px;
}

#voice h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-voice .slide {
  border: solid 3px #000;
  padding: 20px;
  /*height: 200px;*/
  overflow: hidden;
  margin: 0 10px;
}

.slick-voice .slide .tags {
  overflow: hidden;
  margin-bottom: 10px;
}

.slick-voice .slide .tags li {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.slick-voice .slide .tags li.model {
  background: #e72428;
  color: #fff;
  padding: 2px 10px;
  float: right;
}

.slick-dots {
  padding-top: 40px !important;
}

@media screen and (max-width:640px) {
  #voice h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .slick-voice .slide .text {
    font-size: 13px;
  }
}

/* 　faq
******************************************/
#faq {
  background: #f6f6f6;
}

#faq .section-inner {
  padding: 60px 0;
}

#faq h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.faq-all .acc {
  margin-bottom: 20px;
}

.faq-all .acc-header,
.faq-all .acc-body {
  display: block;
  width: 100%;
  padding: 10px 20px 20px;
  vertical-align: middle;
}

.faq-all .acc-header {
  background: #ffde00;
  /*box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);*/
}

.faq-all .acc-header:hover,
.faq-all .open .acc-header {
  background: #111;
  color: #fff;
}

.faq-all .acc-body {
  background: #fff;
  display: none;
}

.faq-all .open .acc-body {
  display: block;
}

.faq-all .acc-header:before,
.faq-all .acc-body:before {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}

.faq-all .acc-header:before {
  content: "Q";
}

.faq-all .acc-body:before {
  content: "A";
}

@media screen and (max-width:1000px) {
  #faq .section-inner {
    padding: 20px;
  }

  .faq-all .acc-body {
    line-height: 1.6;
  }
}

@media screen and (max-width: 1000px) {
  #faq h1 {
    font-size: 24px;
  }

  .faq-all .acc {
    font-size: 13px;
  }
}

/* 　company
******************************************/

.company {
  text-align: center;
  padding: 0 0 100px 0;
}

.company h1 {
  margin-top: 0;
  font-size: 30px;
}

.company-img {
  border-top: #ddd solid 1px;
  max-width: 900px;
  margin: 30px auto 0;
}

.company-img dl {
  display: flex;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  border-left: #ddd solid 1px;
}

.company-img dl dt,
.company-img dl dd {
  padding: 20px;
}

.company-img dl dt {
  background: #f6f6f6;
  width: 30%
}

.company-img dl dd {
  width: 70%;
  text-align: left;
}

@media screen and (max-width:640px) {
  .company {
    padding: 0 0 40px 0;
  }

  .company h1 {
    font-size: 24px;
  }
}


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

.modal-content {
  margin: 5% auto;
  padding: 0;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: none;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e72527;
  color: white;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  border: none;
}

.modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.modal-header .close {
  position: static;
  float: none;
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: white;
  cursor: pointer;
  opacity: 1;
  vertical-align: text-top;
}

.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 0.7;
}

.modal-body {
  background-color: #fefefe;
  padding: 30px;
  line-height: 1.6;
}

.modal-body h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 15px 0;
  border-bottom: 2px solid #666;
  padding-bottom: 5px;
}

.modal-body h3:first-child {
  margin-top: 0;
}

.modal-body ul {
  margin: 15px 0;
  font-size: 14px;
}

.modal-body li {
  margin-bottom: 8px;
}

.modal-body p {
  margin: 15px 0;
  font-size: 14px;
}

.modal-footer {
  padding: 20px 30px;
  text-align: center;
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 0 0 8px 8px;
}

.modal-footer .btn {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.modal-footer .btn-primary {
  background-color: #e72527;
  color: white;
}

.modal-footer .btn-primary:hover {
  background-color: #c41e20;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 2% auto;
    max-height: 90vh;
  }

  .modal-header {
    padding: 0;
  }

  .modal-header h2 {
    padding: 10px;
    font-size: 16px;
  }

  .modal-header .close {
    font-size: 24px;
    padding: 10px 10px 14px 10px
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body h3 {
    font-size: 14px;
  }

  .modal-body ul,
  .modal-body p {
    font-size: 12px;
  }

  .modal-footer {
    padding: 15px 20px;
  }

  .company-img {
    margin: 20px auto 0;
  }

  .company-img dl dt,
  .company-img dl dd {
    font-size: 13px;
  }
}

/* 　contact
******************************************/
#contact {
  color: #00315a;
  padding: 60px 0;
}

#contact h1 {
  margin-bottom: 20px;
}

#contact .well {
  color: #000;
}

#contact .well strong,
#contact .form-title strong {
  background: linear-gradient(transparent 60%, #fdde02 30%);
  margin: 0 5px;
  padding: 0 3px;
  color: #000;
}

#contact .well h2 {
  /*border-top: #e3e3e3 solid 1px;*/
  margin: 10px 0 30px;
  padding: 0;
  font-size: 20px;
  color: #e72527;
}

#contact .well ul {
  display: flex;
  gap: 20px;
  width: 100%;
}

#contact .well ul>li {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
}

#contact .well ul>li h3 {
  display: block;
  background: #fdde02;
  border-bottom: solid 4px #f5f5f5;
  padding: 10px;
}

#contact .well ul>li h3 i {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

#contact .well ul>li div {
  background: #fff;
  padding: 20px;
}

#contact .well ul>li div h4 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 10px 0;
}

#contact .well ul>li div h4::before,
#contact .well ul>li div h4::after {
  background-color: #b7b7b7;
  content: "";
  height: 1px;
  width: 60px;
}

#contact .well ul>li div h4::before {
  margin-right: 10px;
}

#contact .well ul>li div h4::after {
  margin-left: 10px;
}

#contact .well ul>li ol {
  text-align: left;
}

#contact .well ul>li ol li {
  padding: 0 0 5px 0;
}

#contact .well ul>li p {
  text-align: left;
}

@media screen and (max-width:1000px) {
  #contact {
    padding: 20px 0;
  }
}

@media screen and (max-width:640px) {
  #contact h1 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70%;
  }

  #contact .well h2 {
    font-size: 16px;
    text-align: left;
  }

  #contact .well h3 {
    font-size: 16px;
  }

  #contact .well h4 {
    font-size: 13px;
  }

  #contact .well ul {
    flex-direction: column;
  }
}

.form-frame {
  border: solid 2px #000;
}

.form-nav {
  border-bottom: solid 2px #111;
}

.form-nav li {
  display: block;
  width: 25%;
  float: left;
  font-size: 14px;
  border-right: solid 1px #eee;
}

.form-nav li:last-child {
  border-right: 0;
}

.form-nav li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 10px;
}

.form-nav li a .num {
  color: var(--red1);
  font-weight: bold;
  font-size: 24px;
}

.form-nav li a:hover,
.form-nav li a:active,
.form-nav li a:focus {
  background: var(--red1);
  color: #fff;
}

.form-submit {
  padding: 20px;
  border-top: solid 2px #111;
  text-align: center;
}


.form-body {
  padding: 20px;
  font-size: 13px;
  height: 1000px;
  overflow: scroll;
  overflow-x: auto;
}

.form-body section {
  border: solid 2px #000;
  margin-bottom: 20px;
  padding: 20px;
}

.form-body .section-title {
  font-size: 18px;
  background: var(--red1);
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.form-body .section-title .num {
  font-size: 24px;
  font-weight: bold;
}

.form-body th,
.form-body th label,
.form-body td,
.form-body td label,
.form-body td .form-title {
  color: #000;
  font-weight: normal;
  margin: 5px 0;
}

.form-body th {
  background: #f6f6f6;
}

.form-body .form-group {
  margin-bottom: 0;
}

.form-body .box-inner h2 {
  font-size: 16px;
  color: #666;
  text-align: left;
}

.form-body .postcode input,
.form-body .tel-group input {
  width: 27%;
  display: inline-block;
}

.form-body .input-colgroup {
  overflow: hidden;
}

.form-body .input-colgroup .col {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.form-body .input-colgroup>input,
.form-body .input-colgroup>select {
  width: 35%;
  display: inline-block;
}

.form-body .input-colgroup>select {
  margin-left: 10px;
}

.form-body .label-required {
  font-size: 10px;
  padding: 2px 5px;
}

.form-body .input-group-m {
  width: 60%;
}

.form-body .file-link {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.form-body .file-link a {
  color: #f00;
}

.form-body .file-link a:hover,
.form-body .file-link a:active,
.form-body .file-link a:focus {
  color: #666;
}

.form-body .file-link img {
  width: 20px;
  margin-right: 10px;
}

.form-body .file-check label {
  display: block;
  font-weight: bold;
}

.table-change-model {
  background: #f6f6f6;
}

.table-change-model caption {
  text-align: left;
  color: #000;
  font-size: 13px;
  margin: 0 0 5px 0;
}

.table-change-model #change-model-year {
  width: 90%;
}

.btn-red-f {
  border-radius: 6px;
  padding: 15px 80px;
  font-size: 20px;
}

.btn-red-f[disabled] {
  background: #ddd;
  color: #999;
}

.form-body::-webkit-scrollbar {
  width: 10px;
}

.form-body::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.form-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

#last {
  color: #000;
  text-shadow: none;
}

.form-group-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-group-inner-wrap>p {
  width: 100%;
}

.form-group-inner-wrap .form-group-inner {
  width: calc((100% - 10px) / 2);
}

.uploaded-image-label {
  /*width: 300px;*/
  width: 100%;
  position: relative;
  display: inline-block;
}

.uploaded-image-label img {
  width: 100%;
  height: 200px;
  /* 固定の高さを設定 */
  object-fit: cover;
  object-position: center;
}

.form-group-inner-wrap .controls {
  margin: 5px 0 0 0;
  text-align: center;
}

.form-group-inner-wrap .controls .btn-clear {
  background: #333;
  border-radius: 4px;
  border: none;
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
}

/* PDFオーバーレイスタイル */
.pdf-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ファイルアップロードプレビュー用スタイル */
.preview-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.preview-image:hover {
  opacity: 0.8;
}

@media screen and (max-width:1000px) {
  .form-body .loan-all-group .input-group-m {
    width: 100%;
  }
}

@media screen and (max-width:820px) {
  .form-group-inner-wrap .form-group-inner {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .form-body .loan-monthly-group .col {
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .form-body {
    padding: 10px;
  }

  .form-body section {
    padding: 5px;
  }

  .form-body .section-title {
    font-size: 14px;
  }

  .form-body th {
    padding: 10px 5px;
    text-align: left;
  }

  .form-body .file-link {
    font-size: 13px;
    text-align: center;
  }

  .form-body .input-group-m {
    width: 100%;
  }

  .form-body .loan-all-group .col {
    width: 100%;
  }

  .form-body .loan-all-group .input-group-m {
    width: 100%;
  }

  .form-body #birthday_year {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-nav li {
    font-size: 10px;
  }

  .form-nav li a {
    padding: 10px;
  }

  .table-change-model {
    background: #f6f6f6;
    padding: 5px;
  }

  .table-change-model caption {
    padding: 10px;
  }

  .table-change-model tr {
    border: 0;
    padding: 5px 10px;
  }

  .table-change-model th,
  .table-change-model td {
    padding: 0;
  }

  .table-change-model th {
    font-size: 11px;
    background: none;
    border: 0;
    text-align: left;
    margin-bottom: 3px;
  }

}

/* 　lower
******************************************/
.lower .content {
  padding: 40px 0;
}

.lower .content h2 {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.lower .content .box-home {
  text-align: center;
}

@media screen and (max-width:640px) {
  .cta-common a {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}