@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1em;
}

.official__text {
  font-size: 0.6em;
}

.ranking-feature {
  margin: 0 0 30px;
}

.ranking-feature h2 {
  margin: 0 0 12px;
  padding: 0 0 8px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.ranking-feature__title {
  pointer-events: none;
}

/*TOPページ*/

.title__header {
  width: 1020px;
  margin: auto;
  padding: 10px 0;
}

.title__header--main {
  font-size: 18px;
  font-weight: 700;
}

.title__header--sub img {
  width: 65px;
  height: auto;
}

.title__header--sub::before {
  content: "×";
  margin: 0 5px;
}

.title__header svg {
  margin: 0 5px 0 0;
  vertical-align: -5px;
  width: 200px;
  height: auto;
}

.topimage {
  background: url("../image/common/topimg-0c7f63f3311fe75a9e64650f1182850b.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin: 26px 0 20px;
  position: relative;
}

.topimage__inner {
  width: 1020px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
}

.topimage__title {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}

.topimage__breadcrumb {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 0;
}

.topimage__breadcrumb li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0 0;
}

.topimage__breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}

.topimage__breadcrumb li a {
  color: inherit;
}

.top__title {
  display: block;
  background-color: #6C86A2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border: solid 1px #6C86A2;
}

.top-wrapper__inner {
  width: 1020px;
  margin: auto;
}

.top-wrapper__inner::after {
  content: "";
  clear: both;
  display: block;
}

.wrapper {
  width: 1020px;
  margin: auto;
  position: relative;
}

.wrapper::after {
  content: "";
  clear: both;
  display: block;
}

.contents__box {
  width: 680px;
  float: left;
  margin-bottom: 60px;
}

.contents__box .top-newcar__list {
  margin: 0 0 10px;
}

.cfx::after {
  content: "";
  clear: both;
  display: block;
}

.sidebar {
  width: 300px;
  float: left;
  margin-left: 30px;
}

.more--link,
.more_link {
  font-size: 12px;
  text-align: right;
}

.more--link a,
.more_link a {
  position: relative;
}

.more--link a::before,
.more_link a::before {
  position: absolute;
  top: 24%;
  left: -15px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #6C86A2;
  border-right: 2px solid #6C86A2;
  transform: rotate(45deg);
}

/**/

.article-list {
  margin: 0 0 20px;
}

.article-list__title {
  border-bottom: solid 1px #CCC;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 10px 0 5px;
}

.article-list__list {
  font-size: 0;
  margin: 0 0 10px;
}

.article-list__link {
  display: block;
}

.article-list__thumbnail {
  display: inline-block;
  vertical-align: top;
  width: 82px;
}

.article-list__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-list__data {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
  width: calc(100% - 82px - 10px);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

/*新型車一覧*/

.top-newcar {
  font-size: 0;
  margin: 10px 0 20px;
}

.top-newcar__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.top-newcar__lead {
  font-size: 14px;
  font-weight: 400;
}

.top-newcar::after {
  content: "";
  clear: both;
  display: block;
}

.top-newcar__list {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  box-sizing: border-box;
  border-left: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0;
}

.top-newcar__list:nth-child(3n) {
  border-right: 1px solid #eee;
}

.top-newcar__thumbnail {
  position: relative;
}

.top-newcar__thumbnail img {
  display: block;
  margin: auto;
  width: 60%;
  height: auto;
}

.top-newcar__icon {
  position: absolute;
  top: -10px;
  left: 0px;
  background-color: #6C86A2;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  padding: 3px 5px 2px 5px;
}

.top-newcar__data--spec {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.top-newcar__data--spec dt {
  margin: 0 0 2px;
  width: 28%;
}

.top-newcar__data--spec dd {
  margin: 0 0 2px;
  width: 72%;
}

.top-newcar__data--unit {
  font-size: 10px;
}

.top-newcar__name {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
}

.top-newcar__name--sub {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.top-newcar__name--main {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

/*ピックアップ*/

.top-pickup__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  flex-basis: 100%;
}

.top-pickup__name {
  margin: 0 0 10px;
}

.top-pickup__name--sub {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.top-pickup__name--main {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.top-pickup__icon {
  background-color: #6C86A2;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 3px 5px;
  vertical-align: 1px;
}

.top-pickup__icon a {
  color: #FFF;
}

.top-pickup__primary {
  margin: 0 0 20px;
  display: flex;
}

.top-pickup__primary::after {
  content: "";
  clear: both;
  display: block;
}

.top-pickup__primary--image {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 20px 0 0;
}

.top-pickup__primary--thumbnail {
  width: 215px;
}

.top-pickup__primary--thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.top-pickup__primary--data {
  width: 460px;
}

.top-pickup__primary--text {
  font-size: 13px;
  line-height: 1.7;
}

.top-pickup__primary--text p {
  margin-bottom: 0;
}

.top-pickup__secondary {
  font-size: 0;
  margin: 10px 0 0;
}

.top-pickup__secondary::after {
  content: "";
  clear: both;
  display: block;
}

.top-pickup__video {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}

.top-pickup__description {
  font-size: 14px;
  line-height: 1.5;
}

.top-pickup .article-list {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  padding: 0 0 0 10px;
}

.top-pickup .article-list__title {
  margin: 0 0 7px;
  padding: 0 0 4px;
}

.top-pickup .article-list__list {
  line-height: 1;
  margin: 0 0 5px;
}

.top-pickup .article-list__list__thumbnail {
  width: 82px;
  height: 55px;
}

.top-pickup .article-list__list__thumbnail img {
  max-width: 100%;
  height: auto;
}

.top-pickup .article-list__list__data {
  width: calc(100% - 82px - 10px);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

/*車カタログ検索*/

.search-maker {
  width: 1020px;
  margin: auto;
}

.search-maker__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.search-maker__heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}

.search-maker__heading--line {
  font-size: 16px;
  font-weight: 700;
  border-bottom: solid 1px #CCC;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.search-maker__heading--sub {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
}

.search-maker__heading--sub a {
  color: #313233;
}

.search-maker__local {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.search-maker__list {
  width: 49%;
}

.search-maker__list ul {
  display: flex;
  flex-wrap: wrap;
}

.search-maker__list li {
  text-align: center;
  width: 80px;
  height: 80px;
  margin: 0 0 10px;
}

.search-maker__link {
  display: block;
}

.search-maker__thumbnail {
  margin: 0 0 10px;
}

.search-maker__thumbnail img {
  width: 56px;
  height: auto;
}

.search-maker__data {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.search-maker__other {
  font-size: 0;
  margin: 0 0 10px;
}

.search-maker__other + .more_link {
  margin: -20px 0 30px;
}

.search-maker__other--item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  width: calc((100% - 10px) / 3);
}

.search-maker__other--item img {
  width: 100%;
  height: 85px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-maker__other--item:nth-child(3n) {
  margin-right: 0;
}

.search-maker__other--data {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.search-maker__other--heading {
  font-weight: 700;
  margin: 10px 0 5px;
}

.search-maker__other--list {
  font-size: 0;
}

.search-maker__other--list li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 0 1em 0.2em 0;
}

.cfx {
  width: 1020px;
  margin: 20px auto;
}

.cfx .search-bodytype {
  float: left;
  width: 660px;
}

.cfx .search-enginetype {
  float: right;
  width: 330px;
  margin: 0;
}

.cfx .search-price__primary {
  float: left;
  width: 500px;
}

.cfx .search-price__secondary {
  float: right;
  width: 500px;
}

/*買取*/

.kaitori {
  background-color: #F7F7F7;
  margin: 0;
  margin-bottom: -16px;
  padding-bottom: 16px;
}

.kaitori__inner {
  width: 1020px;
  margin: auto;
  padding: 20px 0;
}

.kaitori__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.kaitori__title--caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0 10px;
}

.kaitori__heading {
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: 700;
  padding: 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.kaitori__heading--caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0 10px;
}

.kaitori__ranking {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}

.kaitori__ranking li {
  background-color: #FFF;
  border: solid 1px #EEE;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  position: relative;
  width: 19%;
  box-sizing: border-box;
}

.kaitori__ranking li:last-child {
  margin-right: 0;
}

.kaitori__thumbnail {
  width: 160px;
}

.kaitori__thumbnail img {
  max-width: 100%;
  height: auto;
}

.kaitori__link {
  display: block;
}

.kaitori__name--maker {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.kaitori__name--carname {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.kaitori__performance {
  font-size: 0;
}

.kaitori__performance--price {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 24px;
  font-weight: 700;
}

.kaitori__performance--sub {
  font-size: 14px;
  padding-left: 3px;
}

.kaitori__performance--unit {
  font-size: 12px;
  padding-left: 3px;
}

.kaitori__list {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 15px;
}

.kaitori__list:nth-child(2n) {
  margin-right: 0;
}

.kaitori__spec {
  font-size: 0;
}

.kaitori__spec li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 1em 0 0;
}

.kaitori__icon {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  vertical-align: text-bottom;
  background-color: #6C86A2;
  border-radius: 2px;
  margin: 0 5px 0 0;
  padding: 6px;
}

/*広告*/

#ad_tag {
  text-align: center;
  margin: 0 auto;
}

.ad {
  margin: 0 0 20px;
}

.ad__kaitori {
  width: 1020px;
  margin: auto;
  text-align: center;
  padding: 10px 0;
}

.toppage-ranking {
  background-color: #F7F7F7;
  padding: 20px 0 0;
}

.tab-button-outer {
  display: block;
}

.tab-select-outer {
  display: none;
}

.tab-select-outer select {
  background-color: #fff;
  border-top: 1px solid #ede5e4;
  border-left: 1px solid #ede5e4;
  border-bottom: 1px solid #bfb2b0;
  border-right: 1px solid #bfb2b0;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 4px 0px 4px 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tab-select-outer::after {
  display: block;
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2032px%3B%20height%3A%2032px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256.009%2C0C114.615%2C0%2C0%2C114.615%2C0%2C255.991C0%2C397.385%2C114.615%2C512%2C256.009%2C512%20C397.385%2C512%2C512%2C397.385%2C512%2C255.991C512%2C114.615%2C397.385%2C0%2C256.009%2C0z%20M256.009%2C365.782l-133.57-133.57l44.096-44.097%20l89.473%2C89.456l89.456-89.456l44.097%2C44.097L256.009%2C365.782z%22%20style%3D%22fill%3A%20rgb(108%2C%20134%2C%20162)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: -1px;
  right: 10px;
  top: 20%;
  right: 10px;
}

/*ランキング*/

.ranking {
  background-color: #F7F7F7;
  margin: 20px 0 0;
}

.ranking__inner {
  width: 1020px;
  margin: auto;
  padding: 30px 0;
}

.ranking__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.ranking__tabs {
  display: flex;
  justify-content: space-between;
}

.ranking__tab {
  cursor: pointer;
  color: #999;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  border: solid 1px #CCC;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.76) 76%, #f6f6f6 100%);
  width: 100%;
}

.ranking__tab a {
  display: block;
  color: #999;
  padding: 10px 0;
}

.ranking__tab.ranking__current {
  background-color: #FFF;
  border-top: solid 2px #6C86A2;
  border-bottom: none;
  color: #333;
  font-weight: 700;
}

.ranking__tab.ranking__current a {
  color: #333;
}

.ranking__tab-contents {
  display: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  border-top: none;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.ranking__current {
  display: block;
  background-image: none;
}

.ranking__list {
  font-size: 0;
  margin: 0 0 20px;
}

.ranking__list--item {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin: 0 44px 0 0;
  position: relative;
  padding: 30px 0 0;
}

.ranking__list--item:last-child {
  margin-right: 0;
}

.ranking__list .top-newcar__data--spec {
  font-size: 12px;
}

.ranking__list .top-newcar__data--spec dt {
  width: 100%;
  font-weight: 700;
}

.ranking__list .top-newcar__data--spec dd {
  width: 100%;
}

.ranking__thumbnail img {
  max-width: 100%;
  height: auto;
}

.ranking__type {
  font-size: 0;
  margin: 0 0 10px;
}

.ranking__type > li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 4);
  margin: 0 10px 20px 0;
}

.ranking__type > li:nth-child(4n) {
  margin-right: 0;
}

.ranking__type--title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.ranking__type--list {
  font-size: 13px;
  margin: 0 0 10px;
  list-style-type: decimal;
  list-style-position: inside;
}

.ranking__type--list li {
  margin: 0 0 10px;
  position: relative;
  text-indent: -22px;
  padding: 0 0 0 22px;
}

.ranking__type--list li .top1_count {
  position: relative;
  top: 0;
  left: 0;
  padding: 1px 5px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-indent: 0;
  display: inline-block;
}

.ranking__type--list li .top2_count {
  position: relative;
  top: 0;
  left: 0;
  padding: 1px 5px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-indent: 0;
  display: inline-block;
}

.ranking__type--list li .top3_count {
  position: relative;
  top: 0;
  left: 0;
  padding: 1px 5px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-indent: 0;
  display: inline-block;
}

/*自動車記事*/

/*最新自動車ニュース*/

/*車購入ガイド*/

.article {
  background-color: #F7F7F7;
  font-size: 13px;
  line-height: 1.7;
}

.article__inner {
  width: 1020px;
  margin: auto;
  padding: 10px 0;
}

.article__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.article__headling {
  border-bottom: solid 1px #ddd;
  font-size: 18px;
  font-weight: 700;
  padding: 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.article__caption {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 20px;
}

.article__icon {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  background-color: #6C86A2;
  border-radius: 2px;
  margin: 0 5px 0 0;
}

.article__icon a,
.article__icon span {
  color: #fff;
  display: block;
  padding: 6px;
  text-decoration: none;
}

.article__icon a:hover,
.article__icon span:hover {
  background-color: #38689C;
  text-decoration: none !important;
}

.article__list {
  font-size: 0;
  margin: 0 0 20px;
}

.article__list li {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 0 30px 20px 0;
}

.article__list li::after {
  content: "";
  clear: both;
  display: block;
}

.article__list li:nth-child(3n) {
  margin-right: 0;
}

.article__article-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 5px 0;
}

.article__thumbnail {
  width: 150px;
  float: left;
}

.article__thumbnail img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: solid 1px #CCC;
}

.article__data {
  padding: 0 0 0 160px;
}

.top-banner__campaign {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.top-banner__campaign img {
  width: 100%;
  height: auto;
}

.contenst__main {
  width: 680px;
  float: left;
}

.article__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 4px 0;
}

.article__title--sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.ranking__count {
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  box-sizing: border-box;
  color: #999;
  font-size: 11px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0;
}

.ranking__count--1 {
  background-color: #d9b340;
  border: 1px solid #d9b340;
  color: #fff;
}

.ranking__count--2 {
  background-color: #6f7b83;
  border: 1px solid #6f7b83;
  color: #fff;
}

.ranking__count--3 {
  background-color: #a15326;
  border: 1px solid #a15326;
  color: #fff;
}

.ranking__count--3digits {
  letter-spacing: -0.04em;
  padding: 12px 6px 10px;
}

.ranking__count--4digits {
  letter-spacing: -0.04em;
  padding: 14px 5px 14px;
}

.listview__lead {
  font-size: 14px;
  line-height: 1.6;
}

.listview__list {
  border-top: solid 1px #ddd;
  padding: 20px 0 10px;
  position: relative;
}

.listview__list--inner {
  display: table;
  width: 100%;
}

.listview__grade {
  font-size: 12px;
  margin: 0 0 12px;
}

.listview__grade a {
  color: #333;
  display: inline-block;
  padding: 5px;
  border: solid 1px #CCC;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.listview__grade a:hover {
  text-decoration: none !important;
}

.listview__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}

.listview__thumbnail {
  width: 140px;
  display: table-cell;
  vertical-align: top;
  padding: 40px 20px 0 0;
}

.listview__thumbnail img {
  max-width: 100%;
  height: auto;
}

.listview__data {
  display: table-cell;
  vertical-align: top;
  width: 340px;
  font-size: 13px;
}

.listview__spec {
  display: table;
  width: 100%;
}

.listview__title {
  display: table-cell;
  vertical-align: middle;
  width: 6em;
  padding: 0 0 5px;
}

.listview__rating {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 5px;
}

.listview__rating--star {
  color: #f00;
}

.listview__rating--star img {
  width: 13px;
  margin: 0 -3px 0 0;
  height: auto;
  vertical-align: baseline;
}

.listview__rating--value {
  font-size: 18px;
  font-weight: 700;
  margin: 0 3px 0 5px;
}

.listview__rating--number {
  color: #666;
  font-size: 11px;
}

.listview__link {
  display: table-cell;
  vertical-align: top;
  width: 170px;
  font-size: 13px;
  font-weight: 700;
}

.listview__link--newcar,
.listview__link--lease,
.listview__link--catalog,
.listview__link--used {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  background: #eee;
  border-bottom: solid 2px #ddd;
  border-radius: 2px;
  color: #6C86A2;
  margin: 0 0 5px;
  height: 40px;
  box-sizing: border-box;
}

.listview__link--newcar a:hover,
.listview__link--lease a:hover,
.listview__link--catalog a:hover,
.listview__link--used a:hover {
  text-decoration: none;
}

.listview__link--newcar.disable,
.listview__link--lease.disable,
.listview__link--catalog.disable,
.listview__link--used.disable {
  box-shadow: none;
  filter: gray;
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
  border: none;
}

.listview__link--discount {
  display: block;
  color: #f00;
  line-height: 1.5;
}

.listview__in--list > .listview__title {
  vertical-align: top;
}

.listview__in--list > dd > span {
  display: block;
  line-height: 1.3;
}

.lineup {
  padding: 0;
  margin: 0 0 20px;
}

.lineup__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.lineup__lead {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.line__title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
  border-bottom: solid 2px #CCC;
}

.line__title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 150px;
  height: 2px;
  background-color: #659be0;
}

.all-maker__title--main {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

.all-maker__description {
  font-size: 14px;
  line-height: 22px;
}

.prefectures {
  margin-top: 20px;
}

.prefectures a {
  color: #333;
}

.prefectures__inner {
  width: 1020px;
  margin: auto auto 20px;
}

.prefectures__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.prefectures__heading-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.prefectures__list {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #d1c2c0;
}

.prefectures__heading {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.prefectures__deta {
  width: 880px;
  display: table-cell;
  vertical-align: top;
  padding: 6px 0;
}

.prefectures__deta ul {
  font-size: 0;
}

.prefectures__deta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.prefectures__deta li:not(:last-child)::after {
  content: "|";
  margin: 0 10px 0 10px;
}

.prefectures__kaitori {
  font-size: 14px;
  width: 100%;
}

.prefectures__kaitori a {
  color: #333;
  text-decoration: none;
}

.prefectures__kaitori a:hover {
  text-decoration: underline;
}

.prefectures__kaitori .prefectures__kaitori__title {
  font-size: 24px;
  line-height: 125%;
}

.prefectures__kaitori .prefectures__kaitori__list {
  margin-top: 24px;
  display: flex;
}

.prefectures__kaitori .prefectures__kaitori__heading {
  font-weight: 700;
  margin-right: 12px;
  width: 80px;
}

.prefectures__kaitori .prefectures__kaitori__data {
  width: calc(100% - 92px);
}

.prefectures__kaitori .prefectures__kaitori__data ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.prefectures__kaitori .prefectures__kaitori__data li {
  display: inline-block;
}

.prefectures__kaitori .prefectures__kaitori__data li::after {
  content: "|";
  color: #dddddd;
  margin-left: 16px;
}

.bodytype__title--main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 10px;
}

.bodytype__title--sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 10px;
}

.bodytype__inner::after {
  content: "";
  clear: both;
  display: block;
}

.bodytype__thumbnail {
  float: left;
  width: 110px;
  border-top: solid 2px #6C86A2;
  text-align: center;
  margin: 0 20px 0 0;
  padding: 20px 0 0;
}

.bodytype__heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 0;
}

.bodytype__heading--sub {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.bodytype__data {
  float: right;
  width: 550px;
  border-top: solid 2px #ddd;
  padding: 20px 0 0;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.bodytype__data--title {
  font-weight: 700;
  margin: 0 0 10px;
}

.bodytype-ranking {
  margin: 0 0 20px;
}

.bodytype-ranking__inner {
  width: 1020px;
  margin: auto;
}

.bodytype-ranking__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.bodytype-ranking__list {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #d1c2c0;
}

.bodytype-ranking__heading {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.bodytype-ranking__deta {
  width: 880px;
  display: table-cell;
  vertical-align: top;
  padding: 6px 0;
}

.bodytype-ranking__deta ul {
  font-size: 0;
}

.bodytype-ranking__deta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.bodytype-ranking__deta li:not(:last-child)::after {
  content: "|";
  margin: 0 10px 0 10px;
}

.bodytype__maker-list {
  font-size: 0;
}

.bodytype__maker-list li {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  margin: 0 17px 20px 0;
  text-align: center;
}

.bodytype__maker-list img {
  max-width: 100%;
  height: auto;
}

.fuel-ranking {
  margin: auto;
}

.fuel-ranking__inner {
  width: 1020px;
  margin: auto;
}

.fuel-ranking__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.fuel-ranking__list {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #d1c2c0;
}

.fuel-ranking__heading {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.fuel-ranking__deta {
  width: 880px;
  display: table-cell;
  vertical-align: top;
  padding: 8px 0;
}

.fuel-ranking__deta ul {
  font-size: 0;
}

.fuel-ranking__deta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.fuel-ranking__deta li:not(:last-child)::after {
  content: "|";
  margin: 0 10px 0 10px;
}

.ad-rectangle {
  margin: 60px auto;
}

.ad-rectangle__inner {
  width: 680px;
  margin: auto;
}

.ad-rectangle__inner::after {
  content: "";
  clear: both;
  display: block;
}

.ad-rectangle__primary {
  float: left;
}

.ad-rectangle__secondary {
  float: right;
}

/*カーソムリエレポート*/

.car-sommelier {
  margin: 40px 0 0;
}

.car-sommelier .review__inner {
  margin-top: 20px !important;
  padding: 0 !important;
}

.car-sommelier__none {
  background-color: #FFF;
  border: solid 1px #CCC !important;
  text-align: center;
  padding: 30px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #666;
}

.car-sommelier__inner {
  width: 1020px;
  margin: auto;
  box-sizing: border-box;
}

.car-sommelier__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
  position: relative;
}

.car-sommelier__title--sub {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
}

.car-sommelier__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 4px;
}

.car-sommelier__heading a {
  color: #333;
}

.car-sommelier__report {
  font-size: 0;
  margin: 0;
}

.car-sommelier__report + .more_link {
  margin-top: -0.5em;
}

.car-sommelier__report-list {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 0 30px 0 0;
}

.car-sommelier__report-list:last-child {
  margin-right: 0;
}

.car-sommelier__rating {
  margin: 10px 0 20px;
  padding: 11px 0 9px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.car-sommelier__rating::after {
  content: "";
  clear: both;
  display: block;
}

.car-sommelier__rating--total {
  display: inline-block;
  vertical-align: top;
}

.car-sommelier__rating--total-value {
  display: inline-block;
  vertical-align: text-top;
  color: #e31837;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 20px 0 0;
}

.car-sommelier__rating--details {
  display: inline-block;
  vertical-align: bottom;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.car-sommelier__rating--head {
  display: inline-block;
  vertical-align: top;
}

.car-sommelier__rating--valu {
  display: inline-block;
  vertical-align: top;
}

.car-sommelier__rating--valu:not(:last-child)::after {
  content: "｜";
}

.car-sommelier__rating--star svg {
  fill: #ffc116;
  vertical-align: -1px;
}

.car-sommelier__rating--star img {
  width: 20px;
  height: auto;
  vertical-align: -1px;
}

.car-sommelier__user {
  margin: 0 0 16px;
}

.car-sommelier__user::after {
  content: "";
  clear: both;
  display: block;
}

.car-sommelier__user--name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.car-sommelier__thumbnail {
  float: left;
  width: 80px;
  margin: 0 10px 0 0;
}

.car-sommelier__thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.car-sommelier__user-rating--block {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.car-sommelier__user-rating--block::after {
  content: "";
  clear: both;
  display: block;
}

.car-sommelier__user-rating--total {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.car-sommelier__user-rating--total-value {
  color: #e31837;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}

.car-sommelier__user-rating--star svg {
  fill: #ffc116;
  vertical-align: -1px;
}

.car-sommelier__user-rating--star img {
  width: 16px;
  height: auto;
  vertical-align: -1px;
  margin-right: -3px;
}

.car-sommelier__user-rating--head {
  display: inline-block;
  vertical-align: top;
}

.car-sommelier__user-rating--value {
  display: inline-block;
  vertical-align: top;
}

.car-sommelier__user-rating--value:not(:last-child)::after {
  content: "｜";
}

.car-sommelier__headling {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.car-sommelier__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.car-sommelier__next {
  display: block;
  margin: 0;
  font-size: 13px;
}

.car-sommelier__close {
  display: block;
  margin: 0;
  font-size: 13px;
}

.review {
  margin: 20px 0 0;
}

.review__none {
  background-color: #FFF;
  border: solid 1px #CCC !important;
  text-align: center;
  padding: 30px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #666;
}

.review__inner {
  width: 1020px;
  margin: auto;
}

.review__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.review__title--sub {
  font-size: 12px;
}

.review__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.review__list li {
  overflow: hidden;
  margin: 0;
  padding: 8px 0;
  border-bottom: solid 1px #EEE;
}

.review__user {
  float: left;
  width: 240px;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 30px 0 0;
}

.review__user-name {
  margin: 0 0 8px;
}

.review__user-name--sub {
  font-weight: 700;
}

.review__user-data {
  font-size: 12px;
  margin: 0 0 8px;
  display: table;
  width: 750px;
}

.review__user-data--title {
  font-weight: 700;
  line-height: 1.3;
  display: table-cell;
  width: 60px;
  padding: 3px 0 0;
}

.review__user-data--detail {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
}

.review__user-data--detail span {
  background-color: #ffc116;
  border: solid 1px #ffc116;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 6px 6px 4px;
  width: 120px;
  text-align: center;
  margin: 0 6px 0 0;
}

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

.pager-block {
  margin: 20px 0;
  display: flex;
}

.pager-block__inner {
  width: 1020px;
  margin: 0 10px 0 0;
  font-size: 0;
  text-align: right;
}

.pager-block__inner li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 37px;
  margin: 0 7px;
}

.pager-block__inner li:first-child {
  margin: 0;
}

.pager-block__inner li:last-child {
  margin: 0;
}

.pager-block__inner li a,
.pager-block__inner li .current {
  display: block;
  text-align: center;
  text-decoration: none;
}

.pager-block__current {
  font-weight: 700;
}

.pager-block__button {
  display: flex;
}

.pager-block__prev {
  display: block;
  background-color: #FFF;
  border: 1px solid #eee;
  color: #000 !important;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  width: 70px;
  margin: 0 5px 0 0;
  position: relative;
}

.pager-block__prev::before {
  position: absolute;
  top: 40%;
  left: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(-135deg);
}

.pager-block__next {
  display: block;
  background-color: #FFF;
  border: 1px solid #eee;
  color: #000 !important;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 15px 0 0;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  width: 70px;
  margin: 0 0 0 5px;
  position: relative;
}

.pager-block__next::before {
  position: absolute;
  top: 40%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

.news-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.contents-block {
  margin: 20px 0 0;
}

.contents-block__inner {
  width: 1020px;
  margin: auto;
}

.contents-block__inner + .prefectures {
  margin-top: 20px;
}

.contents-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.contents-block__title--sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.contents-block__pickup {
  font-size: 0;
  margin: 0 0 20px;
}

.contents-block__pickup--item {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 10px 0;
}

.contents-block__pickup--item:nth-child(1) {
  width: 460px;
}

.contents-block__pickup--item:nth-child(1) .contents-block__thumbnail img {
  width: 100%;
  height: auto;
}

.contents-block__pickup--item:nth-child(2) {
  width: 240px;
}

.contents-block__pickup--item:nth-child(3) {
  width: 240px;
  margin-right: 0;
}

.contents-block__pickup .contents-block__data--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.contents-block__pickup .contents-block__description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.contents-block__youtube {
  width: 430px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.contents-block__youtube + .contents-block__article {
  width: 570px;
  display: inline-block;
  vertical-align: top;
}

.contents-block__article .contents-block__list--item {
  width: 49%;
  margin: 15px 0 0;
}

.contents-block__article .contents-block__title {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.contents-block__article .contents-block__thumbnail {
  width: 80px;
  float: left;
  margin: 0 10px 0 0;
}

.contents-block__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.contents-block__list {
  font-size: 0;
}

.contents-block__list--wrap {
  font-size: 0;
}

.contents-block__list--item {
  display: inline-block;
  vertical-align: top;
  width: 194px;
  margin: 0 10px 10px 0;
}

.contents-block__list--item:nth-child(5n) {
  margin-right: 0;
}

.contents-block__list + .more_link {
  margin-top: 0;
}

.contents-block__category {
  display: inline-block;
  margin: 0 0 5px;
  padding: 7px 8px 6px;
  border-radius: 18px;
  background-color: #EFEFEF;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.contents-block__category a,
.contents-block__category span {
  color: #333;
}

.contents-block__data--caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.contents-block__data--title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.contents-block__data--title a {
  color: #333;
  font-weight: 700;
}

.contents-block__thumbnail {
  margin: 0 0 5px;
}

.contents-block__thumbnail img {
  box-sizing: border-box;
  border: solid 1px #CCC;
  -o-object-fit: cover;
  object-fit: cover;
}

.contents-block__data-table {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}

.contents-block__data-table--term {
  font-weight: 700;
}

.contents-block__data-table--value {
  margin: 0 0 5px;
}

.contents-block__data-table--value span {
  color: #e31837;
  font-family: arial;
  font-size: 20px;
  font-weight: 700;
}

.kaitori-block {
  margin: 56px 0 0;
}

.kaitori-block__none {
  background-color: #FFF;
  border: solid 1px #CCC !important;
  text-align: center;
  padding: 30px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #666;
}

.kaitori-block__inner {
  width: 1020px;
  margin: auto;
}

.kaitori-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.kaitori-block__title--sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.kaitori-block__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.kaitori-block__lead {
  font-size: 14px;
  line-height: 1.5;
}

.kaitori-block__resulttitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.kaitori-table {
  width: 100%;
  font-size: 13px;
  background-color: #FFF;
}

.kaitori-table th {
  background-color: #e5edf6;
  padding: 8px 6px;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}

.kaitori-table td {
  box-sizing: border-box;
}

.drop-model {
  font-size: 12px;
}

/*年式別 買取相場一覧*/

.kaitori-table__head--1 {
  width: 170px;
}

.kaitori-table__head--2 {
  width: 210px;
}

.kaitori-table__head--3 {
  width: 210px;
}

.kaitori-table__head--4 {
  width: 210px;
}

.kaitori-table__body--2,
.kaitori-table__body--3 {
  text-align: left;
}

/*年式別 下取り価格相場*/

.kaitori-table__head--b1:not(:root) {
  width: 220px;
}

.kaitori-table__head--b2:not(:root) {
  width: 170px;
}

.kaitori-table__head--b3:not(:root) {
  width: 420px;
}

.kaitori-table__head--b4:not(:root) {
  width: 210px;
}

/*グレード別 買取査定価格相場*/

.kaitori-table__head--a1 {
  width: 390px;
}

.kaitori-table__head--a2 {
  width: 420px;
}

.kaitori-table__head--a3 {
  width: 210px;
}

.kaitori-block .btn {
  padding: 13px;
  display: flex !important;
  margin-left: auto;
  justify-content: center;
  border: 1px solid #CCC;
  color: inherit;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 50% !important;
  margin: 32px auto 0;
}

.kaitori-table__carmodel--type {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.type-open-sp__button {
  position: absolute;
  top: 40%;
  right: -30px;
  width: 12px !important;
  height: 12px;
  transform: rotate(135deg);
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  content: "";
}

.type-open-sp[aria-expanded=true] + .type-open-sp__button {
  transform: rotate(-45deg);
}

.kaitori-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.kaitori-table__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.kaitori-table__name--type {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 4px;
}

.kaitori-table__name--button {
  padding: 6px 6px 5px;
  border: 1px solid #CCC;
  text-align: center;
  display: block;
  margin: 8px auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.kaitori-table__thumbnail {
  vertical-align: top;
  padding-right: 20px !important;
}

.kaitori-table__image {
  text-align: center;
}

.kaitori-table__image img {
  width: 120px;
  height: auto;
}

.kaitori-table__button {
  background-color: #f9653f;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.kaitori-table__button:hover {
  color: #FFF;
  text-decoration: none !important;
}

.kaitori-result__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.kaitori-result__title--date {
  font-size: 12px;
  font-weight: 400;
  margin-left: 1em;
}

.kaitori-result__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.kaitori-result__list--list {
  padding: 16px;
  position: relative;
}

.kaitori-result__data--caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
}

.kaitori-result__data--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.kaitori-result__data--title::after {
  content: "";
  position: absolute;
  inset: 0;
}

.kaitori-result__data--title:hover::after {
  border: 1px solid #6C86A2;
  border-radius: 8px;
}

.kaitori-result__data--price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.kaitori-result__data--price-large {
  font-size: 25px;
  font-weight: 700;
}

.kaitori-result__data--ullo {
  background-color: #6C86A2;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 0 0;
  padding: 6px 8px 7px;
  vertical-align: 5px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex li {
  width: calc((100% - 42px) / 4);
  border: 1px solid #eee;
  background-color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}

.shop-info__review--wrap {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

.shop-info__user {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.shop-info__rating {
  text-align: center;
  position: relative;
}

.shop-info__review--primary,
.shop-info__review--secondary {
  width: 100%;
}

.shop-info__review--primary {
  padding: 14px;
  background-color: #DFE9E8;
  box-sizing: border-box;
}

.shop-info__review--secondary {
  margin-top: 8px;
}

.shop-info__review--secondary p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.shop-info__review--car {
  margin-bottom: 0;
}

.shop-info__rating--header {
  font-size: 14px;
}

.shop-info__rating--header dt {
  font-size: 12px;
}

.shop-info__rating--header dd {
  font-size: 18px;
  font-weight: 700;
}

.shop-info__rating--body {
  font-size: 12px;
}

.shop-info__rating--body dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.shop-info__rating--body dt span {
  margin: 3px 4px 0 0;
  display: block;
}

.shop-info__rating--body dd {
  margin-top: 4px;
}

.shop-info__review--shop {
  padding: 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
  margin: 16px 0 0;
  position: relative;
}

.shop-info__review--shop::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #F7F7F7 transparent transparent transparent;
}

.shop-info__review--meta {
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  margin: 16px 0 0;
}

.shop-info__review--meta dt {
  font-size: 16px;
  font-weight: 700;
}

.shop-info__review--icon {
  position: absolute;
  top: -26px;
  right: -20px;
  padding: 10px;
  border-radius: 50px;
  background-color: #FFD45A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kaitori-result__button,
.shop-info__review--button {
  border: 1px solid #CCC;
  display: block;
  background-color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

/*中古車相場一覧表のスタイル*/

.kaitori-table__head--c1:not(:root) {
  width: 390px;
}

.kaitori-table__head--c2:not(:root) {
  width: 420px;
}

.kaitori-table__head--c3:not(:root) {
  width: 210px;
}

/*査定実績一覧のスタイル*/

.kaitori__bidded__box {
  padding: 0;
}

.kaitori__bidded__title {
  font-size: 24px;
  line-height: 125%;
}

.kaitori__bidded__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.kaitori__bidded__list li {
  border: 1px solid #EDEEEE;
  border-radius: 12px;
  box-sizing: border-box;
  height: 48px;
  width: calc((100% - 48px) / 4);
}

.kaitori__bidded__list li a {
  color: #333;
  display: grid;
  height: 100%;
  place-items: center;
  text-decoration: underline;
  width: 100%;
}

.kaitori__bidded__list li a :hover {
  text-decoration: none;
}

.kaitori-detail-data {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 350px;
}

.kaitori-tab-banner {
  display: grid;
  gap: 16px;
}

.kaitori-tab-banner-inner {
  display: grid;
  gap: 8px;
  grid-template-rows: max-content 1lh;
  width: -moz-max-content;
  width: max-content;
}

.detail-used-rating {
  display: grid;
  grid-template-rows: repeat(2, max-content);
  gap: 16px;
  width: 630px;
}

.detail__tags--w100:not(:root) {
  width: 100%;
}

a {
  color: #3E76CB;
  text-decoration: none;
}

.bluetxt {
  color: #568984;
}

.redtxt {
  color: #f9653f;
}

.bold {
  font-weight: 700;
}

h3,
h4,
h5 {
  font-size: 15px;
  line-height: 20px;
}

.txt10 {
  font-size: 10px !important;
  line-height: 14px !important;
}

.txt16 {
  font-size: 16px !important;
  line-height: 28px !important;
}

.txt18 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.txt20 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.bottom5 {
  margin-bottom: 5px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom40 {
  margin-bottom: 40px !important;
}

.centertxt {
  text-align: center;
}

.righttxt {
  text-align: right;
}

.right3 {
  margin-right: 3px !important;
}

.upper3 {
  margin-top: 3px !important;
}

.upper5 {
  margin-top: 5px !important;
}

.pcnone {
  display: none !important;
}

.big_omds {
  font-size: 50px;
  line-height: 80px;
  font-weight: bold;
}

.big_omds br {
  display: none;
}

/*共通ボックス*/

.con_box {
  width: 1020px;
  margin: 0 auto 0 auto;
  padding: 0 15px 0 15px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}

.con_box_bg {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 40px 0 0 0;
}

.con_box_bg.ullo {
  margin: 20px 0;
  padding: 30px 10px 10px;
}

.bestbox {
  width: 600px;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.bestbox img {
  width: 100%;
  height: auto;
}

.compari_table {
  background-image: url(/_catalog/image/common/comparison.png);
  background-repeat: no-repeat;
  background-position: 80px 0 0 0;
}

.ullo_good_point_box {
  display: table;
  width: 1020px;
  position: relative;
}

.ullo_good_point_box .value_bottom {
  width: 380px;
  display: table-cell;
  padding: 0 40px 0 0;
  vertical-align: top;
  overflow: hidden;
}

.ullo_good_point_box .ullo_bottom {
  width: 280px;
  display: table-cell;
  padding: 0 0 0 0;
  vertical-align: top;
}

.ullo_good_point_box .normal_bottom {
  width: 280px;
  display: table-cell;
  padding: 0 40px 0 0;
  vertical-align: top;
}

.ullo_good_point_box .hiddenbox h3 {
  display: none;
}

.ullo_good_point_box .gmds {
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
  padding-top: 7px;
  margin-bottom: 2px;
}

.ullo_good_point_box .normal {
  width: 280px;
  display: table-cell;
  padding: 0 40px 20px 0;
  vertical-align: top;
}

.ullo_good_point_box .ullo {
  width: 280px;
  display: table-cell;
  padding: 0 0 20px 0;
  vertical-align: top;
}

.ullo_good_point_box .border_bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: bold;
}

.ullo_good_point_box .normal {
  width: 280px;
  display: table-cell;
  padding: 0 40px 20px 0;
  vertical-align: top;
}

.ullo_good_point_box .ullo {
  width: 280px;
  display: table-cell;
  padding: 0 0 20px 0;
  vertical-align: top;
}

.ullo_good_point_box .value {
  width: 380px;
  display: table-cell;
  padding: 0 40px 20px 0;
  vertical-align: top;
  overflow: hidden;
}

.ullo_good_point_box .mark {
  float: left;
  width: 30px;
  background-color: #f9653f;
  padding: 10px 10px 4px 10px;
}

.ullo_good_point_box svg {
  fill: #fff;
}

.ullo_good_point_box .prtxt {
  float: right;
  width: 310px;
}

/*ウーロの使い方*/

.howto_ullo {
  width: 100%;
  padding: 0;
  position: relative;
}

.howto_ullo img {
  width: 100%;
  height: auto;
}

.howto_ullo h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0 0 0 40px;
}

.howring01,
.howring02,
.howring03,
.howring04 {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  left: 503px;
  background-color: #f9653f;
  z-index: 2;
}

.howring01 {
  top: 33px;
}

.howring02 {
  top: 140px;
}

.howring03 {
  top: 250px;
}

.howring04 {
  top: 350px;
}

.howline01,
.howline02,
.howline03,
.howline04 {
  border-bottom: 2px solid #f9653f;
  position: absolute;
  z-index: 1;
}

.howline01,
.howline03 {
  width: 340px;
  left: 178px;
}

.howline02,
.howline04 {
  width: 330px;
  left: 508px;
}

.howline01 {
  top: 40px;
}

.howline02 {
  top: 147px;
}

.howline03 {
  top: 257px;
}

.howline04 {
  top: 357px;
}

.howprbox01,
.howprbox02,
.howprbox03,
.howprbox04 {
  width: 480px;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
}

.howprbox01 {
  top: 0;
  left: 0;
}

.howprbox01 .lbox {
  width: 160px;
}

.howprbox02 {
  top: 110px;
  right: 0;
}

.howprbox03 {
  top: 220px;
  left: 0;
}

.howprbox03 .lbox {
  width: 160px;
}

.howprbox04 {
  top: 320px;
  right: 0;
}

.howprbox01 .rbox,
.howprbox02 .lbox,
.howprbox03 .rbox,
.howprbox04 .lbox {
  width: 300px;
  padding-top: 9px;
}

.howprbox01 .rbox,
.howprbox03 .rbox {
  float: right;
}

.howprbox01 .lbox,
.howprbox02 .lbox,
.howprbox03 .lbox,
.howprbox04 .lbox {
  float: left;
}

.howprbox02 .rbox,
.howprbox04 .rbox {
  float: right;
  width: 160px;
}

.howcount_up,
.howcount_down {
  font-family: "Roboto", sans-serif;
  background-color: #f9653f;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 29px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 2px 0 0 0;
}

.howcount_up {
  left: 175px;
}

.howcount_down {
  left: 0;
}

.howtriangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #f9653f;
  position: absolute;
  top: 430px;
  left: 501px;
}

.how_arrow {
  width: 510px;
  height: 450px;
  border-right: 2px solid #f9653f;
  position: relative;
}

.middlebtn_box {
  width: 400px;
  margin: 0 auto 0 auto;
  position: relative;
}

.btn_balloon2 {
  position: absolute;
  top: 16px;
  left: 30px;
  width: 60px;
  background-color: #fff;
  line-height: 100%;
  padding: 7px 10px 5px 10px;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  color: #f9653f;
  font-size: 16px;
  font-weight: bold;
}

.press_btn {
  width: 100%;
  display: inline-block;
}

.ullo_btn_small {
  background-color: #f9653f;
  border-top: 2px solid #f9653f;
  border-left: 2px solid #f9653f;
  border-bottom: 3px solid #fb3806;
  border-right: 3px solid #fb3806;
  color: #fff !important;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  padding: 17px 15px 13px 130px;
  font-weight: bold;
  text-align: left;
  box-shadow: 2px 2px 13.5px 1.5px rgba(132, 136, 138, 0.3);
}

.ullo_btn_small:hover {
  background: transparent;
  border-top: 2px solid #ff8769;
  border-left: 2px solid #ff8769;
  border-bottom: 3px solid #fb3806;
  border-right: 3px solid #fb3806;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #ff8769;
}

/*ウーロ利用者の声*/

.uvoice_box {
  width: 1020px;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}

.uvoice_box .ulst {
  width: 214px;
  margin: 0 12px 20px 0;
  padding: 20px 15px 15px 15px;
  border: 1px solid #eee;
  background-color: #fff;
}

.uvoice_box h3 {
  font-size: 13px;
  line-height: 13px;
}

.uvoice_box .databox {
  border-bottom: 1px dotted #ddd;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 12px;
}

.star {
  color: #f9653f;
  font-size: 14px;
  line-height: 14px;
}

/*ウーロの顧客満足*/

.research_box {
  width: 960px;
  padding: 20px 29px 20px 29px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #fff;
}

.research_box li {
  float: left;
  width: 306px;
  margin: 0 21px 0 0;
}

.research_box li:last-child {
  margin: 0;
}

.research_box img {
  width: 100%;
  height: auto;
}

.research_box dl {
  overflow: hidden;
  margin-bottom: 5px;
}

.research_box dd {
  float: left;
  width: 80px;
  font-weight: bold;
}

.research_box dt {
  float: right;
  width: 206px;
  margin-top: 28px;
  font-size: 16px;
}

/*車の購入・売却ノウハウ*/

.three_box {
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.three_box li {
  float: left;
  width: 320px;
  margin-right: 30px;
}

.three_box li:nth-child(3n) {
  margin: 0px;
}

.guidebox {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}

.guidebox .lbox {
  float: left;
  width: 120px;
}

.guidebox .rbox {
  float: right;
  width: 190px;
}

.guidebox .mdsmgn {
  margin-bottom: 10px;
  font-weight: bold;
}

.guidebox_680 .mdsmgn {
  margin-bottom: 10px;
  font-weight: bold;
}

.guidebox img,
.guidebox_680 img,
.three_box img,
.four_box img,
.five_box img,
.six_box img {
  width: 100%;
  height: auto;
}

.contype {
  background-color: #6C86A2;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 10px 1px 10px;
  color: #fff;
  border-radius: 3px;
}

.contype a {
  color: #fff !important;
  text-decoration: none !important;
}

.contype a:hover,
.contype a:visited {
  color: #fff !important;
  text-decoration: none !important;
}

/*よくある質問*/

#accordion {
  margin-bottom: 20px;
}

.question {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.answer {
  /* display: none; */
  margin-top: 15px;
  padding: 0 30px 20px 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

.accordion-item {
  position: relative;
  width: 1020px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding: 10px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.accordion-item span {
  position: absolute;
  top: 11px;
  right: 0px;
  font-size: 20px;
  font-weight: bold;
}

.accordion-item .qbox {
  float: left;
  width: 40px;
  margin-right: 10px;
  color: #568984;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.accordion-item .lbox {
  float: right;
  width: 970px;
  text-align: left;
  padding-top: 3px;
  font-size: 16px;
  line-height: 16px;
}

.market-price {
  margin: 20px 0 0;
}

.market-price__inner {
  width: 1020px;
  margin: auto;
}

.market-price__title--sub {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.market-price__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}

.market-price__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}

.market-price__caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.market-price__table {
  margin: 10px 0 0;
  background-color: #FFF;
}

.market-price + .used-car,
.market-price + .used-car__title {
  margin-top: 20px;
}

.market-price .used-car__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.used-car + .market-price__heading {
  margin: 20px 0 0;
}

.market-price + .prefectures .prefectures__title {
  font-size: 16px;
}

.qtt_table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 11px;
  line-height: 100%;
  width: 1020px;
}

.qtt_lmds_white,
.qtt_lmds_grey,
.qtt_lmds_grey_58,
.qtt_mds,
.qtt_td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px 10px 5px;
  font-weight: 700;
  text-align: center;
}

.qtt_lmds_white {
  width: 58px;
  background-color: #FFF;
}

.qtt_lmds_grey {
  width: 92px;
  background-color: #eee;
  white-space: nowrap;
}

.qtt_lmds_grey_58,
.qtt_mds {
  width: 58px;
  background-color: #eee;
  vertical-align: middle;
}

.qtt_td {
  width: 58px;
  font-weight: 400;
}

.qtt_td a {
  font-weight: 700;
  display: block;
  width: 100%;
}

.qtt_low {
  background-color: #f4caca;
}

.qtt_low a {
  color: #313233;
}

.qtt_low_txt {
  color: #f4caca;
  margin-right: 3px;
}

.qtt_lowest {
  background-color: #fdd8d8;
}

.qtt_lowest a {
  color: #313233;
}

.qtt_lowest_txt {
  color: #fdd8d8;
  margin-right: 3px;
}

.qtt_medium {
  background-color: #ffa3a3;
}

.qtt_medium a {
  color: #fff;
}

.qtt_medium_txt {
  color: #ffa3a3;
  margin-right: 3px;
}

.qtt_high {
  background-color: #fd6464;
}

.qtt_high a {
  color: #fff;
}

.qtt_high_txt {
  color: #fd6464;
  margin-right: 3px;
}

.used-car {
  margin: 20px 0 0;
}

.used-car__none {
  background-color: #FFF;
  border: solid 1px #CCC !important;
  text-align: center;
  padding: 30px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #666;
}

.used-car__inner {
  width: 1020px;
  margin: auto;
}

.used-car__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.used-car__list {
  margin: 0;
  display: flex;
}

.used-car__list li {
  background-color: #fff;
  box-sizing: border-box;
  width: calc((100% - 30px) / 4);
  display: flex;
}

.used-car__list + .prefectures {
  margin-top: 20px;
}

.used-car__thumbnail {
  margin: 0 10px 0 0;
  width: 100px;
}

.used-car__data {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  width: calc(100% - 110px);
}

.used-car .fivebox_usd_price {
  font-size: 12px;
}

.used-car__name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.used-car__data_table::after {
  content: "";
  clear: both;
  display: block;
}

.used-car__data_table--term {
  float: left;
}

.used-car__data_table--value {
  float: right;
  text-align: right;
}

.used-car__data_table--value-large {
  color: #e31837;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.used-car .contents_list_large .contents_list:nth-child(1) {
  width: 460px;
  margin: 0 40px 0 0;
}

.used-car .contents_list_large .contents_list:nth-child(2) {
  width: 240px;
  margin: 0 40px 0 0;
}

.used-car .contents_list_large .contents_list:nth-child(3) {
  width: 240px;
  margin: 0;
}

.used-car .contents_list_large .contents_list .data_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

/*タイアップスピード*/

.sponsored-article {
  margin: 20px 0;
  overflow: hidden;
}

.sponsored-article__inner {
  margin: auto;
  width: 1020px;
}

.sponsored-article__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.sponsored-article__contents {
  margin: 0 0 10px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.sponsored-article__contents::after {
  content: "";
  clear: both;
  display: block;
}

.sponsored-article__thumbnail {
  float: left;
  width: 75px;
  margin: 0 5px 0 0;
}

.sponsored-article__thumbnail img {
  max-width: 100%;
  height: auto;
}

.sponsored-article__heading {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.sponsored-article__category {
  color: #999;
  font-size: 11px;
  line-height: 1;
  margin: 5px 0 0;
}

.sponsored-article__tieup-pro-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.sponsored-article__tieup-pro-banner li {
  flex: 0 0 48%;
  margin: 8px 0 0 0;
}

.sponsored-article__tieup-pro-banner img {
  max-width: 100%;
}

.bx-wrapper .bx-viewport,
.bx-wrapper .bx-loading {
  background: transparent !important;
  box-shadow: 0 0 0 #ccc !important;
}

.speedbox_bg {
  overflow: visible;
  margin: 0 0 0 0 !important;
}

/*自動車 メーカー一覧*/

.entry__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

.maker-list {
  margin: 0;
  font-size: 0;
}

.maker-list__primary .maker-list__country {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: solid 1px #ddd;
  display: table;
  width: 100%;
}

.maker-list__primary .maker-list__country:first-child {
  border-top: none;
  margin: -30px 0 0;
  padding: 0;
}

.maker-list__secondary {
  border-bottom: solid 1px #ddd;
  font-size: 0;
  margin: 0 0 50px;
  padding: 0 0 20px;
}

.maker-list__secondary .maker-list__country {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: solid 1px #ddd;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.maker-list__title {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  font-size: 14px;
  line-height: 1.2;
}

.maker-list__title--sub {
  display: block;
  margin: 5px 0 0;
  font-weight: 700;
}

.maker-list__flag {
  width: 60px;
  height: auto;
  border: solid 1px #CCC;
}

.maker-list__data {
  font-size: 0;
  display: table-cell;
  vertical-align: top;
}

.maker-list__list {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  font-size: 14px;
  line-height: 1.2;
  margin: 6px 0;
}

.container {
  width: 1020px;
  margin: auto;
}

.filter__inner {
  width: 1020px;
  margin: auto;
}

.filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.filter__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.filter__box {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 0 24px 0 0;
  font-size: 12px;
}

.filter__box:nth-child(3) {
  margin-right: 0;
}

.filter__box-wrap {
  margin: 0 0 10px;
}

.filter__box dl {
  display: table;
  width: 100%;
  margin: 0 0 6px;
}

.filter__box dl::after {
  content: "";
  clear: both;
  display: block;
}

.filter__box--title {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  width: 7em;
}

.filter__box--data {
  margin: 0 0 0 7em;
  display: table-cell;
  vertical-align: middle;
}

.filter input[type=checkbox] {
  vertical-align: middle;
}

.filter__select {
  background-color: #fff;
  border-width: 1px;
  border-color: #eee #eee #ddd #eee;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 2px 0 5px 5px;
}

.filter__select-full {
  width: 100%;
  height: 32px;
}

.filter__select-half {
  width: 100%;
  height: 32px;
}

.filter__button {
  text-align: right;
}

.button {
  border: none;
  background-color: #CCC;
  padding: 10px 20px;
  cursor: pointer;
  vertical-align: top;
}

.button__default {
  background-color: #FFF;
  border: solid 1px #EFEFEF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.button__decide {
  background-color: #6C86A2;
  border: solid 1px #6C86A2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 50px;
}

.filter-header {
  width: 1020px;
  margin: auto;
}

.filter-header__heading--em {
  color: #f9653f;
  font-size: 18px;
  font-weight: 700;
  margin: 0 3px 0 0;
}

.filter-header__tabs {
  border-top: 3px solid #6C86A2;
  border-bottom: 1px solid #ddd;
  margin: 10px 0 50px;
  padding: 20px 0 0;
  font-size: 0;
}

.filter-header__tabs--list {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  width: 14.2857142857%;
}

.filter-header__tabs--list a {
  color: inherit;
  text-decoration: none;
}

.filter-header__tabs--list:nth-child(7n) {
  margin-right: 0;
}

.filter-header__tabs--list::before {
  content: "●";
  color: #6C86A2;
}

.filter-body {
  width: 1020px;
  margin: auto;
  font-size: 0;
}

.filter-body__heading {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.filter-body__heading--sub {
  font-weight: 700;
  margin: 0 0 10px;
}

.filter-body__list {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin: 0 30px 30px 0;
  position: relative;
}

.filter-body__list::after {
  content: "";
  clear: both;
  display: block;
}

.filter-body__list:nth-child(3n) {
  margin-right: 0;
}

.filter-body__title {
  margin: 0 0 10px;
  position: relative;
}

.filter-body__title--maker {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 3px;
  position: relative;
}

.filter-body__title--maker .icon-current {
  background-color: #6C86A2;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  vertical-align: 2px;
  position: absolute;
  right: 0;
}

.filter-body__title--name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.filter-body__thumbnail {
  width: 90px;
  float: left;
  margin: 0 10px 0 0;
}

.filter-body__data {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0 0 100px;
}

.filter-body__spec {
  font-size: 12px;
}

.filter-body__spec--term {
  float: left;
  width: auto;
}

.filter-body__spec--value {
  text-align: right;
}

.filter-body__spec--price {
  color: #C00;
  font-weight: 700;
}

.filter-body__spec--unit {
  font-size: 11px;
}

.filter-body__button {
  display: flex;
  justify-content: space-between;
  clear: both;
  padding: 10px 0 0;
}

.filter-body__button-full {
  display: block;
  color: #6C86A2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  margin: 0 2px;
  width: 48%;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.filter-body__button-full.disable {
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  opacity: 0.5;
  box-shadow: none;
}

.filter-body__button-full--grade {
  width: 100%;
}

.filter-body__button a:hover {
  background-color: transparent;
  text-decoration: none !important;
  background-color: #92aac2;
  color: #fff;
}

.filter-body__jdp--term {
  text-align: right;
  margin: 0 0 8px 0;
  font-size: 12px;
}

.filter-body__jdp--data {
  text-align: right;
  margin: 2px 0 6px;
}

.filter-body__jdp--icon img {
  width: 22px;
  height: auto;
  vertical-align: text-bottom;
}

.filter-body__jdp--score {
  font-family: Arial, Helvetica, sans-serif;
  color: #e31837;
  font-size: 26px;
  font-weight: 700;
}

.filter-body__jdp--unit {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin: 0 2px;
}

.filter-body__rating {
  margin: 0 0 5px;
}

.filter-body__rating--term {
  font-size: 12px;
  float: left;
}

.filter-body__rating--data {
  text-align: right;
}

.filter-body__rating--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #e31837;
  text-align: right;
}

.filter-body__maker--sub {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 3px;
}

.filter-body__maker--main {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.price_section::after {
  content: "";
  clear: both;
  display: block;
}

.price_section__box {
  float: left;
  width: 480px;
  margin: 0 60px 0 0;
}

.price_section__box:last-child {
  margin-right: 0;
}

.price_section__list-wrap {
  font-size: 0;
}

.price_section__list {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  width: 25%;
}

button.disable {
  filter: gray;
  filter: grayscale(1);
  opacity: 0.5;
  box-shadow: none;
  cursor: default;
}

.search-bodytype__inner {
  width: 1020px;
  margin: auto;
}

.search-bodytype__title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.search-bodytype__list {
  font-size: 0;
}

.search-bodytype__list li {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 0 0 10px 0;
  text-align: center;
}

.search-bodytype__list:nth-child(6) .search-bodytype__data {
  font-size: 10px;
}

.search-bodytype__link {
  display: block;
}

.search-bodytype__thumbnail img {
  max-width: 100%;
  height: auto;
}

.search-bodytype__data {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0;
}

.search-bodytype__tab {
  display: flex;
  justify-content: space-between;
}

.search-bodytype__tab .tabs__title {
  font-size: 12px;
  width: 50%;
  box-sizing: border-box;
  background-color: #CCC;
  padding: 16px 0;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-top: 2px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.76) 76%, #f6f6f6 100%);
  border-radius: 3px 3px 0 0;
}

.search-bodytype__tab .tabs__title.active {
  background: #FFF;
  color: #000;
  border-top: 2px solid #6C86A2;
  border-bottom: 1px solid #FFF;
  font-weight: 700;
}

.search-enginetype {
  margin: 0 0 30px;
}

.search-enginetype__inner {
  width: 1020px;
  margin: auto;
}

.search-enginetype__title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.search-enginetype__list {
  font-size: 0;
}

.search-enginetype__list li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 0 10px 10px 0;
  text-align: center;
}

.search-enginetype__link {
  display: block;
}

.search-enginetype__thumbnail img {
  width: auto;
  height: 45px;
}

.search-enginetype__data {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0;
}

.search-price {
  margin: 0 0 30px;
}

.search-price__tab {
  display: flex;
  justify-content: space-between;
}

.search-price__tab .tabs__title {
  font-size: 12px;
  width: 50%;
  box-sizing: border-box;
  background-color: #CCC;
  padding: 16px 0;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-top: 2px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.76) 76%, #f6f6f6 100%);
  border-radius: 3px 3px 0 0;
}

.search-price__tab .tabs__title.active {
  background-color: #FFF;
  color: #000;
  border-top: 2px solid #6C86A2;
  border-bottom: 1px solid #FFF;
  font-weight: 700;
}

.search-price__inner {
  width: 1020px;
  margin: auto;
}

.search-price__inner::after {
  content: "";
  clear: both;
  display: block;
}

.search-price__title {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.search-price__block {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.search-price__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
}

.search-price__list {
  font-size: 0;
}

.search-price__list li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  width: 25%;
  margin: 0 0 5px 0;
}

/*人気キーワードから探す*/

.search-keyword {
  font-size: 13px;
  line-height: 18px;
}

.search-keyword__heading {
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.search-keyword__list {
  font-size: 0;
}

.search-keyword__list li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  width: 25%;
  margin: 0 0 5px;
}

/*最寄りの新車取扱ディーラーを探す*/

.search-dealer {
  font-size: 13px;
  line-height: 1.7;
}

.search-dealer__inner {
  width: 1020px;
  margin: auto;
}

.search-dealer__heading {
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.search-dealer__list {
  margin: 20px 0 0;
}

.search-dealer__list li {
  border-bottom: dotted 1px #ddd;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}

.search-dealer__list li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.search-dealer__list li a::after {
  position: absolute;
  top: 25%;
  right: 5px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #6C86A2;
  border-right: 2px solid #6C86A2;
  transform: rotate(45deg);
}

.search-dealer__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.dealerp-search {
  width: 1020px;
  margin: 20px auto;
}

.dealerp-search__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.dealerp-search__wrap .sponsored {
  position: relative;
}

.dealerp-search__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.dealerp-search__inner {
  display: flex;
  justify-content: space-between;
}

.dealerp-search__search {
  flex-basis: 500px;
  margin: 0;
  background-color: #F8F8F8;
  padding: 15px;
  box-sizing: border-box;
}

.dealerp-search__select {
  margin: 0 0 5px;
  display: table;
  width: 100%;
}

.dealerp-search__select::after {
  content: "";
  clear: both;
  display: block;
}

.dealerp-search__select--title {
  display: table-cell;
  vertical-align: middle;
  width: 5em;
  font-size: 14px;
  font-weight: 700;
}

.dealerp-search__select--data {
  display: table-cell;
  vertical-align: top;
}

.dealerp-search__select--data select {
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.dealerp-search__button {
  margin: 10px 0 0;
}

.dealerp-search__button--submit {
  border: none;
  background-color: #6C86A2;
  border-radius: 3px;
  color: #FFF;
  font-weight: 700;
  display: block;
  margin: auto;
  padding: 6px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.dealerp-search__button--submit::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #F8F8F8;
}

.dealerp-search .sponsored {
  border-style: solid none;
  margin: 0;
  padding: 15px 0;
  width: 500px;
  margin: 0 auto;
  position: relative;
}

.dealerp-search .sponsored::after {
  content: "";
  clear: both;
  display: block;
}

.dealerp-search .sponsored a {
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.dealerp-search .sponsored__thumbnail {
  float: left;
  width: 160px;
  margin: 0 10px 0 0;
}

.dealerp-search .sponsored__thumbnail img {
  width: 100%;
  height: auto;
}

.dealerp-search .sponsored__data {
  padding: 0 0 0 200px;
}

.dealerp-search .sponsored__title {
  margin: 0 0 10px;
}

.detail {
  width: 1020px;
  margin: auto;
  position: relative;
  /*  margin-top:40px;*/
}

.detail .detail__container {
  position: relative;
}

.detail__data {
  width: 480px;
  margin: 0 0 8px;
  padding: 0;
}

.detail__price--unit {
  color: #666;
  font-size: 11px;
  font-weight: 400;
}

.detail__price--unit.is-gathering {
  line-height: 2.5;
}

.detail__price--none {
  color: #e31837;
  font-size: 14px;
  font-weight: 700;
}

article {
  background-color: #FFF;
}

article .bgcolor:nth-child(odd):first-child {
  margin-top: 0;
}

.detail__primary {
  width: 1020px;
  margin: auto;
}

.detail__primary::after {
  clear: both;
  content: "";
  display: table;
}

.detail__primary--data {
  float: right;
  width: 630px;
}

/*メーカー・車種名*/

.detail__title__wrap {
  display: flex;
  align-items: center;
  width: 1020px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 16px;
  padding-bottom: 2px;
}

.detail__title--main {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.detail__title--sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 3px;
}

.detail__title--icon {
  background-color: #4c91c8;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 5px;
  vertical-align: middle;
  margin-left: 8px;
}

.detail__title--credit {
  font-size: 11px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.detail__title--credit img {
  width: auto;
  height: 10px;
}

.detail__title--credit {
  margin-left: auto;
}

.detail__title--credit img {
  height: 28px;
  margin-right: 4px;
  vertical-align: top;
}

.detail__main-title {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
  position: absolute;
  right: 0;
  top: 43px;
}

.contents-block__title,
.grade__title,
.car-sommelier__title,
.market-price__title,
.car-supplies__title,
.kaitori-block__title,
.recommend__heading {
  padding-bottom: 5px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: solid 4px #efefef;
}

.contents-block__title::after,
.grade__title::after,
.car-sommelier__title::after,
.market-price__title::after,
.car-supplies__title::after,
.kaitori-block__title::after,
.recommend__heading::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 150px;
  height: 4px;
  background-color: #6c86a2;
}

.kaitori-block__resulttitle {
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: solid 4px #efefef;
}

/*タブ*/

.detail__tabs {
  background-color: #EFEFEF;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

.detail__tabs + .kaitori-block {
  margin: 40px 0 40px;
}

.detail__tabs--inner {
  width: 1020px;
  margin: auto;
  font-size: 0;
}

.detail__tabs--list {
  display: inline-block;
  vertical-align: top;
  margin: 0 5.5px 0 0;
  background-color: #FCFCFC;
  width: 141px;
  border-bottom: solid 2px #EEE;
}

.detail__tabs--list:last-child {
  margin-right: 0;
}

.detail__tabs--list.active {
  background-color: #FFF;
  border-bottom-color: #FFF;
}

.detail__tabs--list.active a {
  color: #333;
  border-top: 5px solid #6c86a2;
  margin-top: -5px;
  text-decoration: none;
}

.detail__tabs--list.active a:hover {
  color: #FFF;
}

.detail__tabs--list.disable {
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  opacity: 0.5;
}

.detail__tabs--list a:hover {
  background-color: #6C86A2;
  color: #FFF;
  text-decoration: none !important;
}

.detail__tabs--current {
  background-color: #6C86A2;
}

.detail__tabs--current a {
  color: #FFF;
  text-decoration: none;
}

.detail__tabs--link {
  color: #888;
  display: block;
  text-decoration: none;
  padding: 15px 10px 10px;
  border-radius: 4px 4px 0 0;
}

.detail__tabs--page-back {
  font-size: 12px;
  color: #fff;
  margin: 20px auto;
  width: 1020px;
}

.detail__tabs--page-back span {
  background-color: #ffc116;
  border-radius: 3px;
  padding: 6px 10px 8px;
}

.detail__tabs-title--main {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.detail__tabs-title--main .new {
  -webkit-border-radius: 2px;
  margin: 0 4px 0 0;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #c00;
  border-radius: 4px;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
}

.detail__tabs-title--sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 4px 0 0;
}

/*PR*/

.sponsored {
  border-style: solid none;
  border-color: #DDD;
  border-width: 1px;
  padding: 15px 0;
  box-sizing: border-box;
  width: 700px;
  position: relative;
  margin: 20px 0 0;
}

.sponsored p {
  margin: 0;
}

.sponsored .ad_title {
  position: absolute;
  left: 170px;
  top: 17px;
  margin: 0 0 4px;
}

.sponsored .ad_title1 {
  color: #FFF;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  background-color: #FF5A5D;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}

.sponsored .ad_title2 {
  font-size: 11px;
  line-height: 1;
  display: inline-block;
}

.sponsored .imgcell {
  padding: 0 10px 0 0;
  width: 160px;
}

.sponsored .ad_area {
  vertical-align: top;
  padding: 30px 0 0 0;
}

.sponsored .ad_area .ad_title {
  color: #6C86A2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  position: static;
}

.sponsored .ad_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px;
}

.sponsored .ad_area2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 6px 30px 6px 20px;
  background-color: #FFF;
  border: solid 1px #ccc;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.sponsored .ad_link {
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.sponsored .ad_link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #F8F8F8;
}

.sponsored .ad_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FF5A5D;
  border-right: 2px solid #FF5A5D;
  transform: rotate(45deg);
}

/*カー用品（タイヤ・ホイール・カーナビ）*/

.car-supplies {
  margin-top: 40px;
}

.car-supplies__inner {
  width: 1020px;
  margin: 20px auto;
}

.car-supplies__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.car-supplies__image {
  width: 29%;
}

.car-supplies__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.car-supplies__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
}

.car-supplies__list--item {
  width: 50%;
  box-sizing: border-box;
}

.car-supplies__list--link {
  display: block;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.car-supplies__list--link:hover {
  text-decoration: none;
}

.car-supplies__list--link:hover .car-supplies__data--item {
  text-decoration: underline;
}

.car-supplies__thumbnail {
  width: 100px;
  margin: 0 5px 0 0;
  text-align: center;
}

.car-supplies__data {
  width: calc(100% - 110px);
}

.car-supplies__data--name {
  font-weight: 700;
}

.car-supplies__data--fit {
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 3px;
}

.car-supplies__data--item {
  color: #4a7c9a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.button-block__dealer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 700px;
  margin-bottom: 16px;
}

.button-block__dealer .button-block__dealer--link {
  width: 32.5%;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  box-sizing: border-box;
  background: #2196f3;
  color: #FFF;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  letter-spacing: -0.02em;
}

.button-block__dealer .button-block__dealer--link:hover {
  color: #FFF;
  background-color: #52657a;
  text-decoration: none !important;
}

.button-block__dealer .button-block__dealer--link:not(:last-child) {
  margin: 0 8px 0 0;
}

.button-block__dealer .button-block__dealer--sub {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 -0.5em 0 0;
  display: block;
}

.button-block__dealer .button-block__dealer--main {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.button-block__dealer .button-block__dealer--main br {
  display: none;
}

.button-block__dealer--mini .button-block__dealer--sub {
  display: block;
}

.button-block__dealer--mini .button-block__dealer--main {
  display: block;
}

.button-block__dealer--mini .button-block__dealer--link {
  background: #067b7a;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}

.button-block__dealer--mini .button-block__dealer--link:hover {
  color: #FFF;
  background-color: #055d5c;
  text-decoration: none !important;
}

.button-block__dealer--mini .button-block__dealer--link:not(:last-child) {
  margin-right: 1%;
}

.button-block__dealer--bmw .button-block__dealer--sub {
  display: block;
}

.button-block__dealer--bmw .button-block__dealer--main {
  display: block;
}

.button-block__dealer--bmw .button-block__dealer--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  background: #2196f3;
  color: #FFF;
}

.button-block__dealer--bmw .button-block__dealer--link:not(:last-child) {
  margin-right: 1%;
}

.button-block__dealer--bmw .button-block__dealer--link:hover {
  background-color: #52657a;
  color: #FFF;
  text-decoration: none !important;
}

.kinto {
  width: 100%;
  background-color: #01708C;
  margin: 20px 0 0;
  padding: 10px;
  box-sizing: border-box;
}

.kinto__link {
  color: #333;
  display: block;
  text-decoration: none;
}

.kinto__link:hover {
  color: #333;
  text-decoration: none !important;
}

.kinto__link:hover .kinto__button {
  background-color: #CC7900;
}

.kinto__inner {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kinto__inner::after {
  content: "";
  clear: both;
  display: block;
}

.kinto__logo {
  width: 100px;
  margin: -3px 25px 0 0;
}

.kinto__logo img {
  max-width: 100px;
  height: auto;
}

.kinto__text {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
}

.kinto__title {
  color: #01708C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.kinto__description {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.kinto__button {
  -webkit-appearance: none;
  background-color: #FF9800;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: solid 3px #D06D15;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  width: 130px;
  height: 35px;
}

.button-block__dealer--link {
  padding: 8px 0;
  line-height: 1.3;
  background: #0053a9;
}

.floating {
  width: 360px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 130px;
  display: none;
}

.floating .show-up {
  opacity: 1;
  margin-top: 100px;
  display: block;
}

.floating__close {
  outline: none;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1000;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  background-color: #666;
  color: #FFF;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}

.floating__inner {
  padding: 20px;
  background-color: #FFF;
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-radius: 4px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
}

.floating__inner li:not(:last-child) {
  margin: 0 0 16px 0;
}

.floating__item dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 4px;
}

.floating__item--text {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.floating__item--catch {
  color: #F9653F;
  font-size: 16px;
  font-weight: 700;
  margin: 0 4px;
}

.floating__button {
  outline: none;
  cursor: pointer;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 14px 12px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
}

.floating__button:hover {
  color: #FFF;
  text-decoration: none !important;
}

.floating__button--newcar {
  background-color: #00a854;
  border-bottom: solid 3px #038544;
}

.floating__button--newcar:hover {
  background-color: #038544;
}

.floating__button--used {
  background-color: #F26161;
  border-bottom: solid 3px #C44C4C;
}

.floating__button--used:hover {
  background-color: #C44C4C;
}

.floating__button--kaitori {
  background-color: #F9653F;
  border-bottom: solid 3px #c74625;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 0;
  font-size: 16px;
}

.floating__button--kaitori > span {
  display: inline-block;
  padding: 6px 7px;
  background-color: #FFF;
  color: #F9653F;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  margin-right: 6px;
}

.floating__button.discount {
  display: inline-block;
  padding: 5px 8px;
  background-color: #FFAE00;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  margin: 0 4px 0 0;
  vertical-align: 3px;
}

.floating__button.disable {
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}

.fixed {
  border-bottom: 1px solid #CCC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.fixed__inner {
  margin: auto;
  width: 1020px;
  display: flex;
  align-items: center;
}

.fixed__thumbnail {
  width: 80px;
  margin-right: 8px;
}

.fixed__meta {
  flex-grow: 1;
}

.fixed__meta a {
  color: #333;
}

.fixed__meta--sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.fixed__meta--main {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 0;
}

.fixed__meta--sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fixed__button {
  width: 500px;
}

.fixed__button div {
  width: 49%;
  font-size: 14px;
  font-weight: 700;
}

.fixed__button--newcar a {
  display: block;
  background-color: #6C86A2;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFF;
  height: 38px;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
}

.fixed__button--newcar a:hover {
  background-color: #5A7088;
  text-decoration: none !important;
}

.fixed__button--used a {
  display: block;
  background-color: #F26161;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFF;
  height: 38px;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
}

.fixed__button--used a:hover {
  background-color: #C44C4C;
  text-decoration: none !important;
}

.fixed__button .discount {
  display: inline-block;
  padding: 5px 8px;
  background-color: #FFAE00;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #FFF;
  margin: 0 4px 0 0;
  text-align: center;
}

.fixed__button dd:last-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recommend {
  margin: 30px 0 0;
}

.recommend__inner {
  width: 1020px;
  margin: 20px auto;
}

.recommend__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.recommend__list {
  display: flex;
  justify-content: flex-start;
  margin: 4px 0 0;
}

.recommend__list li {
  width: 25%;
}

.recommend__thumbnail img {
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 1px #ccc;
}

.recommend__data {
  margin: 4px 0 0;
}

.recommend__data a {
  color: #333;
}

.recommend__data--sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.recommend__data--main {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.recommend__data-table {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 2px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recommend__data-table--term {
  font-weight: 700;
}

.recommend__data-table--score {
  color: #e31837;
  font-family: arial, Hiragino Kaku Gothic ProN, Meiryo, Yu Gothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rating-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
}

.rating-info dt {
  padding-right: 0.5em;
}

.rating-info dt,
.rating-info dd {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.total-rating {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: solid 4px #efefef;
  padding: 0 0 8px;
  width: 440px;
  position: relative;
}

.total-rating::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 150px;
  height: 4px;
  background-color: #6c86a2;
}

.total-rating dt {
  font-size: 16px;
  font-weight: 700;
}

.total-rating dt span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.total-rating dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
}

.total-rating dd span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
}

.total-rating dd img {
  height: 26px;
  vertical-align: text-top;
}

.total-rating dt {
  width: 60%;
}

.total-rating dd {
  width: 40%;
  text-align: right;
}

.description {
  margin: 16px 0 0;
}

.description__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  list-style: none;
  outline: none;
  pointer-events: none;
}

.description__title::-webkit-details-marker {
  display: none;
}

.description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.description[open] .description__title::after {
  transform: rotate(-180deg);
}

.grade__table th,
td {
  vertical-align: middle;
}

.grade__table th {
  font-weight: 400;
  text-align: left;
  border: solid 1px #d1d1d1;
  background-color: #FFF;
}

.grade__table td {
  border: solid 1px #d1d1d1;
  background-color: #FFF;
  border-left: none;
  width: 140px;
}

.grade__table--head {
  padding: 5px;
  white-space: normal !important;
  width: 0.5em;
  background-color: #DDD !important;
  font-weight: 700 !important;
}

.grade__table--ttl {
  padding: 8px;
  border-bottom: 1px solid #d1d1d1;
  white-space: nowrap;
}

.grade__table--spec {
  padding: 8px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  white-space: nowrap;
}

.grade__table--price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #e31837;
}

.grade__table--name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  padding: 32px 8px;
  background-color: #e2eaf3 !important;
}

/*pc用*/

/*sp用*/

.comp_new_btn,
.comp_usd_btn,
.comp_tire_btn,
.comp_none_btn {
  padding: 6px 6px 5px;
}

.comp_none_btn {
  pointer-events: none;
}

.grade__table--item {
  font-size: 12px;
}

.grade__table--item tr:nth-child(odd) th,
.grade__table--item tr:nth-child(odd) td {
  background-color: #FCFCFC;
}

.grade__spec--list {
  width: 1020px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 2px solid #d1d1d1;
  background-color: #FCFCFC;
  box-sizing: border-box;
}

.grade__spec {
  margin: 16px 0 0;
}

.grade__table--valu tr:nth-child(odd) td {
  background-color: #f9f8f6;
}

/*リース・未使用車導線*/

.detail__primary--image {
  float: left;
  width: 370px;
}

.detail__photo--main {
  height: 277.3px;
  overflow: hidden;
}

.detail__photo--sub {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 4px 0 0;
  padding: 6px;
  background-color: #F8F8F8;
  cursor: pointer;
}

.detail__photo--sub li {
  width: 16.6666666667%;
}

.detail__photo--sub li.is-current img {
  border-color: #C00;
}

.detail__photo--sub img {
  box-sizing: border-box;
  border: 2px solid #F8F8F8;
}

.detail__photo--heading {
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0 0;
}

/*すべての写真を見る*/

.detail__photo--link {
  font-size: 12px;
  margin: 8px 0 0;
  text-align: right;
}

/*写真下のスペックDATA*/

.detail__spec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin: 4px 0 0;
}

.detail__spec:first-of-type {
  margin: 12px 0 0;
}

.detail__spec dt {
  font-weight: 700;
  width: 8em;
}

.detail__spec dt::before {
  content: "■";
}

/*写真下のスペックDATA PC用*/

.detail__spec h2 {
  width: 8em;
  font-weight: 700;
}

.detail__spec h2:before {
  content: "■";
}

.detail__data {
  width: 100%;
}

.detail__data.is-kaitori {
  margin-top: 40px;
}

/*車両金額の後に表示されるキャプション*/

.detail__price--cap {
  max-width: 240px;
}

.detail__price--cap,
.detail__data--kaitori {
  display: flex;
  color: #666;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  position: relative;
  padding-top: 8px;
  box-sizing: border-box;
}

.detail__data--kaitori a {
  color: #333;
  text-decoration: none;
}

.detail__data--kaitori a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.detai__kaitori__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.detail__kaitori__pricelist {
  width: calc(100% - 270px);
}

.detail__kaitori {
  font-weight: 700;
}

.detail__kaitori a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.detail__model-name {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #DDD;
  padding: 0 0 6px;
}

.detail__model-name::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 4px;
  content: "";
}

.detail__link--main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.detail__link--main2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.detail__link--sub {
  font-size: 14px;
}

.detail__kaitori,
.detail__newcar,
.detail__used,
.detail__dealer,
.detail__lease,
.detail__kaitoributton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 32px 0 0;
}

.detail__kaitori.kaitoribox,
.detail__newcar.kaitoribox,
.detail__used.kaitoribox,
.detail__dealer.kaitoribox,
.detail__lease.kaitoribox,
.detail__kaitoributton.kaitoribox {
  align-items: flex-start;
}

.detail__dealer {
  margin-top: 30px;
}

.detail__lease {
  margin-top: 30px;
}

.detail__kaitori dt,
.detail__newcar dt,
.detail__used dt,
.detail__dealer dt,
.detail__lease dt,
.detail__kaitoributton dt {
  width: calc(100% - 270px);
}

.detail__cartitle-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.detail__cartitle-price.shitadoriprice {
  margin-top: 8px;
}

.detail__kaitori--title,
.detail__newcar--title,
.detail__used--title,
.detail__dealer--title,
.detail__lease--title,
.detail__kaitoributton--title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  width: 7.5em;
}

.detail__kaitori--title::first-line,
.detail__newcar--title::first-line,
.detail__used--title::first-line,
.detail__dealer--title::first-line,
.detail__lease--title::first-line,
.detail__kaitoributton--title::first-line {
  font-weight: 700;
}

.detail__dealer--copy,
.detail__lease--copy {
  font-size: 14px;
}

.detail__kaitori--link,
.detail__newcar--link,
.detail__used--link,
.detail__dealer--link,
.detail__lease--link,
.detail__kaitoributton--link {
  margin-left: auto;
  width: 240px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.detail__used--link {
  line-height: 0.9em;
}

.detail__lease--link {
  /*リース一括のみスマホ時は半分の幅*/
  line-height: 0.9em;
}

.detail__button--subtxt {
  font-size: 12px;
}

.detail__button--subtxt2 {
  font-size: 0.8em;
}

.detail__kaitori--link a,
.detail__newcar--link a,
.detail__used--link a,
.detail__dealer--link a,
.detail__lease--link a,
.detail__kaitoributton--link a {
  color: #FFF;
  background-color: #00a854;
  box-shadow: 0 3px 0 0 #058c06;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  padding: 12px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.detail__kaitori--link a:hover,
.detail__newcar--link a:hover,
.detail__used--link a:hover,
.detail__dealer--link a:hover,
.detail__lease--link a:hover,
.detail__kaitoributton--link a:hover {
  text-decoration: none !important;
}

.detail__kaitori--link a.disable,
.detail__newcar--link a.disable,
.detail__used--link a.disable,
.detail__dealer--link a.disable,
.detail__lease--link a.disable,
.detail__kaitoributton--link a.disable {
  filter: grayscale(1);
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}

.detail__dealer--link a {
  border: 2px solid #00a854;
  background-color: #fff;
  color: #00a854;
}

.detail__kaitoributton--link a {
  /*  border:2px solid #ff8100;*/
  background-color: #ff8100;
  color: #fff;
  box-shadow: 0 3px 0 0 #af7100;
  padding-top: 14px;
}

.detail__used--link a {
  padding: 14px 6px 10px 6px;
}

.detail__kaitori--link a {
  background-color: #f9653f;
  box-shadow: 0 3px 0 0 #c84646;
  height: 40px;
}

.detail_usedprice--block {
  margin-top: 8px;
}

/*CATALOG-335トヨタ対応*/

.detail__newcarbutton--box {
  margin-left: auto;
  width: 240px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.detail__newcarbutton--container {
  /*  margin-top:10px;*/
}

.detail__newcarestimate--link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background-color: #00a854;
  box-shadow: 0 3px 0 0 #058c06;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  padding: 12px 6px;
  line-height: 0.9em;
  height: 55px;
  /*  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}

.detail__newcarestimate--link:hover {
  text-decoration: none !important;
  color: #fff;
}

.detail__newcarestimate--link.disable {
  filter: grayscale(1);
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}

.detail__newcarestimate--link.newcarmatch {
  /*メーカー遷移しない場合の縦位置調整*/
  line-height: 1.8em;
}

.detail__newcarflexbox {
  display: flex;
  /*  margin-top:12px;*/
  justify-content: space-between;
}

.detail__newcarflexbox a {
  display: block;
  width: 114px;
  color: #fff;
  background-color: #03C8A0;
  box-shadow: 0 3px 0 0 #0A8B71;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  padding: 12px 2px;
  box-sizing: border-box;
  font-size: 0.9em;
}

.detail__newcarflexbox a:hover {
  text-decoration: none !important;
}

.detail__newcarflexbox a.disable {
  filter: grayscale(1);
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}

.detail__newcarflexbox a:nth-child(odd):last-child {
  width: 100%;
}

.detail__link--sub2 {
  font-size: 15px;
}

.detail__newcarflexbox a:nth-child(odd):last-child span.detail__link--sub2 {
  font-size: 18px;
}

/*CATALOG-335トヨタ対応　ここまで*/

.detail__price {
  align-items: flex-end;
  font-size: 13px;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.detail__price--value {
  color: #e31837;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-right: 0 2px;
}

.detail__price--value.tradevalue {
  font-size: 20px;
  color: #333;
}

.detail__price--value.kaitorivalue {
  font-size: 20px;
}

.detail__data__ttlprice {
  width: calc(100% - 262px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*車両金額の後に表示されるキャプション*/

/*下取りより安いことを強調する吹き出し*/

.detail__price__fukidashi {
  width: 80%;
  display: grid;
  place-items: center;
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
  margin: 16px auto 0;
  font-weight: 700;
  position: relative;
  background: #fff;
  border: 1px solid #333;
}

.detail__price__fukidashi p {
  margin: 0;
  text-align: center;
  color: #333;
}

.detail__price__fukidashi p .balance__price {
  color: #e31837;
  font-weight: 700;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.detail__price__fukidashi p .balance__font {
  color: #e31837;
}

.detail__price__fukidashi::before {
  position: absolute;
  top: -16px;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 1;
}

.detail__price__fukidashi::after {
  position: absolute;
  top: -17px;
  left: 50%;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 2;
  transform: translate(1px, 3px);
}

.detail__price__arrow {
  width: 57px;
  height: 20px;
  margin: 16px auto 0 auto;
}

.detail__used--link a {
  color: #FFF;
  background-color: #F26161;
  box-shadow: 0 3px 0 0 #bf4242;
}

.detail__data--kaitori .detail__model-name {
  width: 10em;
  margin-right: 4px;
  padding: 0;
  border: none;
  font-size: 14px;
}

.detail__kaitori--satei {
  display: block;
  position: absolute;
  right: 10px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 0.9em;
  padding: 5px;
}

.detail_specsp {
  margin-top: 20px;
}

.detail_spec__in--list {
  align-items: flex-start;
}

.detail__button--leaseusedbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail__button--leaseusedbox a {
  display: block;
  padding: 12px 8px;
  width: 49%;
  height: 55px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.detail__leasebutton--sp {
  background-color: #ff8100;
  box-shadow: 0 3px 0 0 #af7100;
}

.detail__usedbutton--sp {
  background-color: #f26161;
  box-shadow: 0 3px 0 0 #bf4242;
}

.detail__usedbutton--sp.disable {
  filter: grayscale(1);
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}

.detail__ullobox {
  /*スマホ版だけ買取ボタンを表示*/
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 16px;
  background: linear-gradient(to top, #dcdcdc, #FFF 50%);
  margin-top: 20px;
}

.detail__ullobox--both {
  display: flex;
  justify-content: space-between;
}

.detail__ullobox--txt {
  width: 60%;
  margin-right: 1%;
}

.detail__ullobox--txt p:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.detail__ullobox--txt p:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  color: #0E7471;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.detail__ullobox--txt p:nth-child(3) {
  font-size: 13px;
  color: #000;
  line-height: 1.2em;
}

.detail__ullobox--img {
  width: 39%;
  max-width: 160px;
  height: auto;
}

.detail__ullobox--img img {
  width: 100%;
  height: auto;
}

.detail__ullo--link {
  display: block;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  background-color: #f9653f;
  box-shadow: 0 3px 0 0 #a03419;
  border-radius: 6px;
  height: 50px;
  padding: 15px 10px 10px 10px;
  margin: 0px;
  color: #fff;
  text-align: center;
}

/*----- ▼20230508追加 ULLO2-1358 -----*/

.detail__kaitori__reason {
  margin-top: 32px;
  background-color: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}

.detail__kaitori__reason--ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

.detail__kaitori__reason--ttl > span {
  color: #568984;
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.detail__kaitori__reason--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 4px;
  padding: 0;
}

.detail__kaitori__reason--list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  color: #568984;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  list-style: none;
  box-sizing: border-box;
  background-color: #ffffef;
  padding-block: 8px;
}

.detail__kaitori__reason--list > li > div > span {
  color: #FB3806;
}

.detail__kaitori__reason--cap {
  margin: 9px 0 0;
  font-size: 10px;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}

.detail__kaitori__reason--cap > * {
  display: block;
}

/*----- ▲20230508追加 ULLO2-1358 -----*/

.detail .detail__secondary {
  margin: 16px auto 0;
  width: 1020px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.detail .detail__secondary .unused-link {
  margin: 16px 0 0;
  background-color: #EFEFEF;
}

.detail .detail__secondary--banner {
  width: 300px;
}

.detail .detail__secondary--ad {
  width: calc(100% - 320px);
}

.detail .skyscraper {
  width: 1400px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -190px;
  display: none;
  justify-content: space-between;
}

.detail .skyscraper a {
  display: block;
}

.t-ad-gate-left {
  width: 160px;
  height: 800px;
  position: absolute;
  top: 0;
  left: -180px;
}

.t-ad-gate-right {
  width: 160px;
  height: 800px;
  position: absolute;
  top: 0;
  right: -180px;
}

.sponsored {
  margin-top: 0;
}

.rating-block {
  margin-top: 32px;
}

.rating-block__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rating-block__list {
  font-size: 12px;
  padding: 8px 4px;
  text-align: center;
  width: 33.3333%;
  border: solid 1px #CCC;
  border-right: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#FFF 40%, #EFEFEF 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.rating-block__list:nth-child(1) {
  border-radius: 6px 0 0 6px;
}

.rating-block__list:nth-child(3) {
  border-radius: 0 6px 6px 0;
  border-right: solid 1px #CCC;
}

.rating-block__list dt {
  font-weight: 700;
  margin: 0 0 4px;
}

.rating-block__list dd {
  text-align: center;
  display: flex;
  align-items: center;
}

.rating-block__list dd a {
  display: flex;
  align-items: baseline;
  color: #e31837;
}

.rating-block__list dd a:hover {
  text-decoration: none !important;
}

.rating-block__list dd a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rating-block__list dd a .value {
  color: #e31837;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rating-block__list dd a .unit {
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.rating-block__list svg {
  fill: #ffc116;
  margin: 0 4px 0 0;
}

.rating-block__caption {
  font-size: 10px;
  margin: 4px 0 0;
}

.slick-initialized {
  display: block;
}

.slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  bottom: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 4px solid #CCC;
  border-right: 4px solid #CCC;
}

.prev-arrow {
  top: 45%;
  left: 10px;
  transform: rotate(-135deg);
}

.next-arrow {
  top: 45%;
  right: 10px;
  transform: rotate(45deg);
}

.thumb-item-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

.thumb-item-nav li {
  cursor: pointer;
}

.thumb-item-nav img {
  width: 72px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-item-nav .slick-current {
  position: relative;
}

.thumb-item-nav .slick-current::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ff0000;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 999;
}

.slick-dots li {
  margin: 0;
}

/*NEWCARマッチ*/

.detail__ncm {
  display: flex;
}

.detail__ncm dt {
  width: 390px;
}

.detail__ncm dd {
  width: calc(100% - 390px);
}

.detail__ncm--title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.detail__ncm--cap {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.detail__ncm--link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 6px;
  border-radius: 6px;
  border: 1px solid #00a854;
  color: #00a854;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.detail__ncm--link a:hover {
  text-decoration: none;
}

.detail__ncm--link a.disable {
  filter: grayscale(1);
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}

/*新車・中古・買取*/

.detail .used-price,
.detail .newcar-price,
.detail .kaitori-price {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  width: 216px;
}

.detail .used-price dt,
.detail .newcar-price dt,
.detail .kaitori-price dt {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 4px;
}

.detail .used-price dd,
.detail .newcar-price dd,
.detail .kaitori-price dd {
  display: flex;
  align-items: flex-end;
  margin: 0 0 4px;
}

.detail .used-price dd span:nth-child(1),
.detail .used-price dd span:nth-child(4),
.detail .newcar-price dd span:nth-child(1),
.detail .newcar-price dd span:nth-child(4),
.detail .kaitori-price dd span:nth-child(1),
.detail .kaitori-price dd span:nth-child(4) {
  color: #e31837;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.detail .used-price dd span:nth-child(2),
.detail .used-price dd span:nth-child(5),
.detail .newcar-price dd span:nth-child(2),
.detail .newcar-price dd span:nth-child(5),
.detail .kaitori-price dd span:nth-child(2),
.detail .kaitori-price dd span:nth-child(5) {
  font-size: 11px;
  margin-left: 3px;
  color: #333;
}

.detail .used-price dd span:nth-child(3),
.detail .newcar-price dd span:nth-child(3),
.detail .kaitori-price dd span:nth-child(3) {
  font-size: 11px;
  color: #333;
}

.detail .used-price dd:last-child,
.detail .newcar-price dd:last-child,
.detail .kaitori-price dd:last-child {
  color: #666;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}

/*ボディタイプ*/

.detail__bodytype {
  display: flex;
  justify-content: flex-start;
  margin: 4px 0 0;
  align-items: center;
}

.detail__bodytype a {
  padding: 4px;
  color: #333;
  text-align: center;
  text-decoration: none;
  margin-right: 4px;
  border: solid 1px #DDD;
}

.detail__bodytype a:last-child {
  margin-right: 0;
}

.detail__grade {
  outline: none;
}

.detail__grade a {
  color: #333;
}

.detail__grade--heading {
  position: relative;
  outline: none;
}

.detail__grade--heading .detail__grade::-webkit-details-marker {
  display: none;
}

.detail__grade--heading .detail__grade::after {
  content: "";
  border-top: 10px solid #333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 40%;
  right: 14px;
}

.detail__grade[open] .detail__grade--heading::after {
  transform: rotate(-180deg);
}

.detail__grade dd {
  margin-top: 4px;
}

/*ポイント*/

.readmore {
  margin: 16px 0 0;
}

.readmore a {
  text-align: center;
  text-decoration: none;
  display: block;
  position: unset;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

/*初期品質調査*/

.surveyItem_ranking1 {
  margin: 0;
  width: 100%;
}

.surveyItem_ranking1 p {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin: 0 0 0.5em;
}

.surveyItem_ranking1 li {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 5px;
  color: #000 !important;
}

/*顧客満足度評価　タブ内*/

.detail__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}

.detail__sub-photo {
  font-size: 0;
}

.detail__sub-photo li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 0 0.5% 0.5% 0;
}

.detail__sub-photo li:nth-child(3n) {
  margin-right: 0;
}

.detail__sub-photo img {
  max-width: 100%;
  height: auto;
}

.detail__description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0;
}

.detail__description--title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}

.detail__description p {
  margin-bottom: 0;
}

.detail__tags {
  align-items: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  margin-top: 16px;
}

.detail__tags a {
  color: #333;
  padding: 5px;
}

.detail__tags--tarm {
  background-color: #EFEFEF;
  border-radius: 2px;
  color: #333;
  font-weight: 700;
  margin: 0;
  padding: 5px;
}

.detail__tags--data {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/*詳細　グレード一覧*/

.grade {
  margin-top: 20px;
}

.grade__inner {
  width: 1020px;
  margin: auto;
  padding: 0;
}

.grade__title {
  margin: 0 0 10px;
}

.grade__title--sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.grade__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}

.grade__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

.grade__history-model {
  font-size: 0;
  border-left: 1px solid #ddd;
  margin: 0 0 16px;
}

.grade__history-model--list {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -1px;
}

.grade__history-model--list:nth-child(2n) {
  margin-right: 0;
}

.grade__history-model--link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.grade__history-model--link::after {
  content: "";
  clear: both;
  display: block;
}

.grade__history-model--thumbnail {
  width: 100px;
  float: left;
  margin: 0 10px 0 0;
}

.grade__history-model--thumbnail img {
  max-width: 100%;
  height: auto;
}

.grade__history-model--icon {
  display: inline-block;
  background-color: #6C86A2;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 10px 3px 10px;
  vertical-align: -1px;
}

.grade__history-model--sub {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.grade__history-model--main {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}

.grade__history-model + .grade__spec--heading {
  margin-top: 20px;
}

.grade__gallery {
  width: 670px;
  float: right;
}

.grade__gallery--icon {
  background-color: #6C86A2;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 5px 10px 4px;
  vertical-align: 2px;
}

.grade__gallery--title {
  border-bottom: solid 2px #6C86A2;
  color: #6C86A2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.grade__gallery--title a {
  display: block;
}

.grade__description--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

.grade__description--text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.grade__list--item {
  margin: 30px 0;
}

.grade__list--item::after {
  content: "";
  clear: both;
  display: block;
}

.grade__list--item:last-child {
  margin-bottom: 0;
}

.grade__list--header {
  width: 300px;
  float: left;
}

.grade__list--header::after {
  content: "";
  clear: both;
  display: block;
}

.grade__thumbnail {
  float: left;
  width: 80px;
  margin: 0 0 10px;
}

.grade__thumbnail img {
  max-width: 100%;
  height: auto;
}

.grade__data {
  width: 200px;
  float: right;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.grade__data::after {
  content: "";
  clear: both;
  display: block;
}

.grade__data dt {
  float: left;
  width: 6em;
  margin: 0 0 3px;
}

.grade__data dd {
  margin: 0 0 3px;
}

.grade__history-list--heading {
  clear: both;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px;
}

.grade__history-list--item {
  border-bottom: dotted 1px #ddd;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  padding: 5px 0;
  margin: 5px 0;
}

.grade__history-list--link {
  display: block;
  text-decoration: none;
}

.grade__history-list--title {
  font-weight: 700;
}

.grade__history-list--description {
  color: #333;
}

.grade__spec--heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.grade .spec-table {
  margin: 40px 0 0;
}

.grade-ranking__inner {
  width: 1020px;
  margin: 20px auto 0;
}

.grade-ranking__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}

.grade-ranking__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grade-ranking__primary {
  width: 48%;
}

.grade-ranking__secondary {
  width: 48%;
}

.grade-ranking__secondary .search-dealer__inner {
  width: 100%;
}

.grade-ranking__secondary .search-dealer__inner p {
  line-height: 1.5;
}

.grade-ranking__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.grade-ranking__list li {
  font-size: 14px;
  border-bottom: solid 1px #EEE;
  padding: 5px 0;
}

.grade-ranking__list li a {
  display: inline-block;
  padding: 7px;
}

.grade-ranking__rank {
  display: inline-block;
  margin: 0 10px 0 0;
}

.dealer__inner {
  width: 1020px;
  margin: auto;
}

.dealer__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}

.dealer__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.maker__dealer {
  margin: 0 0 20px;
}

.maker__dealer .top_price_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maker__dealer .top_price_box .leftbox,
.maker__dealer .top_price_box .middlebox,
.maker__dealer .top_price_box .rightbox {
  width: 24%;
  margin: 0;
}

/*メーカー・ボディTOP：ディーラー探し*/

.top_price_box {
  width: 100%;
}

.top_price_box .leftbox {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

.top_price_box .middlebox {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

.top_price_box .rightbox {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

.select_op01 select {
  background-color: #fff;
  border-top: 1px solid #ede5e4;
  border-left: 1px solid #ede5e4;
  border-bottom: 1px solid #bfb2b0;
  border-right: 1px solid #bfb2b0;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 4px 0px 4px 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_op02 select {
  background-color: #fff;
  border-top: 1px solid #ede5e4;
  border-left: 1px solid #ede5e4;
  border-bottom: 1px solid #bfb2b0;
  border-right: 1px solid #bfb2b0;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 4px 0px 4px 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_op01 label.from {
  position: relative;
}

.select_op02 label.to {
  position: relative;
}

.select_op01 label.from:after {
  display: block;
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2032px%3B%20height%3A%2032px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256.009%2C0C114.615%2C0%2C0%2C114.615%2C0%2C255.991C0%2C397.385%2C114.615%2C512%2C256.009%2C512%20C397.385%2C512%2C512%2C397.385%2C512%2C255.991C512%2C114.615%2C397.385%2C0%2C256.009%2C0z%20M256.009%2C365.782l-133.57-133.57l44.096-44.097%20l89.473%2C89.456l89.456-89.456l44.097%2C44.097L256.009%2C365.782z%22%20style%3D%22fill%3A%20rgb(108%2C%20134%2C%20162)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 5%;
  right: 10px;
  pointer-events: none;
}

.select_op02 label.to:after {
  display: block;
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2032px%3B%20height%3A%2032px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256.009%2C0C114.615%2C0%2C0%2C114.615%2C0%2C255.991C0%2C397.385%2C114.615%2C512%2C256.009%2C512%20C397.385%2C512%2C512%2C397.385%2C512%2C255.991C512%2C114.615%2C397.385%2C0%2C256.009%2C0z%20M256.009%2C365.782l-133.57-133.57l44.096-44.097%20l89.473%2C89.456l89.456-89.456l44.097%2C44.097L256.009%2C365.782z%22%20style%3D%22fill%3A%20rgb(108%2C%20134%2C%20162)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 5%;
  right: 10px;
  pointer-events: none;
}

.btn_anim_blue_s {
  background-color: #6C86A2;
  border: 1px solid #6C86A2;
  color: #fff !important;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 0px 4px 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.gallery__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

.gallery__list {
  font-size: 0;
}

.gallery__list--item {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  margin: 0 8px 8px 0;
}

.gallery__list--item img {
  width: 100%;
  height: auto;
  border: solid 1px #CCC;
  box-sizing: border-box;
}

.spec-table {
  font-size: 13px;
}

.spec-table__inner {
  width: 1020px;
  margin: auto;
}

.spec-table:last-of-type {
  margin-bottom: 20px;
}

.tableflow {
  font-size: 13px;
  overflow-x: auto;
  margin: 5px 0 0;
  border-right: none;
  background-color: transparent !important;
}

.tableflow + .search-dealer {
  margin-bottom: 0;
}

.grade_table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  letter-spacing: -0.02em;
  width: 1100px;
}

.grade_table tr {
  background-color: #FFF;
}

.grade_table tr.grade_table_grey {
  background-color: #fdfafa;
}

.grade_table th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 18px 7px 14px 7px;
  text-align: left;
}

.grade_table td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px 4px 8px;
  text-align: center;
  white-space: nowrap;
}

.grade_table .w01 {
  width: 16px !important;
}

.grade_table .w02 {
  width: 136px !important;
  vertical-align: middle;
}

.grade_table .w03 {
  width: 86px !important;
  vertical-align: middle;
}

.grade_table_bmds {
  background-color: #ccc;
  color: #313233 !important;
  font-weight: 700;
}

.grade_table_mds {
  color: #313233 !important;
  font-size: 12px;
  line-height: 1.3;
  text-align: left !important;
}

.comp_btn_td {
  padding: 12px 7px 12px 7px !important;
}

.grade_name_top {
  background-color: #e2eaf3;
  text-align: left !important;
}

.grade_name {
  background-color: #e2eaf3;
}

.grade_name h4 {
  margin: 0;
}

.grade_name h4 a {
  font-size: 13px;
  line-height: 1.3;
  color: #000 !important;
  text-decoration: underline;
}

.grade_name h4 a:hover {
  text-decoration: none !important;
}

.grade_table_grey {
  background-color: #fdfafa;
}

.jd_red {
  color: #e31837;
}

.bold {
  font-weight: 700;
}

.unit-price {
  font-size: 10px;
}

.comp_new_btn,
.comp_usd_btn,
.comp_tire_btn,
.comp_none_btn {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 3px;
  margin: 5px 0 0;
  padding: 5px 15px;
  text-align: center;
}

.comp_new_btn a,
.comp_usd_btn a,
.comp_tire_btn a,
.comp_none_btn a {
  color: #FFF;
  text-decoration: none;
}

.comp_new_btn {
  background-color: #5eb411;
  color: #fff;
}

.comp_usd_btn {
  background-color: #FF8A80;
  color: #fff;
}

.comp_tire_btn {
  background-color: #10aac5;
  color: #fff;
}

.comp_none_btn {
  background-color: #CCC;
  color: #999;
}

/* グレード一覧 > スペック詳細 */

.grade-list {
  width: 1020px;
  margin: auto;
}

.grade-list__tabs {
  border-top: 3px solid #6C86A2;
  border-bottom: 1px solid #ddd;
  margin: 10px 0 20px;
  padding: 20px 0 0;
  font-size: 0;
}

.grade-list__tabs--list {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 15px 20px 0;
}

.grade-list__tabs--list a {
  color: inherit;
  text-decoration: none;
}

.grade-list__tabs--list::before {
  content: "●";
  color: #6C86A2;
  margin: 0 2px 0 0;
}

.grade-list__panel {
  margin: 0 0 20px;
}

.grade-list__button {
  width: 103px;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #5eb411;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 0 10px;
  text-align: center;
  padding: 2px 5px;
}

.grade-list__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #eee;
  margin: 0 0 10px;
  padding: 10px 10px 11px;
}

.grade-list__container {
  display: flex;
  justify-content: space-between;
}

.grade-list__list {
  font-size: 14px;
  line-height: 1.3;
  width: 48%;
}

.grade-list__list dt {
  font-weight: 700;
  width: 210px;
  float: left;
  padding: 5px;
}

.grade-list__list dd {
  font-weight: 400;
  padding: 5px 5px 5px 210px;
  border-bottom: 1px dotted #ddd;
}

.readmore {
  margin: 16px 0 0;
}

.readmore a {
  text-align: center;
  text-decoration: none;
  display: block;
  position: unset;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.parts-item__inner {
  width: 1020px;
  margin: auto;
}

.parts-item__inner::after {
  content: "";
  clear: both;
  display: block;
}

.parts-item__contents {
  float: left;
  width: 680px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.parts-item__contents img {
  max-width: 100%;
  height: auto;
}

.parts-item__title {
  margin: 0 0 10px;
}

.parts-item__title--sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.parts-item__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.parts-item__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.ranking-block {
  width: 300px;
  margin: 0 0 30px;
}

.ranking-block .ranking-block__title {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.ranking-block .ranking-block__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.ranking-block .ranking-block__list li {
  width: 48%;
}

.ranking-block .ranking-block__list li:not(:nth-child(-n+2)) {
  margin-top: 12px;
}

.ranking-block .ranking-block__list li img {
  width: 40px;
  height: auto;
  margin-right: 5px;
}

.ranking-block .ranking-block__list li a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  height: 38px;
  background-image: linear-gradient(to bottom, #fff 55%, #f6f6f6);
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 1.3;
  padding: 4px;
}

.ranking-block .ranking-block__list li a:hover {
  opacity: 0.8;
  border-color: #53C0DE;
  box-shadow: 0 0 4px 0 #53C0DE;
  text-decoration: none;
}

.breadcrumbs__inner {
  width: 1020px;
  margin: auto;
  padding: 10px 0;
}

.breadcrumbs__navigation {
  font-size: 0;
}

.breadcrumbs__navigation--list {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 1.3;
}

.breadcrumbs__navigation--list:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}

.breadcrumbs__navigation--list a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs__navigation--list a:hover {
  text-decoration: underline !important;
}

.breadcrumbs__navigation:nth-child(2) {
  margin: 4px 0 0;
}

.header {
  border-bottom: solid 2px #333;
  /*padding: 20px 0 24px;*/
  position: relative;
}

.header a {
  color: #333;
}

.header img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.header__inner {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 19px 0 20px 0;
}

.header__logo img {
  width: 151px;
  height: auto;
  vertical-align: middle;
}

.header__logo--main {
  display: inline-block;
}

.header__logo--sub {
  display: inline-block;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  vertical-align: -8px;
}

.header__logo a {
  color: inherit;
}

.header .tmsLink {
  flex-grow: 1;
  padding: 0 0 0 10px;
}

.header__menu {
  /*    display: flex;
      justify-content: space-between;*/
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}

.header__menu--service {
  display: flex;
}

.header__menu--service a {
  text-align: center;
  display: block;
}

.header__menu--service svg {
  width: 18px;
  height: 18px;
}

.header__menu--service dl {
  width: 60px;
}

.header__menu--service dt {
  height: 20px;
}

.header__menu--service dd {
  font-size: 11px;
  font-weight: 700;
}

.header__menu span {
  display: block;
  width: 40px;
  font-size: 10px;
}

.header__button--search {
  cursor: pointer;
}

.header__button--search img {
  width: 26px;
  height: auto;
}

.header__search {
  display: none;
  background-color: #EFEFEF;
}

.header__search--inner {
  width: 1020px;
  margin: auto;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: right;
}

.header__search--input {
  font-size: 16px;
  padding: 4px 8px 6px;
  background-color: #FFF;
  width: 600px;
}

.header__search--submit {
  font-size: 16px;
  color: #FFF;
  padding: 6px 9px 8px;
  background-color: #607d8b;
  line-height: 1.3;
  vertical-align: top;
  cursor: pointer;
}

.header__search--open {
  display: block;
}

.header-modal .service-nav__inner {
  display: flex;
  flex-wrap: wrap;
}

.header-modal .service-nav__inner--list {
  font-size: 14px;
  line-height: 1;
  width: 16.6666666667%;
}

.header-modal .service-nav__inner a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  margin: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.header-modal-open {
  overflow: hidden;
  height: 100vh;
}

.header-modal-open .header-modal {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

.header-modal-open .navigation .service-nav__new::before {
  display: none;
}

.header-modal {
  width: 100%;
  height: 95vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.99);
  padding: 20px 20px 100px;
  box-sizing: border-box;
  z-index: 1000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.header-modal__inner {
  width: 1020px;
  margin: auto;
  padding-bottom: 50px;
}

.header-modal__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 8px;
  border-bottom: solid 2px #CCC;
}

.header-modal__heading--small {
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0;
}

.header-modal__catalog {
  margin: 16px 0 0;
}

.header-modal__catalog--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-modal__catalog__primary {
  width: 47%;
}

.header-modal__catalog__secondary {
  width: 47%;
}

.header-modal__maker {
  display: flex;
  flex-wrap: wrap;
}

.header-modal__maker li {
  width: 20%;
  margin: 0;
}

.header-modal__maker--link {
  display: block;
  text-decoration: none;
}

.header-modal__maker--logo {
  display: block;
  margin: 0 0 5px;
}

.header-modal__maker--name {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  height: 3em;
}

.header-modal__more-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0 0;
}

.header-modal__more-link::after {
  content: "";
  clear: both;
  display: block;
}

.header-modal__more-link a {
  display: block;
  float: right;
}

.header-modal__category-list {
  font-size: 15px;
}

.header-modal__category-list--list {
  border-bottom: 1px solid #C4C4C4;
}

.header-modal__category-list--list a {
  display: block;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  background: no-repeat 100% 50% url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2224%22%20viewBox%3D%220%200%209%2028%22%3E%3Cpath%20fill%3D%22%23F26161%22%20d%3D%22M9.297%2015c0%200.125-0.063%200.266-0.156%200.359l-7.281%207.281c-0.094%200.094-0.234%200.156-0.359%200.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359%200-0.125%200.063-0.266%200.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266%200.156-0.359l0.781-0.781c0.094-0.094%200.234-0.156%200.359-0.156s0.266%200.063%200.359%200.156l7.281%207.281c0.094%200.094%200.156%200.234%200.156%200.359z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.header-modal__category-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-modal__category__primary {
  width: 25%;
}

.header-modal__category__primary .header-modal__category-list {
  margin-bottom: 18px;
}

.header-modal__category__secondary {
  width: 70%;
}

.header-modal__category__secondary--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-modal__category__secondary .header-modal__new-car,
.header-modal__category__secondary .header-modal__car-life,
.header-modal__category__secondary .header-modal__article {
  width: 32%;
}

.header-modal__category__secondary .header-modal__news .header-modal__category-list--list {
  font-size: 16px;
  border-bottom: none;
}

.header-modal__category__secondary .header-modal__news .header-modal__category-list--list a {
  padding: 0;
}

.header__button--menu {
  width: 26px;
  height: 23px;
  padding: 0px 7px 9px 7px;
}

.header__button--menu::before,
.header__button--menu::after {
  position: absolute;
  content: "";
  display: block;
  height: 7px;
  width: 26px;
  border-top-style: solid;
  border-bottom-style: solid;
  transition: 0.2s;
}

.header__button--menu::before {
  top: 1px;
  border-top-width: 3px;
  border-bottom-width: 2px;
  border-color: #666666;
}

.header__button--menu::after {
  top: 12px;
  border-top-width: 2px;
  border-bottom-width: 3px;
  border-color: #666666;
}

.header__button--menu.header-modal-open::before,
.header__button--menu.header-modal-open::after {
  top: 16px;
  height: 0;
  transition: 0.1s transform 0.2s, 0.1s height 0s, 0.2s top 0s;
}

.header__button--menu.header-modal-open::before {
  border-top-width: 2px;
  transform: rotate(135deg);
}

.header__button--menu.header-modal-open::after {
  border-bottom-width: 2px;
  transform: rotate(45deg);
}

.menu__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1020px;
  margin: auto;
  line-height: 1.6;
}

.menu__block .underline_large {
  border-bottom: solid 2px #CCC;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 4px;
  margin: 0 0 8px;
  cursor: default;
}

.menu__search {
  width: 490px;
}

.menu__account {
  width: 490px;
}

.menu__account a:hover {
  color: #F26161;
}

.menu__details {
  margin-top: 10px;
}

.menu__summary {
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

.menu__keyword--term {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}

.menu__keyword--list {
  font-size: 13px;
}

.menu__keyword--item {
  display: inline;
}

.menu__keyword--item a {
  display: inline-block;
  padding: 4px;
  text-decoration: underline;
}

.menu__keyword--item a:hover {
  background-color: #EFEFEF;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

.menu__account--term {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}

.menu__account--term:nth-of-type(2) {
  margin-top: 10px;
}

.menu__logout {
  margin-top: 20px;
}

.menu__logout--term {
  padding: 20px 10px;
  border: solid 1px #CCC;
  border-radius: 6px;
  text-align: center;
}

.menu__input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.menu__input--keyword {
  width: 410px;
  margin-right: 10px;
}

.menu__button--search {
  border-radius: 4px;
  cursor: pointer;
  width: 70px;
  background-color: #DDD;
}

.menu__button--search:hover {
  background-color: #C4C4C4;
}

.menu__button--login {
  margin-top: 10px;
  cursor: pointer;
  background-color: #DDD;
}

.menu__button--login:hover {
  background-color: #C4C4C4;
}

.menu__reminder {
  font-size: 12px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

.menu__reminder--item {
  box-sizing: border-box;
  text-align: center;
}

.menu__reminder--item br {
  display: none;
}

.shop__list::before {
  content: "";
  display: inline-block;
  background: url(/ullo02/assets/image/common/shop-icon.svg) no-repeat center center;
  width: 25px;
  height: 16px;
  background-size: cover;
  vertical-align: -3px;
  margin: 0 4px 0 0;
}

.status__login::before {
  content: "";
  display: inline-block;
  background: url(/ullo02/assets/image/common/login-icon.svg) no-repeat center center;
  width: 20px;
  height: 17px;
  background-size: cover;
  vertical-align: -3px;
  margin: 0 4px 0 0;
}

.status__logout::before {
  content: "";
  display: inline-block;
  background: url(/ullo02/assets/image/common/loout-icon.svg) no-repeat center center;
  width: 20px;
  height: 17px;
  background-size: cover;
  vertical-align: -3px;
  margin: 0 4px 0 0;
}

.page-title {
  font-size: 13px;
  font-weight: 700;
}

.ullomenu {
  display: flex;
  align-self: center;
  font-size: 14px;
  font-weight: 700;
  width: 110px;
  justify-content: space-between;
}

.ullomenu a {
  color: #333;
}

.information {
  border-bottom: solid 1px #EFEFEF;
  background-color: #FFF;
}

.information__inner {
  display: block;
  width: 1020px;
  margin: 10px auto;
  padding: 0 10px;
  color: #333 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.logo__jd-power--img {
  width: auto;
  height: 15px !important;
  margin: 0 0 0 3px;
  vertical-align: -1px !important;
}

/*会員登録画面*/

.account {
  margin: 50px;
  /*会員登録完了*/
}

.account__message--error {
  background-color: #FFE4E4;
  color: #EA150D;
  text-align: center;
  margin: 0 10px 10px;
  padding: 15px 0;
}

.account__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1em;
}

.account__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: solid 1px #CCC;
}

.account__inner {
  width: 900px;
  margin: auto;
  padding: 30px;
  border: solid 3px #CCC;
  background-color: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.account__button {
  position: absolute;
  top: 0;
  right: 0;
}

.account__button--close {
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #FF5A5D;
  margin: -15px -15px 0 0;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
}

.account__button--close:hover {
  color: #FFF;
  text-decoration: none !important;
}

.account__container {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
}

.account__panel {
  width: 50%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  display: table-cell;
  background-color: #F7F7F7;
}

.account__panel--inner {
  padding: 20px;
}

.account__login-form {
  margin: 8px 0;
}

.account__login-form dt {
  font-weight: 700;
}

.account__login-form input[type=submit],
.account__login-form input[type=password],
.account__login-form input[type=email],
.account__login-form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.account__login-button {
  margin: 10px auto 0;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  display: block;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}

.account__login-button:hover {
  text-decoration: none;
}

.account__check {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0 0;
}

.account__reminder {
  margin: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.account__finish {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.account__finish p {
  margin-bottom: 0;
}

.not-found {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin: 60px 0 0;
}

.not-found__title {
  display: block;
  background-color: #F7F7F7;
  padding: 60px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  border-radius: 10px;
}

.not-found__title br {
  display: none;
}

.not-found__button {
  width: 360px;
  margin: 20px auto 40px;
}

.not-found__button a {
  color: #FFF;
  display: block;
  font-weight: 700;
  background-color: #6C86A2;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

.not-found__button a:hover {
  opacity: 0.7;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

summary {
  outline: none;
  cursor: pointer;
}

/* # =================================================================
# Forms
# ================================================================= */

input {
  border-radius: 0;
}

/**
* 1. Firefox 36+
*/

[type=number] {
  width: auto;
  /* 1 */
}

/**
* 1. Safari 8+
*/

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* 1. Safari 8
*/

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}

/**
* 1. Internet Explorer 11+
* 2. textarea要素に、垂直方向のリサイズを指定。
*/

textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
* 1. フォーム要素に、フォントの継承を指定。
*/

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}

/**
* 1. 前の指定により、フォントのウェイトを再定義。
*/

optgroup {
  font-weight: bold;
  /* 1 */
}

/**
* 1. IE8/9/10/11に、overflow時にhiddenを設定。
*/

button {
  overflow: visible;
  /* 1 */
}

/**
* Firefox4+に、内側のpaddingとborderを削除。
*/

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/**
* 1. フォーカス時のスタイルを定義。
*/

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/**
* 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
* 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
*/

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* 1. Firefox 40+, Internet Explorer 11-
*/

button,
select {
  text-transform: none;
  /* 1 */
}

/**
* すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
*/

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/**
* 標準的なinput要素のスタイルを選択。
* 1. Firefox 36+
* 2. Chrome 41+
*/

input,
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}

/**
* 1. Internet Explorer 11+
*/

select::-ms-expand {
  display: none;
  /* 1 */
}

/**
* 1. Internet Explorer 11+
*/

select::-ms-value {
  color: currentColor;
  /* 1 */
}

/**
* 1. IE 8/9/10/11に、カラーの継承を定義。
* 2. IEに、fieldset要素からカラーを継承するように定義。
* 3. EdgeとIEに、テキストのラッピングを修正。
* 4. EdgeとIEに、テキストのラッピングを修正。
* 5. EdgeとIEに、テキストのラッピングを修正。
*/

legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}

/**
* 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
* 2. ChromeとSafariに、フォントプロパティの継承を変更。
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Chrome, Edge, Safariに、テキストのスタイルを修正。
*/

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
* 1. ChromeとSafariに、アピアランスを修正。
* 2. Safariに、アウトラインを修正。
*/

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

body {
  font-family: sans-serif;
  color: #333;
}

a {
  color: #3e76cb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  opacity: 1;
  animation: flash 1s;
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.contents__inner {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}

.big_omds {
  font-weight: bold;
}

.reason {
  margin: 0 0 30px 0;
}

.reason li {
  flex: 0 0 32%;
}

.reason li dl {
  font-size: 16px;
}

.reason li dl dt {
  font-weight: 700;
  font-size: 1.2rem;
  color: #f9653f;
  margin: 20px 0 8px;
  text-align: center;
}

.reason li dl dd {
  line-height: 20px;
  margin: 16px 0;
}

.reason li dl dd:first-of-type {
  text-align: center;
}

.reason li dl dd:first-of-type img {
  max-width: 100%;
}

.reason li dl dd:last-child {
  font-size: 0.8rem;
}

.kaitoriRange_start {
  width: 100%;
  box-sizing: border-box;
  background-color: #57a7b5;
  text-align: center;
  padding: 40px 0;
  margin-top: 50px;
}

.kaitoriRange_txt {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

#assess_box h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #404040;
}

#assess_box h1 span:nth-of-type(1) {
  font-size: 34px;
  line-height: 20px;
  color: #fff;
}

#assess_box h1 span:nth-of-type(2) {
  font-size: 40px;
  color: #fff;
}

#assess_box .home_img_space {
  margin: 12px 0 8px 0;
}

#assess_box .home_img_space img {
  width: 59%;
  height: auto;
}

#assess_box #ullo_merit {
  display: table-cell;
  width: 450px;
  padding: 72px 45px 8px 0;
  vertical-align: top;
}

#assess_box .ullo_merit_middle {
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#assess_box .ullo_merit_middle span:nth-of-type(2) {
  font-size: 28px;
}

#assess_box .small_omds {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

#assess_box .like_select_btn {
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  text-align: left;
}

#assess_box .assess_select select {
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
}

#assess_box input.inq_input {
  display: block;
  border: 1px solid #ddd;
}

#assess_box .btn_anim_red_top {
  background-color: #f9653f;
  border-top: 2px solid #f9653f;
  border-left: 2px solid #f9653f;
  border-bottom: 3px solid #fb3806;
  border-right: 3px solid #fb3806;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  text-align: left;
  -webkit-box-shadow: 2px 2px 13.5px 1.5px rgba(132, 136, 138, 0.3);
}

.landing_container:nth-child(even) {
  background-color: #dfe9e8;
}

.landing a:hover {
  text-decoration: none;
}

.landing .btn_anim_red_top2 {
  background-color: #f9653f;
  border-top: 2px solid #f9653f;
  border-left: 2px solid #f9653f;
  border-bottom: 3px solid #fb3806;
  border-right: 3px solid #fb3806;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 2px 2px 13.5px 1.5px rgba(132, 136, 138, 0.3);
}

.landing .redbtn_sub {
  position: absolute;
  top: 18px;
  left: 152px;
  color: #fff;
  font-size: 16px;
}

.landing .performance {
  margin: 0 auto 40px auto;
  overflow: hidden;
  position: relative;
}

.landing .performance_car img {
  width: 70% !important;
  height: auto;
}

.landing .performance_car_name {
  font-weight: 700;
  margin: 0 0 3px;
}

.landing .performance_car_detail {
  font-size: 14px;
}

.landing .performance_review {
  float: right;
}

.landing .performance_review .performance_review_splbox {
  width: 40%;
  float: left;
}

.landing .performance_review .performance_review_splbox img {
  width: 100%;
}

.landing .performance_review .performance_review_sprbox {
  width: 54%;
  float: right;
}

.landing .performance_review .performance_review_sprbox img {
  height: 100px;
  width: auto;
}

.landing .performance_reviewer {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 100%;
}

.landing .performance_txt {
  font-size: 14px;
  line-height: 22px;
}

.landing .performance_price {
  background-color: #f9653f;
  position: absolute;
  transform: skew(-7deg, 7deg);
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.landing .performance_price_txt {
  font-size: 20px;
  line-height: 28px;
  margin-right: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.landing .performance_comment {
  font-size: 16px;
}

.landing .howto {
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 30px 0;
}

.landing .howto li {
  flex: 0 0 23%;
}

.landing .howto li dl {
  font-size: 14px;
  position: relative;
}

.landing .howto li dl .howto-step {
  background-color: #f4bb20;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 8px;
}

.landing .howto li dl .howto-image {
  aspect-ratio: 1;
  background: #F7F7F7;
  border-radius: 999px;
  display: grid;
  overflow: hidden;
  place-items: center;
}

.landing .howto li dl .howto-image img {
  width: 75%;
  height: auto;
}

.landing .howto li dl .howto-headline {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}

/*SNS*/

.sns {
  margin-top: 15px;
}

.sns__list {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-around;
  width: -moz-max-content;
  width: max-content;
}

.sns__icon a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  padding: 4px;
  border-radius: 50px;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.sns__icon a:hover span {
  z-index: -1;
  position: absolute;
  top: -19px;
  left: -19px;
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid #EEE;
  border-radius: 100px;
  box-shadow: 0 0 2px #EEE, inset 0 0 2px #EEE;
  opacity: 0;
}

.sns__icon a img {
  width: 21px;
  height: auto;
  vertical-align: unset;
}

.sns__copy {
  font-size: 12px;
}

.navigation {
  margin: 0 0 10px;
}

.navigation .service-nav {
  margin: 0;
}

.navigation .service-nav__inner {
  display: flex;
  width: 1020px;
  margin: auto;
}

.navigation .service-nav__inner--list {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1;
  border-bottom: solid 5px #F7F7F7;
}

.navigation .service-nav__inner a,
.navigation .service-nav__inner span {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 8px;
  box-sizing: border-box;
}

.navigation .service-nav__inner a:hover {
  text-decoration: none !important;
}

.navigation .service-nav__current {
  border-bottom-color: #C00;
}

.navigation .service-nav__new {
  position: relative;
}

.navigation .service-nav__new a {
  text-decoration: none;
}

.navigation .service-nav__new a::before {
  width: 32px;
  margin: 0 4px 0 0;
  padding: 4px 4px 3px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
}

.navigation .service-nav__new a:hover {
  text-decoration: none !important;
}

.header-modal .service-nav__inner {
  display: flex;
  flex-wrap: wrap;
}

.header-modal .service-nav__inner--list {
  font-size: 14px;
  line-height: 1;
  width: 16.6666666667%;
}

.header-modal .service-nav__inner--list:nth-child(-n+6) {
  margin-top: 8px;
}

.header-modal .service-nav__inner--list:hover {
  transition: 400ms;
  border-color: #C00;
}

.header-modal .service-nav__inner a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  margin: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.header-modal .service-nav__new {
  position: relative;
}

.header-modal .service-nav__new a {
  text-decoration: none;
}

.header-modal .service-nav__new a::before {
  width: 32px;
  margin: 0 4px 0 0;
  padding: 4px 4px 3px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
}

.header-modal .service-nav__new a:hover {
  text-decoration: none;
}

/* ユーティリティー
------------------------------------*/

.u-mt--20 {
  margin-top: -160px !important;
}

.u-mt--19 {
  margin-top: -152px !important;
}

.u-mt--18 {
  margin-top: -144px !important;
}

.u-mt--17 {
  margin-top: -136px !important;
}

.u-mt--16 {
  margin-top: -128px !important;
}

.u-mt--15 {
  margin-top: -120px !important;
}

.u-mt--14 {
  margin-top: -112px !important;
}

.u-mt--13 {
  margin-top: -104px !important;
}

.u-mt--12 {
  margin-top: -96px !important;
}

.u-mt--11 {
  margin-top: -88px !important;
}

.u-mt--10 {
  margin-top: -80px !important;
}

.u-mt--9 {
  margin-top: -72px !important;
}

.u-mt--8 {
  margin-top: -64px !important;
}

.u-mt--7 {
  margin-top: -56px !important;
}

.u-mt--6 {
  margin-top: -48px !important;
}

.u-mt--5 {
  margin-top: -40px !important;
}

.u-mt--4 {
  margin-top: -32px !important;
}

.u-mt--3 {
  margin-top: -24px !important;
}

.u-mt--2 {
  margin-top: -16px !important;
}

.u-mt--1 {
  margin-top: -8px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mt-8 {
  margin-top: 64px !important;
}

.u-mt-9 {
  margin-top: 72px !important;
}

.u-mt-10 {
  margin-top: 80px !important;
}

.u-mt-11 {
  margin-top: 88px !important;
}

.u-mt-12 {
  margin-top: 96px !important;
}

.u-mt-13 {
  margin-top: 104px !important;
}

.u-mt-14 {
  margin-top: 112px !important;
}

.u-mt-15 {
  margin-top: 120px !important;
}

.u-mt-16 {
  margin-top: 128px !important;
}

.u-mt-17 {
  margin-top: 136px !important;
}

.u-mt-18 {
  margin-top: 144px !important;
}

.u-mt-19 {
  margin-top: 152px !important;
}

.u-mt-20 {
  margin-top: 160px !important;
}

.u-mr--20 {
  margin-right: -160px !important;
}

.u-mr--19 {
  margin-right: -152px !important;
}

.u-mr--18 {
  margin-right: -144px !important;
}

.u-mr--17 {
  margin-right: -136px !important;
}

.u-mr--16 {
  margin-right: -128px !important;
}

.u-mr--15 {
  margin-right: -120px !important;
}

.u-mr--14 {
  margin-right: -112px !important;
}

.u-mr--13 {
  margin-right: -104px !important;
}

.u-mr--12 {
  margin-right: -96px !important;
}

.u-mr--11 {
  margin-right: -88px !important;
}

.u-mr--10 {
  margin-right: -80px !important;
}

.u-mr--9 {
  margin-right: -72px !important;
}

.u-mr--8 {
  margin-right: -64px !important;
}

.u-mr--7 {
  margin-right: -56px !important;
}

.u-mr--6 {
  margin-right: -48px !important;
}

.u-mr--5 {
  margin-right: -40px !important;
}

.u-mr--4 {
  margin-right: -32px !important;
}

.u-mr--3 {
  margin-right: -24px !important;
}

.u-mr--2 {
  margin-right: -16px !important;
}

.u-mr--1 {
  margin-right: -8px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-mr-6 {
  margin-right: 48px !important;
}

.u-mr-7 {
  margin-right: 56px !important;
}

.u-mr-8 {
  margin-right: 64px !important;
}

.u-mr-9 {
  margin-right: 72px !important;
}

.u-mr-10 {
  margin-right: 80px !important;
}

.u-mr-11 {
  margin-right: 88px !important;
}

.u-mr-12 {
  margin-right: 96px !important;
}

.u-mr-13 {
  margin-right: 104px !important;
}

.u-mr-14 {
  margin-right: 112px !important;
}

.u-mr-15 {
  margin-right: 120px !important;
}

.u-mr-16 {
  margin-right: 128px !important;
}

.u-mr-17 {
  margin-right: 136px !important;
}

.u-mr-18 {
  margin-right: 144px !important;
}

.u-mr-19 {
  margin-right: 152px !important;
}

.u-mr-20 {
  margin-right: 160px !important;
}

.u-mb--20 {
  margin-bottom: -160px !important;
}

.u-mb--19 {
  margin-bottom: -152px !important;
}

.u-mb--18 {
  margin-bottom: -144px !important;
}

.u-mb--17 {
  margin-bottom: -136px !important;
}

.u-mb--16 {
  margin-bottom: -128px !important;
}

.u-mb--15 {
  margin-bottom: -120px !important;
}

.u-mb--14 {
  margin-bottom: -112px !important;
}

.u-mb--13 {
  margin-bottom: -104px !important;
}

.u-mb--12 {
  margin-bottom: -96px !important;
}

.u-mb--11 {
  margin-bottom: -88px !important;
}

.u-mb--10 {
  margin-bottom: -80px !important;
}

.u-mb--9 {
  margin-bottom: -72px !important;
}

.u-mb--8 {
  margin-bottom: -64px !important;
}

.u-mb--7 {
  margin-bottom: -56px !important;
}

.u-mb--6 {
  margin-bottom: -48px !important;
}

.u-mb--5 {
  margin-bottom: -40px !important;
}

.u-mb--4 {
  margin-bottom: -32px !important;
}

.u-mb--3 {
  margin-bottom: -24px !important;
}

.u-mb--2 {
  margin-bottom: -16px !important;
}

.u-mb--1 {
  margin-bottom: -8px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-mb-12 {
  margin-bottom: 96px !important;
}

.u-mb-13 {
  margin-bottom: 104px !important;
}

.u-mb-14 {
  margin-bottom: 112px !important;
}

.u-mb-15 {
  margin-bottom: 120px !important;
}

.u-mb-16 {
  margin-bottom: 128px !important;
}

.u-mb-17 {
  margin-bottom: 136px !important;
}

.u-mb-18 {
  margin-bottom: 144px !important;
}

.u-mb-19 {
  margin-bottom: 152px !important;
}

.u-mb-20 {
  margin-bottom: 160px !important;
}

.u-ml--20 {
  margin-left: -160px !important;
}

.u-ml--19 {
  margin-left: -152px !important;
}

.u-ml--18 {
  margin-left: -144px !important;
}

.u-ml--17 {
  margin-left: -136px !important;
}

.u-ml--16 {
  margin-left: -128px !important;
}

.u-ml--15 {
  margin-left: -120px !important;
}

.u-ml--14 {
  margin-left: -112px !important;
}

.u-ml--13 {
  margin-left: -104px !important;
}

.u-ml--12 {
  margin-left: -96px !important;
}

.u-ml--11 {
  margin-left: -88px !important;
}

.u-ml--10 {
  margin-left: -80px !important;
}

.u-ml--9 {
  margin-left: -72px !important;
}

.u-ml--8 {
  margin-left: -64px !important;
}

.u-ml--7 {
  margin-left: -56px !important;
}

.u-ml--6 {
  margin-left: -48px !important;
}

.u-ml--5 {
  margin-left: -40px !important;
}

.u-ml--4 {
  margin-left: -32px !important;
}

.u-ml--3 {
  margin-left: -24px !important;
}

.u-ml--2 {
  margin-left: -16px !important;
}

.u-ml--1 {
  margin-left: -8px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-ml-6 {
  margin-left: 48px !important;
}

.u-ml-7 {
  margin-left: 56px !important;
}

.u-ml-8 {
  margin-left: 64px !important;
}

.u-ml-9 {
  margin-left: 72px !important;
}

.u-ml-10 {
  margin-left: 80px !important;
}

.u-ml-11 {
  margin-left: 88px !important;
}

.u-ml-12 {
  margin-left: 96px !important;
}

.u-ml-13 {
  margin-left: 104px !important;
}

.u-ml-14 {
  margin-left: 112px !important;
}

.u-ml-15 {
  margin-left: 120px !important;
}

.u-ml-16 {
  margin-left: 128px !important;
}

.u-ml-17 {
  margin-left: 136px !important;
}

.u-ml-18 {
  margin-left: 144px !important;
}

.u-ml-19 {
  margin-left: 152px !important;
}

.u-ml-20 {
  margin-left: 160px !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-pt--20 {
  padding-top: -160px !important;
}

.u-pt--19 {
  padding-top: -152px !important;
}

.u-pt--18 {
  padding-top: -144px !important;
}

.u-pt--17 {
  padding-top: -136px !important;
}

.u-pt--16 {
  padding-top: -128px !important;
}

.u-pt--15 {
  padding-top: -120px !important;
}

.u-pt--14 {
  padding-top: -112px !important;
}

.u-pt--13 {
  padding-top: -104px !important;
}

.u-pt--12 {
  padding-top: -96px !important;
}

.u-pt--11 {
  padding-top: -88px !important;
}

.u-pt--10 {
  padding-top: -80px !important;
}

.u-pt--9 {
  padding-top: -72px !important;
}

.u-pt--8 {
  padding-top: -64px !important;
}

.u-pt--7 {
  padding-top: -56px !important;
}

.u-pt--6 {
  padding-top: -48px !important;
}

.u-pt--5 {
  padding-top: -40px !important;
}

.u-pt--4 {
  padding-top: -32px !important;
}

.u-pt--3 {
  padding-top: -24px !important;
}

.u-pt--2 {
  padding-top: -16px !important;
}

.u-pt--1 {
  padding-top: -8px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pt-8 {
  padding-top: 64px !important;
}

.u-pt-9 {
  padding-top: 72px !important;
}

.u-pt-10 {
  padding-top: 80px !important;
}

.u-pt-11 {
  padding-top: 88px !important;
}

.u-pt-12 {
  padding-top: 96px !important;
}

.u-pt-13 {
  padding-top: 104px !important;
}

.u-pt-14 {
  padding-top: 112px !important;
}

.u-pt-15 {
  padding-top: 120px !important;
}

.u-pt-16 {
  padding-top: 128px !important;
}

.u-pt-17 {
  padding-top: 136px !important;
}

.u-pt-18 {
  padding-top: 144px !important;
}

.u-pt-19 {
  padding-top: 152px !important;
}

.u-pt-20 {
  padding-top: 160px !important;
}

.u-pr--20 {
  padding-right: -160px !important;
}

.u-pr--19 {
  padding-right: -152px !important;
}

.u-pr--18 {
  padding-right: -144px !important;
}

.u-pr--17 {
  padding-right: -136px !important;
}

.u-pr--16 {
  padding-right: -128px !important;
}

.u-pr--15 {
  padding-right: -120px !important;
}

.u-pr--14 {
  padding-right: -112px !important;
}

.u-pr--13 {
  padding-right: -104px !important;
}

.u-pr--12 {
  padding-right: -96px !important;
}

.u-pr--11 {
  padding-right: -88px !important;
}

.u-pr--10 {
  padding-right: -80px !important;
}

.u-pr--9 {
  padding-right: -72px !important;
}

.u-pr--8 {
  padding-right: -64px !important;
}

.u-pr--7 {
  padding-right: -56px !important;
}

.u-pr--6 {
  padding-right: -48px !important;
}

.u-pr--5 {
  padding-right: -40px !important;
}

.u-pr--4 {
  padding-right: -32px !important;
}

.u-pr--3 {
  padding-right: -24px !important;
}

.u-pr--2 {
  padding-right: -16px !important;
}

.u-pr--1 {
  padding-right: -8px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-pr-3 {
  padding-right: 24px !important;
}

.u-pr-4 {
  padding-right: 32px !important;
}

.u-pr-5 {
  padding-right: 40px !important;
}

.u-pr-6 {
  padding-right: 48px !important;
}

.u-pr-7 {
  padding-right: 56px !important;
}

.u-pr-8 {
  padding-right: 64px !important;
}

.u-pr-9 {
  padding-right: 72px !important;
}

.u-pr-10 {
  padding-right: 80px !important;
}

.u-pr-11 {
  padding-right: 88px !important;
}

.u-pr-12 {
  padding-right: 96px !important;
}

.u-pr-13 {
  padding-right: 104px !important;
}

.u-pr-14 {
  padding-right: 112px !important;
}

.u-pr-15 {
  padding-right: 120px !important;
}

.u-pr-16 {
  padding-right: 128px !important;
}

.u-pr-17 {
  padding-right: 136px !important;
}

.u-pr-18 {
  padding-right: 144px !important;
}

.u-pr-19 {
  padding-right: 152px !important;
}

.u-pr-20 {
  padding-right: 160px !important;
}

.u-pb--20 {
  padding-bottom: -160px !important;
}

.u-pb--19 {
  padding-bottom: -152px !important;
}

.u-pb--18 {
  padding-bottom: -144px !important;
}

.u-pb--17 {
  padding-bottom: -136px !important;
}

.u-pb--16 {
  padding-bottom: -128px !important;
}

.u-pb--15 {
  padding-bottom: -120px !important;
}

.u-pb--14 {
  padding-bottom: -112px !important;
}

.u-pb--13 {
  padding-bottom: -104px !important;
}

.u-pb--12 {
  padding-bottom: -96px !important;
}

.u-pb--11 {
  padding-bottom: -88px !important;
}

.u-pb--10 {
  padding-bottom: -80px !important;
}

.u-pb--9 {
  padding-bottom: -72px !important;
}

.u-pb--8 {
  padding-bottom: -64px !important;
}

.u-pb--7 {
  padding-bottom: -56px !important;
}

.u-pb--6 {
  padding-bottom: -48px !important;
}

.u-pb--5 {
  padding-bottom: -40px !important;
}

.u-pb--4 {
  padding-bottom: -32px !important;
}

.u-pb--3 {
  padding-bottom: -24px !important;
}

.u-pb--2 {
  padding-bottom: -16px !important;
}

.u-pb--1 {
  padding-bottom: -8px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-pb-8 {
  padding-bottom: 64px !important;
}

.u-pb-9 {
  padding-bottom: 72px !important;
}

.u-pb-10 {
  padding-bottom: 80px !important;
}

.u-pb-11 {
  padding-bottom: 88px !important;
}

.u-pb-12 {
  padding-bottom: 96px !important;
}

.u-pb-13 {
  padding-bottom: 104px !important;
}

.u-pb-14 {
  padding-bottom: 112px !important;
}

.u-pb-15 {
  padding-bottom: 120px !important;
}

.u-pb-16 {
  padding-bottom: 128px !important;
}

.u-pb-17 {
  padding-bottom: 136px !important;
}

.u-pb-18 {
  padding-bottom: 144px !important;
}

.u-pb-19 {
  padding-bottom: 152px !important;
}

.u-pb-20 {
  padding-bottom: 160px !important;
}

.u-pl--20 {
  padding-left: -160px !important;
}

.u-pl--19 {
  padding-left: -152px !important;
}

.u-pl--18 {
  padding-left: -144px !important;
}

.u-pl--17 {
  padding-left: -136px !important;
}

.u-pl--16 {
  padding-left: -128px !important;
}

.u-pl--15 {
  padding-left: -120px !important;
}

.u-pl--14 {
  padding-left: -112px !important;
}

.u-pl--13 {
  padding-left: -104px !important;
}

.u-pl--12 {
  padding-left: -96px !important;
}

.u-pl--11 {
  padding-left: -88px !important;
}

.u-pl--10 {
  padding-left: -80px !important;
}

.u-pl--9 {
  padding-left: -72px !important;
}

.u-pl--8 {
  padding-left: -64px !important;
}

.u-pl--7 {
  padding-left: -56px !important;
}

.u-pl--6 {
  padding-left: -48px !important;
}

.u-pl--5 {
  padding-left: -40px !important;
}

.u-pl--4 {
  padding-left: -32px !important;
}

.u-pl--3 {
  padding-left: -24px !important;
}

.u-pl--2 {
  padding-left: -16px !important;
}

.u-pl--1 {
  padding-left: -8px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pl-3 {
  padding-left: 24px !important;
}

.u-pl-4 {
  padding-left: 32px !important;
}

.u-pl-5 {
  padding-left: 40px !important;
}

.u-pl-6 {
  padding-left: 48px !important;
}

.u-pl-7 {
  padding-left: 56px !important;
}

.u-pl-8 {
  padding-left: 64px !important;
}

.u-pl-9 {
  padding-left: 72px !important;
}

.u-pl-10 {
  padding-left: 80px !important;
}

.u-pl-11 {
  padding-left: 88px !important;
}

.u-pl-12 {
  padding-left: 96px !important;
}

.u-pl-13 {
  padding-left: 104px !important;
}

.u-pl-14 {
  padding-left: 112px !important;
}

.u-pl-15 {
  padding-left: 120px !important;
}

.u-pl-16 {
  padding-left: 128px !important;
}

.u-pl-17 {
  padding-left: 136px !important;
}

.u-pl-18 {
  padding-left: 144px !important;
}

.u-pl-19 {
  padding-left: 152px !important;
}

.u-pl-20 {
  padding-left: 160px !important;
}

.u-font-4xl {
  font-size: 40px !important;
}

.u-font-3xl {
  font-size: 32px !important;
}

.u-font-xxl {
  font-size: 24px !important;
}

.u-font-xl {
  font-size: 20px !important;
}

.u-font-l {
  font-size: 16px !important;
}

.u-font-m {
  font-size: 14px !important;
}

.u-font-s {
  font-size: 12px !important;
}

.u-font-xs {
  font-size: 11px !important;
}

.u-font-normal {
  font-weight: 400 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-textcenter {
  text-align: center !important;
}

.u-textleft {
  text-align: left !important;
}

.u-textright {
  text-align: right !important;
}

.u-color-textmotared,
.u-color-motared {
  color: var(--primitive-motared, #D90D0D) !important;
}

.u-color-textblack {
  color: var(--primitive-textblack, #24272A) !important;
}

.u-color-textgrey {
  color: var(--primitive-textgrey, #717171) !important;
}

.u-color-textlink {
  color: var(--primitive-textlink, #189BED) !important;
}

.u-color-textdisabled {
  color: var(--primitive-textdisabled, rgba(36, 39, 42, 0.45)) !important;
}

.u-color-textwhite {
  color: var(--primitive-textwhite, #fff) !important;
}

.u-lineheight-1 {
  line-height: 100% !important;
}

.u-lineheight-2 {
  line-height: 125% !important;
}

.u-lineheight-3 {
  line-height: 150% !important;
}

/* 表示&非表示を操作する系ユーティリティ */

.u-hide {
  display: none !important;
}

.is-sp,
.u-sp {
  display: none;
}

/* レイヤーのz-indexを操作するユーティリティ */

.u-zindex-10 {
  z-index: 10;
}

/* 初期表示状態を操作するユーティリティ。JSで変更可能 */

.u-nodisp {
  display: none;
}

/* テキストの折り返し位置を調整するinline-block */

.u-inline-block {
  display: inline-block;
}

/* テキストの下線 */

.u-border-bottom {
  border-bottom: 1px solid var(--primitive-textblack, #24272A);
}

.is-focus {
  border-color: #f12 !important;
  box-shadow: 0 0 0 2px #f12;
  border-radius: 8px;
  animation-name: focusWave;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  -webkit-animation-name: focusWave;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
}

@keyframes focusWave {
  0% {
    box-shadow: 0 0 0 1px #f12, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
  }

  100% {
    box-shadow: 0 0 0 1px #f12, 0 0 0 1px #fff, 0 0 0 2px #FF5E28;
  }
}

.u-alert {
  background-color: #fff;
  border: 1px solid var(--primitive-motared, #D90D0D);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--primitive-motared, #D90D0D);
  padding: 16px;
  width: 100%;
}

.loading {
  background: rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 100;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 100px auto;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em var(--Primitive-MOTA_RED, #D90D0D), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em var(--Primitive-MOTA_RED, #D90D0D), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em var(--Primitive-MOTA_RED, #D90D0D), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em var(--Primitive-MOTA_RED, #D90D0D), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em var(--Primitive-MOTA_RED, #D90D0D), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em var(--Primitive-MOTA_RED, #D90D0D), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em var(--Primitive-MOTA_RED, #D90D0D), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.u-maxwidth-100 {
  max-width: 100% !important;
}

body {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a:hover {
  text-decoration: underline;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

/*テーブルコンテンツ用のPC-SP切替*/

.is-pc-table {
  display: table;
}

.is-sp-table {
  display: none;
}

.more_link {
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
  margin: 8px 0 0;
  clear: both;
}

/*変数*/

/*フッター*/

.footer {
  width: 100%;
  background-color: #49494a;
  margin: 16px 0 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__inner {
  border-top: 1px solid #666;
}

.footer__top {
  padding: 30px 10px;
}

.footer__bottom {
  padding: 10px;
}

.footer__top,
.footer__bottom {
  width: 1020px;
  margin: auto;
  overflow: hidden;
}

.footer__contents {
  font-size: 0;
  overflow: hidden;
}

.footer__contents--left,
.footer__contents--right {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.footer__contents--left {
  width: 40%;
}

.footer__contents--right {
  width: 60%;
  border-left: solid 1px #666;
}

.footer__contents--title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 1em;
}

.footer__contents--list li {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 10px 1.5em;
  list-style-type: square;
}

.footer__service--title {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  width: 9em;
}

.footer__service--data {
  overflow: hidden;
  padding: 0 0 0 9em;
}

.footer__service--list {
  font-size: 0;
  margin: 0 0 10px;
}

.footer__service--list li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.footer__service--list li::after {
  content: "|";
  margin: 0 6px;
}

.footer__link {
  float: left;
  font-size: 0;
}

.footer__link li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  font-size: 13px;
  line-height: 20px;
}

.footer__copyright {
  float: right;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.footer__logo {
  float: left;
  margin: 0 20px 0 0;
}

.footer__logo svg {
  fill: #fff;
}

.ad_rectangle_block {
  width: 680px;
  margin: auto;
  padding: 40px 0;
  overflow: hidden;
}

.ad_rectangle_block .ad_rectangle:nth-child(1) {
  float: left;
  width: 330px;
}

.ad_rectangle_block .ad_rectangle:nth-child(2) {
  float: right;
  width: 330px;
}

@media print, screen and (min-width: 481px) {
  /*トップページ*/

  .ranking_box {
    width: 1020px;
    overflow: hidden;
  }

  /*トップページ用マーク*/

  /*専用ページ用*/

  /*ランキングマーク*/

  /*専用ページ用マーク*/

  /*ボタン*/

  .ranking_box .rlst {
    float: left;
    width: 158px;
    padding: 35px 15px 20px 15px;
    margin: 0 20px 0 0;
    position: relative;
    background-color: #fff;
    font-size: 313px;
    line-height: 150%;
  }

  .ranking_box .rlst_up {
    float: left;
    width: 158px;
    padding: 35px 15px 20px 15px;
    margin: 0 20px 0 0;
    position: relative;
    background-color: #fff;
    font-size: 13px;
    line-height: 150%;
  }

  .ranking_box .rlst dt,
  .ranking_box .rlst_up dt {
    font-size: 13px;
    line-height: 120%;
  }

  .ranking_box .rlst dd,
  .ranking_box .rlst_up dd {
    text-align: center;
    margin-bottom: 5px;
  }

  .ranking_box .bodylst {
    float: left;
    width: 210px;
    padding: 35px 15px 30px 15px;
    margin: 0 20px 20px 0;
    position: relative;
    background-color: #fff;
    font-size: 13px;
    line-height: 150%;
  }

  .ranking_box .rlst:nth-child(5n),
  .ranking_box .rlst_up:nth-child(5n),
  .ranking_box .bodylst:nth-child(4n) {
    margin: 0 0 0 0;
  }

  .top1_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background-color: #d9b340;
    border: 1px solid #d9b340;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
  }

  .top2_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background-color: #6f7b83;
    border: 1px solid #6f7b83;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
  }

  .top3_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background-color: #a15326;
    border: 1px solid #a15326;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
  }

  .top10_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
  }

  .rankp_box {
    width: 680px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 20px 0 10px 0;
  }

  .rankp_box:last-child {
    border-bottom: 1px solid #ddd;
  }

  .rankp_box .lbox {
    float: left;
    width: 140px;
    position: relative;
  }

  .rankp_box .lbox img {
    width: 100%;
    height: auto;
  }

  .rankp_box .rankmds {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .rankp_box .rankmds span {
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
  }

  .rankp_box .rbox {
    float: right;
    width: 510px;
    overflow: hidden;
  }

  .rankp_box .rbox a {
    color: #313233;
  }

  .rankp_box .mlbox {
    float: left;
    width: 320px;
    font-size: 13px;
    line-height: 20px;
  }

  .rankdatabox dl {
    overflow: hidden;
  }

  .rankdatabox dt {
    float: left;
    width: 80px;
  }

  .rankdatabox dd {
    float: right;
    width: 230px;
  }

  .rankdatabox .review {
    margin-bottom: 5px;
  }

  .rankdatabox .r_redtxt {
    color: #ff0000;
  }

  .rankdatabox .rpoint {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 3px 0 5px;
  }

  .rankp_box .mrbox {
    float: right;
    width: 170px;
  }

  .sel_top1_count {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #d9b340;
    border: 1px solid #d9b340;
    color: #fff;
  }

  .sel_top2_count {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #6f7b83;
    border: 1px solid #6f7b83;
    color: #fff;
  }

  .sel_top3_count {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #a15326;
    border: 1px solid #a15326;
    color: #fff;
  }

  .sel_top10_count {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #9c9392;
  }

  .sel_top10over_count {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 9px 6px 7px 6px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #9c9392;
  }

  .top1_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #d9b340;
    border: 1px solid #d9b340;
    color: #fff;
  }

  .top2_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #6f7b83;
    border: 1px solid #6f7b83;
    color: #fff;
  }

  .top3_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #a15326;
    border: 1px solid #a15326;
    color: #fff;
  }

  .top10_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .top10over_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 9px 6px 7px 6px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .top100over_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 11px 4px 9px 4px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .top1000over_count_r {
    position: absolute;
    top: -5px;
    left: 0px;
    padding: 13px 3px 11px 3px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .press_btn {
    width: 100%;
    display: inline-block;
  }

  .btn_anim_rank {
    position: relative;
    display: inline-block;
    padding: 6px 0 4px 0;
    text-decoration: none;
    color: #6C86A2 !important;
    background: #eee;
    border-bottom: solid 2px #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
  }

  .btn_anim_rank:hover {
    text-decoration: none !important;
    background-color: #92aac2;
    color: #fff !important;
  }
}

@media screen and (min-width: 481px) {
  .LPlink-block {
    margin: 30px 0;
    height: auto;
    background: #e5ecf3;
    border-radius: 3px;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .LPlink-h2 {
    margin: 0 0 10px;
    position: relative;
    text-align: center;
  }

  .LPlink-h2::before,
  .LPlink-h2 ::after {
    position: absolute;
    top: 0;
    content: "";
    width: 8px;
    height: 100%;
    display: inline-block;
  }

  .LPlink-h2::before {
    border-left: solid 1px #c3d1de;
    border-top: solid 1px #c3d1de;
    border-bottom: solid 1px #c3d1de;
    left: 103px;
  }

  .LPlink-h2 ::after {
    content: "";
    border-top: solid 1px #c3d1de;
    border-right: solid 1px #c3d1de;
    border-bottom: solid 1px #c3d1de;
    right: 103px;
  }

  .LPlink-span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    padding-top: 3px;
  }

  .LPlink-btn-1,
  .LPlink-btn-2 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .LPlink-btn-1 {
    width: 335px;
    height: 61px;
    font-weight: 700;
    background: #ffbc41;
    border-radius: 3px;
    padding-right: 10px;
    padding-bottom: 4px;
    box-sizing: border-box;
    margin-right: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.1);
  }

  .LPlink-btn-2 {
    width: 335px;
    height: 61px;
    font-weight: 700;
    background: #ff954b;
    border-radius: 3px;
    padding-right: 10px;
    padding-bottom: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.1);
  }

  .LPlink-btn-1::before,
  .LPlink-btn-2::before {
    background: #ff5a5d;
    content: "";
    display: block;
    transform: rotate(90deg);
    position: absolute;
    border-radius: 4px;
    top: 61px;
    left: 233px;
    width: 247px;
    height: 217px;
  }

  .LPlink-btn-1::after,
  .LPlink-btn-2::after {
    background: #e5ecf3;
    content: "";
    display: block;
    transform: rotate(43deg);
    position: absolute;
    top: -130px;
    left: -250px;
    width: 247px;
    height: 217px;
  }

  .LPlink-btn-1:hover,
  .LPlink-btn-2:hover {
    opacity: 0.85;
  }

  .LPlink-btn-1 img {
    width: 43px;
    height: auto;
    padding: 7px 5px 0 20px;
    float: left;
  }

  .LPlink-btn-2 img {
    width: 42px;
    height: auto;
    padding: 4px 0 0 16px;
    float: left;
  }

  .LPlink-btn-1 span,
  .LPlink-btn-2 span {
    text-align: center;
  }

  .btn-span1 {
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .btn-span2 {
    font-size: 17px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .btn-span3 {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .btn-kotira {
    float: right;
    position: absolute;
    right: 4px;
    top: 46px;
    font-size: 9px;
    color: #fff;
    font-weight: 400;
  }

  .btn-kotira::after {
    content: ">";
    padding-left: 2px;
  }

  .sp_br {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .ranking-feature__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
  }

  .ranking-feature__toggle {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .bodytype__maker-list li:nth-child(8n) {
    margin-right: 0;
  }

  .contents-block__article .contents-block__list--item:nth-child(-n+2) {
    margin-top: 0;
  }

  .kaitori-table__head--0 {
    width: 220px;
  }

  .kaitori-table__body--grade .kaitori-table__button br {
    display: none;
  }

  .kaitori-block .btn:hover {
    background-color: #6C86A2;
    border-color: #6C86A2;
    color: #FFF;
    text-decoration: none !important;
  }

  .kaitori-table__name--button:hover {
    color: inherit !important;
    text-decoration: none !important;
  }

  .flex {
    margin-bottom: 16px;
  }

  .flex li:not(:nth-child(-n+4)) {
    margin-top: 14px;
  }

  .flex li:not(:nth-child(4n)) {
    margin-right: 14px;
  }

  .shop-info__review--car .shop-info__review--carmodel {
    min-height: 4em;
    margin-top: 8px;
  }

  .shop-info__review--icon {
    width: 30px;
    height: 30px;
  }

  .kaitori-result__button,
  .shop-info__review--button {
    width: 50%;
    margin: auto;
    font-size: 13px;
    padding: 13px;
    margin-top: 32px;
  }

  .kaitori-result__button:hover,
  .shop-info__review--button:hover {
    border-color: #6C86A2;
    background-color: #6C86A2;
    color: #FFF;
    text-decoration: none;
  }

  .used-car__list li:not(:last-child) {
    margin-right: 10px;
  }

  .car-supplies__list--item:not(:nth-child(-n+2)) {
    margin-top: 12px;
  }

  .car-supplies__list--item:not(:nth-child(3n)) {
    width: 50%;
  }

  .kinto__sp {
    display: none;
  }

  .recommend__list li:not(:nth-child(4n)) {
    margin: 0 10px 0 0;
  }

  .recommend:first-of-type {
    margin: 8px 0 0;
  }

  .detail_spec__in--list {
    flex-direction: column;
  }

  .detail_spec__in--list .detail_spec__in--list--item > p {
    margin-bottom: 8px;
  }

  .detail__kaitori__reason {
    padding: 6px 15px 12px;
  }

  .detail__kaitori__reason--ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #30514E;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
  }

  .detail__kaitori__reason--ttl > span {
    padding: 4px 12px;
  }

  .detail__kaitori__reason--list > li {
    font-size: 14px;
    padding: 10px 10px 7px;
    border: 3px solid #568984;
  }

  .detail__bodytype {
    font-size: 12px;
  }

  .gallery__list--item:nth-child(6n) {
    margin-right: 0;
  }

  .ullomenu li:last-child {
    margin: 0 0 0 16px;
  }

  .big_omds {
    font-size: 56px !important;
    line-height: 80px;
  }

  .reason {
    display: flex;
    justify-content: space-between;
  }

  #assess_box .middle_omds {
    font-size: 30px;
    line-height: 36px;
    color: #568984;
    margin-bottom: 5px;
  }

  #assess_box .marker {
    background: linear-gradient(transparent 60%, #ffd45a 60%);
    border-radius: 6px;
  }

  #assess_box .like_select_btn {
    width: 344px;
    padding: 7px;
    cursor: pointer;
  }

  #assess_box .assess_select select {
    width: 344px;
    height: 35px;
    padding: 0 0 0 10px;
  }

  #assess_box input.inq_input {
    width: 327px;
    height: 28px;
    padding: 2px 5px 2px 10px;
  }

  #assess_box .btn_anim_red_top {
    font-size: 25px;
    padding: 37px 15px 8px 130px;
  }

  .landing_content {
    width: 1020px;
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    overflow: hidden;
  }

  .landing .btn_anim_red_top2 {
    font-size: 25px;
    cursor: pointer;
    padding: 39px 15px 13px 150px;
    text-align: left;
  }

  .landing .performance_car {
    float: left;
    width: 200px;
    border: 5px solid #c9dedc;
    border-radius: 50%;
    padding: 57px 35px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .landing .performance_review {
    width: 710px;
  }

  .landing .performance_review .mlbox {
    float: left;
    width: 440px;
  }

  .landing .performance_review .mrbox {
    float: right;
    width: 180px;
    padding-top: 65px;
  }

  .landing .performance_review .performance_review_splbox {
    display: none;
  }

  .landing .performance_review .performance_review_sprbox {
    display: none;
  }

  .landing .performance_price {
    width: 200px;
    top: 30px;
    right: 10px;
    padding: 10px;
    -webkit-box-shadow: 10px 5px 13.5px 1.5px rgba(132, 136, 138, 0.3);
    border-radius: 5px;
  }

  .landing .performance_comment {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 30px;
    min-width: 120px;
    max-width: 100%;
    background: #c9dedc;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .landing .performance_comment:before {
    content: "";
    position: absolute;
    top: 20%;
    left: -28px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #c9dedc;
    z-index: 2;
  }

  .landing .performance_comment:after {
    content: "";
    position: absolute;
    top: 20%;
    left: -34px;
    margin-top: -17px;
    border: 17px solid transparent;
    border-right: 17px solid #c9dedc;
    z-index: 1;
  }

  .landing .howto {
    display: flex;
    justify-content: space-between;
  }

  .landing .howto li dl .howto-step {
    border-radius: 50%;
    line-height: 48px;
    position: absolute;
    left: -5px;
    top: -10px;
    width: 40px;
  }

  .navigation .service-nav__inner--list:hover {
    transition: 400ms;
    border-color: #C00;
  }
}

@media screen and (max-width: 1360px) {
  .detail .skyscraper {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .u-sp-mt--20 {
    margin-top: -160px !important;
  }

  .u-sp-mt--19 {
    margin-top: -152px !important;
  }

  .u-sp-mt--18 {
    margin-top: -144px !important;
  }

  .u-sp-mt--17 {
    margin-top: -136px !important;
  }

  .u-sp-mt--16 {
    margin-top: -128px !important;
  }

  .u-sp-mt--15 {
    margin-top: -120px !important;
  }

  .u-sp-mt--14 {
    margin-top: -112px !important;
  }

  .u-sp-mt--13 {
    margin-top: -104px !important;
  }

  .u-sp-mt--12 {
    margin-top: -96px !important;
  }

  .u-sp-mt--11 {
    margin-top: -88px !important;
  }

  .u-sp-mt--10 {
    margin-top: -80px !important;
  }

  .u-sp-mt--9 {
    margin-top: -72px !important;
  }

  .u-sp-mt--8 {
    margin-top: -64px !important;
  }

  .u-sp-mt--7 {
    margin-top: -56px !important;
  }

  .u-sp-mt--6 {
    margin-top: -48px !important;
  }

  .u-sp-mt--5 {
    margin-top: -40px !important;
  }

  .u-sp-mt--4 {
    margin-top: -32px !important;
  }

  .u-sp-mt--3 {
    margin-top: -24px !important;
  }

  .u-sp-mt--2 {
    margin-top: -16px !important;
  }

  .u-sp-mt--1 {
    margin-top: -8px !important;
  }

  .u-sp-mt-0 {
    margin-top: 0px !important;
  }

  .u-sp-mt-1 {
    margin-top: 8px !important;
  }

  .u-sp-mt-2 {
    margin-top: 16px !important;
  }

  .u-sp-mt-3 {
    margin-top: 24px !important;
  }

  .u-sp-mt-4 {
    margin-top: 32px !important;
  }

  .u-sp-mt-5 {
    margin-top: 40px !important;
  }

  .u-sp-mt-6 {
    margin-top: 48px !important;
  }

  .u-sp-mt-7 {
    margin-top: 56px !important;
  }

  .u-sp-mt-8 {
    margin-top: 64px !important;
  }

  .u-sp-mt-9 {
    margin-top: 72px !important;
  }

  .u-sp-mt-10 {
    margin-top: 80px !important;
  }

  .u-sp-mt-11 {
    margin-top: 88px !important;
  }

  .u-sp-mt-12 {
    margin-top: 96px !important;
  }

  .u-sp-mt-13 {
    margin-top: 104px !important;
  }

  .u-sp-mt-14 {
    margin-top: 112px !important;
  }

  .u-sp-mt-15 {
    margin-top: 120px !important;
  }

  .u-sp-mt-16 {
    margin-top: 128px !important;
  }

  .u-sp-mt-17 {
    margin-top: 136px !important;
  }

  .u-sp-mt-18 {
    margin-top: 144px !important;
  }

  .u-sp-mt-19 {
    margin-top: 152px !important;
  }

  .u-sp-mt-20 {
    margin-top: 160px !important;
  }

  .u-sp-mr--20 {
    margin-right: -160px !important;
  }

  .u-sp-mr--19 {
    margin-right: -152px !important;
  }

  .u-sp-mr--18 {
    margin-right: -144px !important;
  }

  .u-sp-mr--17 {
    margin-right: -136px !important;
  }

  .u-sp-mr--16 {
    margin-right: -128px !important;
  }

  .u-sp-mr--15 {
    margin-right: -120px !important;
  }

  .u-sp-mr--14 {
    margin-right: -112px !important;
  }

  .u-sp-mr--13 {
    margin-right: -104px !important;
  }

  .u-sp-mr--12 {
    margin-right: -96px !important;
  }

  .u-sp-mr--11 {
    margin-right: -88px !important;
  }

  .u-sp-mr--10 {
    margin-right: -80px !important;
  }

  .u-sp-mr--9 {
    margin-right: -72px !important;
  }

  .u-sp-mr--8 {
    margin-right: -64px !important;
  }

  .u-sp-mr--7 {
    margin-right: -56px !important;
  }

  .u-sp-mr--6 {
    margin-right: -48px !important;
  }

  .u-sp-mr--5 {
    margin-right: -40px !important;
  }

  .u-sp-mr--4 {
    margin-right: -32px !important;
  }

  .u-sp-mr--3 {
    margin-right: -24px !important;
  }

  .u-sp-mr--2 {
    margin-right: -16px !important;
  }

  .u-sp-mr--1 {
    margin-right: -8px !important;
  }

  .u-sp-mr-0 {
    margin-right: 0px !important;
  }

  .u-sp-mr-1 {
    margin-right: 8px !important;
  }

  .u-sp-mr-2 {
    margin-right: 16px !important;
  }

  .u-sp-mr-3 {
    margin-right: 24px !important;
  }

  .u-sp-mr-4 {
    margin-right: 32px !important;
  }

  .u-sp-mr-5 {
    margin-right: 40px !important;
  }

  .u-sp-mr-6 {
    margin-right: 48px !important;
  }

  .u-sp-mr-7 {
    margin-right: 56px !important;
  }

  .u-sp-mr-8 {
    margin-right: 64px !important;
  }

  .u-sp-mr-9 {
    margin-right: 72px !important;
  }

  .u-sp-mr-10 {
    margin-right: 80px !important;
  }

  .u-sp-mr-11 {
    margin-right: 88px !important;
  }

  .u-sp-mr-12 {
    margin-right: 96px !important;
  }

  .u-sp-mr-13 {
    margin-right: 104px !important;
  }

  .u-sp-mr-14 {
    margin-right: 112px !important;
  }

  .u-sp-mr-15 {
    margin-right: 120px !important;
  }

  .u-sp-mr-16 {
    margin-right: 128px !important;
  }

  .u-sp-mr-17 {
    margin-right: 136px !important;
  }

  .u-sp-mr-18 {
    margin-right: 144px !important;
  }

  .u-sp-mr-19 {
    margin-right: 152px !important;
  }

  .u-sp-mr-20 {
    margin-right: 160px !important;
  }

  .u-sp-mb--20 {
    margin-bottom: -160px !important;
  }

  .u-sp-mb--19 {
    margin-bottom: -152px !important;
  }

  .u-sp-mb--18 {
    margin-bottom: -144px !important;
  }

  .u-sp-mb--17 {
    margin-bottom: -136px !important;
  }

  .u-sp-mb--16 {
    margin-bottom: -128px !important;
  }

  .u-sp-mb--15 {
    margin-bottom: -120px !important;
  }

  .u-sp-mb--14 {
    margin-bottom: -112px !important;
  }

  .u-sp-mb--13 {
    margin-bottom: -104px !important;
  }

  .u-sp-mb--12 {
    margin-bottom: -96px !important;
  }

  .u-sp-mb--11 {
    margin-bottom: -88px !important;
  }

  .u-sp-mb--10 {
    margin-bottom: -80px !important;
  }

  .u-sp-mb--9 {
    margin-bottom: -72px !important;
  }

  .u-sp-mb--8 {
    margin-bottom: -64px !important;
  }

  .u-sp-mb--7 {
    margin-bottom: -56px !important;
  }

  .u-sp-mb--6 {
    margin-bottom: -48px !important;
  }

  .u-sp-mb--5 {
    margin-bottom: -40px !important;
  }

  .u-sp-mb--4 {
    margin-bottom: -32px !important;
  }

  .u-sp-mb--3 {
    margin-bottom: -24px !important;
  }

  .u-sp-mb--2 {
    margin-bottom: -16px !important;
  }

  .u-sp-mb--1 {
    margin-bottom: -8px !important;
  }

  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }

  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }

  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }

  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }

  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }

  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }

  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }

  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }

  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }

  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }

  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }

  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }

  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }

  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }

  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }

  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }

  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }

  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }

  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }

  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }

  .u-sp-ml--20 {
    margin-left: -160px !important;
  }

  .u-sp-ml--19 {
    margin-left: -152px !important;
  }

  .u-sp-ml--18 {
    margin-left: -144px !important;
  }

  .u-sp-ml--17 {
    margin-left: -136px !important;
  }

  .u-sp-ml--16 {
    margin-left: -128px !important;
  }

  .u-sp-ml--15 {
    margin-left: -120px !important;
  }

  .u-sp-ml--14 {
    margin-left: -112px !important;
  }

  .u-sp-ml--13 {
    margin-left: -104px !important;
  }

  .u-sp-ml--12 {
    margin-left: -96px !important;
  }

  .u-sp-ml--11 {
    margin-left: -88px !important;
  }

  .u-sp-ml--10 {
    margin-left: -80px !important;
  }

  .u-sp-ml--9 {
    margin-left: -72px !important;
  }

  .u-sp-ml--8 {
    margin-left: -64px !important;
  }

  .u-sp-ml--7 {
    margin-left: -56px !important;
  }

  .u-sp-ml--6 {
    margin-left: -48px !important;
  }

  .u-sp-ml--5 {
    margin-left: -40px !important;
  }

  .u-sp-ml--4 {
    margin-left: -32px !important;
  }

  .u-sp-ml--3 {
    margin-left: -24px !important;
  }

  .u-sp-ml--2 {
    margin-left: -16px !important;
  }

  .u-sp-ml--1 {
    margin-left: -8px !important;
  }

  .u-sp-ml-0 {
    margin-left: 0px !important;
  }

  .u-sp-ml-1 {
    margin-left: 8px !important;
  }

  .u-sp-ml-2 {
    margin-left: 16px !important;
  }

  .u-sp-ml-3 {
    margin-left: 24px !important;
  }

  .u-sp-ml-4 {
    margin-left: 32px !important;
  }

  .u-sp-ml-5 {
    margin-left: 40px !important;
  }

  .u-sp-ml-6 {
    margin-left: 48px !important;
  }

  .u-sp-ml-7 {
    margin-left: 56px !important;
  }

  .u-sp-ml-8 {
    margin-left: 64px !important;
  }

  .u-sp-ml-9 {
    margin-left: 72px !important;
  }

  .u-sp-ml-10 {
    margin-left: 80px !important;
  }

  .u-sp-ml-11 {
    margin-left: 88px !important;
  }

  .u-sp-ml-12 {
    margin-left: 96px !important;
  }

  .u-sp-ml-13 {
    margin-left: 104px !important;
  }

  .u-sp-ml-14 {
    margin-left: 112px !important;
  }

  .u-sp-ml-15 {
    margin-left: 120px !important;
  }

  .u-sp-ml-16 {
    margin-left: 128px !important;
  }

  .u-sp-ml-17 {
    margin-left: 136px !important;
  }

  .u-sp-ml-18 {
    margin-left: 144px !important;
  }

  .u-sp-ml-19 {
    margin-left: 152px !important;
  }

  .u-sp-ml-20 {
    margin-left: 160px !important;
  }

  .u-sp-mt-auto {
    margin-top: auto !important;
  }

  .u-sp-mr-auto {
    margin-right: auto !important;
  }

  .u-sp-mb-auto {
    margin-bottom: auto !important;
  }

  .u-sp-ml-auto {
    margin-left: auto !important;
  }

  .u-sp-pt--20 {
    padding-top: -160px !important;
  }

  .u-sp-pt--19 {
    padding-top: -152px !important;
  }

  .u-sp-pt--18 {
    padding-top: -144px !important;
  }

  .u-sp-pt--17 {
    padding-top: -136px !important;
  }

  .u-sp-pt--16 {
    padding-top: -128px !important;
  }

  .u-sp-pt--15 {
    padding-top: -120px !important;
  }

  .u-sp-pt--14 {
    padding-top: -112px !important;
  }

  .u-sp-pt--13 {
    padding-top: -104px !important;
  }

  .u-sp-pt--12 {
    padding-top: -96px !important;
  }

  .u-sp-pt--11 {
    padding-top: -88px !important;
  }

  .u-sp-pt--10 {
    padding-top: -80px !important;
  }

  .u-sp-pt--9 {
    padding-top: -72px !important;
  }

  .u-sp-pt--8 {
    padding-top: -64px !important;
  }

  .u-sp-pt--7 {
    padding-top: -56px !important;
  }

  .u-sp-pt--6 {
    padding-top: -48px !important;
  }

  .u-sp-pt--5 {
    padding-top: -40px !important;
  }

  .u-sp-pt--4 {
    padding-top: -32px !important;
  }

  .u-sp-pt--3 {
    padding-top: -24px !important;
  }

  .u-sp-pt--2 {
    padding-top: -16px !important;
  }

  .u-sp-pt--1 {
    padding-top: -8px !important;
  }

  .u-sp-pt-0 {
    padding-top: 0px !important;
  }

  .u-sp-pt-1 {
    padding-top: 8px !important;
  }

  .u-sp-pt-2 {
    padding-top: 16px !important;
  }

  .u-sp-pt-3 {
    padding-top: 24px !important;
  }

  .u-sp-pt-4 {
    padding-top: 32px !important;
  }

  .u-sp-pt-5 {
    padding-top: 40px !important;
  }

  .u-sp-pt-6 {
    padding-top: 48px !important;
  }

  .u-sp-pt-7 {
    padding-top: 56px !important;
  }

  .u-sp-pt-8 {
    padding-top: 64px !important;
  }

  .u-sp-pt-9 {
    padding-top: 72px !important;
  }

  .u-sp-pt-10 {
    padding-top: 80px !important;
  }

  .u-sp-pt-11 {
    padding-top: 88px !important;
  }

  .u-sp-pt-12 {
    padding-top: 96px !important;
  }

  .u-sp-pt-13 {
    padding-top: 104px !important;
  }

  .u-sp-pt-14 {
    padding-top: 112px !important;
  }

  .u-sp-pt-15 {
    padding-top: 120px !important;
  }

  .u-sp-pt-16 {
    padding-top: 128px !important;
  }

  .u-sp-pt-17 {
    padding-top: 136px !important;
  }

  .u-sp-pt-18 {
    padding-top: 144px !important;
  }

  .u-sp-pt-19 {
    padding-top: 152px !important;
  }

  .u-sp-pt-20 {
    padding-top: 160px !important;
  }

  .u-sp-pr--20 {
    padding-right: -160px !important;
  }

  .u-sp-pr--19 {
    padding-right: -152px !important;
  }

  .u-sp-pr--18 {
    padding-right: -144px !important;
  }

  .u-sp-pr--17 {
    padding-right: -136px !important;
  }

  .u-sp-pr--16 {
    padding-right: -128px !important;
  }

  .u-sp-pr--15 {
    padding-right: -120px !important;
  }

  .u-sp-pr--14 {
    padding-right: -112px !important;
  }

  .u-sp-pr--13 {
    padding-right: -104px !important;
  }

  .u-sp-pr--12 {
    padding-right: -96px !important;
  }

  .u-sp-pr--11 {
    padding-right: -88px !important;
  }

  .u-sp-pr--10 {
    padding-right: -80px !important;
  }

  .u-sp-pr--9 {
    padding-right: -72px !important;
  }

  .u-sp-pr--8 {
    padding-right: -64px !important;
  }

  .u-sp-pr--7 {
    padding-right: -56px !important;
  }

  .u-sp-pr--6 {
    padding-right: -48px !important;
  }

  .u-sp-pr--5 {
    padding-right: -40px !important;
  }

  .u-sp-pr--4 {
    padding-right: -32px !important;
  }

  .u-sp-pr--3 {
    padding-right: -24px !important;
  }

  .u-sp-pr--2 {
    padding-right: -16px !important;
  }

  .u-sp-pr--1 {
    padding-right: -8px !important;
  }

  .u-sp-pr-0 {
    padding-right: 0px !important;
  }

  .u-sp-pr-1 {
    padding-right: 8px !important;
  }

  .u-sp-pr-2 {
    padding-right: 16px !important;
  }

  .u-sp-pr-3 {
    padding-right: 24px !important;
  }

  .u-sp-pr-4 {
    padding-right: 32px !important;
  }

  .u-sp-pr-5 {
    padding-right: 40px !important;
  }

  .u-sp-pr-6 {
    padding-right: 48px !important;
  }

  .u-sp-pr-7 {
    padding-right: 56px !important;
  }

  .u-sp-pr-8 {
    padding-right: 64px !important;
  }

  .u-sp-pr-9 {
    padding-right: 72px !important;
  }

  .u-sp-pr-10 {
    padding-right: 80px !important;
  }

  .u-sp-pr-11 {
    padding-right: 88px !important;
  }

  .u-sp-pr-12 {
    padding-right: 96px !important;
  }

  .u-sp-pr-13 {
    padding-right: 104px !important;
  }

  .u-sp-pr-14 {
    padding-right: 112px !important;
  }

  .u-sp-pr-15 {
    padding-right: 120px !important;
  }

  .u-sp-pr-16 {
    padding-right: 128px !important;
  }

  .u-sp-pr-17 {
    padding-right: 136px !important;
  }

  .u-sp-pr-18 {
    padding-right: 144px !important;
  }

  .u-sp-pr-19 {
    padding-right: 152px !important;
  }

  .u-sp-pr-20 {
    padding-right: 160px !important;
  }

  .u-sp-pb--20 {
    padding-bottom: -160px !important;
  }

  .u-sp-pb--19 {
    padding-bottom: -152px !important;
  }

  .u-sp-pb--18 {
    padding-bottom: -144px !important;
  }

  .u-sp-pb--17 {
    padding-bottom: -136px !important;
  }

  .u-sp-pb--16 {
    padding-bottom: -128px !important;
  }

  .u-sp-pb--15 {
    padding-bottom: -120px !important;
  }

  .u-sp-pb--14 {
    padding-bottom: -112px !important;
  }

  .u-sp-pb--13 {
    padding-bottom: -104px !important;
  }

  .u-sp-pb--12 {
    padding-bottom: -96px !important;
  }

  .u-sp-pb--11 {
    padding-bottom: -88px !important;
  }

  .u-sp-pb--10 {
    padding-bottom: -80px !important;
  }

  .u-sp-pb--9 {
    padding-bottom: -72px !important;
  }

  .u-sp-pb--8 {
    padding-bottom: -64px !important;
  }

  .u-sp-pb--7 {
    padding-bottom: -56px !important;
  }

  .u-sp-pb--6 {
    padding-bottom: -48px !important;
  }

  .u-sp-pb--5 {
    padding-bottom: -40px !important;
  }

  .u-sp-pb--4 {
    padding-bottom: -32px !important;
  }

  .u-sp-pb--3 {
    padding-bottom: -24px !important;
  }

  .u-sp-pb--2 {
    padding-bottom: -16px !important;
  }

  .u-sp-pb--1 {
    padding-bottom: -8px !important;
  }

  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .u-sp-pb-1 {
    padding-bottom: 8px !important;
  }

  .u-sp-pb-2 {
    padding-bottom: 16px !important;
  }

  .u-sp-pb-3 {
    padding-bottom: 24px !important;
  }

  .u-sp-pb-4 {
    padding-bottom: 32px !important;
  }

  .u-sp-pb-5 {
    padding-bottom: 40px !important;
  }

  .u-sp-pb-6 {
    padding-bottom: 48px !important;
  }

  .u-sp-pb-7 {
    padding-bottom: 56px !important;
  }

  .u-sp-pb-8 {
    padding-bottom: 64px !important;
  }

  .u-sp-pb-9 {
    padding-bottom: 72px !important;
  }

  .u-sp-pb-10 {
    padding-bottom: 80px !important;
  }

  .u-sp-pb-11 {
    padding-bottom: 88px !important;
  }

  .u-sp-pb-12 {
    padding-bottom: 96px !important;
  }

  .u-sp-pb-13 {
    padding-bottom: 104px !important;
  }

  .u-sp-pb-14 {
    padding-bottom: 112px !important;
  }

  .u-sp-pb-15 {
    padding-bottom: 120px !important;
  }

  .u-sp-pb-16 {
    padding-bottom: 128px !important;
  }

  .u-sp-pb-17 {
    padding-bottom: 136px !important;
  }

  .u-sp-pb-18 {
    padding-bottom: 144px !important;
  }

  .u-sp-pb-19 {
    padding-bottom: 152px !important;
  }

  .u-sp-pb-20 {
    padding-bottom: 160px !important;
  }

  .u-sp-pl--20 {
    padding-left: -160px !important;
  }

  .u-sp-pl--19 {
    padding-left: -152px !important;
  }

  .u-sp-pl--18 {
    padding-left: -144px !important;
  }

  .u-sp-pl--17 {
    padding-left: -136px !important;
  }

  .u-sp-pl--16 {
    padding-left: -128px !important;
  }

  .u-sp-pl--15 {
    padding-left: -120px !important;
  }

  .u-sp-pl--14 {
    padding-left: -112px !important;
  }

  .u-sp-pl--13 {
    padding-left: -104px !important;
  }

  .u-sp-pl--12 {
    padding-left: -96px !important;
  }

  .u-sp-pl--11 {
    padding-left: -88px !important;
  }

  .u-sp-pl--10 {
    padding-left: -80px !important;
  }

  .u-sp-pl--9 {
    padding-left: -72px !important;
  }

  .u-sp-pl--8 {
    padding-left: -64px !important;
  }

  .u-sp-pl--7 {
    padding-left: -56px !important;
  }

  .u-sp-pl--6 {
    padding-left: -48px !important;
  }

  .u-sp-pl--5 {
    padding-left: -40px !important;
  }

  .u-sp-pl--4 {
    padding-left: -32px !important;
  }

  .u-sp-pl--3 {
    padding-left: -24px !important;
  }

  .u-sp-pl--2 {
    padding-left: -16px !important;
  }

  .u-sp-pl--1 {
    padding-left: -8px !important;
  }

  .u-sp-pl-0 {
    padding-left: 0px !important;
  }

  .u-sp-pl-1 {
    padding-left: 8px !important;
  }

  .u-sp-pl-2 {
    padding-left: 16px !important;
  }

  .u-sp-pl-3 {
    padding-left: 24px !important;
  }

  .u-sp-pl-4 {
    padding-left: 32px !important;
  }

  .u-sp-pl-5 {
    padding-left: 40px !important;
  }

  .u-sp-pl-6 {
    padding-left: 48px !important;
  }

  .u-sp-pl-7 {
    padding-left: 56px !important;
  }

  .u-sp-pl-8 {
    padding-left: 64px !important;
  }

  .u-sp-pl-9 {
    padding-left: 72px !important;
  }

  .u-sp-pl-10 {
    padding-left: 80px !important;
  }

  .u-sp-pl-11 {
    padding-left: 88px !important;
  }

  .u-sp-pl-12 {
    padding-left: 96px !important;
  }

  .u-sp-pl-13 {
    padding-left: 104px !important;
  }

  .u-sp-pl-14 {
    padding-left: 112px !important;
  }

  .u-sp-pl-15 {
    padding-left: 120px !important;
  }

  .u-sp-pl-16 {
    padding-left: 128px !important;
  }

  .u-sp-pl-17 {
    padding-left: 136px !important;
  }

  .u-sp-pl-18 {
    padding-left: 144px !important;
  }

  .u-sp-pl-19 {
    padding-left: 152px !important;
  }

  .u-sp-pl-20 {
    padding-left: 160px !important;
  }

  .u-sp-px-0 {
    padding-inline: 0 !important;
  }

  .u-sp-px-4 {
    padding-inline: 32px !important;
  }

  .u-sp-px-5 {
    padding-inline: 40px !important;
  }

  .u-sp-textcenter {
    text-align: center !important;
  }

  .u-sp-textleft {
    text-align: left !important;
  }

  .u-sp-textright {
    text-align: right !important;
  }

  .is-pc,
  .u-pc {
    display: none;
  }

  .is-sp,
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .ranking-feature h2 {
    font-size: 16px;
  }

  .ranking-feature p {
    font-size: 14px;
  }

  .ranking-feature__title {
    position: relative;
    margin-top: -1px;
    padding: 8px 4px;
    background: #FFF;
    border: solid 1px #666;
    pointer-events: all;
    font-size: 14px;
  }

  .ranking-feature__title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    transform: rotate(135deg);
  }

  .ranking-feature__toggle {
    display: none;
    padding: 8px 4px 16px;
    background: #FFF;
    font-size: 13px;
    line-height: 1.3;
  }

  .title__header {
    width: 100%;
  }

  .topimage {
    height: 250px;
    z-index: -1;
    margin: 0 0 20px;
  }

  .topimage__inner {
    width: 100%;
    position: static;
  }

  .topimage__title {
    top: auto;
    bottom: 60px;
    right: auto;
    left: 10px;
    font-size: 11px;
    color: #FFF;
  }

  .topimage__breadcrumb {
    padding: 10px;
    position: static;
    left: auto;
    top: auto;
    font-size: 100%;
  }

  .topimage__breadcrumb li {
    color: #FFF;
  }

  .top__title {
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
  }

  .toppage #ad_tag {
    display: none;
  }

  .top-wrapper {
    border: 1px solid #ddd;
    border-top: none;
    margin: -68px 15px 15px;
  }

  .top-wrapper__inner {
    width: 100%;
    margin: -50px auto 0;
  }

  .top-wrapper__inner > .contents__box {
    margin: 0;
    position: relative;
  }

  .wrapper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .contents__box {
    width: 100%;
    float: none;
    margin: 20px 0 0;
  }

  .sidebar {
    width: 100%;
    float: none;
    margin: 0;
  }

  .article-list {
    margin: 0;
  }

  .article-list__title {
    font-size: 14px;
  }

  .top-newcar {
    margin: 10px 0;
  }

  .top-newcar__title {
    font-size: 16px;
  }

  .top-newcar__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
  }

  .top-newcar__list:nth-child(3n) {
    border-right: none;
  }

  .top-newcar__thumbnail {
    width: 100px;
    margin: 0 10px 0 0;
    padding: 20px 0 0;
  }

  .top-newcar__thumbnail img {
    width: 100px;
    height: auto;
  }

  .top-newcar__icon {
    top: 0;
  }

  .top-newcar__data {
    width: calc(100% - 110px);
  }

  .top-newcar__data--spec {
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
  }

  .top-newcar__data--spec dt {
    width: 30%;
  }

  .top-newcar__data--spec dd {
    width: 70%;
    margin: 0;
  }

  .top-newcar__data--spec li {
    width: 100%;
  }

  .top-pickup__title {
    font-size: 16px;
  }

  .top-pickup__icon {
    letter-spacing: -0.08em;
  }

  .top-pickup__primary {
    display: block;
    padding: 10px;
    margin: 0;
  }

  .top-pickup__primary--thumbnail {
    margin-right: 10px;
    widows: 100%;
  }

  .top-pickup__primary--text {
    width: 100%;
  }

  .top-pickup__secondary {
    padding: 10px;
    margin: 0;
  }

  .top-pickup__video {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .top-pickup__video iframe {
    width: 100%;
  }

  .top-pickup .article-list {
    display: block;
    width: 100%;
    padding: 0;
  }

  .top-pickup .article-list__list {
    display: block;
    margin: 0 0 10px;
  }

  .top-pickup .article-list__list__thumbnail {
    width: 120px;
  }

  .top-pickup .article-list__list__data {
    font-size: 14px;
  }

  .search-maker {
    width: 100%;
    padding: 10px;
    margin-bottom: -20px;
  }

  .search-maker__title {
    font-size: 18px;
  }

  .search-maker__heading--line {
    border-bottom: none;
    margin: 0 0 10px;
    padding: 0;
  }

  .search-maker__heading--sub {
    margin: 0 0 10px;
  }

  .search-maker__local {
    display: block;
    width: 100%;
  }

  .search-maker__list {
    width: 100%;
    margin: 0;
  }

  .search-maker__list li {
    width: 20%;
    height: 50px;
    margin: 0 0 15px;
  }

  .search-maker__list li:nth-child(n+11) {
    display: none;
  }

  .search-maker__thumbnail {
    width: 70px;
    margin: 0 auto 5px;
  }

  .search-maker__data {
    font-size: 11px;
  }

  .search-maker__other + .more_link {
    margin: 0;
  }

  .search-maker__other--item {
    display: block;
    margin: 0;
    width: 100%;
  }

  .search-maker__other--thumbnail {
    display: none;
  }

  .search-maker__other--heading {
    margin: 8px 0;
    padding: 8px 0;
    border-bottom: solid 1px #EEE;
    position: relative;
  }

  .search-maker__other--heading::before {
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
  }

  .search-maker__other--list {
    display: none;
  }

  .search-maker__other--list.show {
    display: block !important;
  }

  .search-maker__other--list li {
    margin: 0 5px 5px 0;
  }

  .search-maker__other--list li a {
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    background-color: #EEE;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .cfx {
    width: 100%;
  }

  .cfx .search-bodytype {
    width: 100%;
    float: none;
  }

  .cfx .search-enginetype {
    width: 100%;
    float: none;
  }

  .cfx .search-price__primary {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    box-sizing: border-box;
  }

  .cfx .search-price__secondary {
    width: 100%;
    float: none;
    padding: 0;
    box-sizing: border-box;
  }

  .kaitori {
    margin: 0;
  }

  .kaitori__inner {
    width: 100%;
    padding: 10px;
  }

  .kaitori__title {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .kaitori__title--caption {
    display: block;
    margin: 0;
  }

  .kaitori__heading {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .kaitori__heading--caption {
    display: block;
    margin: 0;
  }

  .kaitori__ranking li {
    display: block;
    margin: 0 0 2% 0;
    padding: 30px 10px 10px;
    position: relative;
    align-items: center;
    width: 49%;
  }

  .kaitori__ranking li:last-child {
    display: none;
  }

  .kaitori__thumbnail {
    width: 100%;
    margin: 0;
  }

  .kaitori__list {
    display: block;
    width: 100%;
  }

  .ad {
    width: auto;
    text-align: center;
    margin: 20px 0px 10px 0px;
  }

  .ad__kaitori {
    width: 100%;
    margin: 20px auto;
  }

  .ad_google_sp {
    margin: 0 10px 10px;
    overflow: hidden;
    text-align: center;
  }

  .js-tab-wrap {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #F7F7F7;
  }

  .toppage-ranking .ranking__title {
    padding: 0 10px;
    margin-bottom: 0;
  }

  .toppage-ranking .contents-block__inner {
    padding: 0;
  }

  .tab-button-outer {
    display: none;
  }

  .tab-select-outer {
    display: block;
    position: relative;
    margin: 0 0 20px;
  }

  .ranking__inner {
    width: 100%;
  }

  .ranking__title {
    font-size: 16px;
  }

  .ranking__tabs {
    flex-wrap: wrap;
  }

  .ranking__tab {
    width: 50%;
  }

  .ranking__tab-contents {
    padding: 0px;
    border: none;
    background-color: inherit;
  }

  .ranking__list {
    margin: 0 0 0;
  }

  .ranking__list--item {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    background-color: #FFF;
  }

  .ranking__list--item:last-child {
    margin-bottom: 0;
  }

  .ranking__list .top-newcar__data--spec {
    font-size: 11px;
  }

  .ranking__list .top-newcar__data--spec dt {
    width: 9em;
  }

  .ranking__list .top-newcar__data--spec dd {
    width: calc(100% - 9em);
  }

  .ranking__thumbnail {
    width: 25%;
    margin: 30px 10px 0 0;
  }

  .ranking__data {
    width: 75%;
  }

  .ranking__type > li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    background-color: #FFF;
  }

  .article__inner {
    width: 100%;
    padding: 10px;
  }

  .article__list li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .article__article-title {
    font-size: 13px;
  }

  .article__thumbnail {
    width: 120px;
    margin-right: 10px;
  }

  .article__data {
    padding: 0;
  }

  .contenst__main {
    width: 100%;
    float: none;
  }

  .article__title {
    font-size: 16px;
  }

  .listview {
    border-bottom: solid 1px #ddd;
  }

  .listview__name {
    font-size: 16px;
  }

  .listview__thumbnail {
    display: block;
    width: 100px;
    float: left;
    padding: 30px 10px 0 0;
  }

  .listview__data {
    display: block;
    float: left;
    vertical-align: top;
    font-size: 11px;
    width: calc(100% - 100px);
  }

  .listview__rating--value {
    font-size: 15px;
    margin: 0 3px;
  }

  .listview__rating--number {
    font-size: 10px;
  }

  .listview__link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    clear: both;
    font-size: 12px;
    padding: 10px 0 0;
  }

  .listview__link--newcar,
  .listview__link--lease,
  .listview__link--catalog,
  .listview__link--used {
    height: 42px;
    margin: 8px 0 0;
    width: 49%;
    justify-content: space-between;
  }

  .listview__link--newcar a,
  .listview__link--lease a,
  .listview__link--catalog a,
  .listview__link--used a {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .lineup {
    padding: 60px 10px 10px;
    margin: 0;
  }

  .lineup__title {
    font-size: 16px;
  }

  .line__title {
    margin: 0 0 10px;
  }

  .cp_ipcheck {
    padding: 10px;
  }

  .select_maker_namelst {
    margin: 0;
    padding: 0;
  }

  .select_maker_namelst .lbox {
    padding: 0 10px;
  }

  .select_maker_namelst .lbox dd .bklnk {
    font-size: 20px;
    line-height: 28px;
  }

  .prefectures {
    margin-top: 0;
  }

  .prefectures__inner {
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  .prefectures__title {
    font-size: 16px;
  }

  .prefectures__heading {
    display: block;
    width: 7em;
  }

  .prefectures__deta {
    width: 100%;
  }

  .prefectures__deta ul {
    display: flex;
    flex-wrap: wrap;
  }

  .prefectures__deta li:not(:last-child)::after {
    content: none;
    margin: 0;
  }

  .prefectures__deta li {
    width: calc((100% - 10px) / 3);
    margin: 0 5px 5px 0;
  }

  .prefectures__deta li:nth-child(3n) {
    margin-right: 0;
  }

  .prefectures__deta li a {
    display: block;
    padding: 8px 12px;
    background-color: rgba(238, 238, 238, 0.9333333333);
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .bodytype + .lineup {
    padding: 20px 0 10px;
  }

  .bodytype__title--main {
    font-size: 16px;
  }

  .bodytype__title--sub {
    font-size: 16px;
  }

  .bodytype__inner + .lineup {
    padding: 10px 0;
  }

  .bodytype__inner + .lineup .lineup__title {
    font-size: 18px;
  }

  .bodytype__thumbnail {
    float: none;
    width: 100%;
    display: flex;
    padding: 10px 0;
    align-items: center;
  }

  .bodytype__heading {
    margin: 0;
    order: 2;
    text-align: left;
  }

  .bodytype__image {
    order: 1;
  }

  .bodytype__image--maker {
    width: 50px;
    margin: 0 10px 0 0;
  }

  .bodytype__data {
    float: none;
    width: 100%;
    margin: 0 0 0;
  }

  .bodytype-ranking__inner {
    width: 100%;
    padding: 10px;
  }

  .bodytype-ranking__title {
    font-size: 16px;
  }

  .bodytype-ranking__heading {
    width: 100%;
    display: block;
    font-weight: 700;
  }

  .bodytype-ranking__deta {
    width: 100%;
    display: block;
  }

  .bodytype__maker-list {
    display: flex;
    flex-wrap: wrap;
  }

  .bodytype__maker-list li {
    display: block;
    margin: 0 0 10px 0;
    width: 20%;
  }

  .bodytype__maker-list li:nth-child(5n) {
    margin-right: 0;
  }

  .fuel-ranking__inner {
    width: 100%;
    padding: 10px;
  }

  .fuel-ranking__title {
    font-size: 16px;
  }

  .fuel-ranking__heading {
    width: 100%;
    display: block;
    font-weight: 700;
  }

  .fuel-ranking__deta {
    width: 100%;
    display: block;
  }

  .ad-rectangle__inner {
    width: 100%;
  }

  .car-sommelier {
    margin: 20px 0 0;
  }

  .car-sommelier__none {
    font-size: 14px;
    padding: 10px 0 !important;
  }

  .car-sommelier__inner {
    width: 100%;
    padding: 10px;
  }

  .car-sommelier__title {
    font-size: 16px;
  }

  .car-sommelier__report-list {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }

  .car-sommelier__rating--total-value {
    font-size: 18px;
    vertical-align: 1px;
  }

  .car-sommelier__user {
    margin: 0 0 8px;
  }

  .car-sommelier__user-rating--total-value {
    vertical-align: 0;
  }

  .car-sommelier__headling {
    font-size: 16px;
  }

  .review .pager-block__inner {
    display: none;
  }

  .review__none {
    font-size: 14px;
    padding: 10px 0 !important;
  }

  .review__inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .review__title--main {
    font-size: 16px;
  }

  .review__list li {
    margin: 8px 0;
  }

  .review__user {
    float: none;
    width: 100%;
    margin: 0 0 8px;
  }

  .review__user-name {
    margin: 0 0 4px;
  }

  .review__user-data {
    font-size: 16px;
    line-height: 1.7;
    display: block;
    width: 100%;
    margin: 0;
  }

  .review__user-data--title {
    display: block;
    width: 100%;
    font-size: 13px;
    margin: 0 0 4px;
  }

  .review__user-data--detail {
    display: block;
    width: 100%;
    font-size: 12px;
    margin: 0 0 4px;
  }

  .review__user-data--detail span {
    width: 32.3333333333%;
    margin: 0;
  }

  .pager-block {
    margin: 20px 0;
    flex-direction: column-reverse;
    align-items: center;
  }

  .pager-block__inner {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .pager-block__inner li {
    font-size: 12px;
  }

  .news-block__inner {
    width: 100%;
  }

  .contents-block__inner {
    width: 100%;
    padding: 10px;
  }

  .contents-block__title {
    font-size: 16px;
  }

  .contents-block__pickup {
    padding: 0;
  }

  .contents-block__pickup--item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
  }

  .contents-block__pickup--item:nth-child(1) {
    width: 100%;
  }

  .contents-block__pickup--item:nth-child(2) {
    width: 100%;
  }

  .contents-block__pickup--item:nth-child(3) {
    width: 100%;
  }

  .contents-block__pickup .contents-block__data--title {
    font-size: 14px;
  }

  .contents-block__youtube {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }

  .contents-block__youtube iframe {
    width: 100%;
  }

  .contents-block__youtube + .contents-block__article {
    width: 100%;
  }

  .contents-block__article {
    margin: 20px 0 0;
  }

  .contents-block__article .contents-block__list--item {
    width: 100%;
  }

  .contents-block__article .contents-block__thumbnail {
    width: 120px;
  }

  .contents-block__list--item {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
  }

  .contents-block__list--item:last-child {
    margin-bottom: 0;
  }

  .contents-block__data {
    width: calc(100% - 110px);
  }

  .contents-block__data--title {
    font-size: 14px;
  }

  .contents-block__thumbnail {
    width: 120px;
    margin: 0 10px 0 0;
  }

  .contents-block__thumbnail img {
    width: 100%;
    height: auto;
  }

  .contents-block__data-table {
    display: flex;
    flex-wrap: wrap;
  }

  .contents-block__data-table--term {
    width: 35%;
  }

  .contents-block__data-table--value {
    width: 65%;
  }

  .contents-block__data-table--value span {
    font-size: 16px;
  }

  .kaitori-block {
    background-color: inherit;
    margin: 32px 0 0;
  }

  .kaitori-block__none {
    font-size: 14px;
    padding: 10px 0 !important;
  }

  .kaitori-block__inner {
    width: 100%;
    padding: 10px;
  }

  .kaitori-block__title {
    font-size: 16px;
  }

  .kaitori-block__heading {
    font-size: 14px;
  }

  .kaitori-block__lead {
    margin-bottom: 0;
  }

  .kaitori-block__resulttitle {
    font-size: 16px;
  }

  .kaitori-table {
    font-size: 12px;
    line-height: 1.3;
  }

  .kaitori-table__head th {
    width: 25%;
    text-align: center;
  }

  .kaitori-table__head--1 {
    width: 25%;
  }

  .kaitori-table__head--2 {
    width: 25%;
  }

  .kaitori-table__head--3 {
    width: 25%;
  }

  .kaitori-table__head--4 {
    width: 25%;
  }

  .kaitori-table__body td,
  .kaitori-table__foot td {
    text-align: center;
  }

  .kaitori-table__head--b1:not(:root) {
    width: 25%;
  }

  .kaitori-table__head--b2:not(:root) {
    width: 50%;
  }

  .kaitori-table__head--b3:not(:root) {
    width: 25%;
  }

  .kaitori-table__head--b4:not(:root) {
    width: 25%;
  }

  .kaitori-table__head--grade th {
    text-align: center;
    vertical-align: middle;
  }

  .kaitori-table__head--a1 {
    width: 40%;
  }

  .kaitori-table__head--a2 {
    width: 35%;
  }

  .kaitori-table__head--a3 {
    width: 25%;
  }

  .kaitori-table__body--grade tr {
    height: 78px;
  }

  .kaitori-block .btn {
    width: 100% !important;
    font-size: 13px;
    margin-top: 16px;
  }

  .kaitori-table__carmodel {
    text-align: left !important;
    position: relative;
    padding: 10px 0 12px 10px !important;
    background-color: #F7F7F7;
  }

  .kaitori-table__carmodel a {
    display: block;
    margin-right: 48px;
  }

  .kaitori-table__carmodel span {
    display: block;
  }

  .kaitori-table__carmodel--name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }

  .kaitori-table td {
    padding: 8px 5px;
  }

  .kaitori-table__image {
    display: none;
  }

  .kaitori-result {
    margin: 0;
  }

  .kaitori-result__title {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  .kaitori-result__title--date {
    margin-left: 0;
  }

  .kaitori-result__list {
    margin: 8px 0 0;
    grid-template-columns: repeat(1, 100%);
  }

  .kaitori-result__list--list {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
  }

  .kaitori-result__data--title {
    line-height: 1.3;
    font-size: 14px;
  }

  .kaitori-result__data--title:hover::after {
    border: none;
  }

  .kaitori-result__data--price {
    font-size: 12px;
  }

  .kaitori-result__data--price-large {
    font-size: 16px;
  }

  .kaitori-result__data--ullo {
    padding: 4px 8px 5px;
  }

  .flex li {
    width: 100%;
  }

  .flex li:not(:first-of-type) {
    margin-top: 14px;
  }

  .shop-info__review--secondary .shop-info__review--shop p {
    font-size: 12px;
    line-height: 1.5;
  }

  .shop-info__review--car .shop-info__review--carmodel {
    margin-bottom: 4px;
  }

  .shop-info__review--icon {
    width: 60px;
    height: 60px;
    top: -9px;
    right: -7px;
  }

  .kaitori-result__button,
  .shop-info__review--button {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 12px;
    margin-top: 16px;
  }

  #js-more-button.more_link a,
  #js-review-more.more_link a {
    display: block;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 100%;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 12px;
    margin-top: 16px;
    text-align: center;
  }

  #js-more-button.more_link a::before,
  #js-review-more.more_link a::before {
    content: none;
  }

  .kaitori-table__head--c1:not(:root) {
    width: 50%;
  }

  .kaitori-table__head--c2:not(:root) {
    width: 50%;
  }

  .kaitori__bidded__box {
    padding: 0 16px;
  }

  .kaitori__bidded__list {
    flex-direction: column;
  }

  .kaitori__bidded__list li {
    width: 100%;
  }

  .kaitori-detail-data {
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
    gap: 0;
  }

  .detail-used-rating {
    width: 100%;
    grid-template-rows: repeat(3, max-content);
  }

  .rating-block__kaitori:not(:root) {
    margin-top: 0;
  }

  .rating-block__kaitori:not(:root) + .sns:not(:root) {
    margin-top: 0;
  }

  .sp-upper0 {
    margin-top: 0 !important;
  }

  .big_omds br {
    display: block;
  }

  .big_omds {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .con_box {
    width: 100%;
    padding: 0;
  }

  .con_box_bg.ullo {
    margin: 0;
  }

  .bestbox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px auto;
  }

  .ullo_good_point_box .value_bottom {
    width: 100%;
    padding: 0;
  }

  .ullo_good_point_box .gmds {
    font-size: 16px;
  }

  .ullo_good_point_box {
    width: 100%;
  }

  .ullo_good_point_box .value {
    width: 100%;
    padding: 0;
  }

  .ullo_good_point_box .mark {
    box-sizing: initial;
  }

  .ullo_good_point_box .prtxt {
    float: none;
    width: 100%;
  }

  .uvoice_box {
    width: 100%;
  }

  .uvoice_box .ulst {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 10px;
  }

  .research_box {
    width: 100%;
    padding: 20px 29px 20px 29px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
  }

  .research_box li {
    float: none;
    width: 100%;
    margin: 0 0 0;
  }

  .research_box img {
    width: 100%;
    height: auto;
  }

  .research_box dd {
    float: left;
    width: 20%;
    font-weight: bold;
  }

  .research_box dt {
    float: right;
    width: 73%;
    margin-top: 15px;
    font-size: 16px;
  }

  .three_box li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item span {
    font-size: 16px;
  }

  .accordion-item .qbox {
    font-size: 16px;
  }

  .accordion-item .lbox {
    width: 70%;
    text-align: left;
  }

  .market-price__inner {
    width: 100%;
    padding: 0 10px;
  }

  .market-price__title--main {
    font-size: 16px;
  }

  .market-price__table {
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .market-price + .used-car,
  .market-price + .used-car__title {
    margin-top: 0;
  }

  .market-price .used-car__inner {
    padding: 0;
  }

  .qtt_table {
    width: 100%;
  }

  .qtt_table td {
    white-space: nowrap;
  }

  .used-car {
    margin: 10px 0 0;
  }

  .used-car__none {
    font-size: 14px;
    padding: 10px 0 !important;
  }

  .used-car__inner {
    width: 100%;
    padding: 10px;
  }

  .used-car__title {
    font-size: 16px;
  }

  .used-car__list {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .used-car__list li {
    width: calc((100% - 10px) / 2);
    display: block;
    margin: 0 0 10px;
    border: none;
    background-color: transparent;
  }

  .used-car__list + .prefectures .prefectures__inner {
    padding: 0;
  }

  .used-car__thumbnail {
    width: 100%;
    margin: 0;
  }

  .used-car__data {
    margin: 4px 0 0;
    width: 100%;
  }

  .used-car .prefectures__inner {
    padding: 0;
  }

  .used-car .contents_list_large .contents_list:nth-child(1) {
    width: 100%;
    margin: 0 0 0 0;
  }

  .used-car .contents_list_large .contents_list:nth-child(2) {
    width: 100%;
    margin: 0 0 0 0;
  }

  .used-car .contents_list_large .contents_list:nth-child(3) {
    width: 100%;
    margin: 0 0 0 0;
  }

  .sponsored-article {
    margin-bottom: 0;
  }

  .sponsored-article + .contents-block {
    margin-top: -10px;
  }

  .sponsored-article__inner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .sponsored-article__contents {
    width: 48%;
  }

  .sponsored-article__contents::after {
    content: none;
  }

  .sponsored-article__category {
    font-size: 10px;
  }

  .sponsored-article__tieup-pro-banner li {
    flex: 0 0 100%;
  }

  .maker-brand__image {
    margin: 0 5px 0 0;
  }

  .maker-brand__image img {
    width: 45px;
    height: auto;
  }

  .container {
    width: 100%;
  }

  .filter {
    background-color: transparent;
  }

  .filter__inner {
    width: 100%;
    padding: 30px 10px 0;
  }

  .filter__title {
    font-size: 16px;
  }

  .filter-header {
    width: 100%;
  }

  .filter-header__tabs {
    border-bottom: none;
    margin: 0 0 10px;
  }

  .filter-header__tabs--list {
    font-size: 12px;
    font-weight: 400;
    width: 20%;
    margin: 0;
    background-color: #f8f8f8;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }

  .filter-header__tabs--list:nth-child(5n) {
    border-right: none;
  }

  .filter-header__tabs--list a {
    display: block;
    text-align: center;
    padding: 10px;
  }

  .filter-header__tabs--list::before {
    content: none;
  }

  .filter-body {
    width: 100%;
    margin: 0 0 20px;
  }

  .filter-body__heading {
    margin: 10px;
  }

  .filter-body__list {
    width: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }

  .filter-body__thumbnail {
    width: 120px;
  }

  .filter-body__data {
    padding: 0 0 0 130px;
  }

  .filter-body__spec--value {
    display: block;
  }

  .filter-body__spec--price {
    color: #C00;
    font-size: 16px;
  }

  .filter-body__rating--data {
    display: block;
  }

  .underline_mds {
    margin: 10px !important;
  }

  .search-bodytype__inner {
    width: 100%;
  }

  .search-bodytype__title {
    border-bottom: none;
    padding: 0;
  }

  .search-bodytype__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }

  .search-bodytype__list li {
    width: 25%;
    margin: 0 0 10px;
  }

  .search-enginetype__inner {
    width: 100%;
  }

  .search-enginetype__title {
    border-bottom: none;
    padding: 0;
  }

  .search-enginetype__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .search-enginetype__list li {
    width: 25%;
    margin: 0;
  }

  .search-enginetype__thumbnail img {
    width: auto;
    height: 60px;
  }

  .search-price {
    margin: 0;
  }

  .search-price__inner {
    width: 100%;
  }

  .search-price__title {
    border-bottom: none;
    padding: 0;
  }

  .search-price__list li {
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .search-price__list li:nth-child(2n) {
    margin-right: 0;
  }

  .search-price__list li a {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    padding: 10px 12px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .search-price__list li a::before {
    position: absolute;
    top: 40%;
    right: 10px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
  }

  .search-keyword__list li {
    width: auto;
    margin: 0 5px 5px 0;
  }

  .search-keyword__list li a {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    padding: 10px 12px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .search-dealer {
    width: 100%;
  }

  .search-dealer__inner {
    width: 100%;
  }

  .dealerp-search {
    width: 100%;
    margin: 0;
  }

  .dealerp-search__wrap {
    display: block;
  }

  .dealerp-search__inner {
    display: block;
  }

  .dealerp-search__search {
    margin: 10px auto;
    background-color: #F8F8F8;
    padding: 15px;
    box-sizing: border-box;
  }

  .dealerp-search .sponsored {
    border-style: none;
    border-color: #DDD;
    border-width: 1px;
    margin: 0;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
  }

  .dealerp-search .sponsored__thumbnail {
    float: left;
    width: 120px;
    margin: 0 10px 0 0;
  }

  .dealerp-search .sponsored__data {
    padding: 0 0 0 130px;
  }

  .detail {
    width: 100%;
    /*    margin-top:20px;*/
  }

  .detail .detail__container {
    display: block;
  }

  .detail__data {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: none;
  }

  #pc_autocone_right_1st {
    display: none;
  }

  .detail {
    padding: 10px;
  }

  .detail__primary {
    width: 100%;
  }

  .detail__primary--data {
    width: 100%;
    float: none;
  }

  .detail__title__wrap {
    display: block;
    width: 100%;
    padding-bottom: 8px;
  }

  .detail__title {
    font-size: 16px;
    position: relative;
    display: inline;
    box-sizing: border-box;
    padding-bottom: 4px;
    margin-bottom: 8px;
    line-height: 1.4;
    width: 100%;
  }

  .detail__title--main {
    font-size: 18px;
  }

  .detail__title--sub {
    font-size: 16px;
  }

  .detail__title--icon {
    font-size: 11px;
    margin-bottom: 0;
  }

  .detail__title--credit {
    display: block;
    text-align: left;
  }

  .detail__title--credit {
    margin: 8px 0 0;
    width: 100%;
  }

  .detail__title--credit img {
    vertical-align: middle;
  }

  .detail__main-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px;
    position: initial;
  }

  .detail__photo--main .slick-slide {
    padding: 0 4px;
  }

  .detail__tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    margin-top: 8px;
  }

  .detail__tabs + .kaitori-block {
    margin: 20px 0;
  }

  .detail__tabs--inner {
    width: 770px;
    display: flex;
    -webkit-overflow-scrolling: touch;
  }

  .detail__tabs--list {
    width: 100%;
    margin: 0 1px;
  }

  .detail__tabs--link {
    padding: 15px 0px 10px;
  }

  .detail__tabs--page-back {
    width: 100%;
  }

  .detail__tabs-title--main {
    font-size: 12px;
  }

  .detail__tabs-title--main .new {
    font-size: 10px;
    padding: 2px 4px;
  }

  .sponsored {
    width: 100%;
  }

  .sponsored .ad_title {
    left: 160px;
  }

  .sponsored .ad_area2 {
    position: inherit;
  }

  .sponsored .ad_link::before {
    border-bottom: none;
  }

  .car-supplies {
    margin: 0;
  }

  .car-supplies__inner {
    width: 100%;
    padding: 10px;
  }

  .car-supplies__image {
    width: 100%;
  }

  .car-supplies__title {
    font-size: 16px;
    width: 100%;
  }

  .car-supplies__list {
    display: block;
    margin: 8px 0 0;
    width: 100%;
  }

  .car-supplies__list--item {
    width: 100%;
    border-bottom: solid 1px #CCC;
    padding: 0 0 10px;
  }

  .car-supplies__list--item:not(:last-child) {
    margin: 0 0 10px;
  }

  .car-supplies__list--link {
    position: relative;
  }

  .car-supplies__list--link::before {
    position: absolute;
    top: 40%;
    right: 2px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
  }

  .car-supplies__data {
    align-self: center;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }

  .button-block__dealer {
    position: static;
    width: 100%;
    margin-bottom: 0;
    margin-top: 16px;
  }

  .button-block__dealer .button-block__dealer--link {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .button-block__dealer .button-block__dealer--link:not(:last-child) {
    margin: 0 4px 0 0;
  }

  .button-block__dealer .button-block__dealer--sub {
    margin: 0 0 5px;
  }

  .button-block__dealer .button-block__dealer--main {
    font-size: 13px;
  }

  .button-block__dealer .button-block__dealer--main br {
    display: block;
  }

  .kinto {
    margin: 0;
  }

  .kinto__pc {
    display: none;
  }

  .kinto__link {
    position: relative;
  }

  .kinto__link::after {
    position: absolute;
    top: 45%;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #FF9800;
    border-right: 2px solid #FF9800;
    transform: rotate(45deg);
  }

  .kinto__logo {
    width: 70px;
  }

  .kinto__logo img {
    max-width: 70px;
  }

  .kinto__text {
    width: calc(100% - 80px);
    padding: 0 18px 0 0;
  }

  .kinto__description {
    font-size: 14px;
  }

  .kinto__button {
    display: none;
  }

  .kinto__button::before {
    position: absolute;
    top: 40%;
    right: 10px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
  }

  .floating {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
  }

  .floating__close {
    background: none;
    font-size: 18px;
    color: #333;
    right: auto;
    left: 4px;
    top: -4px;
  }

  .floating__inner {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    border-radius: 0;
    box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
    border: none;
  }

  .floating__inner li:first-child {
    width: 49%;
  }

  .floating__inner li:last-child {
    width: 49%;
  }

  .floating__inner li:only-child {
    width: 100%;
  }

  .floating__inner li:not(:last-child) {
    margin: 0;
  }

  .floating__item dt {
    font-size: 10px;
    text-align: center;
  }

  .floating__button {
    font-size: 18px;
    padding: 16px 12px;
  }

  .fixed {
    display: none;
  }

  .recommend__inner {
    width: 100%;
    padding: 10px;
  }

  .recommend__heading {
    font-size: 16px;
  }

  .recommend__list {
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .recommend__list li {
    width: 100%;
    display: flex;
  }

  .recommend__list li:not(:first-child) {
    margin-top: 8px;
  }

  .recommend__thumbnail {
    width: 120px;
  }

  .recommend__data {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
  }

  .recommend__data-table--term {
    width: 8em;
  }

  .rating-info {
    align-items: center;
    margin: 8px 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff8be;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .rating-info dt,
  .rating-info dd {
    font-size: 12px;
  }

  .description {
    min-height: initial;
    margin: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .description__title {
    font-size: 13px;
    font-weight: 700;
    padding: 16px;
    border: solid 1px #ccc;
    border-radius: 4px;
    position: relative;
    margin: 0 0 10px;
    pointer-events: auto;
  }

  .description__title::after {
    content: "";
    border-top: 10px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 40%;
    right: 14px;
  }

  .grade__spec--list {
    width: 100%;
  }

  .leaseplan {
    padding: 10px;
  }

  .detail__primary--image {
    width: 100%;
    float: none;
  }

  .detail__photo--sub {
    background: none;
    padding: 0;
  }

  .detail__photo--heading {
    margin-top: 8px;
  }

  .detail__photo--link {
    margin: 8px 0;
  }

  .detail__spec {
    font-size: 12px;
    line-height: 1.3;
  }

  .detail__spec:last-of-type {
    margin: 0 0 12px;
  }

  .detail__spec h2 {
    line-height: 1;
  }

  .detail__data {
    display: block;
    padding: 0;
  }

  .detail__price--cap,
  .detail__data--kaitori {
    justify-content: space-between;
  }

  .detail__data--kaitori a::after {
    content: none;
  }

  .detai__kaitori__box {
    display: block;
  }

  .detail__kaitori__pricelist {
    width: 100%;
  }

  .detail__model-name {
    font-size: 16px;
  }

  .detail__link--main2 {
    font-size: 14px;
  }

  .detail__link--sub {
    font-size: 18px;
  }

  .detail__kaitori dt,
  .detail__newcar dt,
  .detail__used dt,
  .detail__dealer dt,
  .detail__lease dt,
  .detail__kaitoributton dt {
    width: 100%;
  }

  .detail__kaitori--title,
  .detail__newcar--title,
  .detail__used--title,
  .detail__dealer--title,
  .detail__lease--title,
  .detail__kaitoributton--title {
    font-size: 14px;
    width: 7em;
  }

  .detail__kaitori--link,
  .detail__newcar--link,
  .detail__used--link,
  .detail__dealer--link,
  .detail__lease--link,
  .detail__kaitoributton--link {
    margin: 24px 0 0;
    width: 100%;
  }

  .detail__kaitori--link {
    margin-top: 16px;
  }

  .detail__lease--link {
    width: 49%;
    line-height: 0.8em;
    margin-top: 0;
  }

  .detail__kaitori--link a,
  .detail__newcar--link a,
  .detail__used--link a,
  .detail__dealer--link a,
  .detail__lease--link a,
  .detail__kaitoributton--link a {
    min-height: 44px;
    flex-direction: row;
  }

  .detail__kaitoributton--link a {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .detail__used--link a {
    line-height: 0.9em;
  }

  .detail__kaitori--link a {
    height: 55px;
  }

  .detail__newcarbutton--box {
    margin: 0;
    width: 100%;
  }

  .detail__newcarbutton--container {
    width: 100%;
    margin-top: 16px;
  }

  .detail__newcarestimate--link {
    min-height: 44px;
    /*  flex-direction: row*/
  }

  .detail__newcarflexbox a {
    width: 49%;
    /*    min-height: 44px;*/
    height: 40px;
    padding: 10px 5px;
  }

  .detail__link--sub2 {
    font-size: 12px;
  }

  .detail__price {
    font-size: 12px;
  }

  .detail__price__fukidashi {
    margin: 16px auto 0;
  }

  .detail__newcar {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0;
  }

  .detail__kaitori__reason {
    margin-block: 20px;
    padding: 8px 8px;
  }

  .detail__kaitori__reason--list > li {
    font-size: 10px;
    border: 2px solid #568984;
  }

  .detail .detail__secondary {
    width: 100%;
    margin: 0;
  }

  .detail .detail__secondary--banner {
    display: none;
  }

  .detail .detail__secondary--ad {
    float: none;
    width: 100%;
  }

  .rating-block {
    margin-top: 40px;
  }

  .rating-block__list dd a .value {
    font-size: 16px;
  }

  .slide-arrow {
    bottom: 0;
    display: none !important;
  }

  .thumb-item img {
    width: 100%;
    height: auto;
  }

  .thumb-item-nav {
    width: 100%;
  }

  .detail__ncm {
    display: block;
  }

  .detail__ncm dt {
    width: 100%;
  }

  .detail__ncm dd {
    width: 100%;
  }

  .detail__ncm--link {
    margin-top: 8px;
  }

  .detail .used-price dd span:nth-child(1),
  .detail .used-price dd span:nth-child(4),
  .detail .newcar-price dd span:nth-child(1),
  .detail .newcar-price dd span:nth-child(4),
  .detail .kaitori-price dd span:nth-child(1),
  .detail .kaitori-price dd span:nth-child(4) {
    font-size: 16px;
    letter-spacing: -0.3px;
  }

  .detail__bodytype {
    font-size: 11px;
    margin: 8px 0 0;
  }

  .detail__grade {
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
  }

  .detail__grade--heading {
    font-size: 13px;
    font-weight: 700;
    list-style: none;
    padding: 16px;
    border: solid 1px #ccc;
    border-radius: 4px;
  }

  .detail__grade--list {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    position: relative;
  }

  .detail__grade--list::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 3px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #6C86A2;
    border-right: 2px solid #6C86A2;
    transform: rotate(45deg);
  }

  .detail__grade dt {
    font-weight: 700;
    padding: 0 2em 0 0;
  }

  .readmore a {
    padding: 13px;
  }

  .surveyItem_ranking1 {
    width: 92%;
    font-size: 12px;
    line-height: 1.3;
  }

  .surveyItem_ranking1 li {
    margin: 0;
  }

  .detail__heading {
    font-size: 13px;
    margin: 5px 0;
  }

  .detail__sub-photo img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .detail__description {
    margin: 0 0 20px;
  }

  .detail__description--title {
    font-size: 16px;
  }

  .grade {
    margin-top: 0;
  }

  .grade .spec-table__inner {
    padding: 0;
  }

  .grade__inner {
    width: 100%;
    padding: 10px;
  }

  .grade__title--main {
    font-size: 18px;
  }

  .grade__history-model {
    border-left: none;
    border-top: 1px solid #ddd;
  }

  .grade__history-model--list {
    width: 100%;
    display: block;
    border: none;
    position: relative;
    border-bottom: solid 1px #CCC;
    padding: 10px 0;
    margin-top: 0;
  }

  .grade__history-model--list::before {
    position: absolute;
    top: 40%;
    right: 10px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
  }

  .grade__gallery {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }

  .grade__gallery--title {
    font-size: 16px;
  }

  .grade__list {
    margin: 16px 0 0;
  }

  .grade__list--header {
    width: 100%;
    float: none;
  }

  .grade__thumbnail {
    width: 35%;
  }

  .grade__data {
    width: 60%;
    margin: 30px 0 0;
  }

  .grade-ranking__inner {
    width: 100%;
  }

  .grade-ranking__primary {
    width: 100%;
  }

  .grade-ranking__secondary {
    width: 100%;
  }

  .grade-ranking__list li {
    padding: 0;
  }

  .grade-ranking .js-tab-wrap {
    padding: 0;
    background-color: #FFF;
  }

  .dealer__inner {
    width: 100%;
  }

  .maker__dealer {
    padding: 0 10px;
  }

  .maker__dealer .top_price_box {
    flex-direction: column;
  }

  .maker__dealer .top_price_box .leftbox,
  .maker__dealer .top_price_box .middlebox,
  .maker__dealer .top_price_box .rightbox {
    width: 100%;
    margin: 0 0 8px;
  }

  .select_op01 select {
    font-size: 16px;
    margin: 0;
  }

  .select_op02 select {
    font-size: 16px;
    margin: 0;
  }

  .gallery__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }

  .gallery__list--item {
    display: block;
    width: calc((100% - 10px) / 3);
    margin: 0 5px 5px 0;
  }

  .gallery__list--item:nth-child(3n) {
    margin-right: 0;
  }

  .spec-table__inner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
  }

  .spec-table__inner .search-dealer__inner {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }

  .grade_table {
    width: 100%;
  }

  .grade-list {
    width: 100%;
  }

  .grade-list__tabs--list {
    margin: 0 15px 15px 0;
  }

  .grade-list__container {
    display: block;
  }

  .grade-list__list {
    font-size: 13px;
    width: 100%;
  }

  .grade-list__list dt {
    width: 210px;
  }

  .grade-list__list dd {
    word-wrap: break-word;
  }

  .speclist__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .speclist__data {
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 0;
  }

  .speclist__grade {
    background-color: #e2eaf3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 2px;
    padding: 12px 10px;
    position: relative;
  }

  .speclist__grade::after {
    display: block;
    content: "";
    position: absolute;
    top: 35%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #607D8B;
    border-right: 2px solid #607D8B;
    transform: rotate(135deg);
  }

  .speclist__grade.current {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 2px;
    padding: 12px 10px;
    position: relative;
  }

  .speclist__grade.current::after {
    display: block;
    content: "";
    position: absolute;
    top: 35%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #607D8B;
    border-right: 2px solid #607D8B;
    transform: rotate(-45deg);
  }

  .speclist__table {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .speclist__table th {
    width: 6em;
    text-align: left;
  }

  .speclist__table td {
    font-feature-settings: "pkna" 1;
    font-weight: 400;
    line-height: 1.3;
  }

  .speclist__link {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .speclist__link .button {
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: inherit;
    width: 32%;
    box-sizing: border-box;
    margin: 0 0.5%;
    border-radius: 0px;
    border: solid 1px #DFE3E6;
    position: relative;
    color: #6C86A2 !important;
    background: #eee;
    border-bottom: solid 2px #ddd;
    border-radius: 5px;
  }

  .speclist__link .button::after {
    border-bottom: solid 3px #F7F7F7;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
  }

  .speclist__link .button.disable {
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    opacity: 0.5;
    box-shadow: none;
  }

  .speclist__link .button.disable:hover {
    opacity: 0.4;
  }

  .hismodels {
    font-size: 12px;
    margin: 8px 0 0;
  }

  .hismodels li {
    line-height: 1.3;
    padding: 10px 20px 10px 0;
  }

  .parts-item__inner {
    width: 100%;
  }

  .parts-item__contents {
    width: 100%;
    float: none;
  }

  .parts-item__title--main {
    font-size: 16px;
  }

  .ranking-block {
    width: 100%;
    margin-top: 12px;
  }

  .breadcrumbs {
    border-top: none;
  }

  .breadcrumbs__inner {
    width: 100%;
    padding: 10px;
  }

  .header {
    padding: 15px 0 16px 0;
  }

  .header__inner {
    width: 100%;
    padding: 0 6px 0 10px;
    box-sizing: border-box;
  }

  .header__logo {
    padding-top: 1px;
  }

  .header__logo img {
    width: 146px;
    height: auto;
  }

  .header__logo--sub {
    font-size: 13px;
  }

  .header .tmsLink {
    display: none;
  }

  .header__menu {
    justify-content: flex-end;
    margin-right: 2px;
    padding-top: 9px;
  }

  .header__menu--service dl {
    width: 54px;
  }

  .header__menu--service dd {
    font-size: 10px;
  }

  .header__button--menu {
    right: 10px;
  }

  .header__search {
    background-color: #333;
  }

  .header__search--inner {
    width: 100%;
    padding: 10px;
  }

  .header__search--input {
    width: 75%;
    box-sizing: border-box;
  }

  .header__search--input::-moz-placeholder {
    line-height: 1.65;
  }

  .header__search--input::placeholder {
    line-height: 1.65;
  }

  .header__search--submit {
    width: 25%;
    box-sizing: border-box;
  }

  .header-modal {
    padding: 10px 10px 100px;
  }

  .header-modal .service-nav__inner {
    width: 100%;
    margin: 8px 0 0;
  }

  .header-modal .service-nav__inner--list {
    font-size: 13px;
    width: 50%;
  }

  .header-modal__inner {
    width: 100%;
  }

  .header-modal__heading {
    padding: 0 0 4px;
  }

  .header-modal__catalog--inner {
    display: block;
  }

  .header-modal__catalog__primary {
    width: 100%;
  }

  .header-modal__catalog__secondary {
    width: 100%;
  }

  .header-modal__category-wrap {
    display: block;
    margin-top: 20px;
  }

  .header-modal__category__primary {
    width: 100%;
  }

  .header-modal__category__secondary {
    width: 100%;
    display: block;
  }

  .header-modal__category__secondary .header-modal__new-car,
  .header-modal__category__secondary .header-modal__car-life,
  .header-modal__category__secondary .header-modal__article {
    width: 100%;
  }

  .header__button--menu {
    right: 10px;
  }

  .menu__block {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .menu__search {
    width: 100%;
  }

  .menu__account {
    width: 100%;
    margin: 10px 0 0;
  }

  .menu__summary {
    margin-bottom: 10px;
  }

  .menu__input--keyword {
    width: calc(80% - 10px);
  }

  .menu__button--search {
    width: 20%;
  }

  .menu__reminder--item {
    width: 49%;
  }

  .menu__reminder--item br {
    display: block;
  }

  .menu__reminder--item a {
    display: block;
    padding: 5px;
    text-align: center;
    border: solid 1px #CCC;
    border-radius: 4px;
    line-height: 1.4;
  }

  .shop__list::before {
    height: 17px;
    margin: auto auto 2px;
  }

  .status__login::before {
    margin: auto auto 2px;
  }

  .status__logout::before {
    margin: auto auto 2px;
  }

  .ullomenu li {
    width: 50px;
    font-size: 10px;
    text-align: center;
  }

  .information__inner {
    width: 100%;
  }

  .logo__jd-power--img {
    height: 12px !important;
    width: auto !important;
  }

  .account {
    margin: 20px;
  }

  .account__title {
    margin: 0 0 10px;
  }

  .account__inner {
    width: 100%;
    padding: 10px;
    line-height: 1.5;
  }

  .account__inner p {
    margin-bottom: 1em;
  }

  .account__container {
    display: block;
  }

  .account__panel {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }

  .account__reminder {
    margin: 0;
  }

  .not-found {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }

  .not-found br {
    display: none;
  }

  .not-found__title {
    background-color: #FFF;
    font-size: 30px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }

  .not-found__title br {
    display: block;
  }

  .not-found__button {
    font-size: 15px;
    width: 80%;
    margin: 20px auto;
  }

  .not-found__button a {
    padding: 15px 0;
  }

  #basic,
  #outer,
  #inner,
  #engine,
  #function,
  #exterior,
  #interior,
  #color,
  #change_tire {
    margin-top: 0;
    padding-top: 0;
  }

  .contents__inner {
    width: 100%;
  }

  .contents__inner {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .big_omds {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  .reason li {
    margin: 0 0 8px 0;
  }

  .reason li dl dd:first-of-type img {
    width: 80%;
  }

  .kaitoriRange_start {
    padding: 20px 4px;
  }

  .kaitoriRange_txt {
    font-size: 20px;
  }

  #assess_box h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 16px 0 0 0;
  }

  #assess_box h1 span:nth-of-type(1) {
    font-size: 18px;
  }

  #assess_box h1 span:nth-of-type(2) {
    font-size: 28px;
  }

  #assess_box #ullo_merit {
    width: 100%;
    padding: 10px 15px 8px 15px;
  }

  #assess_box .ullo_merit_middle {
    font-size: 28px;
    line-height: 24px;
  }

  #assess_box .ullo_merit_middle span:nth-of-type(2) {
    font-size: 20px;
  }

  #assess_box .middle_omds {
    color: #f9653f;
    font-size: 22px;
    line-height: 23px;
    margin: 12px 0 0;
  }

  #assess_box .small_omds {
    margin-bottom: 40px;
    text-align: center;
  }

  #assess_box .small_omds {
    margin-bottom: 12px;
    font-weight: bold;
  }

  #assess_box .like_select_btn {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
  }

  #assess_box .assess_select select {
    position: relative;
    width: 100%;
    height: 36px;
    padding: 4px 5px 4px 10px;
    font-size: 16px;
    border-radius: 5px;
  }

  #assess_box input.inq_input {
    width: 100%;
    height: 36px;
    padding: 3px 5px 5px 10px;
    font-size: 16px;
    border-radius: 5px;
  }

  #assess_box .btn_anim_red_top {
    font-size: 20px;
    padding: 40px 15px 11px 85px;
    position: relative;
  }

  .landing_content {
    margin: 0 15px;
    padding: 20px 0;
  }

  .landing .btn_anim_red_top2 {
    text-align: center;
    padding: 14px 0;
  }

  .landing .button_container {
    display: none;
  }

  .landing .performance {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .landing .performance_car {
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
  }

  .landing .performance_car img {
    width: 100% !important;
  }

  .landing .performance_car_splbox {
    display: none;
  }

  .landing .performance_car_detail {
    font-size: 12px;
  }

  .landing .performance_review .mlbox {
    clear: both;
  }

  .landing .performance_review .mrbox {
    display: none;
  }

  .landing .performance_reviewer {
    font-size: 12px;
    line-height: 100%;
  }

  .landing .performance_price {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    top: 8px;
    right: 0;
    padding: 18px 8px 3px 8px;
    font-size: 14px;
    line-height: 14px;
  }

  .landing .performance_price_txt {
    line-height: 20px;
  }

  .landing .performance_comment {
    line-height: 24px;
  }

  .landing .howto li {
    margin: 0 0 12px;
  }

  .landing .howto li dl .howto-step {
    border-radius: 5px;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
  }

  .landing .howto li dl dd {
    display: grid;
    gap: 16px;
    grid-template-columns: 150px 1fr;
  }

  .navigation {
    margin: 0;
  }

  .navigation .service-nav__inner {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
  }

  .navigation .service-nav__inner--list {
    font-size: 12px;
  }

  .navigation .service-nav__inner a,
  .navigation .service-nav__inner span {
    padding: 10px 8px;
  }

  .header-modal .service-nav__inner {
    width: 100%;
  }

  .header-modal .service-nav__inner--list {
    font-size: 13px;
    width: 50%;
  }

  .header-modal .service-nav__inner--list:nth-child(-n+6) {
    margin-top: 0;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .is-pc-table {
    display: none;
  }

  .is-sp-table {
    display: table;
  }

  .tabs__list {
    display: none;
  }

  .tabs__list.show {
    display: block;
  }

  .footer__top {
    padding: 10px;
  }

  .footer__bottom {
    padding: 10px 10px 120px;
  }

  .footer__top,
  .footer__bottom {
    width: 100%;
  }

  .footer__contents--left,
  .footer__contents--right {
    display: block;
    padding: 0;
  }

  .footer__contents--left {
    width: 100%;
    margin: 0 0 40px;
  }

  .footer__contents--right {
    width: 100%;
    border-left: none;
  }

  .footer__service--list li {
    margin: 0 10px 0 0;
    line-height: 24px;
  }

  .footer__service--list li::after {
    content: none;
    margin: 0;
  }

  .footer__link {
    float: none;
  }

  .footer__link li {
    display: block;
    margin: 0 1em 10px 0;
  }

  .footer__copyright {
    float: none;
  }

  .footer__logo {
    float: none;
  }

  .pagetop {
    bottom: 120px;
  }

  .ad_rectangle_block {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .ad_rectangle_block .ad_rectangle {
    margin: 10px auto;
  }

  .ad_rectangle_block .ad_rectangle:nth-child(1) {
    float: none;
    width: 330px;
    margin: 10px auto;
  }

  .ad_rectangle_block .ad_rectangle:nth-child(2) {
    float: none;
    width: 330px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .search-maker__other--heading::before {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  /*トップページ・買取ランキングなど*/

  .ranking_box {
    overflow: hidden;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }

  .ranking_box .rlst,
  .ranking_box .rlst_up,
  .ranking_box .bodylst {
    float: left;
    width: 48%;
    padding: 35px 15px 20px 15px;
    margin: 0 4% 4% 0;
    position: relative;
    background-color: #fff;
    font-size: 13px;
    line-height: 150%;
  }

  .ranking_box .rlst dt,
  .ranking_box .rlst_up dt {
    font-size: 13px;
    line-height: 130%;
  }

  .ranking_box .rlst dd,
  .ranking_box .rlst_up dd {
    text-align: center;
  }

  .ranking_box .rlst:nth-child(2n),
  .ranking_box .rlst_up:nth-child(2n),
  .ranking_box .bodylst:nth-child(2n) {
    margin-right: 0;
  }

  .rlst_up h4 {
    font-weight: 700;
  }

  .bdrlst li {
    padding-bottom: 3px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #ddd;
  }

  .selectdwn {
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px 0 5px 5px;
    cursor: pointer;
  }

  .top1_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 8px 6px 8px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #d9b340;
    border: 1px solid #d9b340;
    color: #fff;
  }

  .top2_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 8px 6px 8px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #6f7b83;
    border: 1px solid #6f7b83;
    color: #fff;
  }

  .top3_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 8px 6px 8px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #a15326;
    border: 1px solid #a15326;
    color: #fff;
  }

  .top10_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 8px 6px 8px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .top10over_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 4px 6px 4px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .top100over_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 11px 4px 9px 4px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .top1000over_count_r {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px 3px 10px 3px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  /*ランキングマーク*/

  .sel_top1_count {
    position: absolute;
    top: 2px;
    left: 33px;
    padding: 3px 5px 3px 5px;
    border-radius: 50%;
    font-size: 9px;
    line-height: 100%;
    font-weight: 700;
    background-color: #d9b340;
    border: 1px solid #d9b340;
    color: #fff;
  }

  .sel_top2_count {
    position: absolute;
    top: 2px;
    left: 33px;
    padding: 3px 5px 3px 5px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 100%;
    font-weight: 700;
    background-color: #6f7b83;
    border: 1px solid #6f7b83;
    color: #fff;
  }

  .sel_top3_count {
    position: absolute;
    top: 2px;
    left: 33px;
    padding: 3px 5px 3px 5px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 100%;
    font-weight: 700;
    background-color: #a15326;
    border: 1px solid #a15326;
    color: #fff;
  }

  .sel_top10_count {
    position: absolute;
    top: 2px;
    left: 33px;
    padding: 3px 5px 3px 5px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #9c9392;
  }

  .sel_top10over_count {
    position: absolute;
    top: 2px;
    left: 33px;
    padding: 3px 2px 3px 2px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #9c9392;
  }

  /*トップページ用マーク*/

  .top1_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #d9b340;
    border: 1px solid #d9b340;
    color: #fff;
  }

  /*専用ページ*/

  /*ボタン*/

  /*右メニュー*/

  .top2_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #6f7b83;
    border: 1px solid #6f7b83;
    color: #fff;
  }

  .top3_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #a15326;
    border: 1px solid #a15326;
    color: #fff;
  }

  .top10_count {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedede;
    color: #999;
  }

  .rankp_box {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }

  .rankp_box:last-child {
    border-bottom: 1px solid #ddd;
  }

  .rankp_box_wh {
    overflow: hidden;
    padding: 20px 15px 10px 15px;
    margin: 0 0 10px 0;
    background-color: #fff;
  }

  .rankp_box .lbox,
  .rankp_box_wh .lbox {
    float: left;
    width: 33%;
    position: relative;
    padding-top: 15px;
  }

  .rankp_box .lbox img,
  .rankp_box_wh .lbox img {
    width: 100%;
    height: auto;
  }

  .rankp_box .rankmds,
  .rankp_box_wh .rankmds {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  .rankp_box .rankmds span,
  .rankp_box_wh .rankmds span {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal;
  }

  .rankp_box .rbox,
  .rankp_box_wh .rbox {
    float: right;
    width: 62%;
    overflow: hidden;
  }

  .rankp_box .rbox a,
  .rankp_box_wh .rbox a {
    color: #313233;
  }

  .rankp_box .mlbox,
  .rankp_box_wh .mlbox {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .rankdatabox dl {
    overflow: hidden;
    line-height: 100%;
    margin-bottom: 5px;
  }

  .rankdatabox dt {
    float: left;
    width: 40%;
  }

  .rankdatabox dd {
    float: right;
    width: 60%;
    text-align: right;
  }

  .rankdatabox .review {
    margin-bottom: 5px;
  }

  .rankdatabox .r_redtxt {
    color: #ff0000;
  }

  .rankdatabox .rpoint {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 3px 0 5px;
  }

  .rhddnbox {
    overflow: hidden;
  }

  .rankp_box .mrbox,
  .rankp_box_wh .mrbox {
    width: 100%;
    overflow: hidden;
    margin: 5px 0 10px 0;
  }

  .rankp_box .mrbox li,
  .rankp_box_wh .mrbox li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }

  .rankp_box .mrbox li:nth-child(3n),
  .rankp_box_wh .mrbox li:nth-child(3n) {
    margin: 0px;
  }

  .press_btn {
    width: 100%;
    display: inline-block;
  }

  .btn_anim_rank {
    position: relative;
    display: inline-block;
    padding: 6px 0 4px 0;
    text-decoration: none;
    color: #6C86A2 !important;
    background: #eee;
    border-bottom: solid 2px #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
  }

  .right_mlst {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 120%;
  }

  .right_mlst li {
    float: left;
    width: 48%;
    margin: 0 4% 10px 0;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #000 !important;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
    padding: 7px 15px 5px 15px;
    font-size: 12px;
    text-align: left;
  }

  .right_mlst li:nth-child(2n) {
    margin-right: 0px;
  }

  .right_mlst img {
    width: 40px;
    height: auto;
    margin-right: 5px;
    vertical-align: -4px;
  }

  .LPlink-block {
    margin: 0;
    width: 100%;
    height: auto;
    background: #e5ecf3;
    border-radius: 3px;
    padding: 15px 10px;
  }

  .LPlink-h2 {
    margin: 0 0 10px;
    position: relative;
    text-align: center;
  }

  .LPlink-h2::before,
  .LPlink-h2 ::after {
    position: absolute;
    top: 0;
    content: "";
    width: 8px;
    height: 100%;
    display: inline-block;
  }

  .LPlink-h2::before {
    border-left: solid 1px #c3d1de;
    border-top: solid 1px #c3d1de;
    border-bottom: solid 1px #c3d1de;
    left: 0;
  }

  .LPlink-h2 ::after {
    content: "";
    border-top: solid 1px #c3d1de;
    border-right: solid 1px #c3d1de;
    border-bottom: solid 1px #c3d1de;
    right: 0;
  }

  .LPlink-span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 0.9em;
    padding-top: 3px;
  }

  .LPlink-btn-1,
  .LPlink-btn-2 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .LPlink-btn-1 {
    width: 100%;
    height: 48px;
    font-weight: 700;
    background: #ffbc41;
    border-radius: 3px;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.1);
  }

  .LPlink-btn-2 {
    width: 100%;
    height: 48px;
    font-weight: 700;
    background: #ff954b;
    border-radius: 3px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.1);
  }

  .LPlink-btn-1::before,
  .LPlink-btn-2::before {
    background: #ff5a5d;
    content: "";
    display: block;
    transform: rotate(90deg);
    position: absolute;
    top: 10px;
    left: 270px;
    width: 247px;
    height: 217px;
  }

  .LPlink-btn-1::after,
  .LPlink-btn-2::after {
    background: #e5ecf3;
    content: "";
    display: block;
    transform: rotate(43deg);
    position: absolute;
    top: -130px;
    left: -250px;
    width: 247px;
    height: 217px;
  }

  .LPlink-btn-1:hover,
  .LPlink-btn-2:hover {
    opacity: 0.85;
  }

  .LPlink-btn-1 img {
    width: 15%;
    height: auto;
    padding: 6px 0px 0 15px;
    float: left;
  }

  .LPlink-btn-2 img {
    width: 16%;
    height: auto;
    padding: 3px 0px 0 15px;
    float: left;
  }

  .LPlink-btn-1 span,
  .LPlink-btn-2 span {
    text-align: left;
    margin-left: -40px;
  }

  .btn-span1 {
    font-size: 11px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .btn-span2 {
    font-size: 16px;
    line-height: 1.1em;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .btn-span3 {
    font-size: 12px;
    line-height: 1.1em;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .btn-kotira {
    float: right;
    position: absolute;
    right: 5px;
    top: 13px;
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
  }

  .btn-kotira::after {
    content: ">";
    padding-left: 2px;
  }
}

@media screen and (max-width: 480px) and (max-width: 640px) {
  .top1_count {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-indent: 0;
    display: inline-block;
  }

  .top2_count {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-indent: 0;
    display: inline-block;
  }

  .top3_count {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-indent: 0;
    display: inline-block;
  }

  .top10_count {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 !important;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-indent: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .ranking_box {
    width: 100%;
  }
}

@media print {
  .floating {
    display: none;
  }
}