@charset "UTF-8";
/*
* product/autoloan/index.css
*
*/
/*
* Key Visual
*
*/
.m-kv {
  position: relative;
  height: 280px;
}
@media screen and (min-width: 768px) {
  .m-kv {
    max-width: 100%;
  }
}

.m-kv_img {
  overflow: hidden; 
  width: 100%;
  height: 280px;
}
.m-kv_img img {
  position: relative;
  left: 50%;
  max-width: inherit;
  height: 280px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .m-kv_img img {
    min-width: 100%;
    height: auto; 
    min-height: 100%;
  }
}

.m-kv_ttl {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 18px #999;
  font-family: "ヒラギノ角ゴ ProN W6";
}
.m-kv_ttl .en {
  display: block; 
  font-size: 4.8rem;
  line-height: 1;
}
.m-kv_ttl .jp {
  display: block;
  margin-top: 1em; 
  font-size: 1.2rem;
  line-height: 1;
}
.m-kv_ttl .solo {
  display: block;
  margin-top: 16px; 
  font-size: 4.8rem;
  line-height: 1;
}

/*
* Breadcrumb
*
*/
.m-breadcrumb {
  position: relative;
  margin-top: -36px;
  height: 36px;
  background-color: rgba(23, 52, 94, 0.8);
  font-size: 1.2rem;
  font-weight: bold; 
  line-height: 1;
}
.m-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb ul {
    margin: 0 auto; 
    max-width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .m-breadcrumb ul {
    padding: 12px 0;
  }
}
.m-breadcrumb li:not(:first-child) {
  margin-left: 4px;
}
.m-breadcrumb li:not(:first-child):before {
  content: "＞";
  margin-right: 2px; 
  color: #fff;
}
.m-breadcrumb a {
  text-decoration: underline; 
  color: #4db3dc;
}
.m-breadcrumb span {
  color: #fff;
}

/*
* Contact Area
*
*/
.m-contactArea {
  overflow: hidden; 
  padding: 0 16px 30px 16px;
  background-color: #f7f7f7;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
@media screen and (min-width: 768px) {
  .m-contactArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
  }
}
.m-contactArea.m-contactArea-dark {
  padding: 0 16px 60px 16px;
  background-color: #17345e;
}

.m-contactArea_txt {
  margin-top: 32px;
  width: 100%;
  text-align: center; 
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

.m-contactArea_link {
  display: block;
  position: relative; 
  margin: 64px auto 0 auto;
  width: 343px;
}
@media screen and (min-width: 768px) {
  .m-contactArea_link {
    margin: 48px 16px 0 16px;
  }
}
.m-contactArea_link img {
  border-radius: 4px;
}
.m-contactArea_link .popup {
  position: absolute;
  top: -24px;
  left: 50%;
  padding: 5px;
  border-radius: 2px;
  width: 260px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-contactArea_link .popup:after {
  content: "";
  display: inline-block; 
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5.5px);
  border-width: 11px 5.5px 0 5.5px;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
}
.m-contactArea_link .popup.popup-orange {
  background-color: #4c6f89;
  color: #fff;
}
.m-contactArea_link .popup.popup-orange:after {
  border-top-color: #4c6f89;
}
.m-contactArea_link .popup.popup-black {
  background-color: #221815;
  color: #fff;
}
.m-contactArea_link .popup.popup-black:after {
  border-top-color: #221815;
}
.m-contactArea_link .popup.popup-white {
  width: 170px;
  background-color: #fff;
  color: #17345e;
}
.m-contactArea_link .popup.popup-white:after {
  border-top-color: #fff;
}
.m-contactArea_link .number_icon {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 162px); 
  width: 52px;
  height: 52px;
  background-color: yellow;
}
.m-contactArea_link .number_tel {
  position: relative;
  top: 2px;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
}
.m-contactArea_link .number_num {
  vertical-align: middle;
  letter-spacing: -0.02em;
  font-size: 3.4rem;
  font-weight: bold; 
  line-height: 1;
}
.m-contactArea_link .info {
  margin-top: 0.5em; 
  font-size: 1rem;
}

.al-main .m-kv_img img {
  -webkit-transform: translateX(-76%);
          transform: translateX(-76%);
}
@media screen and (min-width: 768px) {
  .al-main .m-kv_img img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.m-kv_ttl .en {
  color: #fff;
}

.al-pointBox {
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .al-pointBox .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
}
.al-pointBox .list li {
  position: relative;
  margin-top: 40px;
  padding-bottom: 32px;
  text-align: center;
}
.al-pointBox .list li img {
  width: 310px;
}
.al-pointBox .list li:first-of-type::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -138px; 
  border-bottom: 1px dotted #646464;
  width: 276px;
}
@media screen and (min-width: 768px) {
  .al-pointBox .list li:first-of-type::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .al-pointBox .list li:first-of-type {
    border-left: 1px dotted #646464;
  }
}
@media screen and (min-width: 768px) {
  .al-pointBox .list li {
    padding: 0 5%; 
    border-right: 1px dotted #646464;
  }
}
@media screen and (min-width: 1024px) {
  .al-pointBox .list li {
    padding: 0 80px;
  }
}
.al-pointBox .txtBox {
  margin-top: 15px; 
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .al-pointBox .txtBox {
    margin: 0 auto; 
    margin-top: 50px;
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .al-pointBox .txtBox {
    margin-top: 35px;
  }
}
.al-pointBox .txtBox .txt01 em {
  color: #17345e; 
  font-weight: bold;
  font-style: normal;
}

.al-apply {
  margin-top: 32px;
  padding: 0 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .al-apply img {
    width: 788px;
  }
}

.al-download {
  margin-top: 16px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .al-download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .al-download img {
    width: 384px;
  }
}

.al-faqBtn {
  display: inline-block;
  padding: 16px 0;
  width: 343px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.al-faqBtn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.al-faqBtnWrap {
  padding: 0 16px 60px;
  background-color: #17345e;
  text-align: center;
}

.al-faq {
  padding: 60px 16px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1024px) {
  .al-faq {
    padding: 60px 0;
  }
}
.al-faq_ttl {
  margin: 0 auto;
  padding-bottom: 24px;
  max-width: 960px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #17345e;
  text-align: center;
}
.al-faq_list {
  margin: 0 auto;
  max-width: 960px;
}
.al-faq_item {
  margin-top: 12px;
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 4px;
}
.al-faq_item:first-child {
  margin-top: 0;
}
.al-faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
  color: #17345e;
}
.al-faq_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
}
.al-faq_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.al-faq_label--q {
  background-color: #17345e;
}
.al-faq_label--a {
  background-color: #4db3dc;
}

.al-contactArea01 {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .al-contactArea01 {
    margin-top: 50px;
  }
}

.al-step {
  padding: 80px 15px 60px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1024px) {
  .al-step {
    padding: 55px 15px 42px;
  }
}
@media screen and (min-width: 1024px) {
  .al-step ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 960px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
}
.al-step figure {
  position: relative;
  top: -20px; 
  margin: 0 auto;
  width: 140px;
}
@media screen and (min-width: 1024px) {
  .al-step figure {
    top: -14px; 
    width: 90px;
  }
}
.al-step dl {
  padding: 0 24px;
}
@media screen and (min-width: 1024px) {
  .al-step dl {
    margin-top: 7px;
    padding: 0 12px;
  }
}
.al-step dt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .al-step dt {
    font-size: 2rem;
  }
}
.al-step dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .al-step dd {
    font-size: 1.4rem;
  }
}
.al-step .inner {
  min-height: 330px; 
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .al-step .inner {
    min-height: 290px;
  }
}
.al-step .list:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .al-step .list:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .al-step .list {
    width: 200px;
  }
}
.al-step .arrow {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .al-step .arrow {
    margin: 0 14px;
  }
}
.al-step .arrow img {
  width: 44px;
}
@media screen and (min-width: 1024px) {
  .al-step .arrow img {
    margin-top: 140px;
    width: 27px;
  }
}

.al-contents {
  margin-top: 30px;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .al-contents {
    margin: 0 auto; 
    padding: 0 0 100px;
    max-width: 960px;
  }
}

.al-tableTxt {
  margin-top: 14px; 
  font-size: 1.4rem;
}

.al-table {
  width: 100%;
}
.al-table table {
  width: 100%;
}
.al-table th,
.al-table td {
  padding: 1em;
  text-align: center;
  vertical-align: top; 
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .al-table th,
  .al-table td {
    padding: 1.4em 1.5em;
  }
}
.al-table th {
  border: 1px solid #ddd; 
  background-color: #f7f7f7;
  font-weight: bold;
}
.al-table td {
  border: 1px solid #ddd;
  border-left: 0;
}
.al-table td a {
  text-decoration: underline; 
  color: #3d7fb2;
}
@media screen and (min-width: 768px) {
  .al-table td .tel {
    text-decoration: none; 
    color: #333;
  }
}

.al-table01 {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .al-table01 {
    margin-top: 40px;
  }
}
.al-table01 th {
  width: 30%;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .al-table01 th {
    border-right: 0; 
    width: 25%;
  }
}
.al-table01 td {
  width: 70%;
  text-align: left;
}
.al-table01 .list li {
  padding-left: 1em;
  text-indent: -0.8em;
}

.al-table02 {
  margin-top: 12px;
}
.al-table02 th,
.al-table02 td {
  padding: 1.5rem 0.2rem;
}
@media screen and (min-width: 1024px) {
  .al-table02 .br {
    display: none;
  }
}

.al-ttl {
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .al-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.al-ttl .ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .al-ttl .ttl {
    margin-right: 0.5em;
  }
}

.al-contactArea02 {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .al-contactArea02 {
    margin-top: 0;
  }
}

.bnr-area {
  padding: 40px 18px 12px; 
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bnr-area {
    margin-bottom: -18px; 
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .bnr-area img {
    width: 681px;
  }
}