@charset "UTF-8";

.faq-area {
  width: 100%;
  box-sizing: border-box;
  margin: 24px 0 40px;
  padding: 24px 0px;
  background: #EFEFEF;
}

.faq-area__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 0 14px;
}

.faq-area__inner:first-of-type {
  margin-top: 0;
}

.faq-area .faq-main-hd {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.faq-area .faq-second-hd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.faq-area .faq-box {
  padding: 14px 14px;
  background: #FFF;
}

.faq-area .faq-box dl {
  margin: 12px 0;
}

.faq-area .faq-box dl dt {
  margin: 8px 0 0;
  font-weight: 700;
}

.faq-area .contact {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  margin: 12px 0 0;
  padding: 4px 4px;
}

.faq-area .contact .link-btn-area {
  margin-left: 12px;
  text-align: left;
}

.fixed-block {
  transform: translatey(100%);
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.7);
  /*box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .2);*/
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 0;
}

.fixed-block__inner {
  padding: 4px 14px;
}

.btn-area .btn-decision {
  width: auto;
  padding: 8px 20px;
  background-color: #CC0000;
  box-shadow: 0 5px 0 0 rgb(125, 0, 0);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.btn-area .disabled {
  background: #CCC;
  box-shadow: none;
}

.btn-area .btn-decision--small {
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.btn-area .btn-clear {
  background: #FFF;
  color: #000;
  margin-right: 8px;
  padding: 8px 20px;
  border: solid 1px #000;
  border-bottom: solid 2px #000;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  line-height: 2;
}

.faq-nav {
  margin: 12px 0 0;
  background: #EFEFEF;
  padding: 12px;
}

.faq-nav div {
  margin: 0 0 12px;
}

.faq-nav div:last-child {
  margin: 0;
}

.faq-nav dt {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.faq-nav dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.faq-nav a {
  position: relative;
  margin: 8px 8px 4px 0;
  padding: 8px 8px;
  background: #FFF;
  border: solid 1px #FFF;
  border-radius: 12px;
  box-shadow: 0 3px 0 0 #CCC;
  font-size: 12px;
  line-height: 1.3;
}

.faq-nav a:last-child {
  margin-right: 0;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.faq {
  /*details[open] .icon {*/
  /*  transform: rotate(180deg);*/
  /*}*/
  /* is-openedクラスが付与されたときのスタイル */
  /* アイコンのバーのスタイル */
}

.faq .icon {
  display: block;
  position: absolute;
  top: 54%;
  right: 2%;
  width: 12px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.faq details.is-opened .icon {
  transform: rotate(180deg);
}

.faq .icon::before,
.faq .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #9e9e9e;
}

.faq .icon::before {
  left: 0;
  transform: rotate(45deg);
}

.faq .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.faq__item {
  margin-bottom: 2px;
}

.faq__item--question {
  background-color: #F5F5F5;
  padding: 14px 20px 14px 60px;
  position: relative;
  font-weight: 700;
}

.faq__item--question::before {
  content: "Q";
  font-family: system-ui;
  font-size: 21px;
  margin-right: 12px;
  background-color: #333;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__item--anser {
  overflow: hidden;
}

.faq__item--anser__inner {
  font-size: 15px;
  line-height: 1.6;
  padding: 24px 0 24px 60px;
}

.faq__list {
  margin: 8px 0 0;
}

.faq__list li::before {
  background: none;
  content: "・";
}

.movie-area {
  background: #EFEFEF;
}

.movie-area__inner {
  box-sizing: border-box;
  background: #FFF;
  border-radius: 8px;
}

.movie-area--title {
  margin: 0 auto 12px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.movie-area--title span:first-child {
  display: block;
}

.movie-area--title .san {
  color: #CC0000;
}

.hero_image__inner {
  margin: 16px auto 0;
}

.reference-area {
  position: relative;
}

.suggestion-area {
  position: absolute;
  background: #FFF;
  box-shadow: 0 2px 8px 1px rgba(64, 60, 67, 0.24);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 2;
  width: 100%;
  left: -1px;
}

.suggestion-area__text {
  padding: 12px 8px;
}

/* JavsScript 無効時 */

.no-js .slideshow img:first-child {
  display: inline;
}

.used-top__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  color: #000;
}

.used-top--title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.used-top--title .main-tagline {
  position: absolute;
  right: 12px;
  top: 20px;
  text-align: center;
}

.used-top--title--sub {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
}

.used-top--title--sub2 {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 28px;
}

.used-top--title--sub3 {
  display: inline-block;
  padding: 4px;
  color: #FFF;
  background: #CC0000;
  font-size: 12px;
  line-height: 1.3;
}

.used-top--title--sub4 {
  position: absolute;
  left: 12px;
  top: 120px;
  color: #FFF;
  font-size: 10px;
}

.used-top--title2 {
  margin: 8px 14px 8px;
  font-size: 14px;
  font-weight: 700;
}

.used-reference-bg {
  padding: 0 0 24px;
  background-image: url("/lease/image/used/top/topmain-sub-e48f0f5a6ee256079aae21b74cf35d45.jpg");
  background-repeat: no-repeat;
  /*background-position: top 80px center;*/
  background-size: cover;
}

.used-reference-bg::before {
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
}

.used-reference {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 14px;
  background: #FFF;
  box-sizing: border-box;
}

.used-reference .searches-top {
  display: block;
}

.used-reference .searches--title {
  font-weight: 700;
  text-align: center;
}

.used-reference .searches--number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.used-reference .searches--number .number {
  color: #CC0000;
  padding: 0 2px;
  font-weight: 700;
}

.used-reference .searches--number .publish {
  margin-right: 4px;
  padding: 2px 4px;
  font-size: 13px;
  color: #FFF;
  background-color: #000;
}

.used-reference .searches--area--list2 {
  display: flex;
  justify-content: center;
}

.used-reference .searches--area--list2 li {
  width: calc(33.3333333333% - 8px);
  margin-left: 8px;
  padding: 8px 2px;
  font-size: 9px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #000 1px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1.2;
}

.used-reference .searches--area--list2 li:first-of-type {
  margin-left: 0;
}

.used-reference .searches--area--list2 li span {
  display: block;
}

.used-reference .searches--area--list2 li:hover {
  background: #CCC;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.used-reference .searches--area--list2 li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 4px;
}

.used-reference .searches--area--list {
  display: flex;
  justify-content: center;
}

.used-reference .searches--area--list li {
  width: calc(25% - 4px);
  margin-left: 2px;
  padding: 8px 2px;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #FFF 1px;
  background: #333;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.used-reference .searches--area--list li:first-of-type {
  margin-left: 0;
}

.used-reference .searches--area--list li span {
  font-size: 14px;
  display: block;
}

.used-reference .searches--area--list li:hover {
  background: #CC0000;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.used-reference .searches--area--form {
  display: flex;
  justify-content: center;
  border: 1px solid #000;
  margin: 24px auto 0;
  position: relative;
}

.used-reference .searches--area--input {
  border: 0;
  padding: 4px 8px;
  font-size: 14px;
  width: 450px;
  outline: none;
}

.used-reference .searches--area--button {
  font-size: 16px;
  width: 15%;
  padding: 12px 8px;
  background-color: #000;
  color: #FFF;
  padding: 8px 12px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.feature {
  margin: 0 auto;
}

.flow {
  background-color: #EFEFEF;
}

.flow__inner {
  background: #FFF;
  border-radius: 8px;
}

.flow .illust-area {
  width: 24%;
  padding: 4px;
}

.flow .illust-area img {
  padding: 4px;
  border: solid 1px #CCC;
}

.flow--list dt {
  margin: 20px 0 12px;
  padding: 0 0 4px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: bottom;
  border-bottom: solid 1px #333;
}

.flow--list dt span {
  color: #CC0000;
  margin-right: 4px;
  text-align: center;
}

.flow--list dd {
  display: flex;
  justify-content: space-between;
}

.flow--list dd p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.flow--list dd .text-area {
  width: 68%;
}

.feature__bg {
  background: #EFEFEF;
}

.feature__inner--list .text-area {
  text-align: center;
}

.feature .list-box {
  padding: 12px;
  background-color: #FFF;
  border-radius: 8px;
}

.feature h3 {
  line-height: 2;
  text-align: center;
}

.feature .point {
  padding: 6px 20px;
  background-color: #CC0000;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}

.balloon {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  background: #CC0000;
  border-radius: 50px;
  text-align: center;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 10px solid #CC0000;
}

.balloon h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
}

.feature {
  box-sizing: border-box;
  text-align: center;
}

.feature--title {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.feature--title span:first-child {
  display: block;
}

.feature--title .san {
  font-size: 20px;
  color: #FFF;
}

.feature__inner {
  box-sizing: border-box;
}

.flow {
  box-sizing: border-box;
}

.flow--title {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.flow--title span:first-child {
  display: block;
}

.flow--title .san {
  font-size: 20px;
  color: #CC0000;
}

.flow__inner {
  box-sizing: border-box;
}

.used-news {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-news__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.used-news__inner--list li {
  margin: 0 0 12px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.used-news__inner--list li::before {
  content: "・";
}

.used-comparison {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-comparison__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.new-usedcar,
.new-aiscar {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.new-usedcar__inner,
.new-aiscar__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.new-aiscar .link {
  margin: -8px 0 12px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.new-aiscar .link a {
  border-bottom: solid 1px #000;
}

.used-ranking {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-ranking__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.used-ranking__inner--select {
  display: block;
}

.used-ranking__inner--list {
  margin: 24px 0 0;
}

.used-ranking__inner--list li {
  position: relative;
  padding: 8px 8px;
  border-bottom: solid 1px #CCC;
}

.used-ranking__inner--list li:first-of-type {
  border-top: solid 1px #CCC;
}

.used-ranking__inner--list li .icon-area {
  z-index: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.used-ranking__inner--list li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.used-ranking .rank__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.used-ranking .rank__item::after {
  position: absolute;
  right: 4px;
  top: 50%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #ccc;
  content: "";
  display: inline-block;
  position: absolute;
  height: 12px;
  width: 12px;
  transform: rotate(-45deg);
}

.used-ranking .rank__thumb {
  width: 33%;
  margin: 8px 8px 0 16px;
}

.used-ranking .rank__data {
  width: 65%;
}

.used-ranking .rank__name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.used-ranking .rank__name span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.used-ranking .rank__name a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.used-ranking .rank__name a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.used-ranking .rank__price {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.used-ranking .rank__price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.975;
  color: #CC0000;
}

/*ランキングカラー*/

.first {
  background-color: #FFBE0A;
}

.second {
  background-color: #AFAFAF;
}

.third {
  background-color: #B75500;
}

.used-flow {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-flow__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.used-flow__inner--list {
  margin: 12px 0 0;
}

.used-flow__inner--list li {
  margin: 0 0 8px;
}

.used-flow__inner--list li dl {
  display: flex;
  justify-content: space-between;
}

.used-flow__inner--list li dl dt {
  width: 35%;
}

.used-flow__inner--list li dl dd {
  width: 62%;
}

.used-flow__inner--list li dl dd p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.used-flow__inner--list--step {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.used-flow__inner--list--step span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 4px;
}

.used-merit {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-merit__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.used-merit__inner--list {
  margin: 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.used-merit__inner--list li {
  position: relative;
  margin: 0 0 4px;
  padding: 4px 0 0;
  height: 50px;
  background: #EFEFEF;
  text-align: center;
  width: calc(33.3333333333% - 4px);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.used-merit__inner--list li:first-of-type {
  margin-left: 0;
}

.used-qa {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-qa__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.used-qa .contact {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  margin: 12px 0 0;
  padding: 4px 4px;
}

.used-qa .contact .link-btn-area {
  margin-left: 12px;
  text-align: left;
}

.used-voice {
  margin: 0 auto;
  padding-bottom: 24px;
  background: #EFEFEF;
}

.used-voice__inner {
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.used-voice__inner--list {
  margin: 12px 0 0;
}

.used-voice__inner--list li {
  position: relative;
  margin: 0 0 8px;
  padding: 8px 8px;
  border: solid 1px #CCC;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.used-voice__inner--list li dl dt {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: solid 1px #CCC;
}

.used-voice__inner--list li dl dt .voice-thumb {
  width: 30%;
}

.used-voice__inner--list li dl dt .voice-text {
  width: 58%;
  margin: 0 0 4px;
}

.used-voice__inner--list li dl dt .voice-name {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3076923077;
}

.used-voice__inner--list li dl dt .voice-name span {
  display: block;
}

.used-voice__inner--list li dl dt .voice-car {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3076923077;
}

.used-voice__inner--list li dl dd {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.used-voice__inner--list li dl dd span {
  display: block;
}

.pg-price-area {
  margin: 20px auto 20px;
  text-align: center;
}

.pg-price-btn {
  display: inline-block;
  padding: 12px 40px;
  text-align: center;
  background: #333;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}

.priceslide-top .ui-slider-area {
  width: 82%;
  margin: 0 auto;
}

.fixed-block {
  transform: translatey(100%);
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.7);
  /*box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .2);*/
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 0;
}

.fixed-block__inner {
  padding: 4px 14px;
}

.btn-area .btn-decision {
  width: auto;
  padding: 8px 20px;
  background-color: #CC0000;
  box-shadow: 0 5px 0 0 rgb(125, 0, 0);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.is-in .fixed-block {
  transform: translateX(0);
}

.flow {
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.flow--title {
  margin-bottom: 0px;
}

.flow__inner p {
  margin: 0 0 12px;
  text-align: center;
}

.flow__inner p span {
  font-size: 18px;
  font-weight: 700;
  color: #CC0000;
}

.flow__inner--list {
  display: flex;
  justify-content: space-between;
}

.flow__inner--list .title {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 700;
}

.flow__inner--list .icon {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.flow__inner--list .text {
  font-size: 14px;
  padding: 0 8px;
}

.flow__inner--list .text span {
  font-weight: 700;
  color: #CC0000;
}

.flow__inner .week1 {
  padding: 12px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: solid 2px #EFEFEF;
  text-align: center;
  line-height: 1.5;
}

.flow__inner .week1__inner {
  display: flex;
  justify-content: center;
}

.flow__inner .week3 {
  margin: 0 0 0 8px;
  padding: 12px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: solid 2px #EFEFEF;
  text-align: center;
  line-height: 1.5;
}

.flow__inner .week3__inner {
  display: flex;
  justify-content: center;
}

.flow__inner .week_text {
  position: relative;
  display: inline-block;
  margin: 12px 0 0;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #FFF;
  border: solid 1px #666;
  box-sizing: border-box;
}

.flow__inner .week_text span {
  color: #CC0000;
}

.flow__inner .box {
  width: 167px;
}

.flow__inner .arrow {
  position: absolute;
  top: 171%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 60px;
  background: #666;
}

.flow__inner .arrow_long {
  position: absolute;
  top: 212%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 96px;
  background: #666;
}

.layout__row .breadcrumb__inner {
  width: auto;
  margin: 0;
}

.layout__row .page-title {
  font-weight: 400;
}

@media screen and (min-width: 640px) {
  .faq-area {
    margin: 40px 0 60px;
  }

  .faq-area__inner {
    width: 1020px;
  }

  .faq-area .faq-main-hd {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }

  .faq-area .faq-second-hd {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }

  .faq-area .faq-box {
    padding: 24px 20px;
  }

  .faq-area .contact {
    padding: 8px 8px;
  }

  .fixed-block__inner {
    width: 600px;
    margin: 0 auto;
  }

  .btn-area .btn-decision {
    padding: 8px 12px 8px;
    font-size: 20px;
  }

  .btn-area .btn-decision--small {
    font-size: 14px;
  }

  .btn-area .btn-clear {
    font-size: 14px;
    margin-top: 4px;
    padding: 8px 12px;
    line-height: 1.3;
  }

  .faq-nav {
    display: flex;
    justify-content: space-between;
  }

  .faq-nav div {
    width: 32%;
    margin: 0 0 0;
  }

  .faq-nav dt {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .faq-nav a {
    margin: 8px 8px 4px 0;
    font-size: 13px;
    padding: 4px 8px;
  }

  .faq__item--question {
    font-size: 18px;
    cursor: pointer;
  }

  .movie-area {
    margin: 0 auto 40px;
    padding: 40px 0 40px;
  }

  .movie-area__inner {
    width: 1020px;
    margin: 0 auto;
    box-shadow: none;
  }

  .movie-area--title {
    margin: 0 auto 24px;
    font-size: 24px;
    line-height: 1.5;
  }

  .movie-area--title span:first-child {
    display: inline-block;
  }

  .movie-area__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 40px;
  }

  .movie-thumb {
    margin: 12px 0 0;
    text-align: center;
  }

  .movie-thumb img {
    width: 90%;
    border-radius: 8px;
  }

  .movie-thumb:hover {
    opacity: 0.8;
  }

  .hero_image__inner {
    margin: 24px auto 0;
    width: 1020px;
  }

  .suggestion-area {
    top: 38px;
  }

  .suggestion-area__text {
    font-size: 16px;
    cursor: pointer;
  }

  .suggestion-area__text:hover {
    background-color: #EFEFEF;
  }

  .conditions-area--search-word .suggestion-area {
    top: auto;
  }

  .conditions-area--search-word .suggestion-area__text {
    font-size: 14px;
    padding: 8px 8px;
  }

  .used-top__inner {
    top: 0;
    left: 0;
    right: 0;
    width: 800px;
    height: 350px;
    margin: 0 auto;
  }

  .used-top--title {
    margin: 0 auto;
  }

  .used-top--title .main-tagline {
    top: 40px;
    width: 600px;
  }

  .used-top--title--sub {
    font-size: 25px;
  }

  .used-top--title--sub2 {
    margin: 0 0 12px;
    font-size: 75px;
  }

  .used-top--title--sub3 {
    font-size: 20px;
    padding: 8px;
  }

  .used-top--title--sub4 {
    left: 0;
    top: 280px;
    font-size: 14px;
  }

  .used-top--title2 {
    width: 1020px;
    margin: 12px auto 12px;
    font-size: 16px;
  }

  .used-reference-bg {
    /* background-position: top 100px center;*/
  }

  .used-reference {
    padding: 20px 0;
    z-index: 1;
  }

  .used-reference .searches-top {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .used-reference .searches {
    width: 1020px;
    margin: 0 auto;
  }

  .used-reference .searches--title {
    font-size: 28px;
  }

  .used-reference .searches--number {
    margin: 0 0 12px;
    font-size: 18px;
  }

  .used-reference .searches--number .number {
    font-size: 24px;
  }

  .used-reference .searches--area {
    width: 680px;
    margin: 8px auto 12px;
  }

  .used-reference .searches--area--list2 li {
    width: calc(25% - 8px);
    margin: 12px 0 0 8px;
    font-size: 12px;
  }

  .used-reference .searches--area--list2 li span {
    display: inline-block;
  }

  .used-reference .searches--area--list2 li .icon {
    width: 55px;
    height: 55px;
  }

  .used-reference .searches--area--list2 li .text {
    display: block;
  }

  .used-reference .searches--area--list li {
    width: calc(25% - 8px);
    margin: 12px 0 0 8px;
    font-size: 12px;
  }

  .used-reference .searches--area--list li span {
    font-size: 18px;
  }

  .used-reference .searches--area--list li .text br {
    display: none;
  }

  .used-reference .searches--area--form {
    width: 450px;
    margin: 24px auto 0;
  }

  .used-reference .searches--area--input {
    font-size: 16px;
  }

  .used-reference .searches--area--button {
    font-size: 18px;
    width: 40px;
  }

  .feature {
    padding: 42px 0 0;
  }

  .flow__inner {
    padding: 20px 40px;
  }

  .flow .illust-area {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
  }

  .flow .illust-area img {
    width: 80%;
  }

  .flow--list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .flow--list dt {
    text-align: center;
  }

  .flow--list dd {
    display: block;
  }

  .flow--list dd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .flow--list dd .text-area {
    width: 100%;
  }

  .feature {
    padding: 40px 0 0;
  }

  .feature__inner {
    padding: 42px 0 20px;
  }

  .feature__inner--list {
    display: flex;
    justify-content: space-between;
  }

  .feature__inner--list .text-area {
    font-size: 16px;
  }

  .feature .list-box {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-right: 4px;
  }

  .feature .list-box:last-child {
    margin-right: 0;
  }

  .feature .illust-area {
    width: 100%;
    margin: 8px 0;
    text-align: center;
  }

  .feature .emphasis {
    font-size: 24px;
  }

  .balloon {
    margin: -28px 0;
    padding: 4px 20px 8px;
  }

  .balloon h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .feature--title {
    margin: 0 auto 24px;
    font-size: 24px;
    line-height: 1.5;
  }

  .feature--title span:first-child {
    display: inline-block;
  }

  .feature--title .san {
    font-size: 40px;
  }

  .feature__inner {
    width: 1020px;
    margin: 0 auto;
    box-shadow: none;
  }

  .flow--title {
    margin: 0 auto 24px;
    font-size: 24px;
    line-height: 1.5;
  }

  .flow--title span:first-child {
    display: inline-block;
  }

  .flow--title .san {
    font-size: 40px;
  }

  .flow__inner {
    width: 1020px;
    margin: 0 auto;
    box-shadow: none;
  }

  .used-news {
    padding-bottom: 24px;
    background: #FFF;
  }

  .used-news__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 40px 40px;
    box-shadow: none;
  }

  .used-news__inner--list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .used-comparison {
    padding-bottom: 80px;
    background: #FFF;
  }

  .used-comparison__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }

  .new-usedcar,
  .new-aiscar {
    padding-bottom: 80px;
    background: #FFF;
  }

  .new-usedcar__inner,
  .new-aiscar__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }

  .new-aiscar .link {
    margin: -24px 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .used-ranking {
    padding-bottom: 80px;
    background: #FFF;
  }

  .used-ranking__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }

  .used-ranking__inner--select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .used-ranking__inner--select h3 {
    margin-bottom: 0;
  }

  .used-ranking__inner--select .cp_ipselect {
    margin: 0;
    width: 50%;
    margin-left: 30px;
  }

  .used-ranking__inner--list {
    margin: 32px 0 0;
    display: flex;
    justify-content: flex-start;
    padding: 0 8px 24px;
  }

  .used-ranking__inner--list li {
    align-items: center;
    width: 33.3333333333%;
    margin: 0 0 0 8px;
    border: solid 1px #CCC;
  }

  .used-ranking__inner--list li:first-of-type {
    margin-left: 0;
  }

  .used-ranking__inner--list li .icon-area {
    top: -8px;
    left: -4px;
  }

  .used-ranking .rank__item::after {
    right: 4px;
    top: 50%;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #CCC;
    content: "";
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    transform: rotate(-45deg);
  }

  .used-ranking .rank__thumb {
    width: 30%;
    margin: 8px 0 0 4px;
  }

  .used-ranking .rank__data {
    width: 60%;
    margin-right: 5%;
  }

  .used-ranking .rank__name {
    font-size: 15px;
  }

  .used-flow {
    padding-bottom: 80px;
    background: #FFF;
  }

  .used-flow__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }

  .used-flow__inner--list {
    display: flex;
    justify-content: space-between;
  }

  .used-flow__inner--list li {
    display: flex;
    justify-content: space-between;
    width: calc(20% - 12px);
    margin: 0 0 0 12px;
  }

  .used-flow__inner--list li:first-of-type {
    margin-left: 0;
  }

  .used-flow__inner--list li dl {
    display: block;
  }

  .used-flow__inner--list li dl dt {
    width: 100%;
  }

  .used-flow__inner--list li dl dd {
    width: 100%;
    margin: 8px 0 0;
  }

  .used-flow__inner--list li dl dd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .used-flow__inner--list--step {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .used-flow__inner--list--step span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  .used-merit {
    padding-bottom: 80px;
    background: #FFF;
  }

  .used-merit__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }

  .used-merit__inner--list {
    display: flex;
    align-items: center;
  }

  .used-merit__inner--list li {
    width: calc(16.6666666667% - 12px);
    margin: 0 0 0 12px;
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .used-qa {
    background: #FFF;
  }

  .used-qa__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }

  .used-qa .contact {
    padding: 8px 8px;
  }

  .used-voice {
    padding-bottom: 24px;
    background: #FFF;
  }

  .used-voice__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 40px 40px;
    box-shadow: none;
  }

  .used-voice__inner--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .used-voice__inner--list li {
    width: calc(25% - 8px);
    margin: 0 0 0 8px;
    padding: 8px 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .used-voice__inner--list li:first-of-type {
    margin-left: 0;
  }

  .used-voice__inner--list li dl dt .voice-thumb {
    width: 40%;
  }

  .priceslide-top .ui-slider-area {
    width: 70%;
  }

  .fixed-block__inner {
    width: 600px;
    margin: 0 auto;
  }

  .btn-area .btn-decision {
    padding: 8px 12px 8px;
    font-size: 20px;
  }

  .flow {
    margin: 0 auto 40px;
    padding: 40px 0 40px;
  }

  .flow__inner p br {
    display: none;
  }

  .flow__inner .arrow {
    top: 50%;
    left: 150%;
    width: 80px;
    height: 4px;
  }

  .flow__inner .arrow_long {
    top: 50%;
    left: 196%;
    width: 155px;
    height: 4px;
  }

  .breadcrumb.layout__row {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 0 auto 10px;
  }

  .layout__row .page-title {
    margin: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .fixed-block .plans__price {
    padding-top: 0;
  }

  .faq__item--question {
    font-size: 14px;
    padding-left: 38px;
    line-height: 1.3;
  }

  .faq__item--question::before {
    font-size: 16px;
    width: 30px;
  }

  .faq__item--anser__inner {
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0;
  }

  .movie-area {
    margin: 0 auto 20px;
    padding: 0 14px 24px;
  }

  .movie-area__inner {
    padding: 20px 14px 12px;
  }

  .movie-area .movie-thumb {
    margin: 8px 0 0;
  }

  .movie-area .movie-thumb img {
    border-radius: 8px;
  }

  .movie-area p {
    font-size: 15px;
  }

  .suggestion-area {
    top: 36px;
  }

  .suggestion-area__text {
    font-size: 14px;
  }

  .used-reference .searches--title {
    font-size: 22px;
  }

  .used-reference .searches--number {
    margin: 0 0 8px;
    font-size: 14px;
  }

  .used-reference .searches--number .number {
    font-size: 20px;
  }

  .used-reference .searches--area {
    margin: 12px 0 12px;
  }

  .flow {
    padding: 0 14px 20px;
  }

  .flow__inner {
    padding: 20px 20px;
  }

  .flow--list dd .link-area {
    margin: 4px 0 0;
  }

  .flow--list dd .link-text {
    font-size: 12px;
  }

  .feature {
    padding: 32px 0 0;
  }

  .feature__inner {
    padding: 32px 14px 20px;
  }

  .feature__inner--list .text-area {
    font-size: 15px;
  }

  .feature .list-box {
    margin: 0 0 8px;
  }

  .feature .illust-area {
    margin: 8px 0;
    text-align: center;
  }

  .feature .illust-area img {
    width: 80%;
  }

  .feature .emphasis {
    font-size: 20px;
  }

  .balloon {
    margin: -20px 0;
    padding: 12px 20px 8px;
  }

  .balloon h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .feature--title {
    margin: 0 auto 12px;
  }

  .flow--title {
    margin: 0 auto 12px;
  }

  .used-ranking .rank__item::after {
    height: 6px;
    width: 6px;
  }

  .fixed-block .plans__price {
    padding-top: 0;
  }

  .campaign_banner {
    margin-bottom: 0px;
  }

  .flow__inner p span {
    font-size: 17px;
  }

  .flow__inner p {
    margin: 12px 0;
    font-size: 15px;
  }

  .flow__inner--list .icon {
    width: 45px;
    height: 45px;
  }

  .flow__inner--list .text {
    width: 75%;
    padding: 0;
    text-align: left;
  }

  .flow__inner--list {
    display: block;
  }

  .flow__inner .week1__inner {
    display: block;
    order: 2;
  }

  .flow__inner .week1 {
    display: flex;
    justify-content: center;
  }

  .flow__inner .week3__inner {
    display: block;
    order: 2;
  }

  .flow__inner .week3 {
    display: flex;
    justify-content: center;
    margin: 8px 0 0;
  }

  .flow__inner .week_text {
    order: 1;
    margin: 0 8px 0 0;
    padding: 4px;
    vertical-align: middle;
    writing-mode: vertical-rl;
    display: block;
  }

  .flow__inner .box {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
  }

  .layout__row .page-title {
    font-size: 12px;
  }
}

@media screen and (min-width: 640px) and (max-width: 640px) {
  .used-ranking .rank__item::after {
    height: 3px;
    width: 3px;
  }
}