.s-article_category_icon {
  display: inline-block;
  padding: .4rem 2.8rem;
  background: gray;
  color: #fff;
  margin-bottom: 0.8rem;
}

.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;
  margin-bottom: 3rem;
}

.s-article_date {
  color: #666;
  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_summary {
  color: #000;
  line-height: 1.6;
}

.s-article_headerimage {
  min-height: 480px;
}

.s-article_headerimage img {
  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 3rem 1.2rem 3rem;
  line-height: 1;
}

.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.2;
  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: .8rem;
}

.s-article_chapterlist dd.s-article_chapterlist_section {
  padding-left: 1.1rem;
}

.s-article_chapterlist_section {
  font-size: 1.4rem;
  color: #333;
  margin-left: 1.8rem;
} 

.s-article_chapterlist .s-article_chapterlist_section::before {
  content: "";
  width: 4px;
  height: 4px;
  top: 6px;
}

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

.s-article_title2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
}

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

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

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

.s-article_textlink:hover {
  opacity: .7;
  text-decoration: none;
}

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

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

.s-article_table {
  width: 100%;
}

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

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

.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;
  cursor: zoom-in;
}

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

.s-block_photo_single__link {
  text-align: right;
  margin-top: 1.0rem;
}
.s-block_photo_single__link a {
  width: 100% !important;
}

.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-pagination {
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
}

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

.s-block_photo_multiple .gallery-top a {
  width: 60%;
  display: block;
  margin: auto;
}

.s-block_photo_multiple .gallery-top .swiper-slide__image {
  height: 280px;
  display: block;
  background: transparent;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

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

.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;
}

.s-block_photo_multiple .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccc;
}

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

.s-block_photo_multiple .gallery-thumbs {
  /* height: 61px; */
  margin-top: 1.6rem;
}

.s-block_photo_multiple .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

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

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

.s-block_photo_multiple .gallery-thumbs .swiper-slide img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.s-block_photo_multiple .swiper-button-next, .s-block_photo_multiple .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  z-index: 10;
  margin-top: -58px;
  cursor: pointer;
  background-size: 22px 42px;
  background-position: center;
  background-repeat: no-repeat;
}

.s-block_photo_multiple .swiper-button-next {
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
  right: 10%;
  left: auto;
}

.s-block_photo_multiple .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
  left: 10%;
  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;
  min-width: 400px;
  padding: 1.6rem 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: 10px;
  height: 19px;
  background: url(/images/pc/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 10px 19px;
}

.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-block_button a:hover {
  background: #ECF1F7;
}

.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: 1.0rem 2.0rem;
  font-size: 1.6rem;
  color: #00335a;
}

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

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

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

.s-block_imagelink:hover {
  opacity: .7;
}

.s-block_imagelink .s-block_imagelink__image a {
  width: 250px;
  height: 250px;
  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 {
  flex: 1;
  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 {
  color: #666;
  line-height: 1.6;
  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_imagelink .s-block_imagelink__text .s-article_table td {
  color: #666;
}

.s-block_internallink {
  border: 1px solid #E4E4E4;
  line-height: 1.4;
  font-weight: bold;
  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: 130px;
  max-width: 130px;
  object-fit: cover;
  background: #F1F5FA;
  height: 100%;
}
.s-block_internallink .text {
  padding: 1.6rem;
}


.s-article_sourcelist {
  display: flex;
  justify-content: flex-end;
}

.s-article_sourcelist dd {
  margin-left: 0.8rem;
}

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

.p-article_kaitori_cta {
  background: #EAF7FF;
  margin-bottom: 4.8rem;
  padding: 5.0rem 4.0rem 4.0rem;
  line-height: 1;
  text-align: left;
}

.p-article_kaitori_cta h2 {
  margin: 0;
  margin-bottom: 3.2rem;
}

.p-article_kaitori_cta .c-article_kaitori_cta_btn {
  text-align: center;
  margin-top: 2.5rem;
}

.p-article_kaitori_cta figure {
  text-align: center;
  margin: 3.0rem 0 2.5rem;
}

.p-article_kaitori_cta .u-bold_marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FCFC7D 60%);
}

.p-article_kaitori_cta .contents {
  display: flex;
}
.p-article_kaitori_cta .contents .text {
  flex: 1;
  padding-right: 2.4rem;
}
.p-article_kaitori_cta .contents .image {
  width: 211px;
  margin-top: 15px;
}
.p-article_kaitori_cta .contents .text .main_title,.p-article_kaitori_cta .contents .text .p{
  font-size: 2rem;
  line-height: 1.5;
}
.p-article_kaitori_cta .u-bold_marker {
  font-weight: bold;
  font-size: 2.1rem;
  background: linear-gradient(transparent 60%, #FCFC7D 60%);
}
.p-article_kaitori_cta .title {
  padding: 0;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.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-bottom: 1px solid #E4E4E4;
  padding: 1.6rem 0;
  margin-top: 6.4rem;
}

.s-article_footer_content.is-plustopborder {
  border-top: 1px solid #E4E4E4;
}

.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: 108px;
  height: 80px;
  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__ad {
  min-height: 8.5rem;
}

.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: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 10px;
  color: #fff;
  background: #00335a;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: -8px;
  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;
  margin: 4.8rem 0;
}

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

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

.usedcar_list_block_header select {
  width: auto;
  margin: 0 .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #333;
  font-family: inherit;
  font-size: 1.6rem;
  padding: .5em 30px .5em .5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff url("/images/pc/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;
  padding: 2em;
}

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

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

.uclb_list a:hover {
  background: #f2f2f2;
}

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

.uclb_list .uclb_list--img_title {
  margin-right: .7em;
  width: 130px;
}

.uclb_list .uclb_list--img_title img {
  max-width: 100%;
}

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

.uclb_list .uclb_list--car_name {
  font-weight: bold;
  margin-bottom: .5em;
}

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

.uclb_list li.uclb_list--price {
  width: 9em;
}

.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.6rem;
}

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

.uclb_list .uclb_list--other_info {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.uclb_list ul.uclb_list--spec_list {
  padding: 0;
}

.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;
  margin-bottom: 1em;
}

.uclb_list--pager_btn {
  width: 80px;
  height: 40px;
  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/pc/article_detail/usedcar_module/angle_left.svg") no-repeat center;
  background-size: 11px auto;
}

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

a.uclb_list--btn_to_carmeusedcar {
  display: inline-block;
  padding: .7em 1.4em;
  background: #00335a;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 1em;
}

a.uclb_list--btn_to_carmeusedcar:hover {
  opacity: .8;
  text-decoration: none;
}

.uclb_list--caution_text {
  font-size: 1.2rem;
  color: #999;
}


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

/*--------------------------------------------------
  article_products
--------------------------------------------------*/
.article_products {
  border: 1px solid #E4E4E4;
  padding: 3.2rem 3.2rem 3.2rem;
  line-height: 1.4;
  margin: 3.2rem 0;
}

.article_products .c-title_3 {
  padding-top: 1.2rem;
  font-size: 20px;
}

.article_products .s-article_title2 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.article_products .s-article_p {
  line-height: 1.6;
  margin-bottom: 4.8rem;
}


.article_products_top {
  display: flex;
  justify-content: space-between;
}
.article_products_photo_column {
  width: 50%;
}
.article_products_photo_column .s-block_photo_multiple .gallery-top .swiper-slide__image {
  background: #FFF;
}
.article_products_photo_column .s-block_photo_multiple .gallery-top .swiper-slide__image,
.article_products_photo_column .s-block_photo_multiple .gallery-top .swiper-slide__image img {
  width: 336px;
  height: 336px;
  object-fit: contain;
}

.article_products_photo_column .swiper-pagination {
  position: static;
  margin: 10px 0;
  font-size: 1.4rem;
}
.article_products_photo_column .swiper-pagination-bullet-active {
  background: #00335A;
}
.article_products_photo_column .swiper-pagination-bullet {
  width:  8px;
  height: 8px;
}

.article_products_photo_column .swiper-slide-visible img {
  border: 1px solid #E4E4E4;
  position: relative;
}
.article_products_photo_column .swiper-button-next {
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
  background-size: 25px;
  right: -12px;
  left: auto;
}
.article_products_photo_column .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
  background-size: 25px;
  left: -12px;
  right: auto;
}
.article_products_photo_column .swiper-slide-thumb-active img {
  border: 2px solid #00335A;
}
.article_products_photo_column .gallery-thumbs {
  margin-top: 0;
  width : auto;
  padding-right: 1%;
  padding-bottom: 2px;
}
.article_products_photo_column .gallery-thumbs img {
  width: 100%;
  height: 58.8px;
  object-fit: contain;
}
.article_products_photo_column .s-block_photo_multiple {
  margin-bottom: 0;
}

.article_products_right_column {
  margin-left: 2.4rem;
}
.article_products .products_name {
  display: flex;
  gap: 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.article_products .products_name .ranking_default,
.article_products .products_name .ranking_01,
.article_products .products_name .ranking_02,
.article_products .products_name .ranking_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 70px;
  height: 70px;
  padding-top: 5px;
}
.article_products .products_name .ranking_default {
  background: #00345D;
}
.article_products .products_name .ranking_01 {
  background: #D5A417;
}
.article_products .products_name .ranking_02 {
  background: #7B7576;
}
.article_products .products_name .ranking_03 {
  background: #8D5F24;
}
.article_products .products_name .text_container {
  margin: auto 0;
}
.article_products .products_name .ranking_default span,
.article_products .products_name .ranking_01 span,
.article_products .products_name .ranking_02 span,
.article_products .products_name .ranking_03 span {
  font-size: 2.8rem;
  margin-bottom: 5px;
}

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

.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;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.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;
  margin-bottom: 1em;
}
.article_products .products_price small {
  font-size: 14px;
}
.article_products_button_list {
  margin-top: 1.2rem;
  width: 70%;
}
.article_products_button_list li {
  margin-bottom: 1.4rem;
}

.article_products_table {
  background-color: #FFF;
  border-left: 1px solid #E4E4E4;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.article_products_table dt:nth-of-type(-n+2),
.article_products_table dd:nth-of-type(-n+2) {
  border-top: 1px solid #E4E4E4;
}
.article_products_table dt {
  background-color: #FBFBFB;
  width: 140px;
  font-weight: bold;
  word-break: break-all;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 1.4rem;
}
.article_products_table dd {
  width: 196px;
  word-break: break-all;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 1.4rem;
}
.article_products_table dt:last-of-type,
.article_products_table dd:last-of-type {
  border-bottom: 1px solid #E4E4E4;
}

.article_products_table.ellipsis {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.article_products_table.ellipsis:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 2;
}

.article_products .products_readmore_btn {
  display: block;
  content: "";
  height: 32px;
  width: 100%;
  background: url(/images/pc/icon/arrow_down_gray.svg) no-repeat center bottom;
  background-size: 32px 18px;
  cursor: pointer;
}
.article_products .products_readmore_btn.open {
  background: url(/images/pc/icon/arrow_down_gray.svg) no-repeat center top;
  transform: rotateX(180deg);
}

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

.article_products_comment .comment_container{
  width: 100%;
}
.article_products_comment .comment_balloon {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 8px;
  line-height: 1.6;
  padding: 1.5rem;
}
.article_products_comment .comment_balloon::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  border-right: 10px solid #F2F2F2;
  border-bottom: 18px solid transparent;
}
.article_products_comment .expert_info {
  display: flex;
}
.article_products_comment .expert_info dl {
  display: flex;
  margin: 1rem 0;
}
.article_products_comment .expert_info dt {
  font-weight: bold;
  line-height: 1;
  margin-right: 1.4rem;
}
.article_products_comment .expert_info dd {
  color: #666;
  line-height: 1;
}


.article_products_comment .expert_image {
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
  margin-right: 1rem;
}
.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
--------------------------------------------------*/
.carme_large_photo {
  width: 100%;
  height: 534px;
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.carme_large_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.article_photo_page .swiper-button-next,
.article_photo_page .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  z-index: 10;
  margin-top: -58px;
  cursor: pointer;
  background-size: 50px 80px;
  background-position: center;
  background-repeat: no-repeat;
}
.article_photo_page .swiper-button-next {
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
  right: 0;
  left: auto;
}
.article_photo_page .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(/images/pc/icon/arrow_right_gray.svg);
  left: 0;
  right: auto;
}

.article_photo_page .s-block_button a::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 19px;
  background: url(/images/pc/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 10px 19px;
  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.4;
  background: #ff7d12;
  min-width: 320px;
  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 {
  font-weight: normal;
  font-size: 1.4rem;
}
.article_products_button_list .s-block_button a span {
  font-weight: bold;
  font-size: 1.6rem;
}

.photo_list_low {
  display: flex;
}
.photo_list_low li {
  display: block;
  width: 141px;
  height: 108px;
  background: #FFF;
  position: relative;
  margin-bottom: 11px;
}
.photo_list_low li:not(:last-child) {
  margin-right: 11px;
}
.photo_list_low li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 108px;
  height: 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;
}
.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 {
  border: 1px solid #E4E4E4;
}

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

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

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

.p-side_top_viewed_list .element--img_title img {
  max-width: 100%;
  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.6rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 1.5rem;
}

.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.small {
  font-size: 1.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: 160px;
  height: 24px;
  border: 1px solid #FF7D12;
  background: #FF7D12;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0px 2px 0 0 #CC640E;
}
.p-side_top_viewed_list .element--inquiry_btn:hover {
  opacity: 0.7;
}
.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;
  right: 0.7rem;
  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.delete {
  background: url(/images/icon/star_fill.svg) no-repeat top center / 19.8px 18px;
}

.l-page_contents {
  word-break: break-all;
}
.s-article_footer_content.p-kurumaerabi_usedcar_list {
  padding: 40px 0;
}
.p-footer_usedcar_list {
  border: 1px solid #E4E4E4;
}
.p-footer_usedcar_list a {
  text-decoration: none;
  display: block;
  padding: 1.1rem;
  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;
}
.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;
  width: 620px;
  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;
  width: 620px;
  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: 2rem 3rem;
  margin-bottom: 3.2rem;
}
.s-article_review_common + .s-article_review_common {
  margin-top: -1.6rem;
}

.s-article_review_common .total_score {
  display: flex;
  position: relative;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

.s-article_review_common .total_score .item {
  font-size: 1.4rem;
}
.s-article_review_common .total_score .item:not(last-child) {
  margin-right: 2rem;
}

.p-review {
  position: relative;
  margin-right: 2rem;
}
.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;
}

.s-article_review_common .review_info {
  display: flex;
  justify-content: space-between;
}

.s-article_review_common .review_info .reviewer {
  display: flex;
  line-height: 1rem;
}
.s-article_review_common .review_info .reviewer_name {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.s-article_review_common .review_info .review_gj {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.s-article_review_common .review_info .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_info .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_info .review_gj .btn_gj:hover {
  background: #ECF1F7;
}
.s-article_review_common .review_info .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_info .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;
}
.article_products_inner.s-article_p {
  margin-bottom: 0;
}

.s-article_review_common_more_button {
  text-align: center;
  margin-top: -3.8rem;
  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: 5px;
}
.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 picture {
    flex: 0 0 35px;
}
.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: calc(50% +  -30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 755px;
  height: 80%;
  max-height: 670px;
  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: 2rem;
  font-weight: bold;
  padding: 1rem;
}
.s-modal_products_detail .scroll {
  overflow-y: scroll;
  width: 755px;
  height: 86%;
}
.s-modal_products_detail .article_products {
  border: none;
  padding: 3.2rem 3.2rem 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 .item {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #e4e4e4;
  padding: 3.2rem;
  position: relative;
  margin-bottom: 1.6rem;
}
.s-block_recommended_products .list .item .info {
  flex: 1;
  padding-left: 2rem;
}
.s-block_recommended_products .list .item .info .title {
  line-height: 1;
}
.s-block_recommended_products .list .item .info .title .bland {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.5rem;
}
.s-block_recommended_products .list .item .info .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: 0.8rem;
}
.s-block_recommended_products .list .item .info .rank {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
  background: #04335A;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.s-block_recommended_products .list .item .info .rank span {
  font-size: 1.6rem;
}
.s-block_recommended_products .list .item .info .link_review a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.s-block_recommended_products .list .item .info .link_review a:hover {
  opacity: 1;
  text-decoration: none;
}
.s-block_recommended_products .list .item .info .price {
  color: #CB0000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.s-block_recommended_products .list .item .info .price .small {
  font-size: 1.4rem;
}
.s-block_recommended_products .list .item .info .link_product a {
  display: block;
  width: 320px;
  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 .info .link_product a::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 19px;
  background: url(/images/pc/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 .list .item .image {
  width: 250px;
  height: 250px;
}
.s-block_recommended_products .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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/pc/icon/arrow_right_blue.svg) no-repeat center/contain;
  margin-left: 0.8rem;
}

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

.s-article_ol {
  margin: 3.2rem 0 3.2rem 2.4rem;
  list-style: decimal !important;
}

.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: -18px;
}

.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: 40px;
  height: 40px;
  z-index: -1;
  opacity: 0.8;
  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: 40px;
  height: 40px;
  z-index: -1;
  opacity: 0.8;
  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: 40px;
  height: 40px;
  z-index: -1;
  opacity: 0.8;
  transform: scale(-1, -1);
  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-pagination {
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
}

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

.s-block_photo_gallery .gallery-thumbs {
  margin-top: 1.6rem;
  max-height: 80px;
}

.s-block_photo_gallery .gallery-thumbs .swiper-slide {
  width: 120px;
  height: auto;
  cursor: pointer;
}

.s-block_photo_gallery .gallery-thumbs .swiper-slide img {
  height: auto;
  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 {
  display: flex;
  margin-bottom: 1.6rem;
  gap: 3.2rem;
}
.s-marketprice_summary_container img {
  width: 280px;
  height: auto;
}
.s-marketprice_summary {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s-marketprice_summary p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: .4rem 0 .4rem .8rem;
  margin-bottom: 2.4rem;
  border-left: 6px 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: 4rem;
  font-weight: bold;
  line-height: 1;
}
.s-marketprice_summary .price .s_num {
  font-size: 3.2rem;
  font-weight: bold;
}
.s-marketprice_summary .price .s_text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.s-marketprice_summary .tilde {
  align-self: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.s-marketprice_summary .info_table {
  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.2;
  padding: .6rem .8rem;
  background: #F7F7F7;
}
.s-marketprice_summary .info_table td {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2.4rem;
  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: 300px;
  padding: 2.4rem 1.2rem 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 .is-hidden,
.marketprice_grade_table .is-hidden,
.marketprice_assessment_result_list_wrapper .is-hidden {
  display: none !important;
}

.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 {
  margin: 0 .2rem;
}

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

.more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .8rem 1.2rem;
  text-align: center;
  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_grade_table th {
  text-align: center;
}
.marketprice_grade_table th:first-child,
.marketprice_grade_table td:first-child {
  min-width: 70px;
  width: 70px;
}
.marketprice_grade_table th:last-child,
.marketprice_grade_table td:last-child {
  min-width: 216px;
  width: 216px;
}
.marketprice_grade_table td:first-child,
.marketprice_grade_table td:last-child {
  text-align: center;
}
.marketprice_grade_table td.popularity_first,
.marketprice_grade_table td.popularity_second,
.marketprice_grade_table td.popularity_third {
  font-size: 1.4rem;
  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_mileage_table br {
  display: none;
}

.marketprice_assessment_result_list_wrapper {
  margin-bottom: 3.2rem;
  border: 2px solid #E5E5E5;
}
.marketprice_assessment_result_list {
  display: flex;
  flex-wrap: wrap;
}
.marketprice_assessment_result_list dl {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
  padding: 1.2rem;
  border-bottom: 1px solid #E5E5E5;
  gap: .8rem;
}
.marketprice_assessment_result_list dl:nth-last-child(2):nth-child(odd),
.marketprice_assessment_result_list dl:last-child {
  border-bottom: none;
}
.marketprice_assessment_result_list dl:nth-child(odd) {
  border-right: 1px solid #E5E5E5;
}

.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-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 .8rem;
  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;
}