.s-article_category_icon {
  display: inline-block;
  line-height: 1;
  padding: .8rem 1.6rem;
  background: gray;
  color: #fff;
}

.s-article_category_icon.is-golf {
  background: #8BC34A;
}

.s-article_category_icon.is-camp {
  background: #FF9802;
}

.s-pro_company_link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.s-article_date {
  color: #999;
  font-size: 1.4rem;
}

.s-article_pr_icon {
  display: inline-block;
  color: #fff;
  background: #00335a;
  border-radius: 15px;
  padding: .3em 1.2em;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 1.4rem;
}

.s-article_headerimage {
  width: 100%;
  height: 59vw;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-article_headerimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.s-pr_notation_text {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.2;
}

.s-article_chapterlist {
  border: 1px solid #E4E4E4;
  background: #FBFBFB;
  padding: 2rem 1.6rem;
}

.s-article_chapterlist dl {
  overflow: hidden;
}

.s-article_chapterlist .btn_readmore {
  display: none;
  height: 30px;
  cursor: pointer;
  position: relative;
  transition: opacity .3s ease-out;
}

.s-article_chapterlist .btn_readmore::before {
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0.9) 50%, #FBFBFB 100%);
  position: absolute;
  left: 0;
  bottom: 100%;
}

.s-article_chapterlist .btn_readmore::after {
  content: "";
  width: 30px;
  height: 16px;
  background: url(/images/icon/arrow_down_gray.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  transition: transform .2s ease-out;
}

.s-article_chapterlist .btn_readmore:hover::after {
  opacity: .7;
}

.s-article_chapterlist .btn_readmore.is-open::before {
  content: none;
}

.s-article_chapterlist .btn_readmore.is-open::after {
  transform: translate(-50%, -50%) rotate(180deg);
}


.s-article_chapterlist dd {
  line-height: 1.4;
  position: relative;
  padding-left: 2.8rem;
}

.s-article_chapterlist dd:not(:last-child) {
  margin-bottom: 1.6rem;
}

.s-article_chapterlist dd a {
  color: inherit;
}

.s-article_chapterlist dd::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #00335A;
  position: absolute;
  left: 0;
  top: 1rem;
}

.s-article_chapterlist_section {
  padding-left: 1rem !important;
  margin-left: 3.2rem;
}

.s-article_chapterlist .s-article_chapterlist_section::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  top: 0.5rem;
  width: 4px;
  height: 4px;
  top: 8px;
}

.s-article_title1 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  border-left: 6px solid #00335a;
  padding-left: 0.8rem;
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
}

.s-article_title2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}

.s-article_title1 + .s-article_title2 {
  margin-top: 2.4rem;
}

.s-article_p {
  line-height: 2;
  margin-bottom: 3.2rem;
}

.s-article_textlink {
  color: #007acc;
  text-decoration: none;
}

.s-article_textstrong {
  font-weight: bold;
}

.s-article_table_wrapper {
  width: 100%;
  line-height: 1.4;
  margin-bottom: 4.8rem;
  overflow: hidden;
  overflow-x: auto;
}

.s-article_table th, .s-article_table td {
  border: 1px solid #E4E4E4;
  padding: 0.8rem 1.6rem;
  min-width: 168px;
}

.s-article_table tr:first-child {
  background-color: #FBFBFB;
  color: #000;
  font-weight: bold;
}

.s-article_table th {
  background: #FBFBFB;
  font-weight: bold;
}

.s-article_p-dashes {
  border-bottom: 1px dashed #007ACC;
  color: #000;
  transition: .1s;
  cursor: pointer;
}

.s-article_p-dashes:hover {
  color: #007ACC;
}

.s-article_p-marker {
  background: linear-gradient(transparent 40%, #D3E0EF 0%);
  display: inline;
  padding: 0 0 3px;
}

.s-block_photo_single {
  line-height: 1;
  margin-bottom: 3.2rem;
}

.img-caption {
  text-align: center;
  font-size: 1.4rem;
  color: #999;
  padding-top: 1.6rem;
}

.img-caption a {
  display: contents !important;
}

.s-block_photo_single__image {
  text-align: center;
}

.s-block_photo_single__image img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
}

.s-block_photo_single__link {
  text-align: right;
  margin-top: 1.0rem;
}

.s-block_photo_single__photographer {
  color: #999;
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.s-block_photo_single__photographer a {
  color: inherit;
  text-decoration: underline;
}

.s-block_photo_multiple {
  line-height: 1;
  margin-bottom: 4.8rem;
}

.s-block_photo_multiple .swiper-container {
  width: 100%;
  margin: auto;
}

.s-block_photo_multiple .gallery-top .swiper-slide__image {
  width: 100%;
  height: 280px;
  display: block;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.s-block_photo_multiple .gallery-top .swiper-slide__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.s-block_photo_multiple .gallery-top .swiper-slide__photographer {
  color: #999;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}

.s-block_photo_multiple .gallery-top .swiper-slide__photographer a {
  color: inherit;
  text-decoration: underline;
}

.s-block_photo_multiple .swiper-pagination {
  position: static;
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
}

.s-block_photo_multiple .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccc;
  margin: 0 .4em !important;
}

.s-block_photo_multiple .swiper-pagination-bullet-active {
  background: #00335a;
}

.s-block_photo_multiple .gallery-thumbs {
  height: 60px;
  margin-top: 0.8rem;
}

.s-block_photo_multiple .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
  opacity: 0.4;
  cursor: pointer;
}

.s-block_photo_multiple .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.s-block_photo_multiple .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.s-block_photo_multiple .swiper-button-next,
.s-block_photo_multiple .swiper-button-prev {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 6%;
  width: 40px;
  height: 94%;
  z-index: 10;
  cursor: pointer;
  background-size: 16px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.s-block_photo_multiple .swiper-button-next {
  background-image: url(/images/sp/icon/arrow_right_white.svg);
  right: 0;
  left: auto;
}

.s-block_photo_multiple .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(/images/sp/icon/arrow_right_white.svg);
  left: 0;
  right: auto;
}

.s-block_photo_multiple .swiper-button-disabled {
  opacity: 0;
}

.s-block_button {
  text-align: center;
  margin-bottom: 4.8rem;
}

.s-block_button a {
  display: inline-block;
  width: 100%;
  padding: 1.4rem 3.2rem;
  border: 1px solid #5E8099;
  border-radius: 7px;
  box-shadow: 0px 2px 0 0 #5e8099;
  color: #00335a;
  line-height: 1.4;
  background: #fff;
  text-align: center;
  position: relative;
}

.s-block_button a::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 9px;
  height: 18px;
  background: url(/images/sp/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 9px 18px;
}

.up-arrow a:after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 29px;
  background: url(/images/pc/icon/arrow_up_blue.svg) no-repeat center;
  background-size: 20px 29px;
}

.down-arrow a:after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 29px;
  background: url(/images/pc/icon/arrow_down_blue.svg) no-repeat center;
  background-size: 20px 29px;
}

.s-photo_view_button {
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.s-photo_view_button a {
    display: block;
    background: #ECF1F7;
    padding: 0.8rem;
    font-size: 1.4rem;
    color: #00335a;
    line-height: 1.2;
}

.s-photo_view_button a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(/images/sp/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 8px 14px;
  margin-left: 0.8rem;
}

.s-block_youtube, .s-block_instagram {
  margin: 0 auto 1.6rem;
}

.s-block_youtube iframe, .s-block_twitter iframe, .s-block_instagram iframe {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.s-block_youtube .youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.s-block_youtube .youtube_wrap .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-block_imagelink {
  border: 1px solid #E4E4E4;
  margin-bottom: 3.2rem;
  cursor: pointer;
}

.s-block_imagelink::after {
  content: "";
  display: table;
  clear: both;
}

.s-block_imagelink .s-block_imagelink__image {
  float: left;
  margin-right: 1.6rem;
}

.s-block_imagelink .s-block_imagelink__image a {
  width: 100px;
  height: 100px;
  pointer-events: none;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-block_imagelink .s-block_imagelink__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.s-block_imagelink .s-block_imagelink__text {
  padding: 1.6rem;
}

.s-block_imagelink .s-block_imagelink__text__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.s-block_imagelink .s-block_imagelink__text .s-article_p {
  line-height: 1.4;
  margin-top: 1.6rem;
  margin-bottom: 0;
}

.s-block_imagelink .s-block_imagelink__text .s-article_table {
  margin-top: 1.6rem;
  margin-bottom: 0;
}

.s-block_internallink {
  border: 1px solid #E4E4E4;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 1.2rem;
  margin-bottom: 3.2rem;
}
.s-block_internallink + .s-block_internallink {
  margin-top: -1.6rem;
}
.s-block_internallink a {
  display: flex;
}
.s-block_internallink img {
  min-width: 64px;
  max-width: 64px;
  object-fit: cover;
  margin-right: 1.2rem;
  background: #F1F5FA;
  height: 100%;
}

.s-article_sourcelist dt, .s-article_sourcelist dd {
  display: inline-block;
}

.s-article_sourcelist dt {
  margin-right: 0.8rem;
}

.s-article_sourcelist dd:not(:last-child)::after {
  content: ",";
}

.s-article_kaitori_cta {
  background: #EAF7FF;
  padding: 3.2rem 1.6rem;
}

.s-article_kaitori_cta .contents .image {
  margin-top: 15px;
}
.s-article_kaitori_cta .contents .text .main_title,.s-article_kaitori_cta .contents .text p{
  font-size: 18px;
  line-height: 1.8;
}
.s-article_kaitori_cta .u-bold_marker {
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #FCFC7D 60%);
}
.s-article_kaitori_cta img {
  height: auto;
}
.s-article_kaitori_cta .title {
  padding: 0;
  font-weight: normal;
  font-size: 18px;
}
.s-article_kaitori_cta .p {
  padding: 0;
  font-weight: normal;
  font-size: 18px;
}

.s-article_pager {
  margin-top: 6.4rem;
}

.s-article_pager__titlelink {
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.s-article_pager__titlelink dt {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1.6rem 0.8rem 1.6rem 2.0rem;
  border: 1px solid #E4E4E4;
  border-right: none;
  background: #FBFBFB;
}

.s-article_pager__titlelink dd {
  padding: 1.6rem 2.0rem 1.6rem 0.8rem;
  border: 1px solid #E4E4E4;
  border-left: none;
  background: #FBFBFB;
}

.s-article_footer_content {
  border-top: 3px solid #E4E4E4;
  padding: 1.6rem;
  margin-top: 6.4rem;
}

.s-article_footer_list__item:not(:last-child),
.s-article_footer_list--ranking__item {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 1.6rem;
}

.s-article_footer_list__item:not(:last-child), .s-article_footer_list--ranking__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.s-article_footer_list__item a, .s-article_footer_list--ranking__item a {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  color: inherit;
}

.s-article_footer_list__item__image, .s-article_footer_list--ranking__item__image {
  width: 64px;
  height: 64px;
  margin-right: 1.6rem;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-article_footer_list__item__image img, .s-article_footer_list--ranking__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.s-article_footer_list__item__text, .s-article_footer_list--ranking__item__text {
  flex: 1;
  line-height: 1.2;
}

.s-article_footer_list__item__text__title, .s-article_footer_list--ranking__item__text__title {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.s-article_footer_list__item__text__info, .s-article_footer_list--ranking__item__text__info {
  color: #999;
  font-size: 1rem;
}

.s-article_footer_list--ranking {
  counter-reset: ranking_count;
}

.s-article_footer_list--ranking .s-article_footer_list__item a {
  position: relative;
}

.s-article_footer_list--ranking .s-article_footer_list__item a::before {
  content: counter(ranking_count);
  counter-increment: ranking_count;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 1.1rem;
  color: #fff;
  background: #00335a;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.s-article_footer_list--ranking .s-article_footer_list__item:nth-child(1) a::before {
  background: #D5A417;
}

.s-article_footer_list--ranking .s-article_footer_list__item:nth-child(2) a::before {
  background: #7A7576;
}

.s-article_footer_list--ranking .s-article_footer_list__item:nth-child(3) a::before {
  background: #85612F;
}

.usedcar_list_block {
  border: 1px solid #ccc;
  font-size: 1.45rem;
  margin-bottom: 4.8rem;
}

.usedcar_list_block_header {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #e5e5e5;
  padding: 1em;
}

.usedcar_list_block_footer {
  border-top: 4px solid #e5e5e5;
  padding: 1em;
  text-align: center;
}

.usedcar_list_block_header select {
  width: calc(50% - .3em);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #333;
  font-family: inherit;
  font-size: inherit;
  padding: .5em 30px .5em .5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff url("/images/sp/article_detail/usedcar_module/angle_down.svg") no-repeat calc(100% - 8px) center;
  background-size: 14px auto;
}

.uclb_list .zero_text {
  color: #666;
  text-align: center;
  font-size: 1.2rem;
  padding: 2em;
}

.uclb_list a {
  text-decoration: none;
  display: block;
  padding: .8em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.uclb_list a:last-child {
  border-bottom: none;
}

.uclb_list .uclb_list--list {
  display: flex;
  margin: 0;
}

.uclb_list .uclb_list--img_title {
  margin-right: .7em;
  width: 90px;
  text-align: center;
}

.uclb_list .uclb_list--img_title img {
  max-width: 100%;
  margin-bottom: .3em;
}

.uclb_list--supply {
  font-size: 1rem;
  font-weight: normal;
}

.uclb_list .uclb_list--info {
  flex: 1;
  line-height: 1.2;
}

.uclb_list .uclb_list--car_name {
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.uclb_list ul.uclb_list--price_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: .5em !important;
}

.uclb_list li.uclb_list--price:first-child {
  margin-right: .5em;
}

.uclb_list .uclb_list--price_title {
  font-size: 1.2rem;
  margin-bottom: .2em;
}

.uclb_list .uclb_list--num {
  font-size: 1.2rem;
}

.uclb_list .uclb_list--man {
  font-weight: bold;
  font-size: 1.4rem;
}

.uclb_list .uclb_list--sen {
  font-weight: bold;
  font-size: 1.2rem;
}

.uclb_list ul.uclb_list--spec_list {
  padding: 0;
  font-size: 1rem;
}

.uclb_list ul.uclb_list--spec_list li {
  display: inline;
}

.uclb_list ul.uclb_list--spec_list li:not(:last-child):after {
  content: ' / ';
}

.uclb_list--pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.uclb_list--pager_btn {
  width: 60px;
  height: 33px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.uclb_list--pager_btn:hover {
  background-color: #f2f2f2;
}

.uclb_list--pager_btn_prev {
  background: url("/images/sp/article_detail/usedcar_module/angle_left.svg") no-repeat center;
  background-size: 9px auto;
}

.uclb_list--pager_btn_next {
  background: url("/images/sp/article_detail/usedcar_module/angle_right.svg") no-repeat center;
  background-size: 9px auto;
}

a.uclb_list--btn_to_carmeusedcar {
  display: inline-block;
  padding: 1em;
  background: #00335a;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 6px;
  margin-bottom: 1em;
}

.uclb_list--caution_text {
  font-size: 1.2rem;
  color: #999;
}
.s-link_nextage {
  display: block;
  margin: 0 auto;
  padding: 1.6rem;
  text-align: center;
  background: #005bab;
  border-radius: 7px;
  line-height: 1.2;
  color: #fff;
}

/*--------------------------------------------------
  article_products
--------------------------------------------------*/
.article_products {
  position: relative;
  border-top: 3px solid #E4E4E4;
  border-bottom: 3px solid #E4E4E4;
  line-height: 1;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 0 0 6.4rem;
}
.article_products + .article_products {
  border-top: 0;
}
.article_products_top {
  display: flex;
  gap: 1rem;
}
.article_products .ranking_default,
.article_products .ranking_01,
.article_products .ranking_02,
.article_products .ranking_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  color: #fff;
  font-weight: bold;
}
.article_products .ranking_default {
  background: #00345D;
}
.article_products .ranking_01 {
  background: #D5A417;
}
.article_products .ranking_02 {
  background: #7B7576;
}
.article_products .ranking_03 {
  background: #8D5F24;
}
.article_products .text_container {
  margin: auto 0;
}
.article_products .ranking_default span,
.article_products .ranking_01 span,
.article_products .ranking_02 span,
.article_products .ranking_03 span {
  font-size: 2rem;
}

.article_products_container {
  padding: 0 1.6rem;
  margin-left: 0;
  margin-right: 0;

}

.article_products_overlay {
  display: none;
}

.article_products_overlay.ellipsis {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #000;
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 64px;
  padding: 1rem 2.8rem;
  z-index: 99;
}
.article_products_overlay.ellipsis a {
  display: inline-block;
  width: 100%;
  padding: 1.4rem 3.2rem;
  border-radius: 7px;
  line-height: 1;
  text-align: center;
  position: relative;
  height: 44px;
  background: #FF7D12 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 0px #CC640E;
  border-radius: 6px;
}
.article_products_overlay.ellipsis a span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.article_products_overlay.ellipsis a span::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 7px;
  height: 14px;
  background: url(/images/pc/icon/arrow_right_white.svg) no-repeat center;
  background-size: 7px 14px;
}

.article_products .products_name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
.article_products .products_brand {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 2.4rem 0 1rem;
}

.article_products .products_evaluation {
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 1.6rem;
  margin-bottom: 2.4rem;
}
.article_products .products_evaluation .evaluation_title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
.article_products .products_evaluation .evaluation_title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
.article_products .products_evaluation dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 1rem !important;
}
.article_products .products_evaluation dt {
  margin-right: .4rem;
}
.article_products .products_evaluation dd {
  font-weight: bold;
  margin-right: 1.4rem;
}

.article_products .products_price {
  font-size: 20px;
  font-weight: bold;
  color: #CB0000;
}
.article_products .products_price small {
  font-size: 1.4rem;
}

.article_products .ellipsis .products_name,
.article_products .ellipsis .products_brand,
.article_products .ellipsis .products_price {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article_products .ellipsis .products_name {
  margin-bottom: 0.4rem;
}
.article_products .ellipsis .products_brand {
  margin-bottom: 0.3rem;
}
.article_products .s-article_p{
  line-height: 1.6;
  margin-bottom: 4.8rem;
}
.article_products .s-block_photo_multiple{
  margin-bottom: 2.4rem;
}
.article_products .s-article_title2{
  font-size: 1.8rem;
  margin-top: 2.4rem;
}

.article_products .s-block_photo_multiple .gallery-top .swiper-wrapper .swiper-slide__image {
  height: 60vw;
  width: 80%;
  margin: auto;
  background: #FFF;
}
.article_products .s-block_photo_multiple .gallery-top .swiper-wrapper .swiper-slide__image img,
.article_products .s-block_photo_multiple .gallery-top .swiper-wrapper .swiper-slide-visible img {
  width:  100%;
  height: 100%;
  object-fit: contain;
}

.article_products_photo_column .swiper-pagination {
  position: static;
  margin: 10px 0;
  font-size: 1.4rem;
}
.article_products_photo_column .swiper-pagination-bullets,
.article_products_photo_column .swiper-pagination-bullet-active {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.article_products .s-block_photo_multiple .gallery-thumbs .swiper-wrapper .swiper-slide {
  background: #FFF !important;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  position: relative;
}
.article_products_photo_column .swiper-slide-thumb-active {
  background: #FFF !important;
  border: 2px solid #00335A !important;
}

.article_products_photo_column .swiper-button-next,
.article_products_photo_column .swiper-button-prev {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-size: 25px;
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
}
.article_products_photo_column .swiper-button-next {
  right: -5px;
  left: auto;
}
.article_products_photo_column .swiper-button-prev {
  transform: rotate(180deg);
  left: -5px;
  right: auto;
}

.article_products_photo_column .gallery-thumbs {
  margin-top: 0;
  padding-bottom: 4px;
}
.article_products_photo_column .gallery-thumbs img {
  width:  61.1667px;
  height: 61.1667px;
  object-fit: contain;
}

.article_products_table {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E4E4E4;
}
.article_products_table dt {
  font-weight: bold;
  width: 40%;
}
.article_products_table dd {
  width: 60%;
}
.article_products_table dt,
.article_products_table dd {
  border-bottom: 1px solid #E4E4E4;
  padding: 1.2rem 0;
  font-size: 1.2rem;
  word-break: break-all;
}

.article_products_button_list {
  margin: 2.4rem .4rem;
}
.article_products_button_list li {
  margin-bottom: 1.2rem;
}

.article_products_table.ellipsis dt:nth-of-type(n+5),
.article_products_table.ellipsis dd:nth-of-type(n+5) {
  display: none;
}

.article_products .products_readmore_btn {
  display: block;
  color: #335B7B;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
.article_products .products_readmore_btn span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 6px;
  background: url(/images/sp/icon/arrow_down_blue.svg) no-repeat center;
  background-size: 12px 6px;
  margin-left: 0.6rem;
}
.article_products .products_readmore_btn span.open::after {
  transform: rotateX(180deg);
}

.article_products_comment {
  margin-top: 2.4rem !important;
}

.article_products_inner >* {
  margin-bottom: 4.8rem !important;
}
.article_products_inner >*:last-child {
  margin-bottom: 0;
}
.article_products_inner .s-article_review_common + .s-article_review_common {
  margin-top: -3.2rem;
}

.article_products_comment .comment_balloon {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 8px;
  line-height: 1.6;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.article_products_comment .comment_balloon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 60px;
  border-bottom: 10px solid #F2F2F2;
  border-right: 18px solid transparent;
}
.article_products_comment .expert_info {
  display: flex;
  align-items: center;
}
.article_products_comment .expert_info dt {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5rem;
}
.article_products_comment .expert_info dd {
  color: #666;
  line-height: 1.4;
}


.article_products_comment .expert_image {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 2rem;
  border-radius: 50%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}
.article_products_comment .expert_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

/*--------------------------------------------------
  article_photo
--------------------------------------------------*/
.article_photo_page .swiper-container {
  margin-bottom: 16px;
}
.article_photo_page .s-block_photo_multiple .gallery-top .swiper-wrapper .swiper-slide__image {
  margin: auto;
  background: #FFF;
}
.article_photo_page .s-block_photo_multiple .gallery-top .swiper-wrapper .swiper-slide__image img,
.article_photo_page .s-block_photo_multiple .gallery-top .swiper-wrapper .swiper-slide-visible img {
  width:  100%;
  height: 100%;
  object-fit: contain;
}
.article_photo_page .s-block_photo_multiple .swiper-button-next,
.article_photo_page .s-block_photo_multiple .swiper-button-prev {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-image: url(/images/sp/icon/arrow_right_gray.svg);
  background-size: 25px;
}
.article_photo_page .s-block_photo_multiple .gallery-thumbs .swiper-wrapper .swiper-slide {
  background: #FFF !important;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  position: relative;
}
.article_photo_page .s-block_button a::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 9px;
  height: 18px;
  background: url(/images/sp/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 9px 18px;
  transform:scaleX(-1);
}
.article_photo_page .s-block_button a::after {
  background: none;
}

.article_products_button_list .s-block_button a {
  border: 1px solid #ff7d12;
  box-shadow: 0px 2px 0 0 #cc640e;
  color: #fff;
  line-height: 1.2;
  background: #ff7d12;
  padding: .8rem 3.2rem;
}
.article_products_button_list .s-block_button a::after {
  background: url(/images/pc/icon/arrow_right_white.svg) no-repeat center;
  background-size: 10px 19px;
}
.article_products_button_list .s-block_button a span {
  font-weight: bold;
}

.photo_list_low {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.photo_list_low li {
  display: block;
  width: 25%;
  background: #FFF;
  padding: 4px;
}
.photo_list_low li img {
  max-height: 60px;
  width: auto;
}
.photo_list_low li .selected {
  opacity: 0.4;
}

.related_article_small_list {
  list-style-position: none;
  margin: 30px 0;
}
.related_article_small_list li {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
  word-wrap: break-word;
}
.related_article_small_list li::before {
  content: url(/images/pc/icon/icon_internallink.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
}

/*--------------------------------------------------
  ロードスターの人気中古車一覧
--------------------------------------------------*/

.p-side_top_viewed_list a {
  text-decoration: none;
  display: block;
  color: #333;
  border-bottom: 1px solid #E4E4E4;
  padding: 1rem 0;
  position: relative;
}
.p-side_top_viewed_list.is-bordernone a {
  border-bottom: none;
}
.p-side_top_viewed_list a:hover {
  opacity: 1;
}

.p-side_top_viewed_list .element--list {
  display: flex;
  margin: 0;
}

.p-side_top_viewed_list .element--img_title {
  margin-right: 1rem;
  width: 100px;
  text-align: center;
  line-height: 0;
}

.p-side_top_viewed_list .element--img_title img {
  max-width: 100%;
  width: 10rem;
  height: 7.5rem;
  margin-bottom: .7rem;
}
.p-side_top_viewed_list .element--img_title figure {
  border: 1px solid #E4E4E4;
  margin-bottom: .7rem;
}
.p-side_top_viewed_list .element--img_title figure img {
  max-width: 100%;
  margin-bottom: 0;
}

.p-side_top_viewed_list .element--read{
  display: inline-block;
  background: #666666;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: .2rem .4rem;
  line-height: 1;
}


.p-side_top_viewed_list .element--info {
  flex: 1;
  line-height: 1.2;
}

.p-side_top_viewed_list .element--car_name {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 2.2rem;
}

.p-side_top_viewed_list ul.element--price_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: .8rem;
}

.p-side_top_viewed_list li.element--price:first-child {
  margin-right: 1.5rem;
}

.p-side_top_viewed_list .element--price_title {
  margin-bottom: .4rem;
  font-size: 1.2rem;
}

.p-side_top_viewed_list .element--num {
  font-size: 1.2rem;
  line-height: 1;
}

.p-side_top_viewed_list .element--num.red {
  color: #a30000;
}

.p-side_top_viewed_list .element--num .man {
  font-weight: bold;
  font-size: 1.6rem;
}

.p-side_top_viewed_list .element--num .sen {
  font-weight: bold;
}


.p-side_top_viewed_list ul.element--spec_list,
.p-side_top_viewed_list p.element--inquiry_text {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-side_top_viewed_list ul.element--spec_list li {
  display: inline;
}

.p-side_top_viewed_list ul.element--spec_list li:not(:last-child):after {
  content: ' / ';
}

.p-side_top_viewed_list .element--inquiry_btn {
  width: 200px;
  height: 30px;
  border: 1px solid #FF7D12;
  background: #FF7D12;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0px 2px 0 0 #CC640E;
}

.p-side_top_viewed_list .element--btn_fav {
  position: absolute;
  right: 0;
  top: 1rem;
  width: 19.8px;
  height: 18px;
  background: url(/images/icon/star.svg) no-repeat top center / 19.8px 18px;
}

.p-side_top_viewed_list .element--btn_fav {
  position: absolute;
  top: 1rem;
  width: 22px;
  height: 20px;
  background: url(/images/icon/star.svg) no-repeat top center / 22px 20px;
}

.p-side_top_viewed_list .element--btn_fav.delete {
  background: url(/images/icon/star_fill.svg) no-repeat top center / 22px 20px;
}

.l-page_contents {
  word-break: break-all;
}
.s-article_footer_content.p-kurumaerabi_usedcar_list {
  padding: 4.0rem 1.6rem;
}
.p-footer_usedcar_list {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.p-footer_usedcar_list a {
  text-decoration: none;
  display: block;
  padding: 1.1rem 0;
  color: #333;
  border-bottom: 1px solid #E4E4E4;
  position: relative;
}
.p-footer_usedcar_list a:hover {
  opacity: 0.8;
}
.p-footer_usedcar_list a:last-child {
  border-bottom: none;
}
.p-footer_usedcar_list .element--list {
  display: flex;
  margin: 0;
}
.p-footer_usedcar_list .element--img_title {
  margin-right: 1rem;
  width: 120px;
  text-align: center;
  line-height: 0;
}
.p-footer_usedcar_list .element--img_title img {
  max-width: 100%;
}
.p-footer_usedcar_list .element--img_title figure {
  border: 1px solid #E4E4E4;
  margin-bottom: .7rem;
}
.p-footer_usedcar_list .element--img_title figure img {
  max-width: 100%;
  margin-bottom: 0;
}
.p-footer_usedcar_list .element--read {
  display: inline-block;
  background: #666666;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: .2rem .4rem;
  line-height: 1;
}
.p-footer_usedcar_list .element--info {
  flex: 1;
  line-height: 1.2;
}
.p-footer_usedcar_list .element--car_name {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 1.5rem;
}
.p-footer_usedcar_list ul.element--price_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0.8rem;
}
.p-footer_usedcar_list li.element--price:first-child {
  margin-right: 1.5rem;
}
.p-footer_usedcar_list .element--price_title {
  margin-bottom: .4rem;
  font-size: 1.2rem;
}
.p-footer_usedcar_list .element--num {
  font-size: 1.2rem;
  line-height: 1;
}
.p-footer_usedcar_list .element--num.red {
  color: #a30000;
}
.p-footer_usedcar_list .element--num .man {
  font-weight: bold;
  font-size: 2.2rem;
  margin-right: .2rem;
}
.p-footer_usedcar_list .element--num .sen {
  font-weight: bold;
  font-size: 1.6rem;
}
.p-footer_usedcar_list ul.element--spec_list,
.p-footer_usedcar_list p.element--inquiry_text {
  padding: 0;
  font-size: 1.2rem;
}
.p-footer_usedcar_list ul.element--spec_list.small {
  font-size: 1.1rem;
}
.p-footer_usedcar_list ul.element--spec_list li {
  display: inline;
  line-height: 1.8;
}
.p-footer_usedcar_list ul.element--spec_list li:not(:last-child):after {
  content: ' / ';
}
.p-footer_usedcar_list .element--btn_fav {
  position: absolute;
  right: 0;
  top: 1rem;
  width: 19.8px;
  height: 18px;
  background: url(/images/icon/star.svg) no-repeat top center / 19.8px 18px;
}
.p-footer_usedcar_list .element--btn_fav {
  position: absolute;
  right: 0.7rem;
  top: 1rem;
  width: 19.8px;
  height: 18px;
  background: url(/images/icon/star.svg) no-repeat top center / 19.8px 18px;
}
.p-footer_usedcar_list .element--btn_fav.delete {
  background: url(/images/icon/star_fill.svg) no-repeat top center / 19.8px 18px;
}
.s-link_kurumaerabi {
  display: block;
  margin: 0 auto;
  padding: 1.6rem;
  text-align: center;
  background: #005bab;
  border-radius: 7px;
  line-height: 1.4;
  color: #fff;
}

.s-link_mota {
  display: block;
  margin: 0 auto;
  padding: 1.6rem;
  text-align: center;
  background: #f39c29;
  border-radius: 7px;
  line-height: 1.4;
  color: #fff;
}


/*--------------------------------------------------
  article_review_common
--------------------------------------------------*/
.s-article_review_common {
  background-color: #FBFBFB;
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 2.4rem 1.6rem;
  margin-bottom: 3.2rem;
}
.s-article_review_common + .s-article_review_common {
  margin-top: -1.6rem;
}

.p-review {
  margin-bottom: 1.6rem;
}
.s-article_review_common .total_score {
  margin-top: 1.6rem;
}
.s-article_review_common .item {
  margin: 0.8rem 0rem;
}
.p-review .star {
  display: inline-block;
  position: absolute;
  width: 113px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.p-review .star .star_50 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-review .star .star_40 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: 0;
  left: -22px;
}
.p-review .star .star_30 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: 0;
  left: -45px;
}
.p-review .star .star_20 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: 0;
  left: -68px;
}
.p-review .star .star_10 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: 0;
  left: -90px;
}
.p-review .star .star_00 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: 0;
  left: -113px;
}
.p-review .star .star_45 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: -40px;
  left: 0;
}
.p-review .star .star_35 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -22px;
}
.p-review .star .star_25 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -45px;
}
.p-review .star .star_15 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -68px;
}
.p-review .star .star_05 {
  width: 226px;
  max-width: 226px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -90px;
}
.p-review .score {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #CB0000;
  margin-left: 118px;
}

.s-article_review_common.hide {
  display: none;
}

.s-article_review_common .review_title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .8rem;
}

.s-article_review_common .review_comment {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

.s-article_review_common .review_item {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: .8rem;
}

.s-article_review_common .reviewer {
  display: flex;
  line-height: 1rem;
}
.s-article_review_common .reviewer_name {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-left: 1rem;
}
.s-article_review_common .review_gj {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.s-article_review_common .review_gj .btn_gj {
  position: relative;
  background-color: #fff;
  border: 1px solid #5E8099;
  border-radius: 4px;
  box-shadow: 0px 1px 0 0 #5e8099;
  color: #00335a;
  line-height: 1;
  padding: .8rem 1.4rem .8rem 3.4rem;
}
.s-article_review_common .review_gj .btn_gj::before {
  content: "";
  background: url(/images/pc/article_detail/review_good.svg) no-repeat center;
  position: absolute;
  width: 15px;
  height: 14px;
  left: 14px;
  top: 7px;
}
.s-article_review_common .review_gj .btn_gj:hover {
  background: #ECF1F7;
}
.s-article_review_common .review_gj .gj_count {
  text-align: center;
  position: relative;
  background-color: #ECF1F7;
  border-radius: 4px;
  line-height: 1;
  width: 28px;
  height: 28px;
  padding-top: 6px;
  margin-left: 1rem;
}
.s-article_review_common .review_gj .gj_count::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ECF1F7;
}
.s-article_review_common_more_button {
  text-align: center;
  margin-top: -2.2rem;
  margin-bottom: 48px !important;
  display: block;
  background: #ECF1F7;
  padding: 0.8rem;
  font-size: 14px;
  color: #00335a;
  cursor: pointer;
  transition: 0.2s;
  line-height: 1.2;
}
.s-article_review_common_more_button:hover {
  opacity: .7;
}
.s-article_review_common_more_button::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url(/images/pc/icon/arrow_down_blue.svg) no-repeat center;
  background-size: 15px 8px;
  margin-left: 0.8rem;
}
.s-article_review_common_more_button.active:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(/images/pc/icon/arrow_up_blue.svg) no-repeat center;
  background-size: 15px 8px;
  margin-left: 0.8rem;
}
.s-article_review_common .review_info .p-reviewer_box__image {
  width: 40px;
  height: 40px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.p-reviewer_box__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}
/*--------------------------------------------------
  article_comparison_table
--------------------------------------------------*/
.article_comparison_table_comtainer {
  overflow: auto;
}
.article_comparison_table table {
  border-collapse: separate;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 10px;
}
.article_comparison_table table thead tr {
  background-color: #FBFBFB;
}
.article_comparison_table table thead tr .item {
  min-width: 74px;
  padding: .8rem .6rem 1.7rem;
}
.article_comparison_table table thead tr th {
  position: relative;
  border-right: 1px solid #e4e4e4;
  padding: 1.7rem .6rem;
}
.article_comparison_table table tr .image {
  min-width: 53px;
}
.article_comparison_table table tr .fixed-cols {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  background-color: #FBFBFB;
  border-left: 1px solid #e4e4e4;
  border-right: double #e4e4e4;
  z-index: 2;
}
.article_comparison_table table tr .image img {
  height: auto;
  max-width: 53px;
  max-height: 53px;
  object-fit: contain;
}
.article_comparison_table table thead tr .products_name {
  min-width: 130px;
}
.article_comparison_table table thead tr .total_score {
  min-width: 62px;
}
.article_comparison_table table thead tr .feature {
  min-width: 160px;
}
.article_comparison_table table thead tr .score,
.article_comparison_table table thead tr .spec {
  position: relative;
  background-color: #F2F2F2;
  border-bottom: 1px solid #e4e4e4;
  padding: .6rem;
}
.article_comparison_table table thead tr .score::before {
  content: "";
  position: absolute;
  border-top: 2px solid #F8BF64;
  width: 100%;
  top: 0;
  left: 0;
}
.article_comparison_table table thead tr .spec::before {
  content: "";
  position: absolute;
  border-top: 2px solid #9AC0DB;
  width: 100%;
  top: 0;
  left: 0;
}

.article_comparison_table .btn_sorting,
.article_comparison_table .btn_sorting.active_desc,
.article_comparison_table .btn_sorting.active_asc {
  position: absolute;
  border-radius: 2px;
  width: calc(100% - 9px);
  height: 10px;
  bottom: 3px;
  left: 4px;
}
.article_comparison_table .btn_sorting{
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.article_comparison_table .btn_sorting.active_desc,
.article_comparison_table .btn_sorting.active_asc {
  border: 1px solid #5E8099;
  background-color: #ECF1F7;
}
.article_comparison_table .btn_sorting::after,
.article_comparison_table .btn_sorting.active_desc::after,
.article_comparison_table .btn_sorting.active_asc::after {
  content: "";
  display: block;
  background-size: 9px 5px;
  position: absolute;
  width: 9px;
  height: 5px;
  top: 2px;
  left: calc(50% - 4px);
}
.article_comparison_table .btn_sorting::after {
  background: url(/images/icon/arrow_s.svg) no-repeat center;
}
.article_comparison_table .btn_sorting.active_desc::after {
  background: url(/images/icon/arrow_s_blue.svg) no-repeat center;
}
.article_comparison_table .btn_sorting.active_asc::after {
  background: url(/images/icon/arrow_s_blue.svg) no-repeat center;
  transform: rotate( 180deg );
}

.article_comparison_table table tbody tr td {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  min-height: 57px;
  padding: .8rem;
}
.article_comparison_table table tbody .image {
  padding: 0;
}
.article_comparison_table table tbody .ranking_default::before,
.article_comparison_table table tbody .ranking_01::before,
.article_comparison_table table tbody .ranking_02::before,
.article_comparison_table table tbody .ranking_03::before {
  content: "";
  background: rgba(255,255,255,.5);
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.article_comparison_table table tbody .ranking_default::after,
.article_comparison_table table tbody .ranking_01::after,
.article_comparison_table table tbody .ranking_02::after,
.article_comparison_table table tbody .ranking_03::after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  padding-top: 2px;
}
.article_comparison_table table tbody .ranking_default::after {
  background: #00345D;
}
.article_comparison_table table tbody .ranking_01::after {
  background: #D5A417;
}
.article_comparison_table table tbody .ranking_02::after {
  background: #7B7576;
}
.article_comparison_table table tbody .ranking_03::after {
  background: #8D5F24;
}
.article_comparison_table table tbody  .ranking_number {
  content: "";
  position: absolute;
  color: #fff;
  font-size: .9rem;
  font-weight: bold;
  top: 1px;
  left: 4px;
  z-index: 1;
}
.article_comparison_table table tbody  .ranking_number.over10 {
  left: 1px;
}
.article_comparison_table table tbody .products_maker {
  color: #666;
  margin-bottom: .4rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article_comparison_table table tbody .products_name {
  display: -webkit-box;
  color: #007ACC;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article_comparison_table table tbody .products_name:hover {
  opacity: .7;
  cursor: pointer;
}
.article_comparison_table table tbody .score {
  position: relative;
  color: #CB0000;
  font-weight: bold;
  padding-left: 2.6rem;
}
.article_comparison_table table tbody .score::before {
  content: "";
  position: absolute;
  background: url(/images/icon/star_rating.svg) no-repeat center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 8px;
}
.article_comparison_table table tbody .products_link {
  display: flex;
  align-items: center;
}
.article_comparison_table table tbody .products_link a {
  color: #fff;
}
.article_comparison_table table tbody .s-btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  background: #ff7d12;
  box-shadow: 0px 2px 0 0 #cc640e;
  line-height: 1.2;
  white-space: nowrap;
  width: auto;
  min-width: 60px;
  height: 33px;
  padding: .4rem;
}
.article_comparison_table table tbody .s-btn_cta:not(:last-child) {
  margin-right: .4rem;
}
.article_comparison_table table tbody .s-btn_cta span {
  font-weight: bold;
}

.article_comparison_table table tbody .feature_author {
  display: table-cell;
  vertical-align: top;
}
.article_comparison_table table tbody .feature_author .container {
  display: flex;
}
.article_comparison_table table tbody .feature_author .container img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: .4rem;
}
.article_comparison_table table tbody .feature_author .container .name {
  font-weight: bold;
  margin-bottom: 0.4rem;
}

/* s-modal */
.s-modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 998;
}
.s-modal_no_scroll {
  overflow: hidden;
}
.s-modal_products_detail {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 80%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 999;
}
.s-modal_products_detail .title {
  text-align: center;
  background-color: #00335A;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem;
}
.s-modal_products_detail .scroll {
  overflow-y: scroll;
  width: 100%;
  height: 90%;
}
@media only screen and (min-width: 568px){
  .s-modal_products_detail .scroll {
    overflow-y: scroll;
    width: 100%;
    height: 80%;
  }  
}
@media only screen and (min-width: 1000px){
  .s-modal_products_detail .scroll {
    overflow-y: scroll;
    width: 100%;
    height: 90%;
  }  
}

.s-modal_products_detail .article_products {
  border: none;
  padding: 2rem 2rem 0;
  margin: 0;
}

.s-modal_products_detail .btn_close {
  position: absolute;
  top: -45px;
  right: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/*--------------------------------------------------
  recommended_products
--------------------------------------------------*/
.s-block_recommended_products .list {
  border-top: 1px solid #e4e4e4;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-bottom: 1.6rem;
}
.s-block_recommended_products .list .item {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 1.6rem 2.8rem;
  position: relative;
}
.s-block_recommended_products .list .item .title {
  line-height: 1;
}
.s-block_recommended_products .list .item .title .bland {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  padding-top: 2rem;
  padding-left: 5.5rem;
  margin-bottom: 0.5rem;
}
.s-block_recommended_products .list .item .title .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.s-block_recommended_products .list .item .rank {
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  width: 6rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #04335A;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.s-block_recommended_products .list .item .rank span {
  font-size: 1.6rem;
}
.s-block_recommended_products .list .item .image {
  text-align: center;
  margin-bottom: 1rem;
}
.s-block_recommended_products .list .item .image img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80vw;
  vertical-align: top;
}
.s-block_recommended_products .list .item .link_review a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.s-block_recommended_products .list .item .link_review a:hover {
  opacity: 1;
  text-decoration: none;
}
.s-block_recommended_products .list .item .price {
  color: #CB0000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.s-block_recommended_products .list .item .price .small {
  font-size: 1.4rem;
}
.s-block_recommended_products .list .item .link_product a {
  display: block;
  background: #ff7d12;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 1.2rem;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 2px 0 0 #cc640e;
}
.s-block_recommended_products .list .item .link_product a::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 19px;
  background: url(/images/sp/icon/arrow_right_white.svg) no-repeat center/contain;
}
.s-block_recommended_products .list .item:nth-of-type(1) .rank {
  background: #D5A417;
}
.s-block_recommended_products .list .item:nth-of-type(2) .rank {
  background: #7A7576;
}
.s-block_recommended_products .list .item:nth-of-type(3) .rank {
  background: #85612F;
}
.s-block_recommended_products .link_read_more a {
  display: block;
  background: #ECF1F7;
  padding: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  color: #335B7B;
  line-height: 1.2;
}
.s-block_recommended_products .link_read_more a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/images/sp/icon/arrow_right_blue.svg) no-repeat center/contain;
  margin-left: 0.8rem;
}

.l-top_fixed_menu {
  width: 100%;
  z-index: 90;
  background: #fff;
  margin-top: 4.8rem;
  margin-bottom: -2.8rem;
}
.l-top_fixed_menu.u-sticky {
  position: sticky;
  top: 0;
}
.l-top_fixed_menu ul {
  display: flex;
}
.l-top_fixed_menu li {
  flex: 1;
}
.l-top_fixed_menu li:not(:last-child) {
  border-right: 2px solid #fff;
}
.l-top_fixed_menu li a {
  display: flex;
  height: 48px;
  width: 100%;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding: .8rem 1.2rem .5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 4px solid #ccc;
  word-break: break-all;
}
.l-top_fixed_menu li.selected a {
  color: #000;
  border-bottom: 4px solid #05335A;
}

.l-top_fixed_menu {
  width: 100%;
  z-index: 90;
  background: #fff;
  margin-top: 4.8rem;
  margin-bottom: -2.8rem;
}
.l-top_fixed_menu.u-sticky {
  position: sticky;
  top: 0;
}
.l-top_fixed_menu ul {
  display: flex;
}
.l-top_fixed_menu li {
  flex: 1;
}
.l-top_fixed_menu li:not(:last-child) {
  border-right: 2px solid #fff;
}
.l-top_fixed_menu li a {
  display: flex;
  height: 48px;
  width: 100%;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding: .8rem 1.2rem .5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 4px solid #ccc;
  word-break: break-all;
}
.l-top_fixed_menu li.selected a {
  color: #000;
  border-bottom: 4px solid #05335A;
}

.s-article_ul {
  line-height: 1.4;
  margin: 3.2rem 0 3.2rem 2.4rem;
}

.s-article_ol {
  line-height: 1.4;
  margin: 3.2rem 0 3.2rem 2.4rem;
  list-style: decimal;
}

.s-article_ul li,
.s-article_ol li {
  position: relative;
  margin-bottom: .8rem;
}

.s-article_ul li::before {
  content: "";
  position: absolute;
  background-color: #00335A;
  width: 6px;
  height: 6px;
  top: 8px;
  left: -16px;
}

.s-article_normal-wrapper {
  border: 1px solid #E4E4E4;
  background: #FBFBFB;
  padding: 1.5em 1.5em;
  line-height: 1.8;
}

.s-article_important-wrapper {
  border: 1px solid #5E8099;
  background: #ECF1F7;
  padding: 1.5em 1.5em;
  line-height: 1.8;
}

.s-article_caution-wrapper {
  border: 1px solid #B6484C;
  background: #FBF0F0;
  padding: 1.5em 1.5em;
  line-height: 1.8;
  position: relative;
  z-index: 0;
}

.s-article_quote-wrapper {
  border: 1px solid #E4E4E4;
  background: #FBFBFB;
  padding: 1.5em 1.5em;
  line-height: 1.8;
  position: relative;
  z-index: 0;
}

.s-article_caution-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  z-index: -1;
  opacity: 0.8;
  background-size: 100% 100% !important;
  background: url(/images/pc/icon/exclamation.svg) no-repeat center;
}

.s-article_quote-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  z-index: -1;
  opacity: 0.8;
  background-size: 100% 100% !important;
  background: url(/images/pc/icon/quote.svg) no-repeat center;
}

.s-article_quote-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  z-index: -1;
  opacity: 0.8;
  transform: scale(-1, -1);
  background-size: 100% 100% !important;
  background: url(/images/pc/icon/quote.svg) no-repeat center;
}

.s-article_text-block h2, h3{
  font-weight: bold;
}

.s-article_blockquote-box {
  line-height: 1.4;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.s-article_blockquote-box .title {
  display: block;
  margin-bottom: 1.6rem;
  font-weight: bold;
}

.s-block_photo_gallery {
  line-height: 1;
  margin-bottom: -3.2rem;
}

.s-block_photo_gallery .swiper-container {
  width: calc(100% + 3.2rem);
  margin: auto;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.s-block_photo_gallery .gallery-thumbs {
  height: 60px;
}

.s-block_photo_gallery .gallery-thumbs .swiper-slide {
  width: 90px;
  height: auto;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-block_photo_gallery .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.s-block_photo_gallery .swiper-button-disabled {
  opacity: 0;
}

/*--------------------------------------------------
  accordion_block
--------------------------------------------------*/
.s-block_accordion_btn {
  background-color: #FBFBFB;
  color: #626262;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-left: 8px solid #00335a;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.active, .s-block_accordion_btn:hover {
  opacity: .7;
}

.s-block_accordion_btn_text {
  margin-left: 10px;
}

.s-block_accordion_btn::after{
  content: "";
  margin: 10px;
  padding-right: 15px;
  width: 28px;
  height: 14px;
  background: url(/images/pc/icon/arrow_down_blue.svg) no-repeat center;
  background-size: 20px 30px;;
}
.s-block_accordion_btn.active:after {
  content: "";
  margin: 10px;
  padding-right: 15px;
  width: 28px;
  height: 14px;
  background: url(/images/pc/icon/arrow_up_blue.svg) no-repeat center;
  background-size: 20px 30px;;
}
.s-block_accordion_panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*--------------------------------------------------
  買取相場記事
--------------------------------------------------*/
.s-marketprice_summary_container {
  margin-bottom: 2.4rem;
}
.s-marketprice_summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.s-marketprice_summary p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1.2rem;
  margin-bottom: 2.4rem;
  border-left: 4px solid #00335A;
}

.s-marketprice_summary .price_wrapper {
  display: flex;
  color: #cb0000;
  margin-bottom: 2.4rem;
  gap: .4rem;
}
.s-marketprice_summary .price {
  display: flex;
  align-items: baseline;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.s-marketprice_summary .price .s_num {
  font-size: 2rem;
  font-weight: bold;
}
.s-marketprice_summary .price .s_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.s-marketprice_summary .tilde {
  align-self: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 361px) {
  .s-marketprice_summary .price {
    font-size: 3.2rem;
  }
  .s-marketprice_summary .price .s_num {
    font-size: 2rem;
  }
  .s-marketprice_summary .price .s_text {
    font-size: 1.6rem;
  }
}

.s-marketprice_summary .info_table {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.s-marketprice_summary .info_table tr {
  display: flex;
}
.s-marketprice_summary .info_table th {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  padding: .6rem .8rem;
  background: #F7F7F7;
}
.s-marketprice_summary .info_table td {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: .6rem .8rem;
  gap: .2rem;
}
.s-marketprice_summary .info_table td .s_date {
  font-size: 1.6rem;
  font-weight: normal;
}
.s-marketprice_summary .info_table td .s_mileage {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}

.marketprice_chart_wrapper {
  padding: 1.6rem;
  background: #F7F7F7;
}
.marketprice_chart {
  position: relative;
  height: 306px;
  padding: 2.4rem .6rem 1.2rem;
  background: #FFF;
}
.marketprice_chart::before {
  content: '(万円)';
  position: absolute;
  color: #666;
  font-size: 1rem;
  top: 10px;
}

.s-article_table_wrapper:has(.marketprice_year_table),
.s-article_table_wrapper:has(.marketprice_grade_table),
.s-article_table_wrapper:has(.marketprice_mileage_table) {
  border: 1px solid #E5E5E5;
}

.marketprice_year_table,
.marketprice_grade_table,
.marketprice_mileage_table {
  width: 100%;
}

.marketprice_year_table .is-hidden,
.marketprice_grade_table .is-hidden,
.marketprice_assessment_result_list_wrapper .is-hidden {
  display: none !important;
}

.more_btn_wrapper {
  background: #F7F7F7;
}
.marketprice_grade_table .more_btn_wrapper td {
  padding: 0;
}

.more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: .8rem 1.2rem;
  font-size: 1.6rem;
  gap: .8rem;
}
.more_btn::before {
  content: '';
  background: url(/images/icon/icon_open.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
}

.marketprice_year_table td,
.marketprice_grade_table td,
.marketprice_mileage_table td {
  font-size: 1.4rem;
}
.marketprice_year_table td:last-child,
.marketprice_grade_table td:last-child,
.marketprice_mileage_table td:last-child {
  color: #00335A;
  font-weight: bold;
}
.marketprice_year_table td:last-child span,
.marketprice_grade_table td:last-child span,
.marketprice_mileage_table td:last-child span {
  font-size: 1.2rem;
}

.marketprice_year_table th,
.marketprice_year_table td,
.marketprice_grade_table th,
.marketprice_grade_table td,
.marketprice_mileage_table th,
.marketprice_mileage_table td {
  padding: .8rem;
}

.marketprice_year_table th:first-child,
.marketprice_year_table td:first-child {
  min-width: 89px;
  width: 89px;
}

.marketprice_mileage_table th:first-child,
.marketprice_mileage_table td:first-child {
  min-width: 107px;
  width: 107px;
}

.marketprice_grade_table th {
  text-align: center;
}
.marketprice_grade_table th:first-child,
.marketprice_grade_table td:first-child {
  min-width: 50px;
  width: 50px;
}
.marketprice_grade_table th:nth-child(2),
.marketprice_grade_table td:nth-child(2) {
  min-width: initial;
}
.marketprice_grade_table th:last-child,
.marketprice_grade_table td:last-child {
  min-width: 102px;
  width: 102px;
}
.marketprice_grade_table td:first-child {
  text-align: center;
}
.marketprice_grade_table td.popularity_first,
.marketprice_grade_table td.popularity_second,
.marketprice_grade_table td.popularity_third {
  font-weight: bold;
}
.marketprice_grade_table td.popularity_first {
  color: #9C7400;
  background: #FFF8E5;
}
.marketprice_grade_table td.popularity_second {
  color: #585A5F;
  background: #F5F7FF;
}
.marketprice_grade_table td.popularity_third {
  color: #744E1A;
  background: #FFF6E9;
}

.marketprice_assessment_result_list_wrapper {
  margin-bottom: 3.2rem;
  border: 2px solid #E5E5E5;
}
.marketprice_assessment_result_list {
  display: flex;
  flex-direction: column;
}
.marketprice_assessment_result_list dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.2rem;
  border-bottom: 1px solid #E5E5E5;
  gap: .8rem;
}
.marketprice_assessment_result_list dl:last-child {
  border: none;
}

.marketprice_assessment_result_list .car_grade_name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.marketprice_assessment_result_list .car_info {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 1.4;
}
.marketprice_assessment_result_list .car_assessment_wrapper {
  display: flex;
  color: #00335A;
  gap: .8rem;
}
.marketprice_assessment_result_list .car_assessment_label {
  font-size: 1.4rem;
  align-self: center;
  text-align: center;
  line-height: 1;
  padding: .4rem;
  background: #ECF1F7;
}
.marketprice_assessment_result_list .car_assessment {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.marketprice_assessment_result_list .car_assessment .s_text {
  font-size: 1.4rem;
}
.c-article_kaitori_pr {
  display: flex;
  margin: 2.5rem 0 0;
  justify-content: right;
}
.pr-class {
  padding: 2px 4px 0 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  border: 1px solid #00335A;
  color: #00335A;
  display: inline-block;
}

.pr-class_btn {
  padding: 2px 4px 2px 4px;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 6px;
  font-size: 1.2rem;
  line-height: 0.9rem;
  display: inline-block;
}
.kurumaerabi_usedcar_pr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}