@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 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
[id^="sec_"] h5 {
  color: #0660c5;
  font-size: 24px;
  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;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.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: 80px 15px 40px;
  background: url("../img/partner_img/bg_partner_title.jpg") center center no-repeat;
  background-size: cover;
  color: #333;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    padding: 140px 0 70px;
  }
}
section#main_img_area .main_img_catch{
	background: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	padding: 30px 20px;
}
section#main_img_area .main_img_catch .tx_box {
  margin-bottom: 30px;
}
section#main_img_area .main_img_catch h2 {
  font-size: 26px;
  font-weight: 900;
  color: #333;
  text-align: center;
}
section#main_img_area .main_img_catch p {
  font-size: 20px;
  text-align: center;
}
section#main_img_area .main_img_catch figure img {
  width: 60%;
}
@media print, screen and (min-width:768px) {
  section#main_img_area .main_img_catch {
    display: flex;
    justify-content: center;
    align-items: center;
	  width: 60%;
  }
  section#main_img_area .main_img_catch .tx_box {
    margin-bottom: 0;
    margin-right: 40px;
  }
  section#main_img_area .main_img_catch h2 {
    font-size: 40px;
  }
}
/*-----------------------------#sec_01*/
#sec_01 {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_01 h3 {
  color: #fff;
}
#sec_01 p {
  text-align: left;
  color: #fff;
}
#sec_01 p:not(:last-of-type) {
  margin-bottom: 20px;
}
/*-----------------------------#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_02*/
#sec_02 {
  background: #fff;
  padding-bottom: 0;
}
#sec_02 .triangle {
  border-color: #1e84d4 transparent transparent transparent;
}
@media print, screen and (min-width:768px) {
  #sec_02 .triangle {
    border-color: #2c91d9 transparent transparent transparent;
  }
}
[class^="merit_"], [class*=" merit_"] {
  padding-top: 20px;
  padding-bottom: 40px;
}
#sec_02 h4 {
  position: relative;
  color: #fff;
  background: #3366ff;
  padding: 10px 15px;
}
#sec_02 h4::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  block-size: 0;
  inline-size: 0;
  border-top: 20px solid #36f;
  border-bottom: 20px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
#sec_02 .merit_02, #sec_02 .merit_04 {
  background: #dbefff;
}
#sec_02 .merit_04 {
  padding-bottom: 50px;
}
#sec_02 ul {
  justify-content: center;
}
#sec_02 ul > li {}
#sec_02 ul > li h5 {
  width: 100%;
  margin-bottom: 30px;
}
#sec_02 img {
  border-radius: 10px;
}
#sec_02 ul > li h5 {
  color: #333;
  text-align: center;
}
#sec_02 ul > li h5 span {
  font-weight: 900;
  font-size: 20px;
  color: #26a1a6;
  display: block;
}
#sec_02 ul > li h5 span strong {
  font-weight: 900;
  font-size: 54px;
  color: #26a1a6;
  margin-left: 10px;
}
#sec_02 ul > li figure:not(:last-child) {
  margin-bottom: 30px;
}
#sec_02 .merit_func .merit_01 ul li figure{
	margin-bottom: 20px;
}
#sec_02 .merit_func .merit_03 ul > li > ul > li {
  text-align: left;
}
#sec_02 .merit_func .merit_03 ul > li > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
#sec_02 .merit_func_other .other_func {
  margin-bottom: 20px;
}
#sec_02 .merit_func_other .other_func li {
  text-align: left;
}
#sec_02 .merit_func_other .other_func li:not(:last-child) {
  margin-bottom: 15px;
}
#sec_02 .merit_func_other .kome_box li {
  text-align: left;
  font-size: 14px;
}
#sec_02 .merit_func_other .kome_box li:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul > li > p {
    text-align: center;
  }
  #sec_02 ul:not(.other_func):not(.kome_box) > li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
	#sec_02 .merit_func .merit_01 ul li figure{
	margin-bottom: 0;
		margin-right: 30px;
}
  #sec_02 .merit_func .merit_03 ul > li > ul > li:nth-child(2) {
    display: block;
  }
  #sec_02 ul > li figure:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
  #sec_02 .merit_func .merit_03 ul > li > ul {
    width: 60%;
  }
  #sec_02 .merit_func .merit_03 ul > li figure {
    width: 40%;
  }
  #sec_02 .merit_func .merit_03 ul > li figure img {
    width: 40%;
  }
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_03 .triangle {
  border-color: #fff transparent transparent transparent;
}
#sec_03 h3 {
  color: #fff;
}
#sec_03 ul.row {
  padding: 0 10px;
}
#sec_03 ul.row > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  margin-bottom: 0;
  padding: 0 5px;
}
#sec_03 ul.row > li .panel_wrap {
  padding: 5px 10px;
  border: #3F51B5 1px solid;
  /* position: relative;*/
}
/*#sec_03 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_03 ul.row > li .panel_wrap {
    padding: 15px;
  }
}
#sec_03 ul.row > li img {
  width: 150px;
}
@media print, screen and (min-width:768px) {
  #sec_03 ul.row > li img {
    width: 250px;
  }
}
#sec_03 ul.row > li p {
  font-size: 14px;
  line-height: 1.5em;
}
#sec_03 ul.row > li h5 {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  #sec_03 ul.row {
    padding: inherit;
  }
  #sec_03 ul.row > li {
    padding: 10px;
  }
  #sec_03 ul.row > li p {
    font-size: inherit;
    line-height: inherit;
  }
  #sec_03 ul.row > li h5 {
    font-size: 18px;
    line-height: inherit;
  }
}
@media print, screen and (min-width:992px) {
  #sec_03 ul.row > li h5 {
    font-size: 20px;
  }
}
@media print, screen and (min-width:1200px) {
  #sec_03 .container-fluid {
    width: 1140px;
  }
}
/*-----------------------------#sec_04*/
#sec_04 {
  background: #dbefff;
}
#sec_04 .triangle {
  border-color: #1e84d4 transparent transparent transparent;
}
#sec_04 figure {
  margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
  #sec_04 .triangle {
    border-color: #2c91d9 transparent transparent transparent;
  }
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #fff;
}
#sec_05 .triangle {
  border-color: #dbefff transparent transparent transparent;
}
#sec_05 ul {
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  background-image: linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
  background-size: 20px 20px;
  border: 8px solid #3366ff;
}
#sec_05 ul li {
  text-align: left;
  color: #333;
}
#sec_05 ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
  #sec_05 .triangle {
    border-color: #dbefff transparent transparent transparent;
  }
}