@charset "UTF-8";
.s-blogcontainer {
  padding-bottom: 10rem;
  position: relative;
}

@media only screen and (min-width: 1080px) {
  .s-blogcontainer {
    padding-bottom: 20rem;
    display: flex;
    justify-content: space-between;
  }
}

.s-blogcontainer__column_main {
  margin-bottom: 3.2rem;
}

@media only screen and (min-width: 1080px) {
  .s-blogcontainer__column_main {
    margin-bottom: 0;
    width: 790px;
  }
}

.s-blogcontainer__column_sub {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #F5F6F6;
}

@media only screen and (min-width: 1080px) {
  .s-blogcontainer__column_sub {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    width: 240px;
  }
}

.s-listpager {
  display: flex;
  height: 50px;
  margin: 0 auto;
}

@media only screen and (min-width: 1080px) {
  .s-listpager {
    width: 400px;
  }
}

.s-listpager > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-listpager > div img {
  opacity: .2;
}

.s-listpager a:hover {
  background: #F5F6F6;
}

.s-listpager__first {
  border: 1px solid #CED1D2;
  width: 55px;
  border-radius: 30px 0 0 30px;
}

.s-listpager__first img {
  transform: rotate(180deg);
}

.s-listpager__last {
  border: 1px solid #CED1D2;
  width: 55px;
  border-radius: 0 30px 30px 0;
}

.s-listpager__prev {
  border: 1px solid #CED1D2;
  border-left: none;
  width: 50px;
}

.s-listpager__prev img {
  transform: rotate(180deg);
}

.s-listpager__next {
  border: 1px solid #CED1D2;
  border-right: none;
  width: 50px;
}

.s-listpager__num {
  border-top: 1px solid #CED1D2;
  border-bottom: 1px solid #CED1D2;
  color: #636B6F;
  padding: 0 0.8rem;
  flex: 1;
}

.p-page_footer__link_box {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1080px) {
  .p-page_footer__link_box {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist {
    flex-wrap: wrap;
  }
}

.s-imagebloglist__item {
  margin-bottom: 4.8rem;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist.col2 .s-imagebloglist__item {
    width: 370px;
  }
  .s-imagebloglist__item:nth-child(even) {
    margin-right: 0;
  }
}

.s-useful_list .s-imagebloglist__item__text {
  padding: 0 3.2rem 3.2rem;
  line-height: 1.8;
}

.s-useful_list .s-imagebloglist__item__titletext {
  padding: 3.2rem 3.2rem 0.8rem;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist__item__text.usecase {
    padding: 3rem 3rem 3rem;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1080px) {
  .p-page_footer__link_box .s-imagebloglist {
    justify-content: space-between;
    flex-wrap: inherit;
  }
  .p-page_footer__link_box .s-imagebloglist__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.s-bloglist {
  margin-bottom: 3.2rem;
}

.s-bloglist__item {
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ECEDED;
  margin-bottom: 1.6rem;
  transition: 0.2s ease-out;
}

.s-bloglist__item dt {
  color: #636B6F;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.s-bloglist__item dd {
  line-height: 1.6;
}

@media only screen and (min-width: 1080px) {
  .s-bloglist__item dd {
    font-weight: bold;
  }
}

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

.s-widget {
  margin-bottom: 4.8rem;
}

.s-widget:last-of-type {
  margin-bottom: 0;
}

.s-widget__title {
  color: #008EC1;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.s-widget__list li {
  border-bottom: 1px solid #E0E2E3;
}

.s-widget__list li:first-child {
  border-top: 1px solid #E0E2E3;
}

.s-widget__list li a {
  display: block;
  line-height: 1.6;
  padding: 1.6rem 0;
}

@media only screen and (min-width: 1080px) {
  .s-widget__list {
    font-size: 1.4rem;
  }
  .s-widget__list li {
    border-bottom: 1px solid #ECEDED;
  }
  .s-widget__list li:first-child {
    border-top: 1px solid #ECEDED;
  }
}

.s-widget__archive_list {
  border-top: 1px solid #E0E2E3;
}

.s-widget__archive_list dl {
  border-bottom: 1px solid #E0E2E3;
}

@media only screen and (min-width: 1080px) {
  .s-widget__archive_list {
    font-size: 1.4rem;
    border-top: 1px solid #ECEDED;
  }
  .s-widget__archive_list dl {
    border-bottom: 1px solid #ECEDED;
  }
}

.s-widget__archive_list dt {
  padding: 1.6rem 0.8rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-out;
}

.s-widget__archive_list dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #9EA3A5;
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.s-widget__archive_list dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #9EA3A5;
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
}

.s-widget__archive_list dt.open:after {
  transform-origin: 50% 50%;
  transform: rotate(0deg);
}

.s-widget__archive_list dt:hover {
  opacity: .6;
}

.s-widget__archive_list dd {
  border-top: 1px solid #E0E2E3;
  padding-left: 4.8rem;
  display: none;
}

@media only screen and (min-width: 1080px) {
  .s-widget__archive_list dd {
    border-top: 1px solid #ECEDED;
    border-top: none;
  }
}

.s-widget__archive_list li a {
  display: block;
  padding: 1.6rem 0.8rem;
}

.s-widget__archive_list dd li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}

@media only screen and (min-width: 1080px) {
  .s-widget__archive_list dd li:not(:last-child) {
    border-top: 1px solid #ECEDED;
  }
}

.s-article_container {
  word-break: break-all;
  margin-bottom: 6.4rem;
}

.s-article_container h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 4.5rem 0 2.5rem;
    padding-bottom: 1.0rem;
    position: relative;
}
.s-article_container h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    width: 100%;
    background: #008ec1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.s-article_container h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 4.0rem 0 2rem;
    padding: .5rem 1.0rem;
    border-left: 5px solid #008ec1;
}

.s-article_container h4 {
  font-weight: bold;
  color: #666;
  line-height: 1.6;
  margin: 3.2rem 0 2rem;
}

.s-article_container p {
  line-height: 1.8;
  margin-bottom: 2rem;
}

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

.s-article_container a:hover {
  text-decoration: none;
}

.s-article_container ul, .s-article_container ol {
  margin-bottom: 2rem;
}

.s-article_container ul {
  padding-left: 1.5rem;
  padding-right: 3rem;
}

.s-article_container ul li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.s-article_container ul li::before {
  content: "・";
}

.s-article_container ol {
  padding-left: 4rem;
  padding-right: 3rem;
}

.s-article_container ol li {
  line-height: 2;
  list-style: decimal;
}

.s-article_container .wp-block-image {
  margin-bottom: 2rem;
}

.s-article_container .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.s-article_container .wp-block-image .alignright {
  display: table;
  margin-left: auto;
}

.s-article_container .wp-block-image .alignleft {
  display: table;
  margin-right: auto;
}

.s-article_container .wp-block-image figure figcaption {
  padding-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.8;
  display: table-caption;
  caption-side: bottom;
}

.s-article_container pre {
  border: 1px solid #eee;
  line-height: 1.8;
  margin-bottom: 4.8rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
  font-size: inherit;
  font-family: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.s-article_container .wp-block-code {
  border: 0;
  background: #eee;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.75;
}

.s-article_container .wp-block-quote {
  border-left: 4px solid #000;
  padding-left: 1em;
  font-style: italic;
  color: #666;
  margin-bottom: 4.8rem;
}

.s-article_container .wp-block-quote cite {
  font-style: normal;
  font-size: 1.4rem;
}

.s-article_container .wp-block-quote cite::before {
  content: "-  ";
}

.s-article_container .s-figureslist {
  display: flex;
  justify-content: space-between;
}

.s-article_container .s-figureslist figure:nth-child(odd) {
  margin-right:1.6rem;
}

.s-article_container .c-btn_primary {
  text-decoration: none;
  color: #FFF;
  margin-top: 3rem;
}

.s-article_container .s-shopprofile__image img {
  width: 100%;
}

.s-article_container ul.s-shopimagelist {
  padding: 3.6rem 0 0;
}

.s-article_container ul.s-shopimagelist li {
  margin-bottom: 4.8rem;
  padding: 0;
  text-indent: initial;
}

.s-shopimagelist li:before {
  display: none;
}
.s-article_container ul.s-shopimagelist li img {
  display: block;
  width: 100%;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-article_container ul.s-shopimagelist {
    display: flex;
    flex-wrap: wrap;
  }
  .s-article_container ul.s-shopimagelist li {
    width: 240px;
    margin-bottom: 1.6rem;
  }
  .s-shopimagelist li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .s-article_container ul.s-shopimagelist li p {
    margin-bottom: 0;
  }
}

.s-article_title {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 4.8rem;
}

@media only screen and (min-width: 1080px) {
  .s-article_title {
    font-size: 2.8rem;
  }
}

.s-article_date {
  margin-top: -3.2rem;
  color: #636B6F;
  font-size: 1.4rem;
  margin-bottom: 4.8rem !important;
}

.s-shopprofile {
  margin-bottom: 6.4rem;
}

.s-shopprofile__image {
  margin-bottom: 1.6rem;
}

.s-shopprofile__info dt {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.s-shopprofile__info dd {
  line-height: 1.2;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-shopprofile {
    display: flex;
  }
  .s-shopprofile__image {
    width: 360px;
    margin-bottom: 0;
    margin-right: 3.2rem;
  }
  .s-shopprofile__info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .s-shopprofile__info dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    background: #F5F6F6;
    border: 1px solid #E0E2E3;
    margin-bottom: 0;
  }
  .s-shopprofile__info dt:not(:last-of-type) {
    border-bottom: none;
  }
  .s-shopprofile__info dd {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border: 1px solid #E0E2E3;
    border-left: none;
    margin-bottom: 0;
  }
  .s-shopprofile__info dd:not(:last-of-type) {
    border-bottom: none;
  }
}

.s-shopimagelist {
  padding-top: 4.8rem;
}

.s-shopimagelist > * {
  margin-bottom: 4.8rem;
}

.s-shopimagelist > * img {
  display: block;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-shopimagelist {
    display: flex;
    flex-wrap: wrap;
  }
  .s-shopimagelist > * {
    width: 240px;
    margin-bottom: 1.6rem;
  }
  .s-shopimagelist > *:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}

.s-article_pager {
  border-top: 1px solid #E0E2E3;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 3.2rem;
}

.s-article_pager a {
  display: block;
  padding: 1.6rem;
  color: #636B6F;
  line-height: 1.4;
  font-size: 1.4rem;
  transition: opacity 0.2s ease-out;
}

.s-article_pager a:hover {
  opacity: .7;
}

.s-article_pager a div {
  position: relative;
  margin-bottom: 0.8rem;
  color: #008EC1;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.s-article_pager a div::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/common/arrow_blue.svg") no-repeat center;
  background-size: 10px 10px;
  position: absolute;
  top: 0;
}

.s-article_pager li:nth-child(1) a div {
  padding-left: 1.6rem;
}

.s-article_pager li:nth-child(1) a div::before {
  left: 0;
  transform: rotate(180deg);
}

.s-article_pager li:nth-child(2) {
  margin-top: -1px;
  text-align: right;
}

.s-article_pager li:nth-child(2) a {
  border-top: 1px solid #E0E2E3;
}

.s-article_pager li:nth-child(2) a div {
  padding-right: 1.6rem;
}

.s-article_pager li:nth-child(2) a div::before {
  right: 0;
}

@media only screen and (min-width: 1080px) {
  .s-article_pager li:nth-child(2) a {
    border-top: none;
  }
}

@media only screen and (min-width: 1080px) {
  .s-article_pager {
    display: flex;
    justify-content: space-between;
    border-top: none;
    border-bottom: none;
  }
  .s-article_pager li {
    width: 450px;
  }
  .s-article_pager li:nth-child(2) {
    margin-top: 0;
  }
  .s-article_pager li a {
    padding: 0;
  }
}

/* テキストCTA用CSS */
.s-article_container .p-text_cta {
  padding: 2.0rem;
  margin-bottom: 2.5rem;
  background: #EFFBFD;
}
.s-article_container .p-text_cta .c-btn_default {
  margin-top: -1rem;
  text-decoration: none;
  color: #008EC1;
}
.s-article_container .p-text_cta .c-btn_default:hover {
  color: #FFF;
}

/* 中古車市場統計レポート記事用CSS */
 
.s-article_container .u-overflow_x {
  width: 100%;
  overflow-x: scroll;
}
 
.s-article_container .u-arrow_up {
  font-weight: bold;
  color: #58a55c;
}
 
.s-article_container .u-arrow_stay {
  font-weight: bold;
  color: #ff8f00;
}
 
.s-article_container .u-arrow_down {
  font-weight: bold;
  color: #d95040;
}
 
.s-article_container .p-pointlist {
  border: 1px solid #ccc;
  background: #fcfcfc;
  padding: 2rem;
  margin-bottom: 2rem;
}
 
.s-article_container .p-pointlist h4 {
  margin: 0 0 1.2rem;
}
 
.s-article_container .p-pointlist ol:last-child,
.s-article_container .p-pointlist ul:last-child,
.s-article_container .p-pointlist p:last-child {
  margin-bottom: 0;
}

.s-commontable,
.s-bodytypelist,
.s-cartypelist {
  width: 100%;
}
.s-commontable th,
.s-bodytypelist th,
.s-cartypelist th {
  font-weight: bold;
}
.s-commontable th, .s-commontable td,
.s-bodytypelist th, .s-bodytypelist td,
.s-cartypelist th, .s-cartypelist td {
  padding: 1.2rem 0.6em;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #CED1D2;
}
.s-commontable thead th,
.s-bodytypelist thead th,
.s-cartypelist thead th {
  background: #F5F6F6;
  min-width: 4.6em;
}
.s-commontable thead th:first-child,
.s-bodytypelist thead th:first-child,
.s-cartypelist thead th:first-child {
  min-width: 3.8em;
}
.s-commontable tbody th:first-child,
.s-bodytypelist tbody th:first-child,
.s-cartypelist tbody th:first-child {
  background: #EDFBFD !important;
}
 
.s-cartypelist tbody td:nth-child(3) span {
  font-size: 1.2rem;
  color: #666;
  display: block;
  width: 6.4em;
  margin: 0.2rem auto 0;
}
 
@media only screen and (min-width: 1080px) {
  .s-cartypelist tbody td:nth-child(3) span {
    display: inline-block;
    margin: 0;
  }
}
 
.s-marketlist {
  width: 1500px;
  table-layout: fixed;
}
 
.s-marketlist th {
  font-weight: bold;
}
 
.s-marketlist th, .s-marketlist td {
  padding: 1.2rem 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #CED1D2;
}
 
.s-marketlist thead th {
  color: #fff;
  background: #636B6F;
}
 
.s-marketlist thead th:first-child {
  width: 10em;
}
 
.s-marketlist tbody tr:nth-child(even) th,
.s-marketlist tbody tr:nth-child(even) td {
  background: #FAFAFA;
  color: #666;
}
 
.s-marketlist tbody th:first-child {
  background: #EDFBFD !important;
}
 
.s-marketlist tbody td:last-child {
  background: #F5F6F6 !important;
  font-weight: bold;
}

.s-article__chapter_list{
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #CED1D2;
  opacity: 1;
  padding: 20px;
}

.s-article__chapter_list dt {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: .9rem;
}

.s-article__chapter_list dd {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 1.4em;
    margin: 1.0rem 0 0;
    position: relative;
}
.s-article__chapter_list dd:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #008ec1;
    border-radius: 50%;
    position: absolute;
    top: .8rem;
    left: .8rem;
}
.s-article__chapter_list dd a {
    text-decoration: none;
}
.s-article__chapter_list dd a:hover {
    text-decoration: underline;
}

.s-article_container strong {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #EDFBFD 0%);
  padding-bottom: 0.4rem;
}

.l-page_hero_detail__title {
    display: flex;
    height: 100%;
    padding: 0 3.2rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .1em;
    align-items: center;
    padding-top: 40px;
}
@media only screen and (min-width: 1080px) {
  .l-page_hero_detail__title {
    width: 1080px;
    margin: 0 auto;
    font-size: 3.4rem;
  }
}


.entry-author {
  background: #FAFAFA;
  border: 1px solid #CED1D2;
  padding: 2.0rem;
  margin-top: 6.4rem;
}
.entry-author-title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1.2rem!important;
}
.entry-author-sumally {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.6rem!important;
}
.entry-author-image,
.entry-author-meta {
  margin: 0 1.0rem 1.2rem 1.0rem;
}
.entry-author-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.entry-author-name {
  font-weight: bold;
  margin-bottom: 0.8rem!important;
}
.entry-author-name span{
  margin-right: 0.5em;
}
.entry-author-position {
  font-size: 1.2rem;
  margin-bottom: 0.8rem!important;
}
.entry-author-link {
  font-size: 1.2rem;
  margin-bottom: 0!important;
}
.entry-author-link a {
  margin-left: 1.0rem;
}
.entry-author-description {
  margin-bottom: 0!important;
}

