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

Newcar

* ============================================================= */
/* p-newcar-contents
=============================== */
.p-newcar-contents > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-newcar-contents > div#zenkoku_zankure {
  justify-content: center;
}

.p-newcar-contents br {
  display: none;
}

.p-newcar-contents object {
  float: left;
  width: 50%;
  padding: 1rem;
}

.p-newcar-contents div[id^="img600"] {
  float: left;
  width: 50%;
  padding: 1rem;
}

@media screen and (max-width: 560px) {
  .p-newcar-contents div[id^="img600"] {
    width: 100%;
    padding: .75rem 0;
  }
}

.p-newcar-contents div[id^="img600"] a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents div[id^="img600"] a:hover {
  opacity: .7;
}

.p-newcar-contents div[id^="img600"] a img {
  width: 100%;
}

.p-newcar-contents table {
  width: 100%;
  padding: 3rem 0;
  border-spacing: 1rem 0;
  border-collapse: separate;
  table-layout: fixed;
}

.p-newcar-contents table a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents table a:hover {
  opacity: .7;
}

.p-newcar-contents table img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-newcar-contents table tr:first-child {
    display: none;
  }
}

/* p-newcar-special
=============================== */
.p-newcar-special .frame-c {
  clear: both;
  width: 100%;
  padding: 50px 0 0;
}

.p-newcar-special .frame-c::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.p-newcar-special .frame-c:first-child {
  padding-top: 0;
}

.p-newcar-special .frame-c * {
  text-align: left !important;
}

.p-newcar-special .frame-c .mainimg-cw {
  float: left;
  overflow: hidden;
  width: 200px;
  vertical-align: top;
  font-size: 12px;
}

@media screen and (max-width: 560px) {
  .p-newcar-special .frame-c .mainimg-cw {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-newcar-special .frame-c .mainimg-cw a {
  display: block;
  margin-bottom: 1em;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-special .frame-c .mainimg-cw a:hover {
  opacity: .7;
}

.p-newcar-special .frame-c .mainimg-cw a img {
  float: none;
  max-width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 560px) {
  .p-newcar-special .frame-c .mainimg-cw a {
    float: left;
    width: 150px;
    margin-right: 10px;
  }
}

.p-newcar-special .frame-c .mainimg-cw img {
  float: left;
  width: auto;
  margin-right: .5em;
}

.p-newcar-special .frame-c .mainimg-cw .gas {
  overflow: hidden;
}

.p-newcar-special .frame-c .maintxt-cw {
  overflow: hidden;
  padding-left: 20px;
  background-image: none;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .p-newcar-special .frame-c .maintxt-cw {
    padding-left: 0;
  }
}

.p-newcar-special .frame-c ul.n-cw {
  padding: 0 0 1em 1.5em;
  list-style-type: disc;
}

.p-newcar-special .frame-c ul.n-cw li {
  list-style-position: outside;
  list-style-type: disc;
}

.p-newcar-special .frame-c .cartype-w {
  padding: 0 0 5px 0;
}

.p-newcar-special .frame-c .carname-cw {
  margin: 0 0 15px;
  padding-left: 0;
  border-bottom: 1px solid #295ea4;
  font-size: 20px;
}

.p-newcar-special .frame-c .carname-cw a {
  color: #295ea4;
  text-decoration: none;
  font-weight: bold;
}

.p-newcar-special .frame-c .carname-cw a:hover {
  text-decoration: underline;
}

.p-newcar-special .frame-c .spacialeq-cw {
  margin: 0 0 5px;
  font-size: 16px;
}

.p-newcar-special .frame-c .clear-toku {
  height: 0;
}

.p-newcar-special .corner-cw {
  display: none;
}

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

Lineup

* ============================================================= */
.p-lineup-contents img {
  width: auto;
  max-width: 100%;
}

.CMN-L {
  width: 100%;
}

.CMN-L__title {
  margin-top: -30px;
  padding-top: 30px;
}

.CMN-L__titleInner {
  margin-bottom: 1.15385em;
  letter-spacing: .125em;
  font-weight: bold;
  font-size: 1.625em;
}

.CMN-L__titleInner img {
  opacity: 0;
}

/* anchor button
=============================== */
.CMN-L__anchorBtn {
  position: relative;
  margin-bottom: 5em;
  padding: 3.25em 0;
}

.CMN-L__anchorBtn > * {
  position: relative;
  z-index: 1;
}

.CMN-L__anchorBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((1080px - 100vw)/2);
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 1284.04px) {
  .CMN-L__anchorBtn:before {
    left: -7.94524vw;
  }
}

.CMN-L__anchorBtn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1%;
}

.CMN-L__anchorBtn-item {
  display: inline-block;
  max-width: 22%;
  margin: 1%;
  word-spacing: normal;
  letter-spacing: normal;
  font-size: 10px;
}

.CMN-L__anchorBtn-item a {
  display: block;
  transition: all .3s ease-out;
}

.CMN-L__anchorBtn-item a:hover {
  opacity: .7;
  transform: translateY(2px);
}

.CMN-L__anchorBtn-item img {
  border: 0;
}

/* anchor text link
=============================== */
.CMN-L__anchorText {
  display: none;
}

/* car list
=============================== */
.CMN-L__car {
  margin-top: 30px;
  margin-bottom: 60px;
}

.CMN-L__carList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.CMN-L__carItem {
  display: flex;
  flex-direction: column;
  width: 24%;
  margin: .5%;
  border: 1px solid #aaa;
  background: #fff;
}

.CMN-L__carItem img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .CMN-L__carItem {
    width: 32.3333%;
  }
}

@media screen and (max-width: 560px) {
  .CMN-L__carItem {
    width: 49%;
  }
}

.CMN-L__carItem-icon {
  overflow: hidden;
  margin-bottom: 10px;
}

.CMN-L__carItem-exhaust {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-mileage {
  display: inline-block;
  float: right;
  min-width: 48%;
  text-align: right;
}

.CMN-L__carItem-mileage img {
  display: inline;
}

.CMN-L__carItem-img {
  margin-bottom: 5px;
  text-align: center;
}

.CMN-L__carItem-img img {
  border: 0;
}

.CMN-L__carItem-head {
  padding: 1em;
}

.CMN-L__carItem-head a .CMN-L__carItem-name {
  color: #333;
  text-decoration: underline;
}

.CMN-L__carItem-head a:hover .CMN-L__carItem-name {
  text-decoration: none;
}

.CMN-L__carItem-name {
  padding: .5em 0;
  text-align: center;
  letter-spacing: .02em;
  font-weight: bold;
}

.CMN-L__carItem-spec {
  padding: 1.2em 1.8em;
  background: #f2f6f7;
  font-size: .875em;
}

@media screen and (max-width: 768px) {
  .CMN-L__carItem-spec {
    margin: auto 0;
    padding: 1em;
  }
}

.CMN-L__carItem-specItem {
  overflow: hidden;
  margin-bottom: 8px;
}

.CMN-L__carItem-specItem:last-child {
  margin-bottom: 0;
}

.CMN-L__carItem-specItem h5 {
  display: inline-block;
  float: left;
  padding-right: 1em;
  line-height: inherit;
}

.CMN-L__carItem-specItem p {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-fuel2 {
  margin-top: 8px;
  padding: 1em;
  color: #023994;
  text-align: center;
  font-weight: bold;
  font-size: .875em;
}

.CMN-L__carItem-fuel2Inner {
  overflow: hidden;
}

.CMN-L__carItem-fuel2Inner img {
  margin-top: -3px;
}

/* page top
=============================== */
.CMN-L__pageTop {
  display: none;
}

/* caution
=============================== */
.CMN-L__cautionList {
  font-size: 13px;
  line-height: 1.8;
}

.CMN-L__cautionItem {
  margin-bottom: 6px;
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
  text-justify: auto;
}

.CMN-L__cautionItem--star {
  color: #023994;
}

.CMN-L__cautionItem--star:before {
  content: "\2605";
}

.CMN-L__cautionItem:before {
  content: "\25cf";
}

.CMN-L__cautionItem--asterisk:before {
  content: "\203B";
}

/* zankure
=============================== */
#zenkoku_zankure a {
  display: inline-block;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s ease-out;
}

#zenkoku_zankure a:hover {
  opacity: .7;
}

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

report

* ============================================================= */
/* p-report-list
============================== */
.p-report-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 60px 30px;
  margin-top: 50px;
  margin-bottom: 80px;
}

/* p-report-block
============================== */
.p-report-block {
  display: block;
  text-decoration: none;
  transition: opacity .3s;
}

.p-report-block:hover {
  opacity: .6;
}

.p-report-block__img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.p-report-block__box {
  display: flex;
  min-height: 82px;
  border: 1px solid #d9d3d2;
}

.p-report-block__log {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 5em;
  padding: .75em;
  border-right: 1px solid #d9d3d2;
}

.p-report-block__log > p {
  font-weight: 700;
  letter-spacing: -0.08em;
}

.p-report-block__car {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 1em;
}

.p-report-block__car > dt {
  color: #295ea4;
  font-weight: bold;
  font-size: 18px;
}

/* p-report-notes
============================== */
.p-report-notes {
  margin-top: 50px;
  font-size: 13px;
}

.p-report-notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

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

usedcar

* ============================================================= */
/* p-usedcar-subtitle
============================== */
.p-usedcar-subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 1em;
  padding-bottom: .25em;
  border-bottom: 1px solid;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-usedcar-subtitle {
    font-size: 20px;
  }
}

/* p-usedcar-lead
============================== */
.p-usedcar-lead {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.p-usedcar-lead:not(:last-child) {
  margin-bottom: 2em;
}

/* p-usedcar-notes
============================== */
.p-usedcar-notes {
  margin-top: 1.5em;
  font-size: 14px;
}

.p-usedcar-notes small {
  display: block;
  margin-top: .25em;
  font-size: 13px;
}

/* p-usedcar-introduction
============================== */
.p-usedcar-introduction {
  margin-bottom: 75px;
}

.p-usedcar-introduction__body {
  margin-top: 40px;
}

/* p-usedcar-merit
============================== */
.p-usedcar-merit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-usedcar-merit {
    grid-template-columns: 1fr;
  }
}

.p-usedcar-merit__item {
  overflow: hidden;
  border: 1px solid #bfbfbf;
  border-radius: 9px;
}

.p-usedcar-merit__head {
  padding: 1.11111em;
  background: #f1f1f1;
  text-align: center;
  font-weight: 550;
  font-size: 18px;
  line-height: 1.5;
}

.p-usedcar-merit__body {
  padding: 1.25em 2em;
  font-size: 14px;
  line-height: 2;
}

/* p-usedcar-banner
============================== */
.p-usedcar-banner {
  margin-top: 50px;
}

.p-usedcar-banner__notes {
  font-size: 14px;
  line-height: 2;
  padding-top: 1.5rem;
}

.p-usedcar-banner a {
  display: block;
  transition: all .3s ease-out;
}

.p-usedcar-banner a:hover {
  opacity: .7;
}

/* p-usedcar-popular
============================== */
.p-usedcar-popular {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

@media screen and (max-width: 900px) {
  .p-usedcar-popular {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .p-usedcar-popular {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.p-usedcar-popular__link {
  display: block;
  padding: 2em 5%;
  background: #fff;
  text-align: center;
  font-size: 16px;
  transition: all .3s ease-out;
}

.p-usedcar-popular__link:hover {
  opacity: .7;
}

.p-usedcar-popular__text {
  margin-top: 1em;
  line-height: 1;
}

/* p-usedcar-uselect
============================== */
.p-usedcar-uselect {
  display: flex;
  align-items: center;
  gap: 30px 54px;
  margin-bottom: 50px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-usedcar-uselect {
    flex-direction: column;
  }
}

.p-usedcar-uselect__logo {
  flex-shrink: 0;
  width: 301px;
  max-width: 100%;
}

.p-usedcar-uselect__text {
  font-size: 14px;
  line-height: 2;
}

.p-usedcar-uselect__text small {
  display: block;
  margin-top: .5em;
  font-size: 13px;
}

/* p-usedcar-grade
============================== */
.p-usedcar-grade {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  width: 100%;
}

/* p-usedcar-garantee
============================== */
.p-usedcar-garantee__foot {
  margin-top: 50px;
}

/* p-usedcar-search
=============================== */
.p-usedcar-search {
  --line-height: 1.75;
  --line-space: (var(--line-height) - 1)/2;
}

.p-usedcar-search em {
  font-style: normal;
}

.p-usedcar-search .COMMON-UCAR-search {
  padding: 5rem 0;
  background: #f2f6f7;
}

.p-usedcar-search .COMMON-UCAR-search:after {
  content: none;
}

.p-usedcar-search .COMMON-UCAR-search__foot {
  margin-top: 0;
}

.p-usedcar-search .COMMON-UCAR-search-item {
  align-items: baseline;
  margin: 6px 0;
}

.p-usedcar-search .COMMON-UCAR-search-item__head {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-usedcar-search .COMMON-UCAR-search-item__head {
    margin-bottom: .35em;
    font-size: 1.0625em;
  }
}

.p-usedcar-search .COMMON-UCAR-search-item__body select {
  height: 4rem;
  padding-right: 1em;
  padding-left: 1em;
  border: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
}

.p-usedcar-search .COMMON-UCAR-search-item__body select:first-child:last-child {
  min-width: 15.875em;
}

.p-usedcar-search .COMMON-UCAR-search-item__body select:not(:first-child) {
  margin-left: .8em;
}

.p-usedcar-search .COMMON-UCAR-search-item__body select:not(:last-child) {
  margin-right: .8em;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox {
  width: calc(100% + 1em);
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li {
  width: 16.66667%;
  padding-right: 1em;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li:not(:last-child) {
  margin-right: 0;
}

@media screen and (max-width: 1153px) {
  .p-usedcar-search .COMMON-UCAR-search-item__checkbox > li {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .p-usedcar-search .COMMON-UCAR-search-item__checkbox > li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 560px) {
  .p-usedcar-search .COMMON-UCAR-search-item__checkbox > li {
    width: 50%;
  }
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li:first-child:last-child {
  width: 100%;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label {
  padding: .25em 0;
}

@media screen and (min-width: 769px) {
  .p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label {
    align-items: baseline;
  }
}

@media screen and (max-width: 768px) {
  .p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label {
    font-size: 1.6rem;
  }
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label > input {
  height: auto;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label:not([for]) {
  align-items: center;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label:not([for]) > input {
  margin-top: .375em;
  margin-bottom: auto;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label span._color {
  margin: 0 .25em;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label span._color:before {
  content: "";
  display: block;
  width: .8em;
  height: .8em;
  border-radius: 50%;
  background: currentColor;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="red"] span._color {
  color: #cc0000;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="white"] span._color {
  color: #fff;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="white"] span._color:before {
  border: 1px solid #d9d3d2;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="black"] span._color {
  color: #333;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="silver"] span._color {
  color: #a8a5b0;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="blue"] span._color {
  color: #337dae;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="green"] span._color {
  color: #2fad3d;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="yellow"] span._color {
  color: #f8c62c;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="orange"] span._color {
  color: #ef6e2d;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="brown"] span._color {
  color: #945d22;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="beige"] span._color {
  color: #c8ae7a;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="pink"] span._color {
  color: #f48b91;
}

.p-usedcar-search .COMMON-UCAR-search-item__checkbox > li label[for="purple"] span._color {
  color: #8856a0;
}

.p-usedcar-search .COMMON-UCAR-search-list__item._x1 .COMMON-UCAR-search-item__head {
  width: 11em;
}

.p-usedcar-search .COMMON-UCAR-search-list__item._x1 .COMMON-UCAR-search-item + .COMMON-UCAR-search-item {
  margin-top: 24px;
}

.p-usedcar-search .COMMON-UCAR-search-block {
  padding-top: 0;
  padding-bottom: 2rem;
  background: transparent;
  box-shadow: none;
}

.p-usedcar-search .COMMON-UCAR-search-block__row + .COMMON-UCAR-search-block__row {
  border-top-color: #d9d3d2;
}

.p-usedcar-search .COMMON-UCAR-search-block__head {
  display: none;
}

.p-usedcar-search .COMMON-UCAR-search-block__foot:before {
  background: #d9d3d2;
}

.p-usedcar-search .COMMON-UCAR-search-block-more {
  border: 1px solid #d9d3d2;
  border-top-color: #f2f6f7;
  background: #f2f6f7;
}

.p-usedcar-search .COMMON-UCAR-search-block-more:hover {
  color: #999;
}

.p-usedcar-search .COMMON-UCAR-search-block-more:after {
  border-right: 1px solid #d9d3d2;
  background: #f2f6f7;
}

.p-usedcar-search .COMMON-UCAR-search-button-block {
  justify-content: flex-end;
  padding-right: 4.31034%;
  padding-left: 4.31034%;
}

@media screen and (max-width: 768px) {
  .p-usedcar-search .COMMON-UCAR-search-button-block {
    justify-content: center;
    padding-top: 2rem;
  }
}

.p-usedcar-search .COMMON-UCAR-search-button {
  height: 3.0625em;
  border-radius: .5rem;
  background: #295ea4;
  color: #fff !important;
  font-size: 1.5rem;
}

.p-usedcar-search .COMMON-UCAR-search-button._bg-gray {
  background: #606060;
}

.p-usedcar-search .COMMON-UCAR-list__head {
  justify-content: space-between;
  align-items: flex-end;
}

.p-usedcar-search .COMMON-UCAR-list__foot {
  margin-top: 6rem;
}

.p-usedcar-search .COMMON-UCAR-list__grid > *{
  width: calc(25% - 62.6px);
}

.p-usedcar-search .COMMON-UCAR-list-card__name {
  font-weight: 500;
}

.p-usedcar-search .COMMON-UCAR-list-card__image img {
  width: 100%;
}

.p-usedcar-search .COMMON-UCAR-list-card__detail dd {
  font-weight: 500;
}

.p-usedcar-search .COMMON-UCAR-list-card__detail dl[data-type="price"] dd em {
  font-size: 1.71429em;
}

.p-usedcar-search .COMMON-UCAR-list-card__detail dl[data-type="price"] dd {
  color: #295ea4;
}

.p-usedcar-search .COMMON-UCAR-list-card__detail dl[data-type="price"] + dl[data-type="price"] dd {
  color: currentColor;
}

.p-usedcar-search .COMMON-UCAR-list-card__shop a {
  color: #295ea4;
}

.p-usedcar-search .COMMON-UCAR-list-card__button a {
  border-radius: .5rem;
  background: #295ea4;
}

.p-usedcar-search .COMMON-UCAR-list-compare a {
  border-radius: .5rem;
}

.p-usedcar-search .COMMON-UCAR-list-card__image a:before{
  font-size: 1em;
}

@media screen and (max-width: 1080px) {
  .p-usedcar-search .COMMON-UCAR-list__grid > * {
    width: calc(33.33333% - 62.6px);
  }
}

@media screen and (max-width: 767px) {
  .p-usedcar-search .COMMON-UCAR-list__grid > * {
    width: calc(50% - 54.6px);
  }
}

@media screen and (max-width: 414px) {
  .p-usedcar-search .COMMON-UCAR-list__grid > * {
    width: calc(50% - 51px);
  }
}

/* p-usedcar-list-sort
=============================== */
.p-usedcar-list-sort {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-usedcar-list-sort {
    margin: 1rem 0 1.5em;
  }
}

.p-usedcar-list-sort__head {
  margin-right: 1em;
  padding: .5em 0;
}

.p-usedcar-list-sort__body select {
  padding: .5em 0;
  border: 0;
  border-bottom: 1px solid #d9d3d2;
}

/* p-usedcar-list-paging
=============================== */
.COMMON-UCAR-list__foot .p-usedcar-list-paging {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .COMMON-UCAR-list__foot .p-usedcar-list-paging {
    margin-bottom: 1.5em;
  }
}

.p-usedcar-list-paging__head {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space) + .5em);
  font-size: 1.4rem;
}

.p-usedcar-list-paging__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.p-usedcar-list-paging__current {
  text-align: right;
}

.p-usedcar-list-paging__current em {
  color: #295ea4;
}

.p-usedcar-list-paging__index {
  display: flex;
  margin-top: .5em;
  margin-bottom: .5em;
  list-style: none;
  font-size: 1.5rem;
}

.p-usedcar-list-paging__index li {
  display: block;
}

.p-usedcar-list-paging__index a {
  display: block;
  margin: 0 1px;
  padding: calc(-1em * var(--line-space) + .5em) .53333em;
  border-radius: .3rem;
  text-decoration: none;
  transition: all .2s ease-out;
}

.p-usedcar-list-paging__index a:hover {
  background: #295ea4;
  color: #fff;
}

.p-usedcar-list-paging__index a.is-disabled {
  color: #b1b1b1;
  pointer-events: none;
}

.p-usedcar-list-paging__index a.is-current {
  color: #295ea4;
  pointer-events: none;
}

.p-usedcar-list-paging__nav {
  display: flex;
  overflow: hidden;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: .8rem;
  border: 1px solid #d9d3d2;
  border-radius: .3rem;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .08);
  font-size: 1.4rem;
}

.p-usedcar-list-paging__nav > li:not(:first-child) {
  border-left: 1px solid #d9d3d2;
}

.p-usedcar-list-paging__nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: calc(-1em * var(--line-space) + .6em) 1em;
  text-decoration: none;
  transition: all .2s ease-out;
}

.p-usedcar-list-paging__nav a:hover {
  background: #295ea4;
  color: #fff;
}

.p-usedcar-list-paging__nav a._prev:before {
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  margin-right: .75em;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg) skew(-5deg, -5deg);
}

.p-usedcar-list-paging__nav a._next:after {
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  margin-left: .75em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) skew(5deg, 5deg);
}

.p-usedcar-list-paging__nav a.is-disabled {
  color: #b1b1b1;
  pointer-events: none;
}

/* p-usedcar-detail
=============================== */
.p-usedcar-detail {
  padding-bottom: 5rem;

  --line-height: 1.75;
  --line-space: (var(--line-height) - 1)/2;
}

.p-usedcar-detail em {
  font-style: normal;
}

.p-usedcar-detail .COMMON-UCAR-detail-wrapper {
  padding-bottom: 0;
}

.p-usedcar-detail .COMMON-UCAR-list-header {
  margin-top: 0;
}

.p-usedcar-detail .COMMON-UCAR-list-footer {
  margin-bottom: 0;
}

.p-usedcar-detail .COMMON-UCAR-detail-compare {
  margin-top: 0;
}

.p-usedcar-detail .COMMON-UCAR-detail-contact {
  background: #295ea4 !important;
  color: #fff !important;
  transition: opacity .3s ease-out;
}

.p-usedcar-detail .COMMON-UCAR-detail-contact:hover {
  opacity: .7;
}

.p-usedcar-detail .COMMON-UCAR-detail-contact__head {
  background: #204a82 !important;
}

.p-usedcar-detail .COMMON-UCAR-detail-info__price {
  display: block;
  width: 100%;
  margin-top: 0.5em;
}

.p-usedcar-detail .COMMON-UCAR-detail-info__price .COMMON-UCAR-detail-price {
  color: #295ea4;
}

@media screen and (max-width: 560px) {
  .p-usedcar-detail .COMMON-UCAR-detail-info__price .COMMON-UCAR-detail-price {
    font-size: 2.2rem;
  }
  .p-usedcar-detail .COMMON-UCAR-detail-info__price {
    font-size: 1.8rem;
  }
}

.p-usedcar-detail .COMMON-UCAR-detail-info__price + .COMMON-UCAR-detail-info__price .COMMON-UCAR-detail-price {
  color: currentColor;
  font-size: 1.8rem;
}

.p-usedcar-detail .COMMON-UCAR-detail-price {
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 2.2rem;
  align-items: baseline;
}

.p-usedcar-detail .COMMON-UCAR-detail-price span {
  padding-left: 3rem;
}

@media screen and (max-width: 560px) {
  .p-usedcar-detail .COMMON-UCAR-detail-price-caution {
    font-size: 1.3rem;
  }
}

.p-usedcar-detail .COMMON-UCAR-detail-shop {
  border-color: #295ea4;
  background: #fff;
}

.p-usedcar-detail .COMMON-UCAR-detail-shop-name a {
  color: #295ea4;
}

.p-usedcar-detail .COMMON-UCAR-detail-shop-tel {
  display: flex;
  align-items: center;
  color: #295ea4;
  font-size: 24px;
}

.p-usedcar-detail .COMMON-UCAR-detail-shop-tel:before {
  content: "TEL:";
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-right: .5em;
  background-image: none;
  font-size: .75em;
}

@media screen and (max-width: 560px) {
  .p-usedcar-detail .COMMON-UCAR-detail-caution {
    font-size: 1.3rem;
  }
}

.p-usedcar-detail .COMMON-UCAR-detail-print a {
  border-radius: .5rem;
}

.p-usedcar-detail .COMMON-UCAR-detail-compare button {
  border-radius: .5rem;
}

.p-usedcar-detail .COMMON-UCAR-detail-table {
  margin-bottom: 80px;
  border: 0;
}

@media screen and (min-width: 769px) {
  .p-usedcar-detail .COMMON-UCAR-detail-table th {
    width: 16rem;
  }
}

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

showroom

* ============================================================= */
.gmapOpen_InfoWindow {
  padding: .71429em;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .gmapOpen_InfoWindow {
    font-size: 12px;
  }
}

.gmapOpen_shopTitle {
  margin-bottom: 1em;
  padding-bottom: .71429em;
  border-bottom: #d9d3d2 1px solid;
  letter-spacing: normal;
}

.gmapOpen_shopType {
  margin-bottom: .5em;
}

.gmapOpen_shopName {
  font-weight: bold;
  font-size: 1.14286em;
}

.gmapOpen_shopZip {
  display: block;
  padding-bottom: 3px;
}

.gmapOpen_shopLocation {
  margin-bottom: .71429em;
}

.gmapOpen_shopContact {
  margin-bottom: 1em;
}

.gmapOpen_telTitle:after {
  content: "\ff1a";
}

.gmapOpen_shopUrl {
  display: block;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;
  padding: .5em 0;
  border: #d9d3d2 1px solid;
  text-align: center;
  transition: all .3s;
}

.gmapOpen_shopLink {
  color: #404040;
  text-decoration: none;
}

.gmapOpen_shopUrl:hover {
  background: #295ea4;
  color: #fff;
}

.gmapOpen_shopUrl:hover a{
  color: #fff !important;
}

/* p-showroom-map
=============================== */
.p-showroom-map {
  width: 100%;
  height: 800px;
  background: rgba(51, 51, 51, .3);
}

@media screen and (max-width: 768px) {
  .p-showroom-map {
    height: auto;
    aspect-ratio: 1;
  }
}

/* p-showroom-gps
============================== */
.p-showroom-gps {
  position: relative;
  display: none;
  padding: 40px 0;
}

.p-showroom-gps > * {
  position: relative;
  z-index: 1;
}

.p-showroom-gps:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2f6f7;
  transform: translateX(-50%);
}

/* p-showroom-input
============================== */
.p-showroom-input__button {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  padding: 0 10px;
  outline: none;
  border: 0;
  border-radius: 10px;
  background-color: #333;
  box-shadow: 0 3px 0px #c1c1c1;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  transition: .3s all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-showroom-input__button:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.p-showroom-input__foot {
  display: none;
}

/* p-showroom-nearby
=============================== */
.p-showroom-nearby__list {
  margin-top: 2em;
}

.p-showroom-nearby__foot {
  display: none;
  margin-top: 1.5em;
}

.p-showroom-nearby__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66667em;
  height: 2.77778em;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  background: #bbb;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: opacity .3s ease-out;
}

.p-showroom-nearby__button:hover {
  opacity: .6;
}

.p-showroom-nearby__loading {
  display: block;
  width: 100%;
  padding: 1em;
  text-align: center;
}

.p-showroom-nearby__loading:before {
  content: "\691C\7D22\4E2D...";
  color: #fff;
}

.p-showroom-nearby-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 1em 1em 60px;
  border-radius: 4px;
  background: #fff;
  color: #333;
}

.p-showroom-nearby-item + .p-showroom-nearby-item {
  margin-top: 10px;
}

.p-showroom-nearby-item__rank {
  position: absolute;
  top: 50%;
  left: 1em;
  margin-right: .75em;
  font-style: normal;
  font-size: 24.75px;
  font-family: Oswald;
  line-height: .75;
  transform: translateY(-50%);
}

.p-showroom-nearby-item__link {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  font-size: 17px;
}

.p-showroom-nearby-item__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-showroom-nearby-item__distance {
  text-align: right;
  font-size: 15px;
}

.p-showroom-nearby-item__distance:after {
  content: 'km';
}

/* p-showroom-list
=============================== */
.p-showroom-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 40px;
}

/* p-showroom-card
=============================== */
.p-showroom-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;

  --color: #295ea4;
}

.p-showroom-card[data-shop-type=at] {
  --color: #666;
}

.p-showroom-card[data-shop-type=bp] {
  --color: #ccaa87;
}

.p-showroom-card[data-shop-type=rl] {
  --color: #7fa4d4;
}

.p-showroom-card[data-shop-type=c0] {
  --color: #000;
}

.p-showroom-card__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 800 / 500;
  background: #aaa;
}

.p-showroom-card__image img {
  transition: all .4s;
}

a.p-showroom-card:hover .p-showroom-card__image img {
  transform: scale(1.05);
}

.p-showroom-card__contents {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.p-showroom-card__contents:after{
  content: "";
  position: absolute;
  right: 20px;
  bottom: 5%;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: translateY(-85%) rotate(-45deg);
}

.p-showroom-card[data-shop-type=bp] .p-showroom-card__contents:after{
  display: none;
}

.p-showroom-card__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.p-showroom-card__type {
  flex-shrink: 0;
  margin-right: 1em;
  padding: .25em .75em;
  border-radius: 2px;
  background: var(--color);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.p-showroom-card__type.-us {
  background: #666;
}
.p-showroom-card__name {
  font-weight: bold;
  font-size: 18px;
}

.p-showroom-card__orange {
  margin-left: auto;
}

.p-showroom-card__orange img {
  width: 100px;
}

.p-showroom-card__body {
  font-size: 15px;
  line-height: 1.5;
}

.p-showroom-card__tel {
  margin-top: .5em;
}

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

welcome

* ============================================================= */
/* p-welcome-lead
============================== */
.p-welcome-lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

/* p-welcome-coupon
============================== */
.p-welcome-coupon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0;
}

.p-welcome-coupon > * {
  position: relative;
  z-index: 1;
}

.p-welcome-coupon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2f6f7;
  transform: translateX(-50%);
}

.p-welcome-coupon-block {
  padding: 50px;
  border: 2px solid #295ea4;
  background: #fff;
}

.p-welcome-coupon-block__head {
  margin-bottom: 3em;
}

.p-welcome-coupon-block__lead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.p-welcome-coupon-block__item {
  max-width: 650px;
  margin: 0 auto;
}

.p-welcome-coupon-block__item + .p-welcome-coupon-block__item {
  margin-top: 30px;
}

.p-welcome-coupon-block__foot {
  margin-top: 4em;
  padding: 1em 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #295ea4;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.p-welcome-coupon-notes {
  margin-top: 3em;
  font-size: 13px;
  line-height: 2;
}

.p-welcome-coupon-notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-welcome-coupon-notes > li em {
  color: #e00;
  font-weight: bold;
  font-style: normal;
}

/* p-welcome-contents
============================== */
.p-welcome-contents {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 60px 50px;
  width: 100%;
}

.p-welcome-contents-block__head {
  margin-bottom: 1em;
  text-align: center;
  font-size: 20px;
}

.p-welcome-contents-block__fig {
  margin-bottom: 30px;
}

.p-welcome-contents-block__button {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 15px auto 0;
  padding: 0 10px;
  outline: none;
  border: 0;
  border-radius: 10px;
  background-color: #333;
  box-shadow: 0 3px 0px #c1c1c1;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  transition: .3s all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-welcome-contents-block__button:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.p-welcome-bnr__item {
  margin-top: 4em;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 500px) {
  .p-welcome-bnr__item {
    margin-top: 1.8em;
  }
}


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

campaign

* ============================================================= */
.p-campaign-contents .CMN-CMP-car-select {
  margin-bottom: clamp(30px, 10.86735px + 5.10204vw, 50px);
  padding-bottom: clamp(30px, 10.86735px + 5.10204vw, 50px);
}

.p-campaign-contents .CMN-CMP-car-select__head {
  margin-top: 0;
  margin-bottom: clamp(30px, 6.08418px + 6.37755vw, 55px);
  padding-top: 0;
}

.p-campaign-contents .CMN-CMP-car-select__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .p-campaign-contents .CMN-CMP-car-select__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

.p-campaign-contents .CMN-CMP-car-select__item {
  display: block;
  width: auto;
  max-width: none;
}

.p-campaign-contents .CMN-CMP-car-article__head {
  font-size: clamp(15px, 12.1301px + .76531vw, 18px);
}

.p-campaign-contents .CMN-CMP-car-article__title {
  background: #f2f6f7;
  color: #333;
}

.p-campaign-contents .CMN-CMP-car-article__carIcon {
  margin-bottom: -1em;
}

.p-campaign-contents .CMN-CMP-car-article__carIcon img {
  max-width: 50%;
}

.p-campaign-contents .CMN-CMP-body a {
  display: block;
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-body a:hover {
  opacity: .7;
}

/* p-campaign-ready
============================== */
.p-campaign-ready {
  text-align: center;
  font-size: 1.25em;
}

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

blog

* ============================================================= */
/* p-blog-pager
=============================== */
.p-blog-pager {
  display: flex;
  justify-content: flex-end;
  gap: .5em;
  font-size: clamp(12px, 10.08673px + .5102vw, 14px);
}

.p-blog-pager:not(:first-child) {
  margin-top: 5.71429em;
}

.p-blog-pager:not(:last-child) {
  margin-bottom: 2.85714em;
}

.p-blog-pager__current em {
  color: #c00;
  font-weight: bold;
  font-style: normal;
}

.p-blog-pager__nav {
  display: flex;
}

.p-blog-pager__nav > li + li:before {
  content: "\ff5c";
}

.p-blog-pager__nav a {
  color: #295ea4;
  text-decoration: underline;
}

.p-blog-pager__nav a:hover {
  text-decoration: none;
}

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

company

* ============================================================= */
/* p-company-table
============================== */
.p-company-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-top: 1.5px solid #295ea4;
}

.p-company-table th,
.p-company-table td {
  padding: 0.5em 1em;
  border: 0;
  border-bottom: 1.5px solid #295ea4;
  text-align: left;
  line-height: 2;
}

.p-company-table th {
  width: 8em;
  min-width: 100px;
  color: #295ea4;
  font-weight: bold;
}

/* p-company-action
============================== */
.p-company-action {
  text-align: center;
}

.p-company-action__head {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .p-company-action__head {
    font-size: 24px;
  }
}

.p-company-action__body {
  margin-top: 1.5em;
}

.p-company-action__foot {
  margin-top: 2em;
}

/* p-company-banner
============================== */
.p-company-banner__body {
  text-align: center;
}

.p-company-banner img {
  width: 80%;
  transition:0.3s all;
  border-radius: 10px;
}

.p-company-banner__body :hover img  {
  opacity: 0.8;
}

/* p-company-notes
============================== */
.p-company-notes {
  margin-top: 0.5em;
}

@media screen and (max-width: 560px) {
  .p-company-notes {
    font-size: 12px;
  }
}

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

comic

* ============================================================= */
/* p-comic-grid
=============================== */
.p-comic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 60px 4.62963%;
}

.p-comic-grid + .p-comic-grid {
  margin-top: 60px;
}

.p-comic-grid:nth-child(2n) {
  position: relative;
  padding: 60px 0;
}

.p-comic-grid:nth-child(2n) .p-comic-card {
  position: relative;
  z-index: 1;
}

.p-comic-grid:nth-child(2n):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2f6f7;
  transform: translateX(-50%);
}

/* p-comic-card
============================== */
.p-comic-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}

.p-comic-card__thumb {
  overflow: hidden;
  border: 1px solid #d9d3d2;
}

.p-comic-card__thumb img {
  transition: transform .4s ease-out;
}

.p-comic-card:hover .p-comic-card__thumb img {
  transform: scale(1.05);
}

.p-comic-card__detail {
  display: flex;
  border: 1px solid #d9d3d2;
  border-top: 0;
  background: #fff;
}

.p-comic-card__detail > * {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: .5em;
  text-align: center;
}

.p-comic-card__detail > * + * {
  border-left: 1px solid #d9d3d2;
}

.p-comic-card__title {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.25em;
}

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

Privacy

* ============================================================= */
/* p-privacy-lead
=============================== */
.p-privacy-lead {
  margin-bottom: 3em;
  padding: 2em;
  background: #f2f6f7;
  line-height: 2;
}

/* p-privacy-main
=============================== */
.p-privacy-main {
  counter-reset: privacy-main;
  list-style: none;
  word-break: break-all;
}

.p-privacy-main a:not(.js-tel) {
  text-decoration: underline;
}

.p-privacy-main a:not(.js-tel):hover {
  text-decoration: none;
}

.p-privacy-main__item {
  counter-increment: privacy-main;
  position: relative;
  padding-left: 1.78571em;
}

.p-privacy-main__item + .p-privacy-main__item {
  margin-top: 2.75em;
}

.p-privacy-main__title {
  font-weight: bold;
}

.p-privacy-main__title:before {
  content: counter(privacy-main) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/* p-privacy-sub
=============================== */
.p-privacy-sub {
  counter-reset: privacy-sub;
  margin-top: 1em;
  list-style: none;
}

.p-privacy-sub__item {
  counter-increment: privacy-sub;
  position: relative;
  margin-left: 2em;
}

.p-privacy-sub__item + .p-privacy-sub__item {
  margin-top: .25em;
}

.p-privacy-sub__item:first-child:last-child {
  margin-left: 0;
}

.p-privacy-sub__item:first-child:last-child:before {
  content: none;
}

.p-privacy-sub__item:before {
  content: counter(privacy-sub, lower-roman) ".";
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 1.42857em;
  text-align: right;
}

/* p-privacy-detail
=============================== */
.p-privacy-detail {
  margin: .75em 0 1.25em;
}

.p-privacy-detail._with-border {
  padding: 1.5em;
  border: 1px solid #d9d3d2;
}

.p-privacy-detail .p-privacy-detail {
  margin-top: 1em;
}

.p-privacy-detail .p-privacy-detail:last-child {
  margin-bottom: 0;
}

.p-privacy-detail__head:before {
  content: "\25cf";
}

/* p-privacy-sign
=============================== */
.p-privacy-sign {
  margin-top: 6rem;
  text-align: right;
}

.p-privacy-sign a {
  text-decoration: underline;
}

.p-privacy-sign a:hover {
  text-decoration: none;
}

/* p-privacy-banner
=============================== */
.p-privacy-banner {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-privacy-banner a {
  transition: all .3s ease-out;
}

.p-privacy-banner a:hover {
  opacity: .7;
}

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

terms

* ============================================================= */
/* p-terms-block
=============================== */
.p-terms-block a {
  text-decoration: underline;
}

.p-terms-block a:hover {
  text-decoration: none;
}

.p-terms-block:not(:first-child) {
  margin-top: 3.125em;
  padding-top: 2.8125em;
  border-top: 1px solid #d9d3d2;
}

.p-terms-block__head {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.5em;
}

.p-terms-block__body {
  font-size: .9375em;
}

/* p-terms-text
=============================== */
.p-terms-text {
  margin-top: calc(-1em * var(--line-space));
  margin-bottom: calc(-1em * var(--line-space));
  line-height: var(--line-height);

  --line-height: 2;
  --line-space: (var(--line-height) - 1)/2;
}

.p-terms-text + .p-terms-text {
  margin-top: 2em;
}

/* p-terms-plugin
=============================== */
.p-terms-plugin {
  margin-top: 1.46667em;
  border: 1px solid #d9d3d2;
  background: #fff;
}

.p-terms-plugin__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.33333em;
  text-decoration: none;
  transition: all .3s ease-out;
}

.p-terms-plugin__link:hover {
  opacity: .7;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__link {
    flex-direction: column;
  }
}

.p-terms-plugin__logo {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__logo {
    margin: 0 0 1em 0;
  }
}

/* p-terms-ssl
=============================== */
.p-terms-ssl {
  margin-top: 3.21429em;
  padding: 2em 1.5em;
  border: 1px solid #d9d3d2;
  background: #fff;
}

.p-terms-ssl__head {
  font-weight: bold;
}

.p-terms-ssl__body:not(:first-child) {
  margin-top: 1.78571em;
}

.p-terms-ssl__item {
  margin-top: 1em;
  padding-left: 1em;
}

.p-terms-ssl__item > p {
  position: relative;
  margin-bottom: .5em;
}

.p-terms-ssl__item > p:before {
  content: "\30fb";
  position: absolute;
  top: 0;
  left: -1em;
}

.p-terms-ssl__item > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.p-terms-ssl__item > ul > li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms-ssl__foot {
  margin-top: 2.28571em;
}
