@charset "utf-8";
/* CSS Document */
#usedcar {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #usedcar {
    font-size: 18px;
  }
}
/*-----------------------------共通項目*/
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container, [id^="sec_"] .container-fluid {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
  transition: all 0.5s;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] .link_btn_area a {
    width: 60%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 20px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  width: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
ul.row > li .panel_wrap p {
  font-size: initial;
  line-height: 1.8em;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
p.catch_tx {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px auto;
  color: #038d92;
}
p.catch_tx a {
  color: #3366ff;
  text-decoration: underline;
}
/*-----------------------------下矢印三角形*/
.triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------ボタン上コメント*/
p.more_tx {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}
p.more_tx:before {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  left: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
  transform: scaleX(-1);
}
p.more_tx:after {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  right: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
}
/*-----------------------------アーティクルBOX*/
[class^="art_"], [class*=" art_"] {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------main_image*/
#main_img_area {
  padding: 40px 15px 0px;
  background: url("../img/usedcar_img/dotted_ptn.png")#b4deff;
  color: #333;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    padding: 70px 0 0;
  }
}
section#main_img_area ul.row {
  justify-content: center;
  align-items: center;
}
section#main_img_area ul.row li:nth-child(1) {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
}
@media print, screen and (min-width:768px) {
  section#main_img_area ul.row li:nth-child(1) {
    padding-top: 40px;
  }
}
@media print, screen and (min-width:1200px) {
  section#main_img_area ul.row li:nth-child(1) {
    padding-top: 0px;
  }
}
section#main_img_area ul.row li h2 {
  font-size: 26px;
  font-weight: 900;
  color: #333;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  section#main_img_area ul.row li h2 {
    font-size: 40px;
  }
}
section#main_img_area ul.row li a {
  background: #ff3366;
  border: 2px solid #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 12px;
  text-decoration: none;
  max-width: 450px;
  margin: 10px auto;
  font-size: 1.2em;
  transition: 0.3s;
}
section#main_img_area ul.row li a:hover {
  background: #fff;
  color: #ff3366;
  transition: 0.3s;
}
section#main_img_area ul.row li p.catch {
  font-size: 1.2em;
}
section#main_img_area ul.row li img {
  filter: drop-shadow(2px 2px 2px #0093ff);
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
}
#sec_01 ul.row > li .panel_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column wrap;
  padding-left: 20px;
  padding-right: 20px;
}
#sec_01 ul.row > li .panel_wrap img {
  width: 250px;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
  #sec_01 ul.row > li .panel_wrap img {
    width: auto;
  }
}
/*-----------------------------#sec_02*/
#sec_02 {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_02 .triangle {
  border-color: #fff transparent transparent transparent;
}
#sec_02 ul.row {
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row {
    padding: 0px;
  }
}
#sec_02 ul.row > li {
  padding: 0px;
}
#sec_02 ul.row > li img {
  height: 300px;
  width: auto;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li img {
    height: auto;
    width: auto;
  }
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li {
    padding: 50px;
  }
}
#sec_02 h4 {
  color: #fff;
  text-align: center;
  font-size: 22px;
}
#sec_02 ul.check_lst {
  margin: 20px auto;
}
#sec_02 ul.check_lst > li {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_02 h4, #sec_02 ul.check_lst > li {
    font-size: 24px;
  }
}
@media print, screen and (min-width:992px) {
  #sec_02 h4 {
    text-align: left;
    font-size: 28px;
  }
  #sec_02 ul.check_lst > li {
    text-align: left;
    font-size: 24px;
  }
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: #fff;
  padding-bottom: 0;
}
#sec_03 .triangle {
  border-color: #1e84d4 transparent transparent transparent;
}
@media print, screen and (min-width:768px) {
  #sec_03 .triangle {
    border-color: #2c91d9 transparent transparent transparent;
  }
}
[class^="merit_"], [class*=" merit_"] {
  padding-top: 20px;
  padding-bottom: 40px;
}
#sec_03 .merit_02, #sec_03 .merit_04 {
  background: #dbefff;
}
#sec_03 .merit_04 {
  padding-bottom: 50px;
}
#sec_03 ul.row {
  justify-content: center;
}
#sec_03 ul.row > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
#sec_03 ul.row > li h4 {
  width: 100%;
  text-align: left;
}
#sec_03 img {
  border-radius: 10px;
}
#sec_03 ul.row > li h4 {
  color: #333;
  text-align: center;
}
#sec_03 ul.row > li h4 span {
  font-weight: 900;
  font-size: 20px;
  color: #26a1a6;
  display: block;
}
#sec_03 ul.row > li h4 span strong {
  font-weight: 900;
  font-size: 58px;
  color: #26a1a6;
  margin-left: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_03 ul.row > li h4 {
    text-align: left;
  }
}
/*-----------------------------#sec_04*/
#sec_04 {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_04 .triangle {
  border-color: #dbefff transparent transparent transparent;
}
#sec_04 h3 {
  color: #fff;
}
#sec_04 ul.row {
  padding: 0 10px;
}
#sec_04 ul.row > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  margin-bottom: 0;
  padding: 0 5px;
}
#sec_04 ul.row > li .panel_wrap {
  padding: 5px 10px;
  border: #3F51B5 1px solid;
  /* position: relative;*/
}
/*#sec_04 ul.row > li .panel_wrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #3F51B5 transparent transparent transparent;
}*/
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .panel_wrap {
    padding: 15px;
  }
}
#sec_04 ul.row > li img {
  width: 150px;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li img {
    width: 250px;
  }
}
#sec_04 ul.row > li p {
  font-size: 14px;
  line-height: 1.5em;
}
#sec_04 ul.row > li h5 {
  font-size: 16px;
  line-height: 1.5em;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row {
    padding: inherit;
  }
  #sec_04 ul.row > li {
    padding: 10px;
  }
  #sec_04 ul.row > li p {
    font-size: inherit;
    line-height: inherit;
  }
  #sec_04 ul.row > li h5 {
    font-size: 18px;
    line-height: inherit;
  }
}
@media print, screen and (min-width:992px) {
  #sec_04 ul.row > li h5 {
    font-size: 20px;
  }
}
@media print, screen and (min-width:1200px) {
  #sec_04 .container-fluid {
    width: 1140px;
  }
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #fff;
}
#sec_05 .triangle {
  border-color: #1e84d4 transparent transparent transparent;
}
@media print, screen and (min-width:768px) {
  #sec_05 .triangle {
    border-color: #2c91d9 transparent transparent transparent;
  }
}
#sec_05 .ex_tx {
  display: block;
  padding: 10px 30px;
  border: 1px solid #006eb8;
  border-radius: 10px;
}
#sec_05 ul.row > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sec_05 ul.row > li .panel_wrap {
  margin-top: -50px;
  width: 95%;
  height: 150px
}
#sec_05 ul.row > li .panel_wrap h4 {
  font-size: 20px;
}
/*-----------------------------#sec_06*/
#sec_06 ul.row > li {
  margin-bottom: 50px;
}
#sec_06 ul.row > li:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 22px 22px 0 24px;
  border-color: #0097ff transparent #0097ff transparent;
}
@media print, screen and (min-width:992px) {
  #sec_06 ul.row > li:after {
    right: -5px;
    left: unset;
    top: 100px;
    bottom: unset;
    border-width: 22px 0 22px 24px;
    border-color: transparent transparent transparent #0097ff;
  }
}
#sec_06 ul.row > li:nth-child(3):after {
  display: none;
}
#sec_06 ul.row > li figure h5 {
  display: block;
  background: #519fe3;
  padding: 4px 50px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
#sec_06 ul.row > li:nth-child(2) figure h5 {
  background: #0382f1;
}
#sec_06 ul.row > li:nth-child(3) figure h5 {
  background: #0364b9;
}
@media print, screen and (min-width:992px) {
  #sec_06 ul.row > li figure h5 {
    display: inline-block;
    width: 250px;
  }
}
#sec_06 ul.row > li figure figcaption {
  font-size: 20px;
  font-weight: bold;
}
#sec_06 ul.row > li figure img {
  width: auto;
  height: auto;
}