@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 3.4vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.inline-block {
  display: inline-block !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.asterisk {
  font-size: 0.5em;
  vertical-align: 0.9em;
}

a:hover {
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
}

header {
  position: relative;
}
header div.header-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header div.header-img {
    width: 33%;
    max-width: 422px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }
}
header h1 {
  width: 76.4%;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

/*****/
div.mv-wrap {
  position: relative;
}

div.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  div.fixed-btn {
    position: fixed;
    left: auto;
    bottom: auto;
    right: 0;
    top: 10%;
    width: 4%;
    max-width: 50px;
    background: none;
    z-index: 10;
  }
}
div.fixed-btn ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  div.fixed-btn ul {
    display: block;
  }
}
div.fixed-btn ul li {
  width: 22.8%;
  margin-left: 1.6%;
}
@media screen and (min-width: 768px) {
  div.fixed-btn ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
  }
}
div.fixed-btn ul li:first-child {
  margin-left: 0;
}

div.red-bg {
  position: relative;
}
div.red-bg section.sec-pre {
  background-image: url(../myimg/lp/pre-bg_sp.png);
  background-size: 100% 100%;
  padding: 5vw 0 15vw;
}
@media screen and (min-width: 768px) {
  div.red-bg section.sec-pre {
    position: absolute;
    bottom: 15vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    padding: 0;
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  div.red-bg section.sec-pre div.img-wrap {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 0;
    left: 50%;
    width: 78%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  div.red-bg section.sec-pre div.img-wrap .img01 {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  div.red-bg section.sec-pre div.img-wrap .img02 {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  div.red-bg section.sec-pre div.img-wrap .img03 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  div.red-bg section.sec-pre div.img-wrap .img04 {
    width: 48%;
  }
}

div.gold-bg {
  background-image: url(../myimg/lp/gold-bg_sp.png);
  background-size: cover;
  background-position: top center;
  padding-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  div.gold-bg {
    padding-bottom: 28vw;
    background-image: url(../myimg/lp/gold-bg_pc.png);
  }
}
@media screen and (min-width: 1000px) {
  div.gold-bg {
    padding-bottom: 20vw;
  }
}

section.sec-carry {
  position: relative;
  z-index: 0;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-carry {
    padding: 5vw 0;
  }
}
section.sec-carry::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: -1;
}
section.sec-carry p {
  width: 79%;
  margin: 0 auto 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-carry p {
    width: 35%;
    margin: 0 auto 2vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-carry p {
    width: 27%;
  }
}
section.sec-carry div.carry-img {
  box-shadow: 0 20px 50px rgba(102, 102, 102, 0.5607843137);
}
@media screen and (min-width: 768px) {
  section.sec-carry div.carry-img {
    width: 60%;
    margin: auto;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-carry div.carry-img {
    width: 50%;
  }
}
section.sec-carry a {
  width: 71%;
  margin: 7vw auto 0;
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-carry a {
    width: 29%;
    margin: 3vw auto 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-carry a {
    width: 24%;
  }
}

section.sec-slide {
  padding: 20% 0 15%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-slide {
    padding: 5% 0;
  }
}
section.sec-slide div.swiper-cont-wrap div.slider-thumbnail {
  width: 87.4%;
  margin: auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail {
    width: 65%;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail {
    width: 51%;
  }
}
section.sec-slide div.swiper-cont-wrap div.slider-thumbnail div.swiper-wrapper {
  width: 100% !important;
  justify-content: space-between;
}
section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide {
  position: relative;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide {
    cursor: pointer;
    margin-bottom: 11px;
    z-index: 0;
    transition: all 0.3s;
  }
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide:hover {
    transform: translate(2px, 2px);
  }
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide:hover::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide::after {
    border-radius: 12px;
  }
}
section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -2px;
  right: -2px;
  border-radius: 3vw;
  z-index: -1;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.slider-thumbnail .swiper-slide::after {
    border-radius: 1vw;
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont {
  position: relative;
  padding: 5% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont {
    width: 78%;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont {
    width: 68%;
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont div.slider {
  width: 100%;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont div.slider {
    overflow: hidden;
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-border {
  margin: auto;
  top: 0.6%;
  left: 0;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-border {
    top: -3%;
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-next, section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-prev {
  width: 13vw;
  height: 18vw;
  top: 36%;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-next, section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-prev {
    width: 5vw;
    height: 5vw;
    top: 42.6%;
    transform: translate(0);
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-next::after, section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-prev::after {
  content: "" !important;
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-next {
    right: 3.2%;
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-slide div.swiper-cont-wrap div.swiper-cont div.swiper-button-prev {
    left: 3.2%;
  }
}
section.sec-slide div.swiper-cont-wrap div.swiper-cont .swiper-button-prev.swiper-button-disabled, section.sec-slide div.swiper-cont-wrap div.swiper-cont .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
section.sec-slide p {
  position: relative;
  text-align: justify;
  word-break: break-all;
  width: 88%;
  font-size: 0.96em;
  line-height: 1.4em;
  margin: auto;
  color: #000;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-slide p {
    width: 72%;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-slide p {
    width: 63%;
  }
}

/*section.sec-slide*/
section.sec-one {
  position: relative;
  z-index: 0;
}
section.sec-one::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 98.6%;
  background-color: #f4ecd2;
  z-index: -1;
  width: 88.6%;
  left: 5.7%;
}
@media screen and (min-width: 768px) {
  section.sec-one::after {
    width: 72.5%;
    height: 94%;
    left: 13.7%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-one::after {
    width: 68.26%;
    left: 15.8%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-one div.sec-one-inner {
    width: 85%;
    margin: auto;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-one div.sec-one-inner {
    width: 80%;
  }
}

/*--------------------------おすすめ中古車--------------------------*/
section.sec-bottom-area {
  margin-top: -15%;
  /*div.sec-bottom-area-bg*/
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area {
    margin-top: -150px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg {
  position: relative;
  padding: 20% 0 0;
  background-image: url(../myimg/lp/sec-bottom-area-bg_sp.png);
  background-size: cover;
  overflow: hidden;
  border-radius: 5em 0 0 0;
  /*div.tenpo-list*/
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg {
    padding: 170px 0 0;
    background-image: url(../myimg/lp/sec-bottom-area-bg_pc.png);
    background-size: cover;
    border-radius: 100px 0 0 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-bottom-area div.sec-bottom-area-bg {
    padding: 200px 0 0;
    border-radius: 140px 0 0 0;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.sec-bottom-area-bg02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.sec-bottom-area-bg02 {
    width: 130%;
    max-width: 1776px;
    top: 300px;
    bottom: auto;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.recommendation-area {
  width: 88%;
  margin: auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.recommendation-area {
    width: 90%;
    margin: auto;
    max-width: 859px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.recommendation-area h2 {
    width: 618px;
    margin: auto;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.recommendation-area div.recommendation-img {
  padding: 5% 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.recommendation-area div.recommendation-img {
    padding: 28px 0;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap {
  background: #fff;
  border-radius: 2em;
  position: relative;
  padding: 10% 0;
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap {
    width: 90%;
    max-width: 858px;
    margin: auto;
    margin-top: 100px;
    padding: 70px 0 40px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap h3 {
  display: block;
  background: #fff;
  padding: 0 0 7%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap h3 {
    width: 473px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -65%);
    padding: 33px 0 0;
    border-radius: 2em;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap h3 span {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap h3 span {
    width: 337px;
    margin: auto;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap div.us-station-txt {
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area div.us-station-box-wrap div.us-station-txt {
    width: 455px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area a {
  display: block;
  text-align: center;
  background: #db0000;
  color: #fff;
  margin: auto;
  font-weight: 600;
  position: relative;
  width: 76.8%;
  padding: 4% 0;
  font-size: 1.6em;
  border-radius: 5em;
  margin-top: 10%;
  border: solid 0.16em #fff;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area a {
    width: 360px;
    font-size: 25px;
    padding: 18px 0;
    border-radius: 50px;
    border: solid 4px #fff;
    margin-top: 37px;
    transition: all 0.2s;
  }
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area a:hover {
    background: #fff;
    color: #db0000;
    border: solid 4px #db0000;
    opacity: 1;
  }
  section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area a:hover::after {
    background: url("../myimg/us-station-arrow-hover.png") no-repeat;
    background-size: contain;
    right: 8%;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.us-station-area a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.92em;
  background: url("../myimg/us-station-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list {
  padding: 20% 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list {
    padding: 130px 0 115px;
    position: relative;
    width: 90%;
    max-width: 866px;
    margin: 0 auto;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list h3 {
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  padding: 3% 0;
  font-weight: 800;
  width: 88%;
  margin: auto;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list h3 {
    width: 100%;
    padding: 10px 0;
    font-size: 27px;
    margin-bottom: 28px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list ul.tenpo-list-ul {
  width: 88%;
  margin: auto;
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list ul.tenpo-list-ul {
    width: 100%;
    margin-bottom: 80px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list ul.tenpo-list-ul li.tenpo-list-li {
  margin-bottom: 5%;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list ul.tenpo-list-ul li.tenpo-list-li {
    margin-bottom: 17px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item {
  overflow: hidden;
  transition: all 0.3s;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item.active dt.tenpo-btn {
  color: #fff;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn {
  background: #fff;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::after, section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::before {
  background: #003980;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::after {
  transform: rotate(90deg) translate(-50%, 0%);
  top: 30%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::after {
    top: 33%;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6% 0;
  transition: all 0.3s;
  color: #000;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn {
    padding: 30px 0 30px;
    cursor: pointer;
  }
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn:hover span.plus-btn {
    transform: scale(0.82);
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span {
  display: block;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.dl-inner {
  width: 87%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.dl-inner {
    width: 89%;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn.active {
  background: #003980;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.dl-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.tenpo-txt-wrap h4 {
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.tenpo-txt-wrap h4 {
    display: inline;
    font-size: 20px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.tenpo-txt-wrap p {
  line-height: 1.6em;
  margin-top: 3%;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.tenpo-txt-wrap p {
    display: inline;
    padding-left: 2em;
    font-size: 14px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn {
  width: 2em;
  height: 2em;
  position: relative;
  transition: all 0.3s;
  background: #003980;
  border-radius: 10em;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn {
    width: 40px;
    height: 40px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::after, section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  transform-origin: center;
  transition: all 0.3s;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::after {
  width: 0.2em;
  height: 50%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::after {
    width: 3px;
    height: 14px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::after {
    height: 17px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::before {
  width: 50%;
  height: 0.2em;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::before {
    width: 14px;
    height: 3px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::before {
    width: 17px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion {
  background: #fff;
  padding: 5% 0 8%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion {
    padding: 23px 0 28px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion span {
  display: block;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.dl-inner {
  width: 86%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.dl-inner {
    width: 89%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.dl-inner div.tenpo-img {
    width: 34.4%;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.ul-wrap {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.ul-wrap {
    width: 61%;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul {
  padding: 3% 0 2%;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul {
    padding: 0;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul li {
  border-bottom: solid 1px #C2C2C2;
  font-weight: 500;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul li:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul li:last-child {
    border-bottom: solid 1px #C2C2C2;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3% 0;
  font-size: 1.12em;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl {
    padding: 6px 0;
    font-size: 16px;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl dt {
  color: #003980;
  width: 4.2em;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl dd {
  width: calc(100% - 5.2em);
  line-height: 1.4em;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn {
  display: block;
  text-align: center;
  color: #003980;
  border: solid 1px #003980;
  line-height: 1em;
  padding: 1.8% 0px 2.2%;
  font-size: 1.12em;
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn {
    width: 212px;
    font-size: 16px;
    margin-top: 12px;
    padding: 2px 0 4px;
    transition: all 0.2s;
  }
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn:hover {
    background: #003980;
    color: #fff;
    opacity: 1;
  }
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn:hover span::after {
    background: url("../myimg/map-btn-arrow-hover.svg") no-repeat;
  }
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn span {
  position: relative;
  display: inline-block;
}
section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.5em;
  background: url("../myimg/map-btn-arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(150%, -50%);
}
@media screen and (min-width: 768px) {
  section.sec-bottom-area div.sec-bottom-area-bg div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn span::after {
    height: 0.4em;
  }
}

/*section.sec-bottom-area*/
footer {
  background: #FFF;
  padding: 10% 0 30% 0;
}
@media screen and (min-width: 768px) {
  footer {
    background: #FFF;
    padding: 60px 0 80px 0;
  }
}
footer p {
  width: 70.5%;
  max-width: 308px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer p {
    width: 70.5%;
    max-width: 308px;
    margin: 0 auto;
  }
}

/*footer*//*# sourceMappingURL=style.css.map */