@charset "UTF-8";
/***********************************/
/*CSS目次

/*CSSリセット
/*WEBフォント
/*フォーム用CSS

/*絞り込み

/***********************************/
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;
}

:root {
  --btn-deco: none;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 640px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none !important;
  }
}

.review-post .progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.review-post .progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.review-post .progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.review-post .progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #F5F5F5;
}
.review-post .progressbar li:first-child:after {
  content: none;
}
.review-post .progressbar li.active,
.review-post .progressbar li.complete {
  color: #C00;
}
.review-post .progressbar li.active:before,
.review-post .progressbar li.complete:before {
  background-color: #C00;
}
.review-post .progressbar li.active:after,
.review-post .progressbar li.complete:after {
  background-color: #C00;
}
.review-post .main {
  width: 1020px;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .review-post .main {
    min-height: 1000px;
    margin-top: 32px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .main {
    width: 100%;
    padding: 10px;
  }
}
.review-post .review-post__title {
  font-weight: 700;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 640px) {
  .review-post .review-post__title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .review-post__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.review-post {
  /*レビュー投稿するメーカーを選択する*/
}
.review-post .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .review-post .title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.review-post .maker:not(:first-of-type) {
  margin-top: 32px;
}
.review-post .maker__heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  background-color: #EFEFEF;
  border-top: 4px solid #CCC;
  padding: 16px;
}
.review-post .maker__list {
  display: flex;
  flex-wrap: wrap;
}
.review-post .maker__item {
  width: 154px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .review-post .maker__item {
    width: 30%;
  }
}
@media screen and (min-width: 640px) {
  .review-post .maker__item:not(:nth-child(6n)) {
    margin-right: 19px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .maker__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (min-width: 640px) {
  .review-post .maker__item:not(:nth-child(-n+6)) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .maker__item:not(:nth-child(-n+3)) {
    margin-top: 16px;
  }
}
.review-post .maker__item--logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .review-post .maker__item--logo {
    padding: 0 20px;
  }
}
@media screen and (min-width: 640px) {
  .review-post .maker__item--logo img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .maker__item--logo img {
    min-width: 100%;
    height: auto;
  }
}
.review-post .maker__item--name {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  margin-top: 8px;
}
.review-post .maker__item--name a {
  color: inherit;
  text-decoration: none;
}
.review-post .maker__item--name a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.review-post .maker__item--wrap {
  padding: 10px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .review-post .maker__item--wrap {
    height: 100%;
  }
}
@media screen and (min-width: 640px) {
  .review-post .maker__item--wrap:hover {
    box-shadow: 0 0 5px 4px rgba(204, 0, 0, 0.4);
  }
}
.review-post .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .review-post .other {
    flex-direction: column;
  }
}
.review-post .other__inner {
  width: 18%;
}
@media screen and (max-width: 640px) {
  .review-post .other__inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .review-post .other__inner:first-of-type {
    margin-top: -16px;
  }
}
@media screen and (min-width: 640px) {
  .review-post .other__inner:not(:nth-child(-n+5)) {
    margin-top: 16px;
  }
}
.review-post .other__heading {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #CCC;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .review-post .other__heading {
    margin-top: -1px;
  }
}
.review-post .other__heading::before {
  content: "+";
  position: absolute;
  right: 15px;
  color: #C00;
}
.review-post .other__heading.is-open::before {
  content: "－";
  transition: all 0.5s cubic-bezier(0, 1.46, 0.58, 1);
  transform: rotate(180deg);
}
.review-post .other__list {
  display: none;
}
.review-post .other__list.is-open {
  display: block;
}
@media screen and (min-width: 640px) {
  .review-post .other__list.is-open {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .other__item {
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (min-width: 640px) {
  .review-post .other__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.review-post .other__item dt a {
  display: block;
  color: inherit;
  padding: 12px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .review-post .other__item dt a {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .review-post .other__item dt a {
    padding: 16px 16px 16px 2em;
    background-color: #F7F7F7;
  }
}
@media screen and (min-width: 640px) {
  .review-post .other__item dt a:hover {
    box-shadow: 0 0 5px 4px rgba(204, 0, 0, 0.4);
  }
}
.review-post {
  /*レビュー投稿する車種を選択する*/
}
.review-post .search {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .review-post .search {
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 8px;
  }
}
.review-post .search__item {
  margin: 0 4px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .review-post .search__item {
    width: calc((100% - 48px) / 6);
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .review-post .search__item:last-child {
    width: 30.75%;
  }
}
@media screen and (max-width: 640px) {
  .review-post .search__item:not(:nth-child(-n+5)) {
    margin-top: 8px;
  }
}
.review-post .search__item a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  user-select: none;
}
@media screen and (min-width: 640px) {
  .review-post .search__item a:hover {
    text-decoration: none !important;
  }
}
.review-post .list {
  display: flex;
  flex-wrap: wrap;
}
.review-post .item {
  width: 19%;
  position: relative;
  user-select: none;
}
@media screen and (min-width: 640px) {
  .review-post .item {
    height: 166px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .item {
    width: 100%;
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (min-width: 640px) {
  .review-post .item:not(:nth-child(5n)) {
    margin-right: 1.25%;
  }
}
@media screen and (min-width: 640px) {
  .review-post .item:not(:nth-child(-n+5)) {
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 640px) {
  .review-post .item:hover .thumbnail {
    box-shadow: 0 0 5px 4px rgba(204, 0, 0, 0.4);
  }
}
.review-post .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
}
@media screen and (max-width: 640px) {
  .review-post .thumbnail {
    width: 100px;
    height: 75px;
  }
}
.review-post .thumbnail img {
  max-width: 100%;
  height: auto;
}
.review-post .name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .review-post .name {
    font-size: 14px;
  }
}
.review-post .name a {
  color: inherit;
  text-decoration: none;
}
.review-post .name a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.review-post .search__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 44px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .review-post .search__title {
    border-width: 3px;
    margin-bottom: 0;
  }
}
.review-post {
  /*レビュー投稿フォーム*/
}
.review-post .select__item {
  border: 6px solid #CCC;
  margin-top: 8px;
}
.review-post .select__item--title {
  font-size: 18px;
  font-weight: 700;
}
.review-post .select__item--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.review-post .select__item--thumbnail {
  width: 225px;
}
@media screen and (max-width: 640px) {
  .review-post .select__item--thumbnail {
    width: 30%;
  }
}
.review-post .select__item--data {
  width: calc(100% - 250px);
}
@media screen and (max-width: 640px) {
  .review-post .select__item--data {
    width: 68%;
  }
}
@media screen and (max-width: 640px) {
  .review-post .select__item--data span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
}
.review-post input,
.review-post textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px 10px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  box-shadow: none;
  background: #f7f7f7;
  appearance: none;
  font-size: 16px;
  line-height: 1.6;
}
.review-post input.error,
.review-post textarea.error {
  border-color: #C00;
  background-color: #fff6f6;
}
.review-post .form-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .review-post .form-item {
    display: block;
  }
}
.review-post .form-item__title {
  display: table-cell;
  position: relative;
  width: 263px;
  padding: 40px 0;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 640px) {
  .review-post .form-item__title {
    display: block;
    padding: 30px 0 10px;
    width: 100%;
  }
}
.review-post .form-item__title--cap {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  margin-left: -0.5em;
}
.review-post .form-item__title .required {
  display: block;
  padding: 3px 24px;
  border: 1px solid #C00;
  color: #C00;
  font-size: 13px;
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .review-post .form-item__title .required {
    top: 30px;
  }
}
.review-post .form-item__title .any {
  display: block;
  padding: 3px 24px;
  border: 1px solid #999;
  background-color: #999;
  color: #FFF;
  font-size: 13px;
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .review-post .form-item__title .any {
    top: 30px;
  }
}
.review-post .form-item__contents {
  display: table-cell;
  padding: 40px 0 40px 67px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .review-post .form-item__contents {
    display: block;
    padding: 0 0 30px;
  }
}
.review-post .form-item__contents input,
.review-post .form-item__contents textarea,
.review-post .form-item__contents > p {
  font-size: 16px;
  line-height: 1.6;
}
.review-post .form-item__error {
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
  background-color: #fa9b9b;
  color: #FFF;
  padding: 8px;
  position: relative;
}
.review-post .form-item__error::before {
  position: absolute;
  top: -10px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fa9b9b transparent;
}
.review-post .rating__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.review-post .rating__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36%;
}
@media screen and (max-width: 640px) {
  .review-post .rating__item {
    width: 100%;
    margin-top: 8px;
  }
}
@media screen and (min-width: 640px) {
  .review-post .rating__item:not(:nth-child(-n+2)) {
    margin-top: 8px;
  }
}
.review-post .rating__item dt {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .review-post .rating__item dt {
    font-size: 16px;
  }
}
.review-post .view__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .review-post .view__list {
    flex-direction: column;
  }
}
.review-post .form-item__contents .view__list--cap {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
}
.review-post .view_box {
  width: 24%;
}
@media screen and (max-width: 640px) {
  .review-post .view_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .review-post .view_box:not(:first-of-type) {
    margin-top: 16px;
  }
}
.review-post .view_box label {
  /* ボタン部分の見た目（任意） */
  display: block;
  position: relative;
  border: 1px solid #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  .review-post .view_box label:hover {
    background: #888;
    color: #FFF;
    transition: all 0.4s;
  }
}
.review-post .view_box label input {
  /* 今回のポイント */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.review-post .view_box .file {
  display: none;
}
.review-post .view_box .filename {
  font-weight: 16px;
  margin: 0 0 0 10px;
}
.review-post .view_box .img_view {
  margin-top: 8px;
}
.review-post .view_box .img_del {
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
}
.review-post .button__wrap {
  margin: 32px 0;
}
.review-post .button__kakunin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: #FFF !important;
  background-color: #C00;
  text-align: center;
  padding: 24px;
  color: inherit;
  width: 400px;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .review-post .button__kakunin {
    width: 100%;
  }
}
.review-post .button__kakunin[disabled] {
  background-color: #aaa;
  cursor: not-allowed;
}
@media screen and (min-width: 640px) {
  .review-post .button__kakunin:hover {
    color: inherit;
    text-decoration: none !important;
  }
}
.review-post .button__kakunin--bottom {
  margin-top: 32px;
}
.review-post .button__kakunin--cap {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-top: 16px;
}
.review-post .complete__text {
  height: 570px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .review-post .complete__text {
    height: auto;
  }
}
.review-post {
  /*次へ*/
}
.review-post .button__next {
  display: block;
  color: #FFF;
  background-color: #C00;
  text-align: center;
  padding: 24px;
  margin: 32px auto 0;
  width: 400px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .review-post .button__next {
    padding: 16px;
    margin-top: 16px;
    width: 100%;
  }
}
.review-post .button__next::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);
}
.review-post .button__next:hover {
  color: #FFF;
  text-decoration: var(--btn-deco) !important;
}
.review-post {
  /*戻る*/
}
.review-post .button__prev {
  display: block;
  background-color: #EFEFEF;
  text-align: center;
  padding: 24px;
  color: inherit;
  margin: 24px auto 0;
  width: 400px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .review-post .button__prev {
    padding: 16px;
    margin-top: 16px;
    width: 100%;
  }
}
.review-post .button__prev::before {
  position: absolute;
  top: 40%;
  left: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(225deg);
}
.review-post .button__prev:hover {
  color: inherit;
  text-decoration: var(--btn-deco) !important;
}
.review-post {
  /*パンくず*/
}
.review-post .review_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.review-post .review_breadcrumb li {
  font-size: 12px;
}
.review-post .review_breadcrumb li:not(:last-child)::after {
  content: "›";
  font-size: 14px;
  margin: 0 0.5em;
}
.review-post {
  /*年式を選択する*/
}
.review-post .model-select {
  margin-top: 32px;
}
.review-post .model-select__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
.review-post #model-select.model-select__title.is-open {
  border-bottom-width: 0;
}
.review-post #model-select.model-select__title::before {
  content: "+";
  position: absolute;
  right: 15px;
  color: #C00;
}
.review-post #model-select.model-select__title.is-open::before {
  content: "－";
  transition: all 0.5s cubic-bezier(0, 1.46, 0.58, 1);
  transform: rotate(180deg);
}
.review-post .model-select__title--any {
  padding: 3px 24px;
  border: 1px solid #999;
  background-color: #999;
  color: #FFF;
  font-size: 13px;
  margin-left: 1em;
}
.review-post .model-select__title--required {
  padding: 3px 24px;
  border: 1px solid #C00;
  background-color: #FFF;
  color: #C00;
  font-size: 13px;
  margin-left: 1em;
}
.review-post .model-select__list {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #CCC;
}
@media screen and (min-width: 640px) {
  .review-post .model-select__list {
    margin-top: -1px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .model-select__list {
    border-width: 0 1px 0 1px;
  }
}
.review-post #model-select + .model-select__list {
  display: none;
}
.review-post #model-select + .model-select__list.is-open {
  display: block;
}
@media screen and (max-width: 640px) {
  .review-post #model-select + .model-select__list.is-open .model-select__item:first-of-type a {
    border-top: 1px solid #CCC;
  }
}
.review-post .model-select__item a {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #CCC;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.review-post .model-select__item a::before {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #C00;
  border-right: 2px solid #C00;
  transform: rotate(45deg);
}
@media screen and (min-width: 640px) {
  .review-post .model-select__item a:not(:root):hover {
    background-color: #F7f7f7;
    text-decoration: none;
  }
}
.review-post {
  /*文字数カウント*/
}
.review-post .counter {
  margin-top: 10px;
  float: right;
  font-size: 14px;
}
.review-post {
  /**/
}
@media screen and (min-width: 640px) {
  .review-post .frame__scroll {
    overflow-y: scroll;
    height: 250px;
    margin-top: 32px;
    padding: 16px 44px;
    border: 1px solid #EFEFEF;
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .review-post .terms__contents,
  .review-post .privacy__contents {
    display: none;
    font-size: 12px;
    line-height: 1.6;
  }
}
.review-post .terms__contents--list,
.review-post .privacy__contents--list {
  margin: 8px 0 24px;
}
.review-post .terms__contents--list .terms__contents--list,
.review-post .privacy__contents--list .privacy__contents--list {
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .review-post .privacy {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .review-post .terms__contents.is-open,
  .review-post .privacy__contents.is-open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    padding: 68px 16px 16px;
    z-index: 100;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
.review-post .terms__heading,
.review-post .privacy__heading {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .review-post .terms__heading,
  .review-post .privacy__heading {
    text-align: center;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #CCC;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
  }
}
.review-post .terms__contents--heading,
.review-post .privacy__contents--heading {
  font-weight: 700;
  margin-bottom: 8px;
}
.review-post body.is-open {
  overflow: hidden;
}
.review-post .button__close {
  display: none;
}
@media screen and (max-width: 640px) {
  .review-post .button__close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 24px;
    padding: 6px;
    border: 1px solid #CCC;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #FFF;
  }
}
@media screen and (max-width: 640px) {
  .review-post .terms__contents.is-open > .button__close,
  .review-post .privacy__contents.is-open > .button__close {
    display: block;
  }
}

/**/
.ui-menu-item-wrapper {
  padding: 10px;
}

.ui-state-active {
  background-color: #C00 !important;
  color: #ffffff !important;
}

/*キャンペーン*/
.review-campaign {
  margin-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .review-campaign .review-campaign__inner {
    width: 1020px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__block {
    padding: 10px;
  }
}
.review-campaign .review-campaign__block:not(:first-of-type) {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__block:not(:first-of-type) {
    margin-top: 24px;
  }
}
.review-campaign .review-campaign__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.review-campaign .main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/image/review_campaign/main_bg-09ffc5135721d1b1d9f4bbf32410d200.png");
  background-position: center;
}
@media screen and (min-width: 640px) {
  .review-campaign .main {
    height: 570px;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign .main {
    background-size: cover;
    min-height: 220px;
  }
}
.review-campaign .main__bottom {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .review-campaign .main__bottom {
    text-align: center;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign .main__bottom {
    text-align: left;
  }
}
.review-campaign .review-campaign__button {
  display: block;
  width: 50%;
  margin: 32px auto 0;
  padding: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  background-color: #f0a13f;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  color: #FFF;
  text-align: center;
  text-decoration: none !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 640px) {
  .review-campaign .review-campaign__button:hover {
    background: rgb(107, 144, 219);
    background: -moz-linear-gradient(left, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
    background: -webkit-linear-gradient(left, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
    background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  }
}
.review-campaign .review-campaign__button::after {
  position: absolute;
  top: 45%;
  right: 30px;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__button::after {
    width: 11px;
    height: 11px;
    top: 40%;
    right: 16px;
  }
}
.review-campaign .review-campaign__button span {
  display: block;
}
.review-campaign .review-campaign__button--main {
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__button--main {
    font-size: 24px;
  }
}
.review-campaign .review-campaign__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  border-left: 4px solid rgb(107, 144, 219);
  border-bottom: 1px dotted rgb(107, 144, 219);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__heading {
    font-size: 22px;
  }
}
.review-campaign .information__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 16px;
  background-color: #24A2E3;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .review-campaign .information__title {
    font-size: 15px;
  }
}
.review-campaign .information__item {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .review-campaign .information__item {
    display: block;
  }
}
.review-campaign .information__item > dt {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  border-bottom: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .review-campaign .information__item > dt {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign .information__item > dt br {
    display: none;
  }
}
.review-campaign .information__item > dd {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 250px);
  border-bottom: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .review-campaign .information__item > dd {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 640px) {
  .review-campaign .information__item .mail {
    margin-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign .information__item .mail {
    display: block;
  }
}
.review-campaign .information__list {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .review-campaign .information__list {
    font-size: 12px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.review-campaign .information__list li {
  list-style: disc;
  list-style-position: inside;
}
.review-campaign .review-campaign__item:not(:first-of-type) {
  margin-top: 44px;
}
.review-campaign .review-campaign__item {
  position: relative;
}
.review-campaign .review-campaign__item .item {
  padding: 24px;
  border: 1px solid rgb(107, 144, 219);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__item .item {
    flex-direction: column;
  }
}
.review-campaign .review-campaign__item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #FFF transparent transparent transparent;
  bottom: -29px;
  z-index: 1;
}
.review-campaign .review-campaign__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: rgb(107, 144, 219) transparent transparent transparent;
}
@media screen and (min-width: 640px) {
  .review-campaign .review-campaign__item .item > dd {
    margin-top: 8px;
  }
}
.review-campaign .review-campaign__item .item__number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-left: 8px;
}
.review-campaign .review-campaign__item .item__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__item .item__text {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
  }
}
.review-campaign .review-campaign__item .item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(107, 144, 219);
  background: -moz-linear-gradient(left, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  background: -webkit-linear-gradient(left, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  color: #FFF;
  width: 200px;
  padding: 8px;
  font-size: 18px;
  border-radius: 52px;
}
@media screen and (max-width: 640px) {
  .review-campaign .review-campaign__item .item__icon {
    width: 100%;
  }
}

.review-campaign__image-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.review-campaign__image-list--item {
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .review-campaign__image-list--item {
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign__image-list--item {
    width: 25%;
    font-size: 11px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 640px) {
  .review-campaign__image-list--item .model-mame {
    margin-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .review-campaign__image-list--item .model-mame {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .review-campaign__image-list--item:not(:nth-child(-n+5)) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .review-campaign__image-list--item:not(:nth-child(-n+4)) {
    margin-top: 10px;
  }
}

.review-campaign__image-list--item dd {
  margin-top: 4px;
}

.review-campaign .sns {
  margin: 44px auto;
  width: 1020px;
}
@media screen and (max-width: 640px) {
  .review-campaign .sns {
    width: 100%;
    margin: 32px auto 44px;
  }
}
.review-campaign .sns h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.review-campaign .sns .sns__list {
  margin: 12px auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 280px;
}
@media screen and (max-width: 640px) {
  .review-campaign .sns .sns__list {
    width: 100%;
  }
}
.review-campaign .sns .sns__list--item {
  list-style: none;
  width: 33.3333333333%;
}
@media screen and (max-width: 640px) {
  .review-campaign .sns .sns__list--item {
    width: 22%;
  }
}
.review-campaign .sns .sns__list--item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  background-color: #FFF;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  padding: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .review-campaign .sns .sns__list--item a {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
.review-campaign .sns__list--item a::before {
  width: 35px;
  height: 32px;
}
.review-campaign .wf-facebook:before {
  content: url("https://cdn.autoc-one.jp/static/common2/images/sns/facebook.svg");
}
.review-campaign .wf-twitter:before {
  content: url("https://cdn.autoc-one.jp/static/common2/images/sns/twitter.svg");
}
.review-campaign .wf-line:before {
  content: url("https://cdn.autoc-one.jp/static/common2/images/sns/line.svg");
}
.review-campaign .twitter {
  color: #1da1f2;
}
.review-campaign .facebook {
  color: #3b5998;
}
.review-campaign .line {
  color: #00b900;
}
.review-campaign .socialBtn [class^=icon-]:before,
.review-campaign .socialBtn [class*=" icon-"]:before,
.review-campaign .socialBtn [class^=icon-]:before,
.review-campaign .socialBtn [class*=" icon-"]:before {
  margin-right: 5px;
}

/*ここから下はカタログ*/
/*users-voice*/
.main .users-voice {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .users-voice {
    margin-top: 16px;
    padding: 0 10px;
  }
}
.users-voice .users-voice__inner {
  width: 1020px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__inner {
    width: 100%;
    margin: 0;
  }
}
.users-voice .users-voice__inner > a {
  transition: all 0.2s;
}
@media screen and (min-width: 640px) {
  .users-voice .users-voice__inner > a:hover {
    opacity: 0.8;
    text-decoration: unset !important;
  }
}
.users-voice .users-voice__lead {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__lead {
    font-size: 14px;
  }
}
.users-voice .users-voice__title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: solid 4px #efefef;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.users-voice .users-voice__title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #6c86a2;
  content: "";
}
.users-voice .users-voice__ranking-title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: solid 4px #efefef;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__ranking-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
    align-items: center;
  }
}
.users-voice .users-voice__ranking-title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #6c86a2;
  content: "";
}
@media screen and (min-width: 640px) {
  .users-voice .users-voice__ranking-title br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__ranking-title br {
    display: block;
  }
}
.users-voice .users-voice__ranking-title .users-voice__ranking-title__icon {
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__ranking-title .users-voice__ranking-title__icon {
    width: 70px;
  }
}
.users-voice .users-voice__ranking-title__icon {
  margin-right: 16px;
}
.users-voice .users-voice__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__title--main {
    font-size: 16px;
  }
}
.users-voice .users-voice__title--sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.users-voice .users-voice__lead {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__lead {
    font-size: 14px;
  }
}
.users-voice .users-voice__date {
  display: block;
  font-size: 14px;
  margin-top: 16px;
}
.users-voice .users-voice__campaign-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  background-color: #24A2E3;
  color: #FFF;
  padding: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__campaign-link {
    flex-direction: column;
    font-size: 16px;
    padding: 12px;
  }
}
.users-voice .users-voice__campaign-link--heading {
  margin: 0;
}
.users-voice .users-voice__campaign-link--more {
  display: block;
  position: relative;
  margin: 0;
  background-color: #FFFF00;
  color: #0085B2;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (min-width: 640px) {
  .users-voice .users-voice__campaign-link--more {
    margin-left: 1em;
    padding: 8px 36px 8px 16px;
  }
}
@media screen and (max-width: 640px) {
  .users-voice .users-voice__campaign-link--more {
    padding: 12px 36px 12px 16px;
    text-align: center;
    width: 60%;
    margin-top: 8px;
  }
}
.users-voice .users-voice__campaign-link--more::after {
  position: absolute;
  top: 35%;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #0085B2;
  border-right: 2px solid #0085B2;
  transform: rotate(45deg);
}
.users-voice {
  /*総合評価チャート*/
}
.users-voice .chart {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .users-voice .chart {
    width: 100%;
  }
}

/*総合評価*/
.rating {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 1020px;
  margin: 16px auto 0;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .rating {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
  }
}

.rating-list {
  width: 526px;
}
@media screen and (max-width: 640px) {
  .rating-list {
    width: 100%;
  }
}

.rating .rating-list__primary {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .rating .rating-list__primary {
    margin-top: 1em;
  }
}

.rating .users-voice__secondary {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .rating .users-voice__secondary {
    margin-top: 12px;
  }
}
.rating .users-voice__secondary .rating-list__item--title {
  width: 33%;
}
.rating .users-voice__secondary .rating-list__item {
  margin-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 640px) {
  .rating .users-voice__secondary .rating-list__item {
    padding-right: 8px;
  }
  .rating .users-voice__secondary .rating-list__item:nth-last-of-type(1), .rating .users-voice__secondary .rating-list__item:nth-last-of-type(2) {
    border-bottom: none;
  }
}
.rating .users-voice__secondary .rating-list__item .rating-list__item--star {
  margin-right: 0;
}
.rating .users-voice__secondary .rating-list__item .rating-list__item--star img {
  width: 20px;
}
@media screen and (max-width: 640px) {
  .rating .users-voice__secondary .rating-list__item .rating-list__item--star img {
    width: 19%;
  }
}
.rating .users-voice__secondary .rating-list__item .rating-list__item--star + span {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .rating .users-voice__secondary .rating-list__item .rating-list__item--star + span {
    margin-left: 0;
    font-size: 12px;
  }
}

.rating-graph {
  display: flex;
  align-items: center;
  width: 462px;
  height: 394px;
}
@media screen and (min-width: 640px) {
  .rating-graph {
    justify-content: center;
    border: 1px solid #CFCFCF;
  }
}
@media screen and (max-width: 640px) {
  .rating-graph {
    width: 93%;
    height: auto;
  }
}
.rating-graph canvas {
  width: 394px !important;
  height: auto !important;
}
@media screen and (max-width: 640px) {
  .rating-graph canvas {
    width: 100% !important;
  }
}

@media screen and (min-width: 640px) {
  .rating-list__primary .rating-list__item--star + span {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .rating-list__primary .rating-list__item--star + span {
    font-size: 22px;
  }
}

.rating-list__primary .rating-list__item--title {
  font-size: 24px;
  width: 5em;
}
@media screen and (max-width: 640px) {
  .rating-list__primary .rating-list__item--title {
    font-size: 20px;
  }
}

.rating-list__secondary {
  margin-top: 12px;
}

.rating-list__secondary .rating-list__item {
  padding: 14px;
  border: 1px solid #EFEFEF;
}

.rating-list__secondary .rating-list__item:not(:first-of-type) {
  margin-top: -1px;
}

.rating-list__item {
  display: flex;
  align-items: center;
}

.rating-list__item--title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  width: 7.5em;
}
@media screen and (max-width: 640px) {
  .rating-list__item--title {
    width: 7em;
  }
}

.rating-list__item--value {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .rating-list__item--value {
    font-size: 12px;
  }
}

.rating-list__item--star {
  display: flex;
  margin-right: 4px;
}

.rating-list__item--star + span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #C00;
  margin-left: 4px;
}
@media screen and (min-width: 640px) {
  .rating-list__item--star + span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .rating-list__item--star + span {
    font-size: 14px;
  }
}

.rating__link--carreview {
  margin-left: 15px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .rating__link--carreview {
    margin-top: 2em;
  }
}
@media screen and (max-width: 640px) {
  .rating__link--carreview {
    margin-top: 1em;
  }
}

/**/
.users-voice__link--wrap {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .users-voice__link--wrap {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__link--wrap {
    margin-top: 1em;
  }
}

.users-voice__link {
  border: 1px solid #ffc107;
  border-radius: 5px;
  background-color: #ffc107;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .users-voice__link {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__link:hover {
    color: #333;
    text-decoration: none;
  }
}

.users-voice__list {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .users-voice__list {
    margin-top: 22px;
  }
}

.users-voice__item {
  padding: 10px;
  background-color: #e9f0f8;
  overflow: hidden;
}

.users-voice__item:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .users-voice__item:not(:first-of-type) {
    margin-top: 12px;
  }
}

.users-voice__head {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  padding: 16px;
}
@media screen and (max-width: 640px) {
  .users-voice__head {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }
}

.users-voice__head--title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .users-voice__head--title {
    font-size: 16px;
  }
}

.users-voice__head--name {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .users-voice__head--name {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__head--name {
    margin-top: 4px;
  }
}

.users-voice__head--date {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .users-voice__head--date {
    margin-left: 2em;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__head--date {
    margin-top: 8px;
    font-size: 11px;
  }
}

.users-voice__body__wrap {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-top: 1px solid #e9f0f8;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .users-voice__body__wrap {
    align-items: flex-start;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__body__head {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__body__head {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__body__body {
    margin-left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__body__body {
    flex-basis: 70%;
    margin-left: 10px;
  }
}

.users-voice__body {
  background-color: #FFF;
  border-top: 1px solid #F6EFE8;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .users-voice__body {
    padding: 12px;
  }
}

@media screen and (max-width: 640px) {
  .users-voice__body .rating-list__item--title {
    width: 5em;
  }
}

.users-voice__item--model {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .users-voice__item--model {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}

.users-voice__item--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  background-color: #e9f0f8;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .users-voice__item--title {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__item--title {
    width: 100%;
  }
}

.users-voice__comment {
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .users-voice__comment {
    font-size: 13px;
    line-height: 1.8;
  }
}

.users-voice__item--comment p:last-child {
  margin-bottom: 0;
}

.users-voice .more {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 10px;
  padding-top: 100px;
  text-align: right;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
  width: auto !important;
}
@media screen and (max-width: 640px) {
  .users-voice .more {
    font-size: 12px;
    margin-top: 12px;
    color: inherit;
    right: 10px;
    left: 10px;
  }
}

.users-voice .users-voice__readmore[aria-expanded=true] + .more {
  background: none;
}

.users-voice__foot {
  background-color: #FFF;
  border-top: 1px solid #e9f0f8;
  padding: 16px;
}
@media screen and (max-width: 640px) {
  .users-voice__foot {
    padding: 12px;
  }
}

.rating-list__item--count {
  font-size: 12px;
  font-weight: 700;
}

.users-voice__more {
  font-size: 12px;
  line-height: 1;
}

.users-voice__photo {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
@media screen and (min-width: 640px) {
  .users-voice__photo {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__photo {
    justify-content: space-between;
    padding-bottom: 20px;
  }
}

.users-voice__photo p {
  display: block;
  width: 225px;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .users-voice__photo p {
    width: 48%;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__photo p:not(:last-child) {
    margin-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .users-voice__photo p:not(:nth-child(-n+2)) {
    margin-top: 12px;
  }
}

.users-voice__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.users-voice .reference {
  text-align: right;
  font-size: 14px;
  clear: both;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.users-voice__rating--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .users-voice__rating--wrap {
    flex-direction: column;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__primary {
    width: 390px;
  }
}

.users-voice__primary img {
  width: 20px;
}
@media screen and (max-width: 640px) {
  .users-voice__primary img {
    width: 18px;
  }
}

@media screen and (max-width: 640px) {
  .users-voice__primary .rating-list__item--title {
    width: 5.9em;
  }
}

.users-voice__secondary {
  width: 440px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .users-voice__secondary {
    width: 100%;
    margin-top: 8px;
  }
}

.users-voice__secondary .rating-list__item {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .users-voice__secondary .rating-list__item {
    width: 100%;
    margin-top: 4px;
  }
}

.users-voice__secondary .rating-list__item--title {
  width: 7em;
}
@media screen and (max-width: 640px) {
  .users-voice__secondary .rating-list__item--title {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__secondary .rating-list__item--title {
    font-size: 11px;
  }
}

.users-voice__secondary .rating-list__item img {
  width: 15px;
}
@media screen and (max-width: 640px) {
  .users-voice__secondary .rating-list__item img {
    width: 16px;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__secondary .rating-list__item:not(:nth-child(-n+2)) {
    margin-top: 4px;
  }
}

.users-voice__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.users-voice__flex .users-voice__link {
  width: 330px;
}
@media screen and (max-width: 640px) {
  .users-voice__flex .users-voice__link {
    width: 55%;
    font-size: 12px;
    margin-top: 0;
    padding: 14px;
  }
}

.rating__link {
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .rating__link {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .rating__link {
    margin-top: 16px;
    margin-left: 14px;
  }
}

.rating__link:before {
  position: absolute;
  top: 12%;
  left: -15px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #6C86A2;
  border-right: 2px solid #6C86A2;
  content: "";
}

@media screen and (min-width: 640px) {
  .users-voice__sort {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 460px;
    font-size: 13px;
    text-align: center;
    align-self: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__sort {
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    width: 46%;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .users-voice__sort::after {
    position: absolute;
    top: 35%;
    right: 10px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
  }
}
.users-voice__sort li {
  border: 1px solid #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  width: 32%;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.users-voice__sort .active {
  background-color: #EFEFEF;
  font-weight: 700;
  box-shadow: none;
  color: #666;
}
.users-voice__sort select {
  padding: 14px;
  width: 100%;
}
.users-voice__sort option {
  padding: 14px;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .pager-wrap {
    flex-direction: column;
    margin-top: 24px;
  }
}

.pager-title {
  font-size: 14px;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .pager-title {
    width: 100%;
    text-align: center;
  }
}

.pager-block {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .pager-block {
    width: 100%;
  }
}

.pager-block__inner li a {
  color: inherit;
}

.users-voice__readmore {
  height: auto;
}
@media screen and (min-width: 640px) {
  .users-voice__readmore {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__readmore__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 640px) {
  .users-voice__point {
    width: 48%;
  }
}

/*ランキング*/
.users-voice__rank__item {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .users-voice__rank__item {
    flex-wrap: wrap;
  }
}

.users-voice__rank__rank {
  display: flex;
  align-items: center;
}

.users-voice__rank__icon {
  width: 44px;
  height: auto;
  margin-right: 8px;
}

.users-voice__rank__wrap {
  background-color: #607d8b;
  display: flex;
  align-items: baseline;
  padding: 8px;
  border-radius: 4px;
}

.users-voice__rank--value {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}

.users-voice__rank--unit {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}

.users-voice__rank__user {
  margin-left: auto;
}

.users-voice__rank__name {
  font-size: 12px;
  margin-left: auto;
}

.users-voice__rank__cunt {
  font-size: 12px;
  margin-left: 16px;
}

.users-voice__rank__cunt span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.users-voice__rank__link {
  font-size: 12px;
  margin-left: 16px;
  margin-top: 6px;
  text-align: right;
}

.users-voice__rank__link a {
  color: inherit;
}

.users-voice__user {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background-color: #89baeb;
  width: 1em;
  height: 1em;
  font-size: 36px;
  overflow: hidden;
  margin-right: 8px;
}

.users-voice__user::before,
.users-voice__user::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #3388dd;
  content: "";
}

.users-voice__user::before {
  top: 0.15em;
  width: 0.4em;
  height: 0.4em;
}

.users-voice__user::after {
  bottom: -0.4em;
  width: 0.8em;
  height: 0.8em;
}

/*共通*/
.reference__title {
  font-weight: 700;
  display: inline-block;
  padding: 8px 12px;
  background-color: #FFA2A2;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}

.reference__title:disabled {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  box-shadow: none;
  color: #888;
  cursor: default;
}

@media screen and (min-width: 640px) {
  .reference__title:not(:disabled):hover {
    background-color: #f96c6c;
  }
}

.reference__value {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 60px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
  background: #FFF;
  border: solid 1px #CCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.reference__value::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.reference__value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 6px solid #CCC;
  z-index: 1;
}

/*車種トップ*/
/*口コミ投稿一覧_sp*/
/*参考になったランキング*/
/*ユーザー別投稿口コミ一覧*/
/*クチコミ車種選択*/
/*口コミ投稿_内容確認*/
/*口コミ投稿_内容確認*/
/*口コミLP*/
