@media print, screen and (min-width: 769px) {
  .mq-sp {
    display: none
  }
}
@media print, screen and (max-width: 768px) {
  .mq-pc {
    display: none
  }
}
.wrap {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5
}
.wrap picture, .wrap img {
  display: block;
  width: 100%
}
@media print, screen and (max-width: 1044px) {
  .wrap {
    font-size: clamp(12px, calc(16 / 1044 * 100vw), 16px)
  }
}
@media print, screen and (max-width: 768px) {
  .wrap {
    font-size: 3.75vw
  }
}
.kv .text {
  margin: 3em auto 2em;
  padding: 0 2em
}
@media print, screen and (max-width: 768px) {
  .kv .text {
    margin-top: 2em;
  }
}
.kv .text h1 {
  text-align: center;
  font-size: calc(28 / 16 * 1em);
  margin: 0 auto 1em;
  font-family: var(--font-bold);
}
@media print, screen and (max-width: 768px) {
  .kv .text h1 {
    font-size: calc(32 / 16 * 1em);
    font-family: var(--font-bold);
  }
}
.kv .text p {
  text-align: center;
  font-size: .75em;
  font-family: var(--font-light);
}
@media print, screen and (max-width: 768px) {
  .kv .text p {
    font-size: 1em
  }
}
.kv .text p a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative
}
.kv .text p a:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + .5em);
  top: calc(50% - .375em);
  width: .625em;
  height: .625em;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000 #000 transparent transparent
}
.kv .text p a:hover {
  text-decoration: underline
}
.bg-gray1 {
  background-color: #b1b5bb;
  padding: 0 2em
}
.bg-gray1.diamond {
  background-color: #3c4655;
  color: #fff;
}
.bg-gray1 > .inner {
  margin: 0 auto;
  max-width: calc(980 / 16 * 1em)
}
@media print, screen and (max-width: 768px) {
  .bg-gray1 {
    padding: 0 2em
  }
}
.type {
  padding: 3em 0
}
.type h2 {
  text-align: center;
  font-size: calc(22 / 16 * 1em);
  letter-spacing: .125em;
  font-family: var(--font-bold);
}
@media print, screen and (max-width: 768px) {
  .type h2 {
    font-size: calc(23 / 16 * 1em);
  }
  .diamond .type h2 {
    letter-spacing: .05em
  }
}
.type .caution1 {
  margin: 1em auto 0;
  font-size: .75em;
  font-family: var(--font-light);
}
.type h3 {
  font-size: 1.25em;
  letter-spacing: .125em;
  text-align: center;
  position: relative;
  margin: 5em auto 4em;
  font-family: var(--font-bold);
}
@media print, screen and (max-width: 768px) {
  .type h3 {
    font-size: 1.4em;
  }
}
.type h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% + .5em);
  height: 2em;
  border-left: 1px solid #000
}
.type h4 {
  font-size: 1em;
  letter-spacing: .125em;
  text-align: center;
  color: #fff;
  background-color: #3c4655;
  margin: 4em auto 0;
  padding: .75em 1em
}
.type h4 img {
  margin: 0 auto
}
.type h4 img.title-exterior {
  width: calc(88 / 16 * 1em)
}
.type h4 img.title-interior {
  width: calc(85 / 16 * 1em)
}
.type .cap2 {
  text-align: center;
  font-size: 1.125em;
  margin: -1em auto 0
}
@media print, screen and (max-width: 768px) {
  .type .cap2 {
    font-size: 1.3em;
    letter-spacing: .125em;
  }
}
.type .caution4 {
  font-size: .75em;
  margin: 3em auto 0;
  color: #c90000;
  font-family: var(--font-light);
}
@media print, screen and (max-width: 768px) {
  .type .caution4 {
    font-size: .875em
  }
  .type h4 {
    font-size: 1.25em
  }
}
.ul-caution3 {
  display: block;
  font-size: .875em;
  margin: 1.5em auto 0;
  padding: 0
}
.ul-caution3 li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0
}
.ul-caution3 li + li {
  margin-left: 1em
}
@media print, screen and (max-width: 768px) {
  .ul-caution3 {
    line-height: 1.75;
    font-size: 1.15em;
  }
  .ul-caution3 li {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.25
  }
  .ul-caution3 li + li {
    margin: .7em auto 0
  }
}
.caution5 {
  font-size: .75em;
  margin: 3em auto 0;
  color: #fff;
  font-family: var(--font-light);
}
@media print, screen and (max-width: 768px) {
  .caution5 {
    font-size: .875em
  }
}
.type-c1 {
  margin: 2em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.type-c1 > div {
  width: calc(480 / 980 * 100%)
}
.type-c1 > div:nth-child(1) {
  width: 100%;
  margin-bottom: 1.25em
}
.diamond .type-c1 > div:nth-child(1) {
  margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .type-c1 {
    margin: 3em -2em 0
  }
  .diamond .type-c1 {
    margin: 3em 0 0
  }
  .type-c1 > div {
    width: 100%
  }
  .type-c1 > div + div {
    margin: .25em 0 0
  }
  .type-c1 > div:nth-child(1) {
    margin: 0
  }
}
.eq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: .5em auto
}
.eq-list > div {
  border: 1px solid #000;
  margin-top: .875em
}
.eq-list .img {
  width: calc(456 / 32 * 1em)
}
.eq-list .text {
  width: calc(456 / 32 * 1em);
  padding: .75em 1em;
  height: 8em
}
.eq-list .text p {
  font-size: .9375em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify
}
@media print, screen and (max-width: 768px) {
  .eq-list {
    display: block
  }
  .eq-list .img {
    width: 100%
  }
  .eq-list .img img {
    width: 100%
  }
  .eq-list .text {
    width: 100%;
    height: 11em
  }
  .eq-list .text p {
    font-size: 1.15em;
    text-align: unset;
  }
  .eq-list .slick-slide.slick-active {
    z-index: 1
  }
  .eq-list .slick-slide.slick-active .img img {
    transform: scale(1.01)
  }
  .eq-list .slick-dots {
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 5.5em;
    z-index: 1
  }
  .eq-list .slick-dots .ar {
    top: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #000 #000 transparent transparent;
    margin: 0 .625em;
    cursor: pointer
  }
  .eq-list .slick-dots .ar.ar-left {
    left: 1em;
    transform: rotate(-135deg);
    order: -1
  }
  .eq-list .slick-dots .ar.ar-right {
    right: 1em;
    transform: rotate(45deg)
  }
  .eq-list .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .625em;
    display: block;
    position: relative
  }
  .eq-list .slick-dots li button {
    font-size: 1em;
    width: .5em;
    height: .5em;
    padding: 0;
    background-color: #000;
    border-radius: 50%;
    transition: .3s
  }
  .eq-list .slick-dots li button:before {
    display: none
  }
  .eq-list .slick-dots li.slick-active:before {
    content: "";
    display: block;
    position: absolute;
    left: -.375em;
    right: -.375em;
    top: -.375em;
    bottom: -.375em;
    border: 1px solid #000;
    border-radius: 50%
  }
  .eq-list .slick-dots li.slick-active button {
    width: .75em;
    height: .75em
  }
  .eq-list.slick-dotted.slick-slider {
    margin-bottom: 0
  }
}
.type-c2 {
  display: flex;
  margin: 2em auto 3em
}
.type-c2 > div {
  background-color: #dfe1e3;
  flex: 1;
  padding: calc(40 / 16 * 1em);
  border-radius: 1em
}
.type-c2 > div + div {
  margin-left: 1em
}
.type-c2 .honda-sensing {
  width: calc(240 / 16 * 1em);
  height: 4em
}
.type-c2 .honda-connect {
  width: calc(268 / 16 * 1em);
  height: 4em
}
@media print, screen and (max-width: 768px) {
  .type-c2 .honda-sensing {
    width: calc(268 / 16 * 1em);
  }
  .type-c2 .honda-connect {
    width: calc(296 / 16 * 1em);
  }
}
.type-c2 h5 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #000;
  font-family: var(--font-bold);
}
.type-c2 .text1 {
  margin: 1em auto 0;
  display: flex
}
.type-c2 .text1 > div {
  flex: 1
}
.type-c2 .text1 > div + div {
  margin-left: 1em
}
.type-c2 .text1 ul {
  margin: 0;
  padding: 0
}
.type-c2 .text1 ul li {
  list-style: none;
  font-size: calc(13 / 16 * 1em);
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
  white-space: nowrap
}
.type-c2 .caution2 {
  margin: 1em auto 0;
  font-size: .75em;
  padding-left: 1em;
  text-indent: -1em;
  font-family: var(--font-light);
}
.type-c2 .cap1 {
  font-size: calc(13 / 16 * 1em);
  margin: 1em auto 0;
  text-align: justify
}
.type-c2 .gray {
  background-color: #b1b5bb;
  padding: .625em 1em;
  margin: .75em auto 0;
  position: relative
}
.type-c2 .gray + .gray {
  margin: .375em auto 0
}
.type-c2 .gray + .gray:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - .9375em);
  top: -1.25em;
  width: calc(30 / 16 * 1em);
  height: calc(30 / 16 * 1em);
  background: url(../images/icon_plus.svg) center center no-repeat;
  background-size: 100% auto
}
.type-c2 .gray p {
  font-size: calc(13 / 16 * 1em)
}
.type-c2 .gray p.ind1 {
  padding-left: 1em;
  text-indent: -1em
}
.type-c2 .gray p span {
  display: inline-block;
  border: 1px solid #000;
  font-size: .875em;
  padding: .125em .5em 0
}
@media print, screen and (max-width: 768px) {
  .type-c2 {
    flex-wrap: wrap
  }
  .type-c2 > div {
    width: 100%;
    flex: 0 1 auto;
    padding: 2em 1.5em
  }
  .type-c2 > div + div {
    margin: 1em 0 0
  }
  .type-c2 .text1 {
    display: block
  }
  .type-c2 .text1 > div + div {
    margin: 0
  }
  .type-c2 .gray {
    padding: 2em 1em
  }
  .type-c2 .gray p {
    font-size: calc(15 / 16 * 1em);
    letter-spacing: -.02em;
  }
  .type-c2 .caution2 {
    margin: 2em auto 0;
    font-size: .78em;
  }
  .type-c2 h5 {
    font-size: calc(17.5 / 16 * 1em);
  }
  .type-c2 .text1 ul li {
    font-size: calc(15 / 16 * 1em);
  }
  .type-c2 .cap1 {
    font-size: calc(15 / 16 * 1em);
  }
  .type-c2 .gray p span {
    margin-top: 0.4em;
  }
}
.simulator {
  background-color: #3c4655;
  padding: 5em 2em
}
.simulator .inner {
  max-width: calc(980 / 16 * 1em);
  margin: 0 auto
}
.simulator .tt {
  text-align: center;
  position: relative;
  border-top: 1px solid #fff;
  margin: 1em auto 0
}
.simulator .tt span {
  display: block;
  margin: 0 auto;
  width: calc(484 / 16 * 1em + 4em);
  padding: 0 2em;
  background-color: #3c4655;
  position: relative;
  top: -.875em
}
.simulator .list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin: 1.5em auto 0
}
.simulator .list > div {
  max-width: calc(612 / 32 * 1em)
}
.simulator .list a {
  display: block;
  margin-top: .75em
}
.simulator .list a:hover {
  opacity: .8
}
@media print, screen and (max-width: 768px) {
  .simulator {
    padding: 4em 2em
  }
  .simulator .tt {
    border: none
  }
  .simulator .tt span {
    padding: 0;
    width: 100%
  }
  .simulator .list {
    margin: 3em auto 0;
    display: block
  }
  .simulator .list > div {
    max-width: 100%
  }
  .simulator .list > div + div {
    margin-top: 1.5em
  }
  .simulator .list > div:nth-child(even) .img {
    margin-right: 0;
    margin-left: -2em
  }
  .simulator .list .img {
    margin-right: -2em
  }
  .simulator .list a {
    position: relative;
    right: -1em;
    top: -2em
  }
}
.select-type {
  margin: 6em auto;
  padding: 0 2em
}
.select-type .inner {
  max-width: calc(980 / 16 * 1em);
  margin: 0 auto
}
.select-type h2 {
  font-size: 1.25em;
  text-align: center;
  position: relative;
  margin: 5em auto 3em;
  font-family: var(--font-bold);
}
.select-type h2:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1.25em);
  top: calc(100% + .5em);
  width: 2.5em;
  height: .2em;
  background-color: #444
}
@media print, screen and (max-width: 768px) {
  .select-type {
    padding: 0 1.25em
  }
}
.select-color .imgs {
  max-width: 630px;
  margin: 0 auto
}
.select-color .imgs > div {
  padding-top: calc(354 / 630 * 100%);
  position: relative
}
.select-color .imgs > div > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: .5s;
  display: none;
}
.select-color .imgs > div > div.on {
  opacity: 1;
  display: block;
}
.select-color .names {
  margin: 0 auto
}
.select-color .names p {
  display: none;
  text-align: center
}
.select-color .names p.on {
  display: block
}
.select-color .icons {
  display: flex;
  justify-content: center;
  gap: .25em;
  margin: 1.5em auto 0
}
.select-color .icons > a {
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid #dedede;
  position: relative;
  transition: .3s
}
.select-color .icons > a:nth-child(1) {
  background-color: #e0e7ec
}
.select-color .icons > a:nth-child(2) {
  background-color: #0d1633
}
.select-color .icons > a:nth-child(3) {
  background-color: #555555
}
.select-color .icons > a:nth-child(4) {
  background-color: #ffffff
}
.select-color .icons > a:nth-child(5) {
  background-color: #000000
}
.select-color .icons > a.on:before {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background: url(../images/parts_ico_color_check.png) center center no-repeat;
  background-size: cover;
  border-radius: 50%
}
.select-color .icons > a:hover {
  opacity: .7
}
.select-color .cautions {
  margin: 3em auto;
}
.select-color .cautions p {
  font-size: .75em;
  color: #c00;
  display: none;
}
@media print, screen and (min-width: 769px) {
  .select-color .cautions p {
    text-align: center;
  }
}
.select-color .cautions p.on {
  display: block;
}
.select-interior-cap1 {
  text-align: center;
  margin: 1.5em auto .5em
}
.select-interior {
  display: flex
}
.select-interior > div {
  flex: 1
}
.select-interior > div + div {
  margin-left: .5em
}
@media print, screen and (max-width: 768px) {
  .select-interior {
    flex-wrap: wrap
  }
  .select-interior > div {
    flex: 0 1 auto;
    width: 100%
  }
  .select-interior > div + div {
    margin: .5em 0 0
  }
}
.type-price {
  background-color: #f8f8f8;
  max-width: calc(450 / 16 * 1em);
  margin: 0 auto;
  padding: calc(30 / 16 * 1em)
}
.type-price h3 {
  font-size: 1.125em;
  padding-bottom: .5em;
  border-bottom: 2px solid #b5b5b5;
  font-family: var(--font-bold);
}
.type-price .cap1 {
  margin: .75em auto 1.5em;
  font-size: .875em
}
.type-price .cap1 .min {
  font-size: calc(12 / 14 * 100%);
  font-family: var(--font-light);
}
.type-price .price-clms {
  display: flex;
  align-items: center
}
.type-price .price-clms > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em)
}
.type-price .price-clms > div:nth-child(2) {
  flex: 1;
  margin-left: 1em
}
.type-price .price-clms > div:nth-child(2) strong {
  font-size: calc(30 / 16 * 1em)
}
.type-price .price-clms > div:nth-child(2) .min {
  font-size: .75em;
  font-family: var(--font-light);
}
.type-price .price-clms > div:nth-child(3) {
  width: calc(60 / 16 * 1em)
}
.type-price .c-button-favorite-round {
  margin: 1em auto 0;
  width: 10em
}
@media print, screen and (max-width: 768px) {
  .type-price {
    padding: 1.25em
  }
}
.type-btns a {
  display: block;
  font-size: .875em;
  width: calc(340 / 14 * 1em);
  text-align: center;
  border: 1px solid #000;
  padding: calc(8 / 14 * 1em);
  border-radius: 3em;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-family: var(--font-bold);
}
.type-btns a + a {
  margin-top: .5em
}
.type-btns a.black {
  background-color: #000;
  color: #fff
}
.type-btns a.lg {
  font-size: 1.25em;
  width: calc(340 / 20 * 1em);
  padding: calc(8 / 20 * 1em)
}
.type-btns a:hover {
  background-color: #f0f0f0;
  color: #000;
  opacity: .7
}
.variation {
  margin: 6em auto;
  padding: 0 2em
}
.variation .inner {
  max-width: 980px;
  margin: 0 auto
}
.variation .cap1 {
  text-align: center;
  font-size: calc(34 / 16 * 1em);
  margin: 1em auto
}
@media print, screen and (max-width: 768px) {
  .variation {
    padding: 0 1.25em
  }
  .variation .cap1 {
    font-size: 1.25em
  }
}
.variation-list {
  display: flex
}
.variation-list > div {
  flex: 1
}
.variation-list > div + div {
  margin-left: 1em
}
.variation-list a {
  text-decoration: none;
  color: #000;
  transition: .3s
}
.variation-list a:hover {
  opacity: .7
}
.variation-list .text {
  margin-top: .5em
}
.variation-list .text p {
  color: #444
}
.variation-list .text p.title {
  font-size: .875em
}
.variation-list .text p.desc {
  font-size: .875em;
  font-family: var(--font-bold);
  margin: .5em auto 0
}
.variation-list .text p.desc-cap {
  font-size: .75em;
  margin: .5em auto 0
}
@media print, screen and (max-width: 768px) {
  .variation-list {
    display: block;
    margin: 0 -.25em;
    padding-bottom: 3em
  }
  .variation-list > div + div {
    margin: auto
  }
  .variation-list .img {
    padding: 0 .25em
  }
  .variation-list .text {
    padding: 0 .25em
  }
  .variation-list .text p {
    font-size: .75em
  }
  .variation-list .slick-slide.slick-active {
    z-index: 1
  }
  .variation-list .slick-dots {
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1
  }
  .variation-list .slick-dots .ar {
    top: calc(50% - .5em);
    width: 1em;
    height: 1em;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #0064a1 #0064a1 transparent transparent;
    margin: 0 .625em;
    cursor: pointer
  }
  .variation-list .slick-dots .ar.ar-left {
    left: 1em;
    transform: rotate(-135deg);
    order: -1
  }
  .variation-list .slick-dots .ar.ar-right {
    right: 1em;
    transform: rotate(45deg)
  }
  .variation-list .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .375em;
    display: block;
    position: relative
  }
  .variation-list .slick-dots li button {
    font-size: 1em;
    width: 11px;
    height: 11px;
    padding: 0;
    background-color: #d9d9d9;
    border-radius: 50%;
    transition: .3s
  }
  .variation-list .slick-dots li button:before {
    display: none
  }
  .variation-list .slick-dots li.slick-active button {
    background-color: #0064a1
  }
  .variation-list.slick-dotted.slick-slider {
    margin-bottom: 0
  }
}
.l-container .l-container__inner-pb-60 {
  max-width: 980px;
  padding: calc(60 / 16 * 1em) 2em
}
.l-container .section_survey {
  margin-top: 0;
  padding: 2.5em 1.5em
}
@media print, screen and (max-width: 768px) {
  .l-container .l-container__inner-pb-60 {
    padding: 2em 1.25em
  }
}
.section-bottom {
  padding: 2.5em 2em
}
.section-bottom .inner {
  max-width: 980px;
  margin: 0 auto
}
.section-bottom ul {
  margin: 0;
  padding: 0;
  font-size: 12px
}
.section-bottom ul li {
  margin: 10px auto;
  padding: 0 0 0 1.25em;
  text-indent: -1.25em;
  list-style: none
}
.section-bottom ul li.ind2 {
  padding-left: 2em;
  text-indent: -2em;
  font-family: var(--font-bold);
}
@media print, screen and (max-width: 768px) {
  .section-bottom {
    padding: 2em 1.25em
  }
}
.l-sticky-menu__link > img {
  width: auto
}
.l-sticky-menu__link > img.l-sticky-menu__icon--sp {
  display: none
}
@media print, screen and (max-width: 768px) {
  .l-sticky-menu__link > img.l-sticky-menu__icon--pc {
    display: none
  }
  .l-sticky-menu__link > img.l-sticky-menu__icon--sp {
    display: block
  }
}
.btn_pagetop {
  width: 30px;
  height: 30px;
  background-color: #bebebe;
  background-size: 30px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  transition: opacity .15s ease, visibility .15s ease;
  z-index: 10
}
.btn_pagetop:before {
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.btn_pagetop.is-active {
  opacity: 0.7;
  visibility: visible
}
.btn_pagetop:hover {
  z-index: 65535
}
@media screen and (max-width: 768px) {
  .btn_pagetop {
    width: 30px;
    height: 30px;
    background-size: 38px;
    opacity: 0;
    bottom: 53px;
    right: 10px;
    cursor: pointer;
    transition: opacity .1s ease;
    z-index: 10
  }
}

.type-movie {
    margin-top: 50px;
}
.type-movie a:hover {
    opacity: .7
}
.type-movie .mov-yt {
    position: relative;
    display: block;
}

/*20240821*/
.movie_note{
  font-size: 0.875em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .movie_note{
    font-size: 0.75em;
  }
}
@media screen and (min-width: 769px){.p-faq-section{max-width:816px;margin:70px auto 20px}
a.blank_ico_w[target="_blank"]::after{
  transition: .4s ease;
}
a.blank_ico_w[target="_blank"]:hover::after {
	background: url(/ODYSSEY/common/images/icon/icon_blank.svg) no-repeat 0 0/contain;
}
}

/*20251112*/
.p-textlink-arrow a{
	font-size: 0.75rem;
	text-indent: -1em;
	text-decoration: none;
	color: inherit;
	padding-left: 1em;
	display: inline-block;
	position: relative;
  font-family: var(--font-light);
}
@media (hover: hover) {
	.p-textlink-arrow a:hover{
		opacity: .7;
	}
}

.p-textlink-arrow a::after{
	content: "";
	width: 6px;
	height: 11px;
	margin-left: 0.5rem;
	display: inline-block;
	background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: translate(0, 10%)
}
/*20251112*/