@charset "UTF-8";
/* ========================================

buy-car

======================================== */

.buyhead.car::after,
.buyhead.car::before {
  background-image: url(../../images/buy-car/bk.jpg);
}
.buyhead::after,
.buyhead.car::before {
  content: "";
  display: block;
  background-position: center left;
  background-size: cover;
}
.buyhead.car::before {
  display: none;
}
.car .buyhead-wrap {
  background-color: #01012c;
}
.buyhead .tital_ara {
  margin: 0 0 40px;
}
.buyhead .tital_ara .title_h2 {
  color: #ffffff;
}
.buyhead .tital_ara .title_h2 span {
}
.buyhead .text_ara {
  text-align: center;
}
.buyhead .text_ara p {
  background-color: #ffffff;
  padding: 8px 15px;
  margin: 0 auto 10px;
  color: #f6ab00;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 851px) {
  .buyhead {
    width: 100%;
    height: calc(400px + 20vw);
    max-height: 740px;
    display: -webkit-flex;
    display: flex;
  }
  .buyhead::after,
  .buyhead.car::before {
    width: 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .buyhead-wrap {
    padding: 5vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%;
  }
}
@media screen and (max-width: 850px) {
  .buyhead.car::before {
    width: 100%;
    height: calc(200px + 40vw);
    min-height: 360px;
    display: block;
    background-image: url(../../images/buy-car/bk_sp.jpg);
    background-position: center right;
  }
  .buyhead::after {
    display: none;
  }
  .buyhead-wrap {
    padding: 10vw 5vw;
    text-align: center;
  }
  .buyhead .text_ara p {
    padding: 6px 10px;
    font-size: 18px;
  }
}

.car_buy_text_ara {
  padding: 100px 0;
  background-color: #e7e7f1;
}
.car_buy_text_ara .inner {
  max-width: 1200px;
  margin: auto;
}
#flow {
  margin: 100px 0;
  text-align: center;
}
#flow .tital_ara {
  margin: 0 0 30px;
}
#flow .text_ara {
  margin: 0 0 50px;
}
#flow .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#flow .box .left {
  width: 49%;
  background-color: #e06f08;
}
#flow .box .right {
  width: 49%;
  background-color: #181878;
}
#flow .box .left .img {
  background-image: url(../../images/buy-car/in-store.jpg);
}
#flow .box .right .img {
  background-image: url(../../images/buy-car/on-site.jpg);
}
#flow .box .img {
  height: 500px;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center;
}
#flow .box .text_ara02 {
  position: relative;
  padding: 0 0 60px;
}
#flow .box h3 {
  font-size: 68px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  font-weight: 900;
  font-family: "Anton SC", sans-serif;
  letter-spacing: 0.08em;
}
#flow .box h4 {
  padding: 90px 0 20px;
  color: #ffffff;
}
.point_text {
  color: #ffffff;
  padding: 0 15px;
  display: inline-block;
}
#flow .box .left .point_text {
  background-color: #181878;
}
#flow .box .right .point_text {
  background-color: #e06f08;
}
#flow .box .btn01 a {
  max-width: 400px;
  margin: 30px auto 0;
  width: 80%;
}
#in-store {
  background-color: #e06f08;
}
.buy_car_wrap {
  text-align: center;
  padding: 150px 0 0px;
}
.buy_car_wrap .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 0 100px;
  width: 90%;
}
.buy_car_boxes {
  margin-bottom: 80px;
}
.buy_car_wrap .box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 5vw 30px;
}
.buy_car_wrap .box .hero_ara {
  margin: 0 0 50px;
  position: relative;
}

#in-store h2 {
  color: #181878;
}
.buy_car_wrap .box .hero_ara h2 {
  font-size: 88px;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -83px;
  font-weight: 900;
  font-family: "Anton SC", sans-serif;
  letter-spacing: 0.1em;
}

.buy_car_wrap .box .hero_ara .title_h2 {
  padding: 100px 0 20px;
}
.buy_car_wrap .box .hero_ara .title_h2::before {
  content: "";
  display: block;
  width: 46%;
  height: 1px;
  background-color: #181878;
  vertical-align: middle;
  margin: 0 auto 20px;
}
.buy_car_wrap .box .hero_ara .title_h2::after {
  content: "";
  display: block;
  width: 46%;
  height: 1px;
  background-color: #181878;
  vertical-align: middle;
  margin: 20px auto 0;
}
.buy_car_wrap .buy_car_boxes .text_ara {
  margin: 0 0 25px;
}
.buy_car_wrap .buy_car_boxes .title_ara h4 {
  margin: 20px 0 30px;
  font-size: 40px;
}
.step_img {
  width: 63px;
  margin: auto;
}
.columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.columns li {
  width: 49%;
}
.required {
  background-color: #e7e7f1;
  border-radius: 5px;
  padding: 50px 4vw 20px;
  text-align: left;
}
.required h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.required .box_flex {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
.required ul {
  width: 45%;
}
.required ul:first-of-type {
  width: 65%;
}
.required .box_flex ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}
.imp {
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
#on-site {
  background-color: #181878;
}
#on-site h2 {
  color: #e06f08;
}
.columns .text_ara {
  text-align: left;
}
.top30 {
  margin-top: 50px;
}
@media screen and (max-width: 1350px) {
  #flow .box h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1150px) {
  .buy_car_wrap .box .hero_ara h2 {
    font-size: 7.6vw;
  }
}
@media screen and (max-width: 800px) {
  .car_buy_text_ara {
    padding: 50px 0;
  }
  .car_buy_text_ara .namal_font,
  #flow .namal_font,
  .buy_car_wrap .buy_car_boxes .text_ara {
    font-size: 15px;
    line-height: 1.8;
  }
  #flow {
    margin: 50px 0 30px;
  }
  #flow .text_ara {
    margin: 0 5vw 50px;
  }
  #flow .box h3 {
    font-size: 20px;
    top: -20px;
  }
  #flow .box h4 {
    padding: 40px 0 13px;
  }
  #flow .box .img {
    height: 150px;
  }
  .point_text {
    font-size: 13px !important;
    padding: 0 5px;
  }
  #flow .box .btn01 a {
    padding: 10px 20px;
    font-size: 12px;
  }
  #flow .box .btn01 a::after {
    right: 5px;
  }
  .buy_car_wrap .inner {
    padding: 0 3vw;
    width: 100%;
  }
  .buy_car_wrap .box {
    padding: 0 5vw 30px;
  }
  .buy_car_wrap {
    padding: 80px 0;
  }
  .buy_car_wrap .box .hero_ara {
    margin: 0 0 0px;
  }
  .buy_car_wrap .box .hero_ara h2 {
    font-size: 31px;
    top: -30px;
  }
  .buy_car_boxes {
    margin-bottom: 50px;
  }
  .buy_car_boxes:last-of-type {
    margin-bottom: 0px;
  }
  .buy_car_wrap .box .hero_ara .title_h2 {
    padding: 35px 0;
  }
  .buy_car_wrap .box .hero_ara .title_h2::before,
  .buy_car_wrap .box .hero_ara .title_h2::after {
    width: 70%;
  }
  .buy_car_wrap .buy_car_boxes .title_ara h4 {
    margin: 10px 0 20px;
    font-size: 6vw;
  }
  .step_img {
    width: 45px;
  }
  .buy_car_wrap .buy_car_boxes .text_ara {
    text-align: justify;
  }
  .columns {
    display: block;
  }
  .columns li {
    width: 100%;
  }
  .columns li:first-child {
    margin-bottom: 10px;
  }
  .required {
    padding: 33px 4vw 25px;
  }
  .required h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .required .box_flex {
    margin-bottom: 20px;
  }
  .required .box_flex ul li:first-child {
    margin-bottom: 0;
  }
  .required .box_flex ul li {
    font-size: 14px;
  }
  .imp {
    font-size: 12px;
  }
  .top30 {
    margin-top: 0px;
  }
}

/* ==========================================================================
	foot_top_area
========================================================================== */
.slider_img {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 500px;
}
.slider_img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    color-stop(75%, rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0) 75%);
  opacity: 0.85;
}
.bg_area {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.bg_area:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;

  background: url(../../images/about/foot_top_line01.jpg) repeat-x 0 0;
  background-size: 2260px 500px;
  -webkit-animation: loop03 50s linear infinite;
  animation: loop03 50s linear infinite;
}
.foot_top_area .bg_area:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 571px;
  background: url(/assets/image/top/foot_top_line02.jpg) repeat-x 0 0;
  background-size: 2284px 571px;
  -webkit-animation: loop04 50s linear infinite;
  animation: loop04 50s linear infinite;
}

@-webkit-keyframes loop03 {
  0% {
    background-position: -2284px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes loop03 {
  0% {
    background-position: -2284px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media screen and (max-width: 800px) {
  @-webkit-keyframes loop03 {
    0% {
      background-position: -1788px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes loop03 {
    0% {
      background-position: -1788px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
}
@media screen and (max-width: 800px) {
  .slider_img {
    height: 350px;
  }
  .bg_area:before {
    height: 350px;
    background-size: 1568px 350px;
  }
}

/* ==========================================================================
	foot_top_area
========================================================================== */
.slider_img {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 500px;
}
.slider_img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    color-stop(75%, rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0) 75%);
  opacity: 0.85;
}
.bg_area {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.bg_area:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;

  background: url(../../images/about/foot_top_line01.jpg) repeat-x 0 0;
  background-size: 2260px 500px;
  -webkit-animation: loop03 50s linear infinite;
  animation: loop03 50s linear infinite;
}
.foot_top_area .bg_area:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 571px;
  background: url(/assets/image/top/foot_top_line02.jpg) repeat-x 0 0;
  background-size: 2284px 571px;
  -webkit-animation: loop04 50s linear infinite;
  animation: loop04 50s linear infinite;
}

@-webkit-keyframes loop03 {
  0% {
    background-position: -2284px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes loop03 {
  0% {
    background-position: -2284px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media screen and (max-width: 800px) {
  @-webkit-keyframes loop03 {
    0% {
      background-position: -1788px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes loop03 {
    0% {
      background-position: -1788px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
}
@media screen and (max-width: 800px) {
  .slider_img {
    height: 350px;
  }
  .bg_area:before {
    height: 350px;
    background-size: 1568px 350px;
  }
}

/* ========================================

about

======================================== */
.about_hero {
  background-image: url("../../images/about/bk.jpg");
}
#about {
  position: relative;
  margin-bottom: 150px;
}
#about .tital_ara {
  text-align: center;
}
#about .tital_ara h2 {
  max-width: 900px;
  margin: 0 auto 30px;
}
#about .tital_ara .page_h2 {
  font-weight: 900;
}
#about .text_ara {
  margin: 60px auto 0;
  max-width: 1000px;
  width: 80%;
}
#about .text_ara p {
  margin-bottom: 30px;
  line-height: 2.5;
}
.a_staff_02 {
  position: absolute;
  left: calc(50% + 380px);
  top: -330px;
  width: 220px;
  margin: 0;
  z-index: 10;
  opacity: 0;
}
.a_staff_01_text {
  position: absolute;
  left: calc(50% + 430px);
  top: -380px;
  width: 150px;
  margin: 0;
  z-index: 10;
  opacity: 0;
}
.a_staff_01 {
  position: absolute;
  right: calc(50% + 520px);
  top: 300px;
  width: 130px;
  margin: 0;
  z-index: 10;
  opacity: 0;
}
.a_staff_02_text {
  position: absolute;
  right: calc(50% + 520px);
  top: 240px;
  width: 130px;
  margin: 0;
  z-index: 10;
  opacity: 0;
}
#company {
  padding: 100px 0;
  position: relative;
}
#company .title_h2 {
  color: #ffffff;
}
#company .tital_ara {
  text-align: center;
}
.company_box {
  margin: 60px auto 0;
  max-width: 800px;
}
.company_box li {
  padding: 18px 5%;
  color: #ffffff;
  margin: 15px 0;
}
.company_box li:nth-child(2n + 1) {
  background-color: #e7e7f1;
  color: #000000;
}
.company_box li dl {
  display: flex;
  align-items: center;
}
.company_box li dt {
  width: 25%;
}
.company_box li dd {
  padding: 0 0px 0 30px;
  width: 75%;
}
.company_box li dd a {
  text-decoration: underline;
}
.company_box li dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .a_staff_02 {
    left: auto;
    right: 30px;
  }
  .a_staff_01_text {
    left: auto;
    right: 30px;
  }
  .a_staff_01 {
    left: 10px;
  }
  .a_staff_02_text {
    left: 10px;
  }
}

@media screen and (max-width: 800px) {
  #about {
    margin-bottom: 50px;
  }
  #about .tital_ara .page_h2 {
    font-size: 6vw;
  }
  #about .text_ara {
    margin: 0px auto 0;
  }
  #about .text_ara p {
    text-align: justify;
    font-size: 15px;
    line-height: 2;
  }
  #about .text_ara {
    width: 100%;
  }
  .a_staff_02 {
    right: 10px;
    width: 130px;
    top: -200px;
  }
  .a_staff_01_text {
    right: 10px;
    width: 100px;
    top: -240px;
  }
  .company_box li {
    padding: 15px 5%;
    margin: 10px 0;
  }
  .company_box .namal_font {
    font-size: 15px;
    line-height: 1.8;
  }
  .a_staff_01 {
    top: -100px;
    width: 100px;
  }
  .a_staff_02_text {
    top: -150px;
    width: 100px;
  }
}
/* ========================================

contact

======================================== */
.con_hero {
  background-image: url(../../images/contact/con_bk.jpg);
}
.page_h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #181878;
  font-weight: 700;
  margin: 0 0 40px;
}
.namal_font {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
#contact {
  text-align: center;
  margin: 0 0 100px;
  position: relative;
}
.bana_ara {
  max-width: 850px;
  width: 100%;
  margin: 100px auto 0;
}
.bana_ara ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bana_ara ul a {
  width: 47%;
  max-width: 400px;
  padding: 35px 30px 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  border-radius: 5px;
  position: relative;
}
.bana_ara ul a li {
}
.bana_ara ul .left {
  background-color: #17ad05;
}
.bana_ara ul .left h3 {
  width: 238px;
  position: absolute;
  top: -15px;
  left: 20px;
}
.ylell_bk {
  background-color: #ffe701;
  display: inline-block;
  padding: 8px;
  margin: 0 0 6px;
}
.whit_text {
  color: #ffffff;
  line-height: 1.5;
}
.bana_ara ul .left::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/footer_line.png);
  width: 77px;
  height: 83px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 77px auto;
}
.whit_text span {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0 5px;
}
.bana_ara ul .right {
  background-color: #181878;
  padding: 38px 30px 43px;
}
.bana_ara ul .right h3 {
  width: 238px;
  position: absolute;
  top: -15px;
  left: 20px;
}
.bana_ara ul .right::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -1px;
  background-image: url(../../images/contact/staff01.png);
  width: 124px;
  height: 180px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 124px auto;
}
.small {
  font-size: 12px;
}
.br_1000_only {
  display: none;
}
.staff02 {
  position: absolute;
  left: calc(50% + 300px);
  top: -280px;
  width: 150px;
  margin: 0;
  z-index: 10;
  opacity: 0;
}
.staff02_text {
  position: absolute;
  left: calc(50% + 240px);
  top: -320px;
  width: 140px;
  margin: 0;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .bana_ara ul a {
    font-size: 13px;
  }
  .whit_text span {
    font-size: 20px;
  }
  .br_1000_only {
    display: block;
  }
  .bana_ara ul .right {
    padding: 38px 30px 25px;
  }
  .staff02 {
    left: auto;
    right: 30px;
    top: -280px;
    width: 150px;
  }
  .staff02_text {
    left: auto;
    right: 100px;
    top: -320px;
  }
}

@media screen and (max-width: 800px) {
  #contact {
    margin: 0 0 50px;
  }
  #contact .page_h2 {
    font-size: 6vw;
  }
  #contact .tital_ara .namal_font {
    text-align: justify;
    font-size: 15px;
  }
  .page_h2 {
    margin: 0 0 30px;
  }
  .bana_ara {
    margin: 50px auto 0;
  }
  .bana_ara ul {
    display: block;
    text-align: center;
  }
  .bana_ara ul a {
    display: block;
    width: 90%;
    margin: 0 auto 50px;
  }
  .bana_ara ul a:last-of-type {
    margin: 0 auto 0;
  }
  .bana_ara ul .right::after {
    width: 110px;
    height: 159px;
    background-size: 110px auto;
  }
  .bana_ara ul .left h3,
  .bana_ara ul .right h3 {
    width: 200px;
  }
  .staff02 {
    top: -170px;
    width: 80px;
    right: 20px;
  }
  .staff02_text {
    width: 100px;
    right: 50px;
    top: -200px;
  }
}
@media screen and (max-width: 400px) {
  .bana_ara ul .right::after {
    width: 83px;
    height: 121px;
    background-size: 83px auto;
  }
  .bana_ara ul .left::after {
    width: 61px;
    height: 65px;
    background-size: 61px auto;
  }
  .bana_ara ul .left h3,
  .bana_ara ul .right h3 {
    width: 160px;
  }
  .bana_ara ul a {
    padding: 25px 20px 20px;
  }
  .bana_ara ul .right {
    padding: 25px 20px 25px;
  }
  #contact .page_h2 {
    font-size: 8vw;
  }

  .bana_ara {
    margin: 50px auto 0;
  }
}

/*フォーム　*/
/* お問い合わせフォーム */
input[type="radio"] {
  appearance: auto;
}
input[type="radio"] {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #181878;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #181878;
  content: "";
}

.contact_forms {
  background-color: rgba(228, 228, 238, 0.45);
  padding: 80px 0;
}
.contact_forms .inner {
  max-width: 1200px;
  margin: auto;
}
.last_box_l {
  display: inline-block;
  vertical-align: top;
}
.last_box_r {
  display: inline-block;
  vertical-align: top;
}
.wpcf7-form-control-wrap {
  display: inline-block !important;
  margin: 0 10px 0 0;
  width: 100%;
}

.tel_box {
  border: 3px solid #e15c00;
  padding: 40px 5% 30px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 60%;
  margin: auto;
  position: relative;
}
legend {
  color: #ffffff;
  text-align: center;
  background-color: #e15c00;
  padding: 8px 30px;
  border-radius: 20px;
  font-size: 18px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tel_box ._sitemenu .tel {
  font-size: 32px;
  font-weight: 600;
  color: #371e0a;
  margin-bottom: 10px;
}
._sitemenu .tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.tel_box .day_time {
  font-size: 14px;
}
.big {
  font-weight: bold;
  margin: 30px 0 0;
  font-size: 16px;
}
.privacy {
  width: 300px;
  padding: 15px 25px;
  border: 3px solid #e15c00;
  background-color: #ffffff;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0;
}

.con-box {
  padding: 10px 0;
  border: 1px solid #1e89c8;
  border-radius: 3px;
  width: 70%;
  text-align: center;
  margin: 0 auto 50px;
}

.wpcf7-form-control-wrap .last,
.wpcf7-list-item {
}

#mailformpro {
  font-size: 13px;
  margin-top: 30px;
}

#mailformpro table tr td {
  padding: 15px;
}

#mailformpro table tr td p {
}

.size {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 5px;
}

.font13 {
  font-size: 13px;
  line-height: 1.5em;
}

.top10 {
  margin-top: 10px;
}

.info-box span {
  margin: 0 2px;
}

.wpcf7-form {
}
.table-box01 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
}
.table-box02 {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.table-box02-last {
  border-bottom: none !important;
}

.table-box02-l {
  font-size: 16px;
  width: 40%;
  padding: 15px;
  line-height: 1.8;
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
}

.table-box02-r {
  width: 60%;
  display: table-cell;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.inner10 .table-box02-l {
  width: 60%;
}
.inner10 .table-box02-r {
  width: 40%;
}

.kibou .wpcf7-list-item {
}

.wpcf7-list-item {
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.wpcf7-form input[type="text"],
input[type="text01"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
.wpcf7 textarea,
textarea.form-control,
.wp-editor-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 13px 22px 13px;
  margin: 2px 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #ffffff;
  border-radius: 5px;
}

.text02 {
  width: 100%;
}

.text05 {
  width: 40%;
}

.wi20 {
  width: 20% !important;
}

span.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  line-height: 2.5;
}
.wpcf7-list-item-label::before {
  content: " ";
  margin: 0 0 0 5px;
}
.checkbox-l select {
  font-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 4px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 70% !important;
  border: 1px solid #999 !important;
  background: #fff !important;
}

input[type="date"],
select {
  font-size: 15px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  border: 1px solid #999 !important;
  background: #fff !important;
  box-sizing: border-box;
}

.wpcf7 {
  margin: auto;
}

.contact-title {
  position: absolute;
  top: 0px;
  left: 10px;
}

.c_date {
  display: table;
}

.c_date div {
  display: table-cell;
  padding: 10px;
}

.must {
  font-size: 9px;
  color: #fff;
  margin-left: 3px;
  font-weight: normal;
  background-color: #f6ab00;
  display: inline-block;
  line-height: 2;
  padding: 0px 5px;
  border-radius: 3px;
}

.submitbtn input {
  width: 110px;
  border: none;
  padding: 10px 10px;
}

.submitbtn input[type="submit"] {
  display: block;
  padding: 20px 20px;
  max-width: 320px;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to right, #f6ab00, #f08300);
  width: 80%;
}
.submitbtn input[type="button"] {
  display: block;
  padding: 15px 20px;
  width: 200px;
  margin: 0px auto 0;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #000000;
  font-size: 15px;
  font-weight: bold;
  border-radius: 13.33333vw;
}

.submitbtn input[type="submit"]:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
  animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.checkbtm {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 15px 0;
  padding: 15px 0;
  font-weight: bold;
}

.failure {
  text-align: left;
  margin: 40px 0;
}

/*===============================================
●タブレット.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 800px) {
  .tel_box {
    width: 70%;
  }
  .contact_forms {
    padding: 50px 0;
  }

  input[type="text"],
  input[type="text01"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="url"],
  textarea,
  textarea.form-control,
  .wp-editor-container {
  }

  .left-30 {
    margin-left: 0px !important;
  }

  .wi20 {
    width: 35% !important;
  }

  .table-box02-l {
  }

  .wpcf7 {
    width: 100%;
    max-width: 100%;
  }

  .submitbtn input {
    width: 65%;
    border: none;
    padding: 10px 10px;
    min-height: 20px;
  }

  input[name="f_am"] {
    font-size: 10.8px;
  }

  .db {
    display: block;
  }

  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
  }

  .table-box02-l {
    width: 100%;
    padding: 10px 10px 0;
    border: none;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1.6em;
    display: block;
  }
  .table-box02-r,
  .inner10 .table-box02-r {
    width: 100%;
    text-align: left;
    padding: 10px;
    border: none;
    display: block;
    font-size: 15px;
  }
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {
  .tel_box {
    padding: 40px 3% 30px;
    width: 90%;
  }
  .tel_box .day_time {
    line-height: 2;
  }
  .big {
    margin: 20px 0 0;
  }
  .bordertop {
    border-top: 1px solid #c9c9c9;
  }

  .table-box02 {
    border-bottom: 1px solid #e6e6e6;
    display: block;
  }

  .kibou .wpcf7-list-item {
    display: table !important;
  }

  .wpcf7-form-control {
  }

  span.wpcf7-list-item {
    display: table;
    margin: 0;
  }
  .wpcf7-form-control-wrap label {
    display: flex;
    align-items: center;
  }
  .wpcf7-list-item input {
  }

  .wpcf7-list-item-label {
    padding-left: 5px;
  }

  .c_date {
    display: block;
  }

  .c_date div {
    padding: 5px 0 15px 10px;
  }

  input[type="date"],
  select {
    padding: 10px 15px;
    font-size: 16px;
  }

  /*
.wpcf7-form-control{
	display: block;
	}	*/

  .checkbtm {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-weight: bold;
  }

  .text05 {
    width: 50%;
    margin-bottom: 5px;
    display: inline !important;
  }

  /* コンタクフォーム*/
  .con-box {
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
    padding: 10px 4%;
  }

  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
  }
}

/* ========================================

TOP

======================================== */
.scroll {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  width: 80px;
  height: 100vh;
  padding-bottom: 100px;
  padding-right: 2px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.scroll::after {
  width: 2px;
  height: 40px;
  content: "";
  display: block;
  margin-top: 26px;
  background-color: #ffffff;
  order: 1;
  animation: scroll cubic-bezier(0.33, 1, 0.68, 1) 3s infinite;
}
.scroll .bar {
  order: 2;
  display: flex;
  flex-wrap: wrap;
}
.scroll .bar::before,
.scroll .bar::after {
  width: 2px;
  height: 5px;
  content: "";
  display: block;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 1px;
}
.scroll .bar::before {
  animation: scroll2 linear 3s infinite;
}
.scroll .bar::after {
  animation: scroll3 linear 3s infinite;
}

@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  40% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  90% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll2 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  28% {
    transform: scaleY(0);
  }
  32% {
    transform: scaleY(1);
    transform-origin: top;
  }
  82% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  86% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll3 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  34% {
    transform: scaleY(0);
  }
  38% {
    transform: scaleY(1);
    transform-origin: top;
  }
  88% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  92% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 800px) {
  .scroll {
    display: none;
  }
}

/* ========================================
スライダー
======================================== */

.kv {
  position: relative;
  z-index: 1;
  background-color: #181878;
}
.kv-slider {
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  z-index: 1;
  transition: all 300ms ease 600ms;
}

.kv-slider.none {
  background-color: rgba(0, 0, 0, 0);
}
.kv-slider-swipe {
  opacity: 1;
  transition: all 600ms ease;
  overflow: hidden;
}
/*
.kv-slider-swipe {
	opacity: 0;
	transition: all 600ms ease;
}
*/
.kv-list {
  opacity: 1;
  visibility: visible;
  transition-duration: 1000ms !important;
}

.kv-item {
  position: relative;
}

.kv-item:after {
  content: "";
  width: 100%;
  height: calc(300px + 35vw);
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.kv-item-main {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 1;
}

.kv-catch {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 5;
  line-height: 1.8;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
  visibility: visible;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.kv-catch a {
  display: block;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  pointer-events: none;
}

.kv-btn .btn {
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.kv-btn .btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

.swiper-pagination {
  width: 100% !important;
  display: -webkit-flex;
  display: flex;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  margin-right: 1px !important;
  background-color: rgba(255, 255, 255, 1) !important;
  border-radius: 0;
  flex: 1;
  opacity: 0.4 !important;
  transform-origin: bottom;
  cursor: pointer;
  transition: all 300ms ease;
}

.swiper-pagination-bullet:hover {
  opacity: 0.7 !important;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  background: rgba(10, 93, 26, 1) !important;
  transform: scaleY(2);
  opacity: 0.7 !important;
}

@media screen and (max-width: 800px) {
  .kv-item:after {
    background-position: center top;
  }

  .kv-item-main {
    top: calc(10px + 5vw);
  }

  .kv-catch {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .kv:before {
    top: -130px;
  }

  .kv-btn .btn {
    width: 200px;
    height: 40px;
    font-size: 1.4rem;
  }

  .kv-item.camp:after {
    background-image: url(../../images/top/img_kv01_sp.jpg);
  }

  .kv-item.climbing:after {
    background-image: url(../../images/top/img_kv022_sp.jpg);
  }

  .kv-item.fishing:after {
    background-image: url(../../images/top/img_kv033_sp.jpg);
  }
}

@media screen and (min-width: 801px) {
  .kv {
    padding: 0 5vw;
  }

  .kv:before {
    top: -160px;
  }

  .kv-item-main {
    top: calc(20px + 5vw);
  }

  .kv-catch {
    margin-bottom: 40px;
    font-size: 4rem;
  }

  .kv-item.camp:after {
    background-image: url(../../images/top/img_kv01.jpg);
  }

  .kv-item.climbing:after {
    background-image: url(../../images/top/img_kv02.jpg);
  }

  .kv-item.fishing:after {
    background-image: url(../../images/top/img_kv03.jpg);
  }
}

.top_title {
  position: absolute;
  bottom: -150px;
  left: 8vw;
  z-index: 10;
}
.top_title h1 {
  font-size: 10vw;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}
.real {
  width: 260px;
}
@media screen and (max-width: 800px) {
  .top_title {
    bottom: -180px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_title h1 {
    font-size: 12vw;
    line-height: 1.3;
    text-align: center;
  }
  .real {
    width: 230px;
    margin: auto;
  }
}

.inner_kv {
  padding: 0 10vw 0 5vw;
}
.top_all {
  padding: 280px 0 100px;
}
#top_about {
  color: #ffffff;
}
#top_about p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#top_about .box {
  display: flex;
  justify-content: space-between;
}
#top_about .box .left {
  width: 40%;
  display: flex;
  justify-content: center;
}
#top_about .box .left h2 {
  font-size: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top_about .box .left h2 span {
  padding: 10px;
}
#top_about .box .right {
  width: 58%;
}

@media screen and (max-width: 800px) {
  .inner_kv {
    padding: 0 9vw 0 9vw;
  }
  .top_all {
    padding: 250px 0 60px;
  }
  #top_about .box {
    display: block;
  }
  #top_about .box .left {
    width: 100%;
    margin: 0 0 40px;
  }
  #top_about .box .right {
    width: 100%;
  }
  #top_about .box .left h2 {
    font-size: 40px;
    line-height: 1.8;
  }
}

/*テキストスタイダー  */
.t_inner {
  width: 1000px;
  margin: 0 auto;
}
.t_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t_floater {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.goodLife {
  overflow: hidden;
  padding: 0 0 50px;
  position: relative;
  background-color: #181878;
}
@media (max-width: 896px) {
  .goodLife {
    padding: 50px 0 30px;
  }
}
@media (max-width: 414px) {
  .goodLife {
    padding: 35px 0 0px;
  }
}
.goodLife-round {
  width: 302px;
  position: absolute;
  left: 100px;
  top: 140px;
}
@media (max-width: 896px) {
  .goodLife-round {
    top: 17.85714vw;
    width: 24.55357vw;
    left: -11.16071vw;
  }
}
@media (max-width: 414px) {
  .goodLife-round {
    top: 80px;
    width: 110px;
    left: -50px;
  }
}
.goodLife-round.__left {
  z-index: 8;
}
.goodLife-round.__right {
  z-index: 1;
}
.goodLife-round svg {
  fill: #e6e6e6;
}
.goodLife-body-item {
  position: relative;
  z-index: 4;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.goodLife-body-item-list {
  font-size: 160px;
  white-space: nowrap;
  line-height: 0.9;
}
@media (max-width: 896px) {
  .goodLife-body-item-list {
    font-size: 20.39286vw;
  }
}
@media (max-width: 414px) {
  .goodLife-body-item-list {
    font-size: 100px;
  }
}
.goodLife-body-item-list span {
  display: inline-block;
  margin: 0 90px 0 0;
  color: rgba(238, 238, 248, 0.76);
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Arial",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 700;
}
@media (max-width: 896px) {
  .goodLife-body-item-list span {
    margin-right: 5.58036vw;
  }
}
@media (max-width: 414px) {
  .goodLife-body-item-list span {
    margin-right: 25px;
  }
}
.goodLife-body-item-list .car {
  color: #3a3ab2;
}

#top_type {
  padding: 30px 5vw 100px 5vw;
  position: relative;
}
#top_type .inner_kv {
  background-color: #eeeef8;
  padding: 100px 5vw 200px 5vw;
  position: relative;
  z-index: 1;
}
#top_type .title_h2 {
  margin: 0 0 50px;
}
#top_type .title_h2 span {
  color: #f6ab00;
  font-size: 24px;
  display: block;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
#top_type .box {
  display: flex;
  justify-content: space-between;
}
#top_type .box a {
  width: 48%;
  position: relative;
  display: block;
}
#top_type .box a:hover {
  opacity: 0.8;
  transform: translate3d(0, 2px, 0);
}
#top_type li span {
  background-color: #f08300;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 0.08em;
}
#top_type .box a li .title_ara {
  position: absolute;
  bottom: -70px;
  left: 0;
}
.staff_01 {
  width: 160px;
  position: absolute;
  right: 130px;
  top: -80px;
  z-index: 5;
  opacity: 0;
  margin: 0;
}
#top_type::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vw;
  width: 100%;
  z-index: 0;
  background-image: url(../../images/top/sen_bk.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1000px) {
  .staff_01 {
    right: 0px;
  }
}
@media screen and (max-width: 800px) {
  #top_type {
    padding: 100px 5vw 50px 5vw;
  }
  #top_type .inner_kv {
    padding: 50px 5vw 30px 5vw;
  }
  #top_type .box {
    display: block;
  }
  #top_type .title_h2 span {
    font-size: 18px;
  }
  #top_type .title_h2 {
    margin: 0 0 40px;
  }
  #top_type .box a {
    width: 100%;
  }
  #top_type li:first-child {
    margin-bottom: 90px;
  }
  #top_type li span {
    font-size: 16px;
    padding: 8px 10px;
  }
  #top_type .box a li .title_ara {
    bottom: -50px;
  }
  .staff_01 {
    width: 100px;
    top: -60px;
    right: 50px;
  }
  #top_type::before {
    background-image: url(../../images/top/sen_bk01.png);
  }
}

#top_strengths {
  padding: 100px 0;
}
#top_strengths .title_ara {
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  width: 95%;
}
#top_strengths .title_ara .Car_Buy_UP {
  max-width: 500px;
  margin: 0 auto 40px;
}
#top_strengths .title_ara .title_h2 {
  color: #ffffff;
}
#top_strengths .title_ara .title_h2 span {
  color: #f08300;
  font-size: 80px;
}
.staff_02 {
  position: absolute;
  left: 60px;
  bottom: -80px;
  width: 230px;
  opacity: 0;
  margin: 0;
}
.staff_03 {
  position: absolute;
  right: 60px;
  bottom: -80px;
  width: 240px;
  opacity: 0;
  margin: 0;
}
._br1300 {
  display: none;
}
#top_strengths .content {
  padding: 30px 5vw 100px 5vw;
  margin: auto;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr; /* グリッドの列の幅を指定 */
  gap: 10px; /* グリッドの間の余白を指定 */
}
.container {
  padding: 30px 5vw 50px 5vw;
  margin: 0 auto;
  width: 100%;
  /* グリッドレイアウトを指定 */
  display: grid;
  /* グリッドの列の幅を指定 */
  grid-template-columns: 1fr 1fr 2fr;
  /* グリッドの間の余白を指定 */
  gap: 20px;
}
.boxes {
  background-color: #ffffff;
  border-radius: 5px;
}
.container {
  grid-template-areas:
    "areaA areaA areaB"
    "areaC areaC areaB"
    "areaD areaD areaD";
}

.boxes:nth-child(1) {
  grid-area: areaA;
  padding: 20px 3vw 50px;
  position: relative;
}

.boxes:nth-child(2) {
  grid-area: areaB;
}

.boxes:nth-child(3) {
  grid-area: areaC;
  padding: 20px 3vw 50px;
}

.boxes:nth-child(4) {
  grid-area: areaD;
}

.container .title_h3 {
  letter-spacing: 0.15em;
  line-height: 1.1;
  margin: 0 0 20px;
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.container .boxes p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: justify;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.t_orenge {
  color: #f08300;
}
.font80 {
  font-size: 80px;
}
.text_01 {
  width: 60%;
}
.text_02 {
  padding: 30px 3vw 40px;
  position: relative;
}
.boxes h3 {
  font-weight: 700;
  color: #181878;
}
.title_02 {
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 15px;
  font-size: 50px;
}
.title_02 span {
  font-size: 60px;
}
.title_03 {
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 0 15px;
  font-size: 40px;
}
.title_03 span {
  font-size: 50px;
}
.title_04 {
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 0 15px;
  font-size: 50px;
  position: relative;
  z-index: 1;
}
.box_flex {
  display: flex;
}
.box_flex .left {
  padding: 20px 3vw 50px;
  width: 50%;
  position: relative;
}
.box_flex .right {
  width: 50%;
}
.staff_04 {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 210px;
  margin: 0;
  z-index: 1;
}
.strengths_04 {
  position: absolute;
  right: 50px;
  top: 80px;
  width: 180px;
  margin: 0;
  z-index: 0;
}
.strengths_06 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 150px;
  margin: 0;
}
.strengths_05 {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 126px;
  margin: 0;
  z-index: 0;
}
.boxes:nth-child(3) {
  background-image: url(../../images/top/strengths_03.png);
  background-repeat: no-repeat;
  background-size: 318px 339px;
  background-position: right bottom;
}
.top_c img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.btn_c img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (min-width: 1500px) {
  #top_strengths .title_ara {
    width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  #top_strengths .title_ara {
    width: 100%;
  }
  ._br1300 {
    display: block;
  }
  .title_02,
  .container .title_h3,
  .title_03,
  .title_04 {
    font-size: 3vw;
  }
  .title_02 span,
  .title_03 span {
    font-size: 5vw;
  }
  .font80 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 800px) {
  #top_strengths {
    padding: 50px 0;
  }
  #top_strengths .title_ara {
    padding: 0 0 100px;
  }
  #top_strengths .title_ara .Car_Buy_UP {
    max-width: 320px;
    margin: 0 auto 30px;
    width: 90%;
  }
  #top_strengths .title_ara .title_h2 span {
    font-size: 17vw;
  }
  .staff_02 {
    width: 120px;
    margin: 0;
    left: 50px;
  }
  .staff_03 {
    width: 130px;
    margin: 0;
    right: 50px;
  }
  .container {
    padding: 30px 5vw 20px 5vw;
    grid-template-columns: 1fr;
  }
  .container {
    grid-template-areas:
      "areaB"
      "areaA"
      "areaC"
      "areaD";
  }
  .box_flex {
    display: block;
  }
  .box_flex .left {
    padding: 20px 5vw 30px;
    width: 100%;
  }
  .box_flex .right,
  .text_01 {
    width: 100%;
  }
  .title_02,
  .container .title_h3,
  .title_03,
  .title_04 {
    font-size: 8vw;
  }
  .title_02 span,
  .title_03 span {
    font-size: 10vw;
  }
  .font80 {
    font-size: 13vw;
  }
  .text_02,
  .boxes:nth-child(1),
  .boxes:nth-child(3) {
    padding: 20px 5vw 20px;
  }
  .strengths_06 {
    right: 10px;
    top: 18px;
    width: 100px;
  }
  .strengths_04 {
    right: 50px;
    top: 20px;
    width: 90px;
  }
  .staff_04 {
    right: 0px;
    bottom: auto;
    top: -10px;
    width: 90px;
  }
  .boxes:nth-child(3) {
    background-size: 148px 163px;
    background-position: right center;
  }
  .strengths_05 {
    right: 20px;
    top: 20px;
    width: 64px;
    margin: 0;
    z-index: 0;
  }
  .btn_c img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}

#top_case {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
#top_case .title_ara,
#price .title_ara {
  margin-bottom: 50px;
}
#top_case .title_ara span,
#top_buy .title_ara span,
#top_access .title_ara span,
#company .title_h2 span,
.buyhead .tital_ara .title_h2 span,
#flow .tital_ara .title_h2 span,
#price .title_ara .title_h2 span,
#type-price .tital_ara .title_h2 span {
  color: #f6ab00;
  font-size: 24px;
  display: block;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
#top_case .title_ara p,
#price .title_ara p,
#type-price .title_ara p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  margin: 30px 0 0;
  font-weight: 500;
}
.staff_05 {
  width: 260px;
  position: absolute;
  right: 0px;
  top: -100px;
  z-index: 5;
  opacity: 0;
  margin: 0;
}
.staff_06 {
  width: 200px;
  position: absolute;
  left: 260px;
  bottom: -100px;
  z-index: 5;
  margin: 0;
  opacity: 0;
}
.staff_07 {
  width: 200px;
  position: absolute;
  left: 50px;
  bottom: -100px;
  z-index: 5;
  margin: 0;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #top_case {
    padding: 50px 0;
  }
  #top_case .title_ara span,
  #top_buy .title_ara span,
  #top_access .title_ara span,
  .buyhead .tital_ara .title_h2 span,
  #flow .tital_ara .title_h2 span {
    font-size: 18px;
  }
  .staff_05 {
    width: 110px;
    top: -50px;
  }
  .staff_06 {
    width: 100px;
    left: 130px;
    bottom: -50px;
  }
  .staff_07 {
    width: 100px;
    left: 30px;
    bottom: -50px;
  }
}

#top_buy {
  padding: 100px 0;
  position: relative;
}
.top_buy_inner {
  background-color: #060653;
  padding: 0 0 500px;
  position: relative;
}
#top_buy .box {
  position: absolute;
  left: 10vw;
  top: 200px;
  width: 50%;
  z-index: 5;
}
#top_buy .title_ara {
  margin-bottom: 50px;
}
#top_buy .title_ara .title_h2 {
  color: #ffffff;
}
#top_buy .title_ara p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  margin: 30px 0 0;
  font-weight: 500;
  color: #ffffff;
}
#top_buy .btn a {
  max-width: 320px;
  width: 90%;
}
.logo_bk {
  max-width: 483px;
  width: 70%;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 0;
  margin: 0;
}
.staff_08 {
  width: 180px;
  position: absolute;
  bottom: 0px;
  z-index: 5;
  margin: 0;
  opacity: 0;
  right: calc(50% + 30px);
}

@media screen and (max-width: 800px) {
  #top_buy {
    padding: 50px 0;
  }
  #top_buy .box {
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 100px;
    width: 90%;
    z-index: 5;
  }
  #top_buy .title_ara .title_h2 {
  }
  .staff_08 {
    display: none;
  }
  #top_buy .btn a {
    margin: auto;
  }
  .logo_bk {
    left: 20px;
    top: 30px;
  }
  #top_case .title_ara {
    margin-bottom: 20px;
  }
  .insta_box {
    padding: 0 0 50px;
  }
}

#top_access {
  padding: 100px 0;
  position: relative;
  background-image: url(../../images/top/access_bk.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 450px auto;
  z-index: 5;
  overflow: hidden;
}

#top_access .title_h2 {
  color: #ffffff;
	text-align: center;
	margin-bottom: 50px;
}
#top_access .box {
  display: flex;
  color: #ffffff;
  justify-content: space-between;
	margin-bottom: 80px;
}
#top_access .box:last-of-type {
  margin-bottom: 0px;
}
#top_access .box .left {
  width: 47%;
  order: 2;
  margin: 0 0 0 10%;
}
#top_access .box .left dl {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.access-deta__wrap {
  display: flex;
}
#top_access .box .left dt {
  width: 25%;
  padding: 7px 10px 7px 0;
}
#top_access .box .left dd {
  width: 75%;
  padding: 7px;
}
#top_access .box .right {
  width: 47%;
  order: 1;
}
#top_access .box .right .btn {
  margin: 40px auto 0;
  max-width: 320px;
}
#top_access .title_ara p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 30px 0 30px;
  font-weight: 500;
  color: #ffffff;
}
.staff_09 {
  width: 300px;
  position: absolute;
  bottom: 0px;
  z-index: 5;
  margin: 0;
  opacity: 0;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .staff_09 {
    width: 250px;
    right: 30px;
  }
}
@media screen and (max-width: 900px) {
  #top_access .box .left {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  #top_access {
    padding: 50px 0 80px;
    background-position: right top;
    background-size: 100% auto;
  }
  #top_access .box .left dl {
    font-size: 15px;
  }
  #top_access .box {
    display: block;
  }
  #top_access .box .right {
    width: 100%;
  }
  #top_access .box .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #top_access .box .left .title_ara {
  }
  .staff_09 {
    width: 150px;
    right: 10px;
  }
}

/*TOP縦のスライダー*/
.recruit_area .con_inr {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 10;
  background: #060653;
  background-size: cover;
  padding: 25.4rem 6rem 48.6rem 10rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  overflow: hidden;
}

.recruit_area .con_inr:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8.01%, #060653),
    to(rgba(54, 64, 91, 0))
  );
  background: linear-gradient(90deg, #060653 8.01%, rgba(54, 64, 91, 0) 100%);
  z-index: 3;
}

.recruit_area .recruit_slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 82%;
  height: 2072px;
  top: -45rem;
  left: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: left top;
  transform-origin: center center;
  z-index: 2;
}

.recruit_area .recruit_slide li {
  width: calc(33.33% - 1.066rem);
  height: 100%;
}
.recruit_area .recruit_slide li:nth-child(2) .slide_wrap {
  -webkit-animation: slideShow02 80s infinite linear 1s both;
  animation: slideShow02 80s infinite linear 1s both;
}
.recruit_area .recruit_slide .slide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: slideShow 80s infinite linear 1s both;
  animation: slideShow 80s infinite linear 1s both;
}
.recruit_area .recruit_slide .slide_wrap img {
  border-radius: 4px;
  margin-bottom: 1.6rem;
}
.recruit_area .recruit_slide .slide {
  width: 100%;
}

@media screen and (max-width: 800px) {
  /*ここから */
  .recruit_area .con_inr {
    width: 100%;
    background-size: cover;
    padding: 20.5rem 6.5% 26.5rem;
  }
  .recruit_area .con_inr:after {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(27.6%, #060653),
      to(rgba(54, 64, 91, 0.25))
    );
    background: linear-gradient(
      90deg,
      #060653 27.6%,
      rgba(54, 64, 91, 0.25) 100%
    );
  }

  .recruit_area .recruit_slide {
    left: 11.46%;
    width: 506px;
    height: 1136px;
    top: -91px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 506px;
    height: 818px;
    top: 0rem;
    left: 16%;
  }
  .recruit_slide li {
    width: calc(33.33% - 0.8rem);
  }
  .recruit_slide li:nth-child(2) .slide_wrap {
    -webkit-animation: slideShow02 80s infinite linear 1s both;
    animation: slideShow02 80s infinite linear 1s both;
  }
  .recruit_slide .slide_wrap {
    -webkit-animation: slideShow 80s infinite linear 1s both;
    animation: slideShow 80s infinite linear 1s both;
  }
  .recruit_slide .slide_wrap img {
    margin-bottom: 0.8rem;
  }
}

/* ========================================

renntacar

======================================== */
.rentacar_hero {
  background-image: url("../../images/rentacar/bk.png");
}

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10vw;
}

#price {
  padding: 0 0 100px;
  text-align: center;
}
#price .title_ara {
  margin-bottom: 50px;
}
#price .title_ara .title_h2 span {
  color: #f6ab00;
  font-size: 24px;
  display: block;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#price .title_ara p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.rental-price-box {
  margin-bottom: 40px;
}
.price-table-box {
  border: 3px solid #20298a;
  border-radius: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.price-table-box table {
  width: 100%;
  min-width: 900px;
}
.rental-price-box .price-table-box table th {
  font-size: 14px;
  font-weight: 700;
}
.price-table-box table th:first-child {
  border-right: 3px solid #20298a;
  border-radius: 10px 0 0 0;
}
.price-table-box table th {
  height: 52px;
  background: #faf3d8;
  color: #20298a;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #20298a;
  border-bottom: 3px solid #20298a;
}
.rental-price-box .price-table-box table th {
  font-size: 17px;
  font-weight: 600;
}
.price-table-box table th:last-child {
  border-right: none;
  border-radius: 0 10px 0 0;
}
.price-table-box table .row {
  width: 20%;
  background: #faf3d8;
  font-size: 17px;
  color: #20298a;
  font-weight: 600;
  line-height: 1.5;
  border-right: 3px solid #20298a;
  text-align: left;
}
.rental-price-box .price-table-box table td {
  padding: 10px;
  color: #20298a;
  height: 150px;
  text-align: center;
  vertical-align: middle;
}
.price-table-box table td {
  border-bottom: 1px solid #20298a;
  border-right: solid 1px #20298a;
  text-align: center;
  color: #a12103;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
	line-height: 1.7;
}
.price-table-box table td:last-child{
	 border-right: none;
}
.price-table-box table td img {
  width: 80px;
  margin-top: 16px;
}

#price .text_box p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
font-weight: 500;
}
#price .text_box ul {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	font-weight: 500;
	
}
#price .text_box ul li{
	  padding-left: 1em;
  text-indent: -1em;
	text-align: left;
}
#price .text_box ul li:not(:first-child) {
  margin-left: 18px;
}



#type-price {
  padding: 100px 0;
  position: relative;
}
#type-price .title_h2 {
  color: #ffffff;
}
#type-price .tital_ara {
  text-align: center;
	margin-bottom: 60px;
}
#type-price .tital_ara p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
	font-weight: 500;
}
.card_box {
  margin-bottom: 60px;
}
.card_lists li {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 5vw;
  margin-bottom: 40px;
	
}
.card_lists li .title_ara {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 40px;
}
.card_lists li .title_ara h4 {
  font-size: 35px;
}
.card_lists li .title_ara img {
  margin-right: 40px;
  margin-left: 0;
}
.card_lists li p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
	font-weight: 500;
}

.card_item01 .title_ara h4,
.card_item02 .title_ara h4,
.card_item03 .title_ara h4,
.card_item04 .title_ara h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* Step 01 */
.card_item01 .shop_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.card_item01 .shop_list .item_01,
.card_item01 .shop_list .item_02 {
  width: 50%;
  text-align: center;
}
.card_item01 .shop_list .item_01 {
  margin-right: 40px;
}
.card_item01 .shop_list p {
  font-size: 18px;
  line-height: 0.5;
  font-weight: 500;
}
.card_item01 .shop_list .orange {
  color: #e78201;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.card_item01 .shop_list .blue {
  font-size: 18px;
  font-weight: 700;
  color: #20298a;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    "Meiryo", sans-serif;
	line-height: 2.2
}
.card_item01 .shop_list .blue span {
  font-size: 30px;
  margin-left: 10px;
  font-weight: 700;
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "Meiryo", sans-serif;
	letter-spacing: 0;
}

/* Step 02・03・04 */
#type-price .card_item02 span.small,
#type-price .card_item03 span.small,
#type-price .card_item04 span.small {
  font-size: 14px;
  font-weight: 500;
}
#type-price .card_item02 .text_ara,
#type-price .card_item03 .text_ara,
#type-price .card_item04 .text_ara {
  background-color: #e2e2ea;
  margin-top: 32px;
  padding: 40px 60px;
	position: relative;
	z-index: 3;
}
#type-price .card_item02 .bring_item:not(:last-child),
#type-price .card_item03 .bring_item:not(:last-child),
#type-price .card_item04 .bring_item:not(:last-child) {
  margin-bottom: 20px;
}


#type-price .card_item02 .bring_item h4,
#type-price .card_item03 .bring_item h4,
#type-price .card_item04 .bring_item h4 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#type-price .card_item02 .bring_item p,
#type-price .card_item03 .bring_item p,
#type-price .card_item04 .bring_item p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#type-price .card_item02 .bring_item li,
#type-price .card_item03 .bring_item li,
#type-price .card_item04 .bring_item li {
  background-color: transparent;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
#type-price .card_item02 span.small{
	line-height: 1.7 !important;
	display: block;
	margin-top: 7px;
	}
#type-price .card_item02 .bring_item li,#type-price .card_item03 .bring_item li{
	margin-left: 15px !important;
}
.card_item04{
	position: relative;
}
.rentacar_01{
	position: absolute;
	top: 150px;
	right: 100px;
	width: 150px;
	  z-index: 1;
  margin: 0;
  opacity: 0;
}
.card_item04 .okigaruni {
  width: 100px;
  position: absolute;
  top: 100px;
  z-index: 5;
  margin: 0;
  opacity: 0;
  right: 180px;
}

.small_02 {
  display: block;
  margin-top: -5px;
  font-size: 14px;
}
.price-table-box02 {
  margin-top: 20px;
  border: 2px solid #20298a;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.price-table-box02 table {
  width: 100%;
}
.card_item03 .price-table-box02 table th {
  font-size: clamp(12px, 1.4vw, 17px);
  font-weight: 700;
}
.price-table-box02 table th:first-child {
  border-right: 2px solid #20298a;
}
.price-table-box02 table th {
  background: rgba(32, 41, 138, 0.8);
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #20298a;
  border-bottom: 2px solid #20298a;
}
.card_item02 .price-table-box02 table th {
  font-size: 16px;
  font-weight: 600;
}
.price-table-box02 table th:last-child {
  border-right: none;
}
.price-table-box02 table tr:last-child td {
  border-bottom: none;
}
.price-table-box02 table tr {
  height: 83px;
}
.price-table-box02 table .row {
  width: 25%;
  background: rgba(32, 41, 138, 0.8);
  font-size: clamp(12px, 1.4vw, 16px);
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
  border-right: 2px solid #20298a;
  text-align: center;
  white-space: nowrap;
}
.card_item03 .price-table-box table td {
  padding: 10px;
  color: #20298a;
  height: 150px;
  text-align: center;
  vertical-align: middle;
}
.price-table-box02 table td {
  border-bottom: 2px solid #20298a;
  border-right: solid 2px #20298a;
  text-align: center;
  color: #222222;
  padding: 15px;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
	line-height: 1.7;
  vertical-align: middle;
}
.price-table-box02 table td:last-child{
	 border-right: none;
}
.price-table-box02 table td img {
  width: 80px;
  margin-top: 16px;
}


@media screen and (max-width: 800px) {
  .inner02 {
    padding: 0 3vw;
  }
  .price-table-box {
    margin-bottom: 20px;
  }
.rental-price-box .price-table-box table td {
  height: 130px;
}
  .card_item01 .shop_list {
    flex-direction: column;
  }
  .card_item01 .shop_list .item_01,
  .card_item01 .shop_list .item_02 {
    width: 100%;
  }
  .card_item01 .shop_list .item_01 {
    margin-right: 0;
    margin-bottom: 36px;
  }
  #type-price .card_item02 .text_ara,
  #type-price .card_item03 .text_ara,
  #type-price .card_item04 .text_ara {
    padding: 20px;
  }
#price {
  padding: 0 0 50px;
}
#price .text_box ul li:not(:first-child) {
  margin-left: 0;
}
#price .title_ara p,#price .text_box p,#type-price .card_item02 .bring_item li, #type-price .card_item03 .bring_item li, #type-price .card_item04 .bring_item li,#type-price .card_item02 .bring_item p, #type-price .card_item03 .bring_item p, #type-price .card_item04 .bring_item p {
	font-size: 15px;
}
#price .text_box ul {
  font-size: 13px;
}
.card_item01 .shop_list p{font-size: 14px;}
.rental-price-box {
  margin-bottom: 0px;
}
.price-table-box table td img {
  width: 60px;
  margin-top: 10px;
}
#price .title_ara {
  margin-bottom: 30px;
}
.rental-price-box .price-table-box table th,.price-table-box table .row,#type-price .tital_ara p,.card_lists li p,#type-price .card_item02 .bring_item h4, #type-price .card_item03 .bring_item h4, #type-price .card_item04 .bring_item h4 {
  font-size: 16px;
}

.price-table-box table td{font-size: 14px;}
#type-price {
  padding: 50px 0;
}
#type-price .tital_ara {
	margin-bottom: 30px;
}
.card_lists li {
  padding: 50px 7vw 40px;
  margin-bottom: 40px;
}
.card_lists li:last-child{margin-bottom: 0px;}	
	
.card_lists li .title_ara {
  margin-bottom: 20px;
}	
.card_lists li .title_ara h4,.card_item01 .shop_list .blue span{
  font-size: 6vw;
}	
.card_lists li .title_ara img {
  margin-right: 25px;
}
.card_box {
  margin-bottom: 30px;
}
.rentacar_01{
	top: 135px;
	right: 30px;
	width: 100px;
}
.card_item04 .okigaruni {
  width: 80px;
  top: 80px;
  right: 30px;
}
#price .title_ara .title_h2 span, #type-price .tital_ara .title_h2 span{font-size: 18px;}
}

@media screen and (max-width: 678px) {
  .price-table-box02 table tr {
    height: 52px;
  }
}
@media screen and (max-width: 500px) {
.rentacar_01{
	top: 165px;
	right: 20px;
	width: 100px;
}
.card_item04 .okigaruni {
  width: 80px;
  top: 130px;
  right: 10px;
}	
}

/* ========================================

Regulation

======================================== */
.regulation-list .item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;

}
.regulation-list .item:not(:last-child){
  border-bottom: 1px solid #eeeeee;
}
.regulation-list dt{
  font-weight: bold;
  width: 350px;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
.regulation-list dd{
  width: calc(100% - 350px);
  line-height: 2;
	text-align: left;
	padding: 0 20px;
	font-size: 16px;
}

.regulation-sec .regulation-table-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* align-items: flex-start; */
}
@media screen and (max-width: 640px) {
  .regulation-sec .regulation-table-wrap{
    display: block;
  }
  .regulation-list .item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .regulation-list dt,.regulation-list dd{
    width: 100%;
  }
  .regulation-list dd{
    margin-top: 10px;
    margin-left: 0;
	  font-size: 14px;
  }
}