@charset "UTF-8";
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'fa_s';
  font-style: normal;
  font-weight: 900;
  src: url("/common_v3/css/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/common_v3/css/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/common_v3/css/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/common_v3/css/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.fa,
.fas {
  font-family: 'fa_s';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'fa_r';
  font-style: normal;
  font-weight: 400;
  src: url("/common_v3/css/fontawesome/webfonts/fa-regular-400.eot");
  src: url("/common_v3/css/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/common_v3/css/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/common_v3/css/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }

.far {
  font-family: 'fa_r';
  font-weight: 400; }

.ico-fa:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.ico-far:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_r'; }

.ico-fa-after:after {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.ico-far-after:after {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_r'; }

.example:before {
  content: "\f007"; }

.ico-moon:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }

.ico-moon-after:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }

@keyframes gnav_fixed {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes step_fixed {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0); } }

.c-slider {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2; }

.is-slider-inited .c-slider {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-slider.swiper-container {
  overflow: visible;
  padding-bottom: 50px; }

.c-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.c-slider .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 80%;
  border-radius: 2px;
  overflow: hidden;
  margin: 0; }

.c-slider .swiper-slide a {
  position: relative;
  display: block; }

.c-slider .swiper-slide a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 2px #d5c500;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s; }

.c-slider .swiper-slide a:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-slider .swiper-slide img {
  display: block; }

.c-slider .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #fff; }

.c-scroll-slider {
  padding-bottom: 2em; }

.c-scroll-slider .swiper-wrapper {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-align: stretch;
      align-items: stretch; }

.c-scroll-slider .swiper-slide {
  width: 160px;
  height: auto;
  border-right: solid 1px #D8D8D8; }

.c-scroll-slider .swiper-slide:last-of-type {
  border-right: none; }

.c-scroll-slider .swiper-slide a {
  line-height: 1.25;
  text-decoration: none; }

.c-scroll-slider .swiper-slide a strong {
  display: inline-block; }

.c-scroll-slider__text {
  text-align: left;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .5em;
  color: #000;
  display: -ms-flexbox;
  display: flex; }

.c-scroll-slider__text:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.c-scroll-slider__text:before {
  margin-right: .25em;
  content: "\f138";
  color: #00ACEA; }

.c-scroll-slider.mdf-lineup .swiper-slide {
  padding-top: 1.25em; }

.swiper-slide a {
  width: 100%;
  display: block; }

.swiper-slide picture {
  width: 100%;
  display: block; }

.swiper-slide picture img {
  display: block;
  max-width: 100% !important; }

.c-input__carname {
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }

.c-input__carname input {
  width: 100%;
  height: 44px;
  border-radius: 3em;
  background-color: rgba(204, 240, 255, 0.7);
  padding-left: 1em;
  color: #000;
  font-size: 18.285px;
  font-size: 1.14286rem;
  border: none;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }

.c-input__carname input::-webkit-input-placeholder {
  color: #000; }

.c-input__carname input::-moz-placeholder {
  color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-input__carname input:-ms-input-placeholder {
  color: #000; }

.c-input__carname input:focus::-webkit-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-input__carname input:focus::-moz-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-input__carname input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-input__carname input.is-write + button:before {
  color: #147BCC;
  transform: scale(1.1); }

.c-input__carname button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-indent: -9999px;
  font-size: 42px;
  font-size: 2.625rem;
  width: 2em; }

.c-input__carname button:before {
  text-indent: 0;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 0;
  line-height: 0;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.c-input__makers {
  padding-bottom: 0;
  margin-left: -.5em;
  margin-right: -.5em; }

.c-input__makers ul {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-input__makers a {
  display: block;
  text-align: center; }

.c-input__makers a img {
  display: block; }

.c-maker-buttons li {
  width: 60px;
  margin-left: .4em;
  margin-right: .4em;
  margin-bottom: .7em; }

.c-maker-buttons a, .c-maker-buttons label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  border-radius: 6px;
  padding-top: 96%;
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: solid 1px #fff;
  box-shadow: 0 0 2px 1px rgba(9, 93, 177, 0.5);
  transition: box-shadow .1s, border .1s; }

.c-maker-buttons a:hover, .c-maker-buttons label:hover {
  border: solid 1px #198BDB; }

.c-maker-buttons a strong, .c-maker-buttons label strong {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.c-maker-buttons a strong img, .c-maker-buttons label strong img {
  margin-bottom: .1em;
  display: block; }

.c-maker-buttons a input, .c-maker-buttons label input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden; }

.c-maker-buttons a input:checked + strong:before, .c-maker-buttons label input:checked + strong:before {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: -23px;
  background-color: #198BDB;
  width: 42px;
  height: 42px;
  z-index: 1;
  transform: rotate(45deg); }

.c-maker-buttons a input:checked + strong:after, .c-maker-buttons label input:checked + strong:after {
  content: "\f00c";
  font-family: 'fa_s';
  position: absolute;
  left: .2em;
  top: .7em;
  line-height: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFFB00;
  z-index: 2; }

.c-car-type-buttons {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0; }

.c-car-type-buttons.mdf-block {
  display: block; }

.c-car-type-buttons.mdf-block label {
  display: block; }

.c-car-type-buttons.mdf-block label button,
.c-car-type-buttons.mdf-block label span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding-top: .6em;
  padding-bottom: .5em;
  width: 100%; }

.c-car-type-buttons.mdf-block label button:before,
.c-car-type-buttons.mdf-block label span:before {
  font-size: 14px;
  font-size: 0.875rem; }

.c-car-type-buttons.mdf-block input[type="checkbox"]:checked + button:before,
.c-car-type-buttons.mdf-block input[type="checkbox"]:checked + span:before {
  font-size: 15px;
  font-size: 0.9375rem; }

.c-car-type-buttons.mdf-lgr button {
  font-size: 16px;
  font-size: 1rem;
  padding-top: .75em;
  padding-bottom: .75em; }

.c-car-type-buttons.mdf-lgr input[type="checkbox"]:checked + button:before, .c-car-type-buttons.mdf-lgr input[type="radio"]:checked + button:before {
  font-size: 16px;
  font-size: 1rem; }

.c-car-type-buttons li {
  margin-bottom: .6em;
  margin-right: .6em; }

.c-car-type-buttons input[type="checkbox"], .c-car-type-buttons input[type="radio"] {
  visibility: hidden;
  width: 0;
  position: absolute; }

.c-car-type-buttons input[type="checkbox"]:checked + button, .c-car-type-buttons input[type="radio"]:checked + button {
  background-color: #198BDB;
  border-color: #198BDB;
  color: #fff;
  box-shadow: none;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); }

.c-car-type-buttons input[type="checkbox"]:checked + button:before, .c-car-type-buttons input[type="radio"]:checked + button:before {
  content: "\f00c";
  font-family: 'fa_s';
  position: absolute;
  left: .4em;
  top: .7em;
  line-height: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFFB00; }

.c-car-type-buttons input[type="checkbox"]:checked + button i:before, .c-car-type-buttons input[type="radio"]:checked + button i:before {
  color: #fff; }

.c-car-type-buttons label {
  display: block; }

.c-car-type-buttons button {
  background-color: #147BCC;
  border-radius: 3em;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
  padding: .4em 1em .3em;
  font-weight: bold;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #000;
  display: inline-block;
  border: solid 1px #fff;
  box-shadow: 0 0 2px 1px rgba(9, 93, 177, 0.5);
  transition: box-shadow .1s, border .1s;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: .6em;
  padding-bottom: .4em;
  font-size: 13px;
  font-size: 0.8125rem;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.c-car-type-buttons button[class^="ico-left"], .c-car-type-buttons button[class*=" ico-left"] {
  padding-left: 2.4em;
  padding-right: 1.3em; }

.c-car-type-buttons button[class^="ico-right"], .c-car-type-buttons button[class*=" ico-right"] {
  padding-left: 1.3em;
  padding-right: 2.4em; }

.c-car-type-buttons button.c-button--border {
  border: solid 1px #00a1db; }

.c-car-type-buttons button:hover {
  border: solid 1px #198BDB; }

.c-car-type-buttons button:not(.mdf-abs) {
  position: relative; }

.c-car-type-buttons button > strong.mdf-2l {
  margin-top: -.5em;
  margin-bottom: -.5em; }

.c-car-type-buttons button > strong > span {
  display: block;
  line-height: 1; }

.c-car-type-buttons i:before {
  font-family: "cars" !important;
  content: "\e900";
  font-size: 21px;
  font-size: 1.3125rem;
  margin-right: .25em;
  font-style: normal;
  color: #2E333D;
  vertical-align: middle;
  line-height: .8; }

.c-car-type-buttons i.type-1:before {
  content: "\e900"; }

.c-car-type-buttons i.type-2:before {
  content: "\e901"; }

.c-car-type-buttons i.type-3:before {
  content: "\e902"; }

.c-car-type-buttons i.type-4:before {
  content: "\e903"; }

.c-car-type-buttons i.type-5:before {
  content: "\e904"; }

.c-car-type-buttons i.type-6:before {
  content: "\e905"; }

.c-car-type-buttons i.type-7:before {
  content: "\e906"; }

.c-car-type-buttons i.type-8:before {
  content: "\e907"; }

.c-car-type-buttons i.type-9:before {
  content: "\e908"; }

.c-car-type-buttons i.type-10:before {
  content: "\e909"; }

.c-car-type-buttons i.type-11:before {
  content: "\e90a"; }

.c-search-button {
  text-align: center;
  margin-bottom: -2em; }

.c-search-button button {
  font-size: 18.285px;
  font-size: 1.14286rem;
  width: 5em;
  height: 5em; }

.c-search-button button:before {
  content: "\f002";
  display: block;
  font-size: 27.428px;
  font-size: 1.71429rem; }

.c-check-buttons {
  margin-top: 0;
  margin-bottom: 0; }

.c-check-buttons.c-table {
  margin-bottom: 1em;
  margin-top: 1em; }

.c-check-buttons label {
  display: block; }

.c-check-buttons label input[type="checkbox"], .c-check-buttons label input[type="radio"] {
  visibility: hidden;
  width: 0;
  position: absolute; }

.c-check-buttons label input[type="checkbox"] + button:before {
  content: "\f0c8"; }

.c-modal .c-check-buttons label input[type="checkbox"] + button:before {
  content: "\f111"; }

.c-check-buttons label input[type="checkbox"]:checked + button {
  background-color: #198BDB;
  border-color: #198BDB;
  color: #fff;
  box-shadow: none;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); }

.c-check-buttons label input[type="checkbox"]:checked + button:before {
  content: "\f00c";
  font-family: 'fa_s';
  color: #FFFB00;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-modal .c-check-buttons label input[type="checkbox"]:checked + button:before {
  content: "\f192"; }

.c-check-buttons label input[type="radio"] + button:before {
  content: "\f111"; }

.c-check-buttons label input[type="radio"]:checked + button {
  background-color: #198BDB;
  border-color: #198BDB;
  color: #fff;
  box-shadow: none;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); }

.c-check-buttons label input[type="radio"]:checked + button:before {
  content: "\f00c";
  font-family: 'fa_s';
  color: #FFFB00;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-check-buttons label input[type="radio"]:checked + button:before {
  content: "\f192"; }

.c-check-buttons label button {
  background-color: #147BCC;
  border-radius: 3em;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
  padding: .4em 1em .3em;
  font-weight: bold;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #000;
  display: inline-block;
  border: solid 1px #fff;
  box-shadow: 0 0 2px 1px rgba(9, 93, 177, 0.5);
  transition: box-shadow .1s, border .1s;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: .6em;
  padding-bottom: .4em;
  padding-left: .75em;
  pointer-events: none;
  white-space: nowrap; }

.c-check-buttons label button[class^="ico-left"], .c-check-buttons label button[class*=" ico-left"] {
  padding-left: 2.4em;
  padding-right: 1.3em; }

.c-check-buttons label button[class^="ico-right"], .c-check-buttons label button[class*=" ico-right"] {
  padding-left: 1.3em;
  padding-right: 2.4em; }

.c-check-buttons label button.c-button--border {
  border: solid 1px #00a1db; }

.c-check-buttons label button:hover {
  border: solid 1px #198BDB; }

.c-check-buttons label button:not(.mdf-abs) {
  position: relative; }

.c-check-buttons label button:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_r'; }

.c-check-buttons label button:before {
  width: 1em;
  text-align: center;
  margin-right: .25em;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.c-check-buttons label.is-disabled {
  pointer-events: none; }

.c-check-buttons label.is-disabled button {
  box-shadow: none;
  background-color: rgba(74, 74, 74, 0.5);
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.c-check-buttons.mdf-round button {
  border-radius: 5px; }

.c-check-buttons.mdf-flex-5 {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%; }

.c-check-buttons.mdf-flex-5 > * {
  margin-left: 1%;
  margin-right: 1%; }

.c-check-buttons.mdf-flex-5 > li {
  margin-bottom: 1em;
  width: 48%; }

.c-check-buttons.mdf-flex-5 > li button {
  width: 100%; }

.c-check-buttons.mdf-flex-5 > li button:before {
  float: left; }

.c-check-buttons.mdf-flex-5.mdf-years > li {
  width: 31.33333%; }

.c-input-parts input[type="text"] {
  border: none;
  background: #DCF5FF;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  padding: .5em .75em .4em;
  line-height: 1; }

.c-input-parts input[type="text"]:disabled {
  background-color: #EAEAEA; }

.c-select-buttons button {
  text-align: left;
  background-image: linear-gradient(0deg, #F2F2F2 0%, #FFFFFF 100%);
  border: 1px solid #9BC0DD;
  border-radius: 4px;
  position: relative;
  padding-left: 1.25em;
  padding-right: 86px;
  line-height: 1;
  height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-select-buttons button:after {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.c-select-buttons button:after {
  content: "\f0d7";
  position: absolute;
  display: block;
  width: 70px;
  height: 100%;
  line-height: 1.75em;
  text-align: center;
  top: 0;
  right: 0;
  border-left: solid 1px #9BC0DD;
  background-image: linear-gradient(-180deg, #E3F4FF 6%, #C8D6E1 100%);
  font-size: 24px;
  font-size: 1.5rem;
  color: #4A4A4A; }

.c-select-buttons button.is-none {
  background-image: none;
  background-color: #EAEAEA; }

.c-result-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%; }

.c-result-row > * {
  margin-left: 1%;
  margin-right: 1%; }

.c-result-car {
  width: 31.33333%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 3em; }

.c-latest-cars .c-result-car {
  padding-bottom: 0; }

.c-result-car:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 2px transparent;
  pointer-events: none;
  transition: border-color .3s; }

.c-latest-cars .c-result-car:after {
  border: solid 2px #00ACEA; }

.c-result-car:hover:after {
  border: solid 2px #198BDB; }

.c-latest-cars .c-result-car:hover:after {
  border: solid 2px #147BCC; }

.c-result-car a {
  text-decoration: none;
  display: block; }

.c-result-car__label {
  background-color: #FF3455;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding-top: .2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3em; }

.c-result-car__photo {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1.75em;
  display: block; }

.c-result-car__txt {
  border-top: solid 1px #E6E6E6;
  margin-bottom: 0;
  margin-top: .25em; }

.c-result-car__name {
  padding: .4em .5em .2em;
  color: #000;
  font-weight: bold;
  line-height: 1.25; }

.c-result-car__name small,
.c-result-car__name strong {
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

.c-result-car__price {
  background-color: #147BCC;
  margin-left: 0;
  padding-left: .5em;
  padding-right: .5em;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  padding-top: .5em;
  padding-bottom: .5em;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

.c-result-car__price strong {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Roboto Condensed", sans-serif; }

.c-result-car__price span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center; }

.c-result-car__price small {
  font-size: 9px;
  font-size: 0.5625rem;
  display: block; }

.c-latest-cars {
  padding-bottom: 2em;
  padding-top: 2em; }

.c-latest-cars h2 {
  background-color: #198BDB;
  font-size: 18.285px;
  font-size: 1.14286rem;
  text-align: center;
  color: #fff;
  margin-top: 0;
  padding-top: .1em;
  padding-bottom: .1em; }

.c-search-main {
  background-color: #F7F7F7;
  padding-top: 2em;
  padding-bottom: 2em; }

.c-search-main__md-car-name {
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: .5em; }

.c-search-main__md-car-name small,
.c-search-main__md-car-name strong {
  display: inline-block; }

.c-search-main__md-car-name small {
  font-size: 18.285px;
  font-size: 1.14286rem;
  padding-right: .5em; }

.c-search-main__md-car-name strong {
  font-size: 20.571px;
  font-size: 1.28571rem; }

.c-search-main__photo {
  position: relative;
  z-index: 1; }

.c-search-main__photo:before {
  content: "";
  display: block;
  width: 96%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 2%;
  background: #FFFFFF;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.31);
  border-radius: 3px;
  z-index: -1; }

.c-search-main__photo figure {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 0;
  height: 100%;
  position: relative;
  padding-top: 2em;
  padding-bottom: .5em; }

.c-search-main__photo figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  bottom: 1em;
  left: 0;
  width: 100%;
  margin-top: 1em; }

.c-search-main__photo figcaption span {
  display: inline-block; }

.c-search-main__tokusen {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  overflow: hidden; }

.c-search-main__tokusen__txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  line-height: 1;
  text-align: right;
  padding-top: .3em;
  padding-right: .3em;
  z-index: 1;
  color: #fff;
  font-size: 17.142px;
  font-size: 1.07143rem; }

.c-search-main__tokusen__txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FF3455;
  z-index: -1;
  transform: translateX(45%) translateY(-80%) rotate(25deg); }

.c-search-main__label {
  position: absolute;
  top: -.5em;
  left: .5em;
  width: 86px; }

.flexdatalist-results {
  border-radius: 3px !important;
  border: solid 2px #00ACEA !important; }

.flexdatalist-results li.active {
  background-color: #147BCC; }

.c-shadow-box {
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.c-search-step {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2.6vw; }

.c-search-step ol {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.c-search-step ol a {
  text-decoration: none;
  color: #000; }

.c-search-step ol > li {
  padding-right: 1.3em;
  overflow: hidden;
  border-radius: 3px 0 0 3px;
  overflow: hidden; }

.c-search-step ol > li > a,
.c-search-step ol > li > strong,
.c-search-step ol > li > span {
  height: 100%;
  background-color: #DCDCDC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1; }

.c-search-step ol > li > a:before,
.c-search-step ol > li > strong:before,
.c-search-step ol > li > span:before {
  content: "3";
  width: 1.25em;
  height: 100%;
  background-color: #C5C5C5;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-align: center;
  height: 2.4em;
  line-height: 2.4em;
  margin-right: .5em; }

.c-search-step ol > li > a:after,
.c-search-step ol > li > strong:after,
.c-search-step ol > li > span:after {
  content: "";
  display: block;
  width: 2.4em;
  height: 2.4em;
  background-color: #DCDCDC;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1.3em;
  z-index: -1;
  transform: rotate(45deg) skew(calc((90deg - 66deg) / 2), calc((90deg - 66deg) / 2)); }

.edge .c-search-step ol > li > a:after,
.no-flexboxlegacy .c-search-step ol > li > a:after, .edge
.c-search-step ol > li > strong:after,
.no-flexboxlegacy
.c-search-step ol > li > strong:after, .edge
.c-search-step ol > li > span:after,
.no-flexboxlegacy
.c-search-step ol > li > span:after {
  transform: rotate(45deg); }

.c-search-step ol > li > a > span > span,
.c-search-step ol > li > strong > span > span,
.c-search-step ol > li > span > span > span {
  display: block; }

.c-search-step ol > li:nth-child(1) > a:before,
.c-search-step ol > li:nth-child(1) > strong:before,
.c-search-step ol > li:nth-child(1) > span:before {
  content: "1"; }

.c-search-step ol > li:nth-child(2) > a:before,
.c-search-step ol > li:nth-child(2) > strong:before,
.c-search-step ol > li:nth-child(2) > span:before {
  content: "2"; }

.c-search-step ol > li:nth-child(3) > a:before,
.c-search-step ol > li:nth-child(3) > strong:before,
.c-search-step ol > li:nth-child(3) > span:before {
  content: "3"; }

.c-search-step ol > li:nth-child(4) > a:before,
.c-search-step ol > li:nth-child(4) > strong:before,
.c-search-step ol > li:nth-child(4) > span:before {
  content: "4"; }

.c-search-step ol > li:nth-child(5) > a:before,
.c-search-step ol > li:nth-child(5) > strong:before,
.c-search-step ol > li:nth-child(5) > span:before {
  content: "5"; }

.c-search-step ol > li:nth-child(6) > a:before,
.c-search-step ol > li:nth-child(6) > strong:before,
.c-search-step ol > li:nth-child(6) > span:before {
  content: "6"; }

.c-search-step ol > li:last-child {
  padding-right: 0; }

.c-search-step ol > li:last-child > span {
  padding-right: .5em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.c-search-step ol > li:last-child > span:after {
  display: none; }

.c-search-step ol > li > strong {
  background-color: #147BCC;
  color: #fff; }

.c-search-step ol > li > strong:before {
  background-color: #000; }

.c-search-step ol > li > strong:after {
  background-color: #147BCC; }

.c-search-step ol > li > span {
  color: rgba(0, 0, 0, 0.5); }

.c-search-calc-price {
  background-color: #000;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem; }

.c-search-calc-price__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.c-search-calc-price__u {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: .1em;
  margin-bottom: 0;
  margin-right: .75em; }

.c-search-calc-price__u:last-of-type {
  margin-right: 0; }

.c-search-calc-price__u > dt {
  margin-right: .2em;
  text-align: center;
  max-width: 33px; }

.c-search-calc-price__u > dt img {
  width: 4.75em; }

.c-search-calc-price__u > dt strong {
  font-size: 0.625em;
  white-space: nowrap; }

.c-search-calc-price__u dd {
  margin-left: 0; }

.c-search-calc-price__u dd dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: .5em;
  margin-bottom: .5em; }

.c-search-calc-price__u dd dl dt {
  margin-right: .5em;
  display: none; }

.c-search-calc-price__u dd dl dt strong,
.c-search-calc-price__u dd dl dt small {
  display: block;
  font-size: 0.75em; }

.c-search-calc-price__u dd dl dt small {
  font-weight: bold; }

.c-search-calc-price__u dd dl dd > strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.625em; }

.c-search-calc-price__u dd dl dd > span {
  display: block;
  text-align: center; }

.c-search-calc-price__u dd dl dd > span strong,
.c-search-calc-price__u dd dl dd > span small {
  font-size: 0.6875em; }

.c-search-calc-price__u dd dl dd > span small {
  font-weight: bold; }

.c-scrollout-fix {
  height: 85px; }

.c-scrollout-fix.mdf-h-auto {
  height: auto; }

.c-scrollout-fix.m-wait-mod .c-scrollout-fix__fix {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8;
  top: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }

.c-hd-info {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: inline-block; }

.c-search-setting {
  background-color: #F4F4F4;
  padding-top: 2em;
  padding-bottom: 2em; }

.c-search-setting.mdf-bt {
  border-top: solid 1px #D8D8D8; }

.c-search-setting__box {
  /*現在option.htmlのみ*/
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 1.3em; }

.c-search-setting__box.mdf-km {
  padding-top: 2em;
  padding-bottom: 2em; }

.c-search-setting__top-info {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.c-search-setting__top-info:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.c-search-setting__top-info:before {
  content: "\f05a";
  color: #FF3455;
  font-size: 21px;
  font-size: 1.3125rem;
  vertical-align: top;
  margin-right: .25em;
  position: relative;
  top: .1em; }

.c-search-setting__top-info p {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0; }

.c-grade-setting {
  background-color: #00ACEA;
  padding: 10px; }

.c-grade-setting h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: .25em;
  margin-bottom: .5em; }

.c-modal .c-grade-setting h3 {
  font-size: 16px;
  font-size: 1rem; }

.c-grade-setting h3:before {
  content: "\f0b0";
  font-size: 16px;
  font-size: 1rem;
  margin-left: .5em;
  margin-right: .5em; }

.c-modal .c-grade-setting h3:before {
  font-size: 14px;
  font-size: 0.875rem; }

.c-grade-setting__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -2.5px;
  margin-right: -2.5px; }

.c-grade-setting__row > * {
  margin-left: 2.5px;
  margin-right: 2.5px; }

.c-grade-setting__u {
  width: calc(50% - 5px);
  background-color: #fff;
  padding: .75em;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  margin-bottom: 5px; }

.c-modal .c-grade-setting__u {
  padding-top: .5em;
  padding-bottom: .5em; }

.c-grade-setting__u .c-car-type-buttons.mdf-block label button {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 0;
  padding-right: 0; }

.c-modal .c-grade-setting__u .c-car-type-buttons.mdf-block label button {
  font-size: 11px;
  font-size: 0.6875rem; }

.c-grade-setting__u dl {
  margin-top: 0;
  margin-bottom: 0; }

.c-grade-setting__u dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }

.c-modal .c-grade-setting__u dt {
  font-size: 14px;
  font-size: 0.875rem; }

.c-grade-setting__u dt:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  background-color: #00ACEA;
  margin-left: .5em;
  margin-right: .5em;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -.1em;
  margin-left: 0; }

.c-grade-setting__u dd {
  margin-left: 0;
  margin-top: .75em; }

.c-grade-result td {
  position: relative; }

.c-grade-result__badges {
  position: absolute;
  left: -2.25em;
  font-size: 13px;
  font-size: 0.8125rem; }

.c-grade-result__badges strong {
  color: #fff;
  display: block;
  line-height: 1; }

.c-grade-result__badges .p-osusume {
  background-color: #FF3455;
  width: 3em;
  height: 3em;
  padding-left: .5em;
  padding-top: .5em;
  border-radius: 50%;
  text-align: left;
  transform: rotate(-20deg); }

.c-grade-result__badges .p-select {
  background-color: #000;
  padding: .25em;
  border-radius: 3px 3px 0px 3px;
  position: relative;
  margin-top: -.75em;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: .2em; }

.c-modal .c-grade-result__badges.for-lg {
  display: none; }

.c-option-color__list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.c-option-color__list li {
  position: relative;
  margin-bottom: .3em; }

.c-option-color__list input[type="radio"] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0; }

.c-option-color__list input[type="radio"]:checked + label {
  background-color: #198BDB;
  font-weight: bold;
  color: #fff; }

.c-option-color__list input[type="radio"]:checked + label:before {
  font-family: 'fa_s';
  content: "\f00c";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  top: .2em;
  left: .2em;
  color: #FFFB00; }

.c-option-color__list label {
  display: -ms-flexbox;
  display: flex;
  font-size: 14.857px;
  font-size: 0.92857rem;
  line-height: 1.4;
  -ms-flex-align: start;
      align-items: flex-start;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 1em; }

.c-option-color__list label:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_r'; }

.c-option-color__list label span {
  padding-left: .75em; }

.c-option-color__list label img {
  border-radius: 4px;
  border: 1px solid #9B9B9B;
  width: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.c-option-color__list .opPrice {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em; }

.c-option-color__list .opPrice th {
  padding-right: 1em; }

.c-option-table dd {
  margin-left: 0; }

.c-option-table a {
  color: #000; }

.c-option-table .c-op-td__select {
  text-align: center; }

.c-option-table .c-op-td__select button {
  white-space: nowrap; }

.c-option-table .c-op-td__photo {
  border-right: none; }

.c-option-table .c-op-td__text {
  border-left: none; }

.c-option-table .c-op-td__notes {
  font-size: 13px;
  font-size: 0.8125rem; }

.c-option-table tr {
  cursor: pointer; }

.c-option-table tr.is-selected td {
  background-color: #198BDB;
  color: #fff; }

.c-option-table tr.is-selected td.c-op-td__text {
  position: relative; }

.c-option-table tr.is-selected td.c-op-td__text:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.c-option-table tr.is-selected td.c-op-td__text:before {
  content: "\f00c";
  position: absolute;
  left: .2em;
  top: .2em;
  color: #FFFB00; }

.c-option-table tr.is-selected td a {
  color: #fff; }

.c-option-table tr.is-disabled {
  pointer-events: none;
  position: relative;
  cursor: default; }

.c-option-table tr.is-disabled a {
  position: relative;
  z-index: 6;
  pointer-events: auto; }

.c-option-table tr.is-disabled:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: block;
  pointer-events: auto; }

.c-option-table tr.is-disabled td {
  position: relative;
  pointer-events: none;
  overflow: hidden; }

.c-option-table tr.is-disabled label {
  pointer-events: none; }

.c-option-table tr label {
  pointer-events: none; }

.c-option-table .is-none-text {
  font-weight: bold; }

.c-option-maker {
  position: relative; }

.c-option-photo {
  display: block;
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
  padding: 6px;
  background-color: #fff; }

.c-option-photo img {
  display: block; }

.c-option-text {
  margin-top: 0;
  margin-bottom: 0; }

.c-option-text dd {
  margin-left: 0; }

.c-option-text small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

.c-option-price {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.c-option-price dd {
  font-weight: bold;
  padding-left: 1.5em; }

.c-option-price small {
  font-size: 14px;
  font-size: 0.875rem; }

.c-option-text-labeled dt {
  white-space: nowrap;
  padding-right: 1em; }

.c-option-text-labeled dt [class^="c-option-label"],
.c-option-text-labeled dt [class*=" c-option-label"] {
  background-color: #aaa;
  padding: .1em .5em;
  width: 6em;
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-size: 13.714px;
  font-size: 0.85714rem;
  margin-bottom: .5em; }

.c-option-text-labeled dt [class^="c-option-label"][class*="--maker"],
.c-option-text-labeled dt [class*=" c-option-label"][class*="--maker"] {
  background-color: #AD5B51; }

.c-option-text-labeled dt [class^="c-option-label"][class*="--dealer"],
.c-option-text-labeled dt [class*=" c-option-label"][class*="--dealer"] {
  background-color: #50AC59; }

.c-search-p-bottom {
  text-align: center; }

.c-search-p-bottom__button {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.c-search-p-bottom.mdf-horiz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-search-p-bottom.mdf-horiz .c-search-p-bottom__button {
  margin-left: 1em;
  margin-right: 1em; }

.c-estimation {
  margin-top: 1.5em; }

.c-estimation__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -1.3%;
  margin-right: -1.3%; }

.c-estimation__row > * {
  margin-left: 1.3%;
  margin-right: 1.3%; }

.c-estimation__u {
  width: 30.73333%;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-left: .6em;
  padding-right: .6em; }

.c-estimation__u:hover button {
  border: solid 1px #198BDB; }

.c-estimation__u img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.c-estimation__u button {
  font-size: 18px;
  font-size: 1.125rem;
  width: 8em;
  position: relative; }

.c-search-setting .c-estimation__u button {
  padding-left: 1.2em;
  padding-top: .6em;
  padding-bottom: .6em; }

.c-estimation__u button:before {
  position: absolute;
  left: .75em;
  top: 50%;
  font-size: 14.857px;
  font-size: 0.92857rem; }

.c-search-setting .c-estimation__u button:before {
  line-height: 0; }

.c-estimation-cond__row h3 {
  margin-top: 0; }

.c-estimation-cond__u {
  margin-bottom: 1em; }

.c-estimation-cond__hd-info {
  display: none; }

#atamakin_select.is-enable {
  pointer-events: none; }

#atamakin_select.is-enable h3 {
  color: #4A4A4A; }

#atamakin_select.is-enable h3:before {
  background-color: rgba(74, 74, 74, 0.8); }

#atamakin_select.is-enable h3 .c-estimation-cond__hd-info {
  display: block;
  color: #000;
  text-indent: -1em;
  padding-left: 1em; }

#atamakin_select.is-enable .c-estimation-cond-select {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.c-estimation-cond-select {
  padding: 1.25em; }

.c-estimation-cond-select__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.c-estimation-cond-select__row label {
  width: 48%;
  height: 4.5em; }

.c-estimation-cond-select__row label button {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 17.142px;
  font-size: 1.07143rem;
  position: relative; }

.c-estimation-cond-select__row label button:before {
  position: absolute;
  left: .25em;
  top: .25em;
  font-size: 14.857px;
  font-size: 0.92857rem; }

.c-estimation-cond-select__input {
  text-align: center;
  padding-top: 1.15em;
  padding-bottom: .7em;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold; }

.c-estimation-cond-select__input small {
  font-size: 13.714px;
  font-size: 0.85714rem;
  font-weight: normal; }

.c-estimation-cond-select__input input[type="text"] {
  width: 4em;
  padding-top: .6em;
  padding-bottom: .5em;
  padding-right: .4em;
  padding-left: .3em;
  margin-right: .5em;
  text-align: right; }

.c-estimation-cond-select__input input[type="text"]:disabled + span {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.c-estimation-cond-select .c-notes {
  margin-bottom: 0; }

.c-estimation-cond-select.is-disabled .c-notes {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.c-estimation-common {
  background-color: #F7F2ED;
  padding-top: 2em;
  padding-bottom: 2em; }

.c-estimation-common h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem; }

.c-estimation-common h2:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.c-estimation-common h2 strong {
  background-color: #F7F2ED;
  padding-left: 1em;
  padding-right: 1em; }

.c-estimation_2__next {
  text-align: center; }

.c-estimation_2__next .c-shadow-box {
  padding: 2.5em 1.5em; }

.c-estimation_2__button a {
  width: 18em; }

.c-estimation_2 .c-estimation_2__button a {
  font-size: 24px;
  font-size: 1.5rem; }

.c-estimation_2__txt p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1.5em;
  margin-bottom: 0; }

.c-mitsumori {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: .75em;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.c-mitsumori table {
  text-align: left;
  width: 100%;
  line-height: 1.25; }

.c-mitsumori tr {
  display: block; }

.c-mitsumori th,
.c-mitsumori td {
  display: block;
  padding-left: .75em;
  padding-right: .75em; }

.c-mitsumori th {
  padding-top: .4em;
  padding-bottom: .4em; }

.c-mitsumori td {
  border-bottom: solid 1px #4A4A4A;
  padding-top: .5em;
  padding-bottom: 1em; }

.c-mitsumori thead th {
  border-top: solid 2px #4A4A4A; }

.c-mitsumori thead th {
  background-color: #D1431D;
  color: #fff;
  font-size: 16px;
  font-size: 1rem; }

.c-mitsumori thead td {
  background-color: rgba(209, 67, 29, 0.15);
  font-weight: bold;
  font-size: 20.571px;
  font-size: 1.28571rem; }

.c-mitsumori tbody th {
  background-color: rgba(234, 234, 234, 0.5);
  font-size: 16px;
  font-size: 1rem; }

.c-mitsumori tbody td {
  font-size: 18.285px;
  font-size: 1.14286rem; }

.c-mitsumori .c-mitsumori__price td {
  font-size: 21.714px;
  font-size: 1.35714rem;
  font-weight: bold; }

.c-estimation-flow {
  padding-top: 2em;
  padding-bottom: 2em; }

.p-float-next-button {
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 6;
  transform: translateX(100%);
  transition: transform .5s; }

.is-scrolled .p-float-next-button {
  transform: translateX(0); }

.p-float-next-button a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.l-main .p-float-next-button a {
  padding-right: .75em;
  padding-left: 1.5em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16); }

#flow {
  margin: 30px 0;
  padding: 0 0 10px 0;
  background-color: #e5f0f7; }

#flow h2 {
  background-color: #0069ad;
  color: #fff;
  padding: 24px 30px 70px;
  margin: 0;
  line-height: 1; }

#flow .step-contents {
  margin-top: -50px;
  padding: 0 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -0.5%;
  margin-right: -0.5%; }

#flow .step-contents > * {
  margin-left: 0.5%;
  margin-right: 0.5%; }

#flow .cols {
  width: 32.33333%;
  background-color: #fff;
  margin-bottom: .75em; }

#flow .step-wrap {
  padding: 4px; }

#flow .hd-group {
  background-color: #c6e3f4;
  position: relative;
  height: 57px;
  border-bottom: 1px solid #fff; }

#flow .hd-group .step {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0; }

#flow .hd-group h3 {
  text-align: center;
  margin: 0;
  line-height: 57px;
  font-size: 19px; }

#flow .hd-group h3.l2 {
  line-height: 1.1;
  padding-top: .5em; }

#flow .img {
  padding-top: .25em;
  background-image: linear-gradient(-179deg, #FAFAFA 64%, #F2F2F2 100%); }

#flow .img img {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

#flow .text {
  padding: 0 12px;
  margin-bottom: 12px;
  font-size: 14px;
  position: relative; }

#flow .text .notes {
  font-size: 12px; }

#flow .text .arr_flow {
  position: absolute;
  right: -22px;
  top: 7px; }

#flow .p-flow-1-img img {
  display: none; }

.is-estimation_2 #flow .p-flow-1-img img.estimation_2 {
  display: block; }

.is-estimation-simple #flow .p-flow-1-img img.simple-estimate {
  display: block; }

.is-estimation-simple #flow .p-flow-1-img img.simple-estimate-md {
  display: none; }

.c-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
  transition: background-color .5s; }

.c-modal__content {
  max-width: calc(100vw - 1em);
  max-height: 90vh;
  overflow: auto;
  transform: translateY(100vh);
  transition: transform .3s;
  overflow-x: visible;
  position: relative;
  background-color: #f3f3f3;
  padding-bottom: .5em;
  width: 1100px; }

.c-modal.is-show {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.c-modal.is-show .c-modal__content {
  transform: translateY(0); }

.c-modal__hd {
  padding: .5em .5em 0; }

.c-modal__hd h1 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: .5em; }

.c-modal__hd h1:before {
  content: "\f013";
  color: #B1B1B1;
  font-size: 14px;
  font-size: 0.875rem;
  width: 1.5em;
  text-align: center; }

.c-modal__body {
  overflow: auto;
  padding: 0 .5em .5em;
  max-height: calc(90vh - 100px); }

.c-modal__close-btn {
  position: absolute;
  top: 1em;
  right: 1em; }

#ready {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .1s ease 0s; }

#ready.show {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

#ready.show .nowCalc {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1); }

#ready.show-next .nowCalc {
  visibility: hidden; }

#ready.show-next .calcError {
  visibility: visible;
  transform: scale(1); }

.nowCalc, .calcError, .gradeCheck {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGOTHIC", Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.nowCalc .inner, .calcError .inner, .gradeCheck .inner {
  border-radius: 5px;
  position: absolute;
  width: 160px;
  height: 100px;
  left: 50%;
  margin-left: -80px;
  top: 50%;
  margin-top: -50px; }

.nowCalc {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transform: scale(0.5, 0.5);
  transition: opacity 0.1s ease 0s, transform 0.1s ease 0s; }

.nowCalc .inner {
  text-align: center;
  background: url(/common_v3/images/calc-loader.gif) center 44% no-repeat #fff; }

.nowCalc .inner p {
  position: absolute;
  width: 100%;
  bottom: 9px;
  margin: 0;
  color: #147BCC;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold; }

.calcError, .gradeCheck {
  visibility: hidden;
  z-index: 99999;
  transform: scale(0.5, 0.5);
  transition: transform 0.1s ease 0s; }

.calcError .inner, .gradeCheck .inner {
  background: #fff;
  width: 500px;
  margin-left: -250px;
  padding: 30px;
  box-sizing: border-box;
  height: auto;
  left: 50%;
  top: 50%;
  margin-top: -100px; }

.p-search-top {
  background: radial-gradient(circle at 50% 40%, #C9EAFF 14%, #9EC4E1 100%);
  padding-top: 1.75em;
  padding-bottom: 1em;
  position: relative; }

.p-search-top__pannel {
  background-color: #fff;
  padding: .8em .75em;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: .75em;
  position: relative; }

.p-search-top__pannel h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em; }

.p-search-top__pannel h2:before {
  content: "\f013";
  color: #B1B1B1;
  margin-right: .2em;
  text-indent: 0; }

.p-search-top__pannel h2 small {
  font-weight: normal;
  display: inline-block;
  font-size: 13.714px;
  font-size: 0.85714rem;
  text-indent: 0; }

.p-search-top__pannel .c-input__carname {
  margin-bottom: 0; }

.p-search-top__pannel .c-input__carname button:before {
  font-size: 36px;
  font-size: 2.25rem; }

.p-search-top__line {
  border-top: solid 1px #E6E6E6;
  padding-top: 1.2em;
  padding-bottom: .75em;
  margin-top: 0;
  margin-bottom: 0; }

.p-search-top__line.mdf-maker {
  padding-bottom: .2em; }

.p-search-top__line dt {
  font-weight: bold;
  width: 10em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: .5em; }

.p-search-top__line dt:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  background-color: #00ACEA;
  margin-left: .5em;
  margin-right: .5em;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -.1em; }

.p-search-top__line dd {
  margin-left: 0; }

.p-search-top__line .c-input__makers {
  padding-bottom: 0; }

.p-search-top__line .c-input__makers ul {
  margin-top: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.p-search-top__line .c-maker-buttons {
  margin-bottom: 0; }

.p-search-top__start {
  border-top: solid 1px #E6E6E6;
  padding-top: 4em; }

.p-search-top__start button {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.p-search-top__start.is-change button {
  transform: scale(1.1); }

.p-search-top__start.is-change button:hover {
  transform: scale(1.3); }

.p-search-top__other .l-horz-basic-limit {
  position: relative; }

.p-search-top__other ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 3em;
  right: -1em;
  width: 44%; }

.p-result-after {
  display: none; }

.p-result-after.is-show {
  display: block; }

.p-result-top {
  background-color: #EAEAEA;
  padding-top: 2em;
  padding-bottom: 2em; }

.p-result-top__count {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 2.5em;
  margin-bottom: 2em;
  font-weight: bold;
  color: #095DB1; }

.p-result-top__count__in {
  position: relative; }

.p-result-top__count__in:before {
  font-family: "Material Icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-style: normal;
  content: "filter_list";
  font-size: 48px;
  font-size: 3rem;
  color: #00ACEA;
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  margin-bottom: -.1em; }

.p-result-top__count dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #147BCC;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 3em;
  margin: 0; }

.p-result-top__count dt {
  font-size: 18px;
  font-size: 1.125rem; }

.p-result-top__count dd {
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.p-result-top__count dd strong {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  margin-left: .2em;
  padding-right: .2em; }

.p-result-top__count dd small {
  font-size: 18px;
  font-size: 1.125rem; }

.p-result-top__count__info {
  position: absolute;
  bottom: 100%;
  right: -4em;
  white-space: nowrap;
  background-color: #fff;
  line-height: 1;
  padding: .5em;
  border-radius: 2em 2em 2em 0;
  font-size: 13.714px;
  font-size: 0.85714rem;
  margin-bottom: -.75em; }

.p-result-top__count__info span {
  display: block; }

.p-result-not-match {
  background-color: #fff;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 16px;
  font-size: 1rem; }

.p-result-not-match p {
  display: inline-block;
  position: relative; }

.p-result-not-match p strong span {
  display: inline-block; }

.p-result-not-match p small {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  right: 100%;
  margin-right: .2em;
  top: 0; }

.p-detail-main__row {
  position: relative; }

.p-detail-main__txt {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  background-color: #C9E0EF;
  bottom: 0;
  transform: translateY(100%);
  transition: transform .3s; }

.p-detail-main__txt.is-show {
  transform: translateY(0); }

.p-detail-main__txt:after {
  display: none;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.p-detail-main__txt__inner {
  padding: 1em;
  max-height: calc(100vh - 264px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.p-detail-main__name {
  background-color: #fff; }

.p-detail-main__name h1 {
  margin-top: 0;
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
  font-size: 20.571px;
  font-size: 1.28571rem;
  line-height: 1.25;
  padding: 12.8px 16px;
  padding: .8rem 1rem; }

.p-detail-main__name h1 small {
  font-size: 1em;
  padding-right: .5em; }

.p-detail-main__md-sw {
  text-align: center;
  background-color: #198BDB;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  height: 44px;
  line-height: 44px;
  position: relative;
  position: absolute;
  width: 100%;
  bottom: 100%;
  box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.2); }

.p-detail-main__md-sw:before {
  content: "\f00c";
  margin-left: -1.25em;
  margin-right: .25em;
  color: #FFFB00;
  font-weight: normal; }

.p-detail-main__md-sw:after {
  content: "\f0d8";
  /*f0d8*/
  /*f0d7*/
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  line-height: 44px;
  font-size: 41.142px;
  font-size: 2.57143rem;
  background-color: #00ACEA; }

.is-show .p-detail-main__md-sw:after {
  content: "\f0d7"; }

.p-detail-main__md-kettei {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em; }

.p-detail-main__md-kettei .c-button--orange--xlg {
  padding-right: 3.5em;
  padding-left: 3.5em; }

.p-detail-main__grade, .p-detail-main__option {
  background-color: #fff;
  padding: 8px 16px;
  padding: .5rem 1rem; }

.p-detail-main__grade {
  font-weight: bold;
  margin-bottom: 4.8px;
  margin-bottom: .3rem; }

.p-detail-main__grade p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem; }

.p-detail-main__option h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: .5em; }

.p-detail-main__option dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }

.p-detail-main__option dt:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  background-color: #00ACEA;
  margin-left: .5em;
  margin-right: .5em;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -.1em;
  margin-left: 0; }

.p-detail-main__option dd {
  margin-left: 0;
  font-size: 14px;
  font-size: 0.875rem; }

.p-detail-main__option__color {
  display: -ms-flexbox;
  display: flex; }

.p-detail-main__option__color-chip {
  background: #FFFFFF;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  width: 64px;
  margin-right: .5em;
  overflow: hidden; }

.p-detail-main__option__color-chip img {
  display: block; }

.p-detail-main__option__list ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0; }

.p-detail-main__option__list li {
  margin-bottom: .25em; }

.p-detail-main__more button,
.c-more-button button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: .6em 1.5em;
  position: relative; }

.p-detail-main__more {
  bottom: -1em;
  position: absolute;
  right: 1em;
  display: none; }

.p-detail-main__more button {
  width: 10em; }

.p-detail-main__more button:after {
  content: "\f0ca";
  margin-left: .5em;
  color: #198BDB;
  position: absolute;
  right: 1em; }

.c-more-button {
  text-align: right;
  margin-bottom: 1em;
  margin-top: 1em; }

.c-more-button .is-alt {
  position: absolute;
  left: 0;
  right: 0;
  display: none; }

.c-more-button.is-more-show .is-def {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-more-button.is-more-show .is-alt {
  display: inline; }

.c-more-button.is-more-show button:after {
  content: "\f0d8"; }

.c-more-button button {
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: 16em; }

.c-more-button button:after {
  content: "\f0d7";
  margin-left: .5em;
  color: #198BDB;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0;
  vertical-align: middle;
  width: .5em;
  position: absolute;
  top: 50%;
  right: 1em; }

.c-popup-read {
  background-color: #CCF0FF;
  padding-top: .25em;
  padding-bottom: .25em;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }

.p-simple-main__box {
  position: relative;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.p-simple-main__name h1 {
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: .5em; }

.p-simple-main__name h1 small,
.p-simple-main__name h1 strong {
  display: inline-block; }

.p-simple-main__name h1 small {
  font-size: 18.285px;
  font-size: 1.14286rem;
  padding-right: .5em; }

.p-simple-main__name h1 strong {
  font-size: 20.571px;
  font-size: 1.28571rem; }

.p-simple-main__guide {
  left: 96%;
  bottom: 1.5em;
  z-index: 2;
  white-space: nowrap;
  font-size: 12.571px;
  font-size: 0.78571rem;
  font-weight: bold;
  color: #4A4A4A;
  background-color: #fff;
  border: dashed 1px #00ACEA;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: .25em;
  padding-right: .25em;
  margin-top: .75em; }

.p-simple-main__guide:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #00ACEA #00ACEA transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(-5px) translateX(-50%) rotate(45deg); }

.p-simple-main__guide p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }

.p-simple-setting {
  padding-top: 2em;
  padding-bottom: 2em; }

.p-simple-setting__pd {
  padding-left: .75em;
  padding-right: .75em;
  padding-bottom: 1em; }

.p-simple-setting__pd.mdf-line-box {
  border: solid 1px #CCF0FF;
  border-radius: 5px;
  margin-top: .5em; }

.p-simple-setting__line {
  margin-top: 1.5em;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0; }

.p-simple-setting__line.mdf-block {
  display: block; }

.p-simple-setting__line.mdf-block dt {
  width: auto; }

.p-simple-setting__line dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: .4em; }

.p-simple-setting__line dt:before {
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-family: 'fa_s'; }

.p-simple-setting__line dt:before {
  content: "\f013";
  color: #B1B1B1;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
  margin-right: .5em; }

.p-simple-setting__line dt small {
  font-weight: normal; }

.p-simple-setting__line dd {
  margin-left: 0;
  -ms-flex-positive: 2;
      flex-grow: 2; }

.p-simple-setting__line dd button {
  width: 100%;
  font-size: 16px;
  font-size: 1rem; }

.p-simple-setting__line dd.mdf-color-select {
  display: -ms-flexbox;
  display: flex; }

.p-simple-setting__osusume {
  background: #E1F6FF;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1.5em; }

.p-simple-setting__osusume h3 {
  background-color: #198BDB;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: .75em;
  padding-bottom: .75em; }

.p-simple-setting__osusume__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%; }

.p-simple-setting__osusume__row > * {
  margin-left: 1%;
  margin-right: 1%; }

.p-simple-setting__osusume__u {
  width: 98%; }

.p-simple-setting__osusume__u.mdf-kanreichi {
  width: 100%; }

.p-simple-setting .c-car-type-buttons button {
  width: 7em; }

.p-simple-setting .c-car-type-buttons.mdf-w-free button {
  width: auto;
  padding-left: 1.75em; }

.p-simple-setting .p-atamakin-select.is-show li:last-child button:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #147BCC transparent transparent #147BCC;
  top: 100%;
  left: 50%;
  position: absolute;
  transform: translateY(30%) translateX(-50%) rotate(45deg); }

.p-simple-setting__atamakin {
  background-color: rgba(230, 230, 230, 0.5);
  padding: 1.25em 1.25em 1em;
  border-radius: .5em; }

.p-simple-setting .p-simple-setting__atamakin {
  display: none; }

.p-simple-setting .c-color-chip {
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #9B9B9B;
  overflow: hidden; }

.p-simple-setting .c-color-chip img {
  display: block;
  height: 44px;
  width: auto; }

.p-simple-setting__calc-button {
  text-align: center;
  margin-top: 2em; }

.p-simple-setting__has-info .p-simple-setting__line dt {
  white-space: nowrap;
  padding-right: 2em; }

.p-simple-setting__has-info .txt-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em; }

.p-simple-setting__has-info .txt-info a {
  text-decoration: none; }

.p-simple-setting__has-info .txt-info a:hover {
  text-decoration: underline; }

.p-simple-estimation {
  background-color: #F7F2ED;
  padding-top: 5em;
  margin-top: -4em;
  padding-bottom: 2em;
  /*add*/ }

.p-simple-estimation__after .is-first-hide {
  display: none; }

.p-simple-estimation__after.is-show .is-first-hide {
  display: block; }

.p-simple-estimation__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -0.4%;
  margin-right: -0.4%;
  position: relative; }

.p-simple-estimation__row > * {
  margin-left: 0.4%;
  margin-right: 0.4%; }

.p-simple-estimation__u {
  width: 32.53333%;
  text-align: center;
  padding: 0;
  padding-bottom: 6em; }

.p-simple-estimation h3 {
  background-color: #D1431D;
  color: #fff;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-size: 1rem; }

.p-simple-estimation .p-catch {
  font-size: 18px;
  font-size: 1.125rem;
  display: none; }

.p-simple-estimation .p-catch small {
  font-size: 1em;
  font-weight: bold; }

.p-simple-estimation .p-catch strong {
  color: #147BCC; }

.p-simple-estimation .p-catch strong small {
  font-size: .9em; }

.p-simple-estimation .p-catch + img {
  margin-top: .75em;
  margin-bottom: .75em;
  max-width: 90%; }

.p-simple-estimation__price {
  background-color: #198BDB;
  color: #fff;
  font-weight: bold;
  padding-top: .8em;
  padding-bottom: .8em;
  line-height: 1.3;
  margin-bottom: .75em;
  padding-left: .25em;
  padding-right: .25em; }

.p-simple-estimation__price dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center; }

.p-simple-estimation__price dd {
  margin-left: 0; }

.p-simple-estimation__price .p-price-1 {
  display: block;
  text-align: left;
  padding-left: .5em;
  padding-right: .5em; }

.p-simple-estimation__price .p-price-1 dt {
  font-size: 13.714px;
  font-size: 0.85714rem; }

.p-simple-estimation__price .p-price-1 dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.p-simple-estimation__price .p-price-1 dd strong {
  font-size: 27.428px;
  font-size: 1.71429rem;
  font-family: "Roboto Condensed", sans-serif; }

.p-simple-estimation__price .p-price-1 dd div {
  line-height: 1;
  text-align: center; }

.p-simple-estimation__price .p-price-1 dd span {
  font-size: 13.714px;
  font-size: 0.85714rem;
  line-height: 1;
  display: block; }

.p-simple-estimation__price .p-price-1 dd small {
  font-size: 9.142px;
  font-size: 0.57143rem;
  white-space: nowrap;
  line-height: 1;
  display: block;
  margin-left: -.5em;
  margin-right: -.5em; }

.p-simple-estimation__price .p-price-2 {
  font-size: 13.714px;
  font-size: 0.85714rem;
  white-space: nowrap; }

.p-simple-estimation__price .p-price-2 small {
  font-size: 9.142px;
  font-size: 0.57143rem;
  margin-left: -.5em;
  margin-right: -.5em; }

.p-simple-estimation .p-button-next {
  margin-bottom: 1em;
  padding-right: .3em;
  padding-left: .3em; }

.p-simple-estimation .p-button-next a {
  width: 18em;
  max-width: 100%;
  border-radius: .4em;
  font-size: 13.714px;
  font-size: 0.85714rem; }

.l-main .p-simple-estimation .p-button-next a {
  padding: .75em .25em; }

.p-simple-estimation .p-button-next a:after {
  font-size: 24px;
  font-size: 1.5rem;
  display: none; }

.p-simple-estimation .p-button-next a span {
  display: block; }

.p-simple-estimation .p-guide-place {
  margin-top: 6em; }

.p-simple-estimation .p-guide {
  position: absolute;
  left: 10%;
  right: 10%;
  border-radius: 0 0 3px 3px;
  font-weight: bold;
  font-size: 13.714px;
  font-size: 0.85714rem; }

.p-simple-estimation .p-guide.mdf-guide-1 {
  background-color: #FFF3ED;
  border-color: #FF5500;
  border-style: solid;
  border-width: 0 1px 1px 1px; }

.p-simple-estimation .p-guide.mdf-guide-2 {
  background-color: #ECF5FD;
  border-color: #095DB1;
  border-style: solid;
  border-width: 0 1px 1px 1px; }

.p-simple-estimation .p-guide p {
  margin-top: .75em;
  margin-bottom: .75em;
  line-height: 1.25; }

.p-simple-estimation .p-guide p span {
  display: block; }

.p-simple-estimation .pi-hd-logo {
  background-color: transparent;
  margin-top: .5em;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: .5em; }

.is-atamakin-true .is-atamakin-true--disabled {
  position: relative; }

.is-atamakin-true .is-atamakin-true--disabled:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 3px; }

.is-atamakin-true .p-guide {
  left: 2%;
  right: 35.25%; }

.c-atamakin-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.c-atamakin-info__ico {
  margin-top: -.25em;
  margin-right: .25em; }

.irregular_info {
  background-color: white;
  padding: .25em 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3em;
  border: solid 1px #ff9aaa; }

@media print, screen and (min-width: 48em){
  .c-slider.is-lg{
    display: block; }
  .c-scroll-slider .swiper-slide{
    width: 220px;
    padding-left: 10px;
    padding-right: 10px; }
  .c-scroll-slider.mdf-lineup.swiper-container{
    overflow: visible; }
  .c-scroll-slider.mdf-lineup .swiper-wrapper{
    width: auto; }
  .c-scroll-slider.mdf-lineup .swiper-slide{
    border-right: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5em;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
  .c-scroll-slider.mdf-lineup .swiper-slide:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2px #00ACEA;
    pointer-events: none; }
  .c-scroll-slider.mdf-lineup .swiper-slide:hover:after{
    border-color: #147BCC; }
  .c-scroll-slider.mdf-lineup .swiper-slide img{
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .c-scroll-slider.mdf-lineup .c-scroll-slider__text{
    padding-left: 1em;
    padding-bottom: 1em;
    border-top: solid 1px #EAEAEA;
    padding-top: 1em; }
  .c-scroll-slider.mdf-lineup .c-scroll-slider__text:before{
    display: none; }
  .c-scroll-slider.mdf-lineup .c-scroll-slider__text span span, .c-scroll-slider.mdf-lineup .c-scroll-slider__text span strong{
    display: block; }
  .c-input__carname input{
    height: 64px;
    font-size: 1.3125rem; }
  .c-input__makers{
    padding-bottom: 1em;
    margin-left: 0;
    margin-right: 0; }
  .c-input__makers ul{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .c-maker-buttons li{
    width: 93px;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em; }
  .c-maker-buttons a strong, .c-maker-buttons label strong{
    bottom: .25em; }
  .c-maker-buttons a strong img, .c-maker-buttons label strong img{
    margin-bottom: .2em; }
  .c-car-type-buttons button{
    font-size: 1rem; }
  .c-car-type-buttons button > strong > span{
    display: inline; }
  .c-search-button button{
    font-size: 1.875rem;
    width: 4em;
    height: 4em; }
  .c-search-button button:before{
    font-size: 2.75rem; }
  .c-check-buttons.mdf-flex-5 > li{
    margin-bottom: 0;
    width: 18%; }
  .c-check-buttons.mdf-flex-5.mdf-years > li{
    width: 18%; }
  .c-result-car{
    width: 18%;
    padding-bottom: 3.75em; }
  .c-result-car__photo{
    padding-left: 10px;
    padding-right: 10px; }
  .c-result-car__name{
    padding: .75em 1em; }
  .c-result-car__price{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .75em;
    padding-bottom: .6em; }
  .c-result-car__price:before{
    content: "\f138";
    position: absolute;
    line-height: 0;
    top: 50%;
    right: .75em;
    font-size: 1.125rem; }
  .c-result-car__price strong{
    font-size: 2.25rem;
    font-family: "Roboto", sans-serif; }
  .c-latest-cars h2{
    font-size: 1.5rem;
    padding-top: .15em;
    padding-bottom: .15em; }
  .c-search-main__md-car-name small{
    font-size: 1.3125rem; }
  .c-search-main__md-car-name strong{
    font-size: 1.5rem; }
  .c-search-main__md-car-name{
    display: none; }
  .c-search-main__photo figure{
    min-height: 310px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0;
    padding-bottom: 0; }
  .c-search-main__photo figcaption{
    margin-top: 0;
    position: absolute; }
  .c-search-main__tokusen__txt:before{
    display: none; }
  .c-search-main__tokusen__txt{
    background-color: #FF3455;
    text-align: center;
    padding: 0;
    width: 150px;
    height: 150px;
    padding-top: 118px;
    font-size: 1.5rem;
    transform: translateX(50%) translateY(-50%) rotate(45deg); }
  .c-search-main__label{
    width: 108px; }
  .c-search-step{
    font-size: 1.125rem; }
  .m-wait-mod .c-search-step{
    font-size: 0.875rem; }
  .c-search-step ol > li{
    padding-right: 1.6em; }
  .c-search-step ol > li > a:before,
  .c-search-step ol > li > strong:before,
  .c-search-step ol > li > span:before{
    height: 2.2em;
    line-height: 2.2em; }
  .c-search-step ol > li > a:after,
  .c-search-step ol > li > strong:after,
  .c-search-step ol > li > span:after{
    width: 2.2em;
    height: 2.2em; }
  .c-search-step ol > li > a:after,
  .c-search-step ol > li > strong:after,
  .c-search-step ol > li > span:after{
    transform: rotate(45deg) skew(calc((90deg - 86deg) / 2), calc((90deg - 86deg) / 2)); }
  .edge .c-search-step ol > li > a:after,
  .no-flexboxlegacy .c-search-step ol > li > a:after, .edge
.c-search-step ol > li > strong:after,
  .no-flexboxlegacy
.c-search-step ol > li > strong:after, .edge
.c-search-step ol > li > span:after,
  .no-flexboxlegacy
.c-search-step ol > li > span:after{
    transform: rotate(45deg); }
  .c-search-step ol > li > a > span > span,
  .c-search-step ol > li > strong > span > span,
  .c-search-step ol > li > span > span > span{
    display: inline; }
  .c-search-calc-price{
    line-height: 1.1;
    font-size: 1rem; }
  .m-wait-mod .c-search-calc-price{
    font-size: 0.75rem; }
  .c-search-calc-price__u{
    margin-top: .25em;
    margin-right: 2em;
    margin-bottom: .25em; }
  .c-search-calc-price__u > dt{
    margin-right: .5em;
    max-width: none; }
  .c-search-calc-price__u > dt strong{
    display: none; }
  .c-search-calc-price__u dd dl dt{
    display: block; }
  .c-search-calc-price__u dd dl dd{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .c-search-calc-price__u dd dl dd > strong{
    font-size: 2.25em;
    font-family: "Roboto", sans-serif; }
  .c-search-calc-price__u dd dl dd > span strong,
  .c-search-calc-price__u dd dl dd > span small{
    display: block; }
  .c-search-calc-price__u dd dl dd > span strong{
    font-size: 0.9375em; }
  .c-search-calc-price__u dd dl dd > span small{
    font-size: 0.5625em; }
  .c-scrollout-fix{
    height: 139px; }
  .c-grade-setting__u .c-car-type-buttons.mdf-block label button{
    font-size: 1rem; }
  .c-modal .c-grade-setting__u .c-car-type-buttons.mdf-block label button{
    font-size: 0.875rem; }
  .c-grade-setting__u{
    width: calc(25% - 5px);
    margin-bottom: 0; }
  .c-modal .c-grade-result__badges.for-md{
    display: none; }
  .c-modal .c-grade-result__badges.for-lg{
    display: block; }
  .c-option-color__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-left: -2%;
    margin-right: -2%; }
  .c-option-color__list > *{
    margin-left: 2%;
    margin-right: 2%; }
  .c-option-color__list li{
    width: 46%;
    margin-bottom: 1em; }
  .c-option-color__list input[type="radio"]:checked + label{
    background-color: transparent;
    color: #000;
    font-weight: normal; }
  .c-option-color__list input[type="radio"]:checked + label:before{
    position: static;
    content: "\f192";
    color: #00ACEA; }
  .c-option-color__list label{
    box-shadow: none;
    padding: 0;
    font-size: 0.9375rem; }
  .c-option-color__list label:before{
    font-size: 1.3125rem;
    content: "\f111";
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    margin-right: .25em; }
  .c-option-color__list label img{
    width: 67px; }
  .c-option-table .c-op-td__select{
    width: 7.5em; }
  .c-option-table .c-op-td__price{
    width: 13em; }
  .c-option-table tr.is-selected td.c-op-td__text{
    position: static; }
  .c-option-table tr.is-selected td.c-op-td__text:before{
    /*システムと競合のため削除*/
    visibility: hidden; }
  .c-option-table tr.is-disabled:after{
    display: none; }
  .c-option-table tr.is-disabled td:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    display: block;
    pointer-events: auto; }
  .no-flexboxlegacy .c-option-table tr.is-disabled td:before{
    height: 300px; }
  .c-option-text-labeled{
    display: -ms-flexbox;
    display: flex; }
  .no-flexboxlegacy .c-option-text-labeled{
    max-width: 620px; }
  .c-option-text-labeled dt [class^="c-option-label"],
  .c-option-text-labeled dt [class*=" c-option-label"]{
    font-size: 0.9375rem;
    margin: 0;
    padding: .25em .5em; }
  .c-estimation__u{
    padding-top: 3em;
    padding-bottom: 2em; }
  .c-estimation__u img{
    margin-bottom: 2em; }
  .c-estimation__u button:before{
    font-size: 1.125rem; }
  .c-estimation-cond__row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .c-estimation-cond__u{
    width: 48.2%; }
  #atamakin_select.is-enable h3 .c-estimation-cond__hd-info{
    display: inline;
    text-indent: 0;
    padding-left: 0; }
  .c-estimation-cond-select{
    padding: 1.7em 1.7em 1.25em; }
  .c-estimation-cond-select__row label button{
    font-size: 1.125rem; }
  .c-estimation-cond-select__row label button:before{
    left: 1em;
    top: 50%;
    line-height: 0;
    font-size: 1.125rem; }
  .c-estimation-cond-select__input small{
    font-size: 1rem; }
  .c-estimation-cond-select__input input[type="text"]{
    width: 5em;
    padding-top: .4em;
    padding-bottom: .3em; }
  .c-mitsumori{
    padding: 2em; }
  .c-mitsumori tr{
    display: table-row; }
  .c-mitsumori th,
  .c-mitsumori td{
    display: table-cell;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .c-mitsumori th{
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #4A4A4A; }
  .c-mitsumori td{
    padding-top: 1em;
    padding-bottom: 1em; }
  .c-mitsumori thead td{
    border-top: solid 2px #4A4A4A; }
  .c-mitsumori thead th{
    font-size: 1.3125rem; }
  .c-mitsumori thead td{
    font-size: 1.3125rem; }
  .c-mitsumori tbody th{
    font-size: 1.125rem; }
  .c-mitsumori tbody td{
    font-size: 1.125rem; }
  .c-mitsumori .c-mitsumori__price td{
    font-size: 1.3125rem; }
  .p-float-next-button{
    display: block;
    bottom: 140px; }
  .c-modal__content{
    background-color: #fff;
    padding-bottom: 2em; }
  .c-modal__content.mdf-km{
    width: 900px; }
  .c-modal__hd{
    padding: 1.5em 2em 0 2em; }
  .c-modal__hd h1{
    margin-top: 0; }
  .c-modal__body{
    padding: 0 2em 2em 2em; }
  .p-search-top__pannel{
    padding: 1.2em 1.2em; }
  .p-search-top__pannel.mdf-setting{
    padding-top: 3.4em; }
  .p-search-top__pannel h2{
    position: absolute;
    top: 1em; }
  .p-search-top__pannel h2 small{
    font-size: 0.875rem; }
  .p-search-top__pannel .c-input__carname input{
    height: 54px; }
  .p-search-top__line{
    display: -ms-flexbox;
    display: flex; }
  .p-search-top__line dd{
    width: calc(100% - 10em); }
  .p-search-top__start{
    padding-top: 1em; }
  .p-search-top__other ul{
    bottom: 4em;
    right: 2em;
    width: auto; }
  .p-result-top__count__info{
    right: auto;
    left: 100%;
    font-size: 1rem;
    margin-left: -3em; }
  .p-result-top__count__info span{
    display: inline; }
  .p-result-not-match{
    font-size: 1.3125rem;
    padding-left: 0;
    padding-right: 0; }
  .p-result-not-match p small{
    font-size: 3rem;
    line-height: 0;
    top: 50%; }
  .p-detail-main__row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-left: -1.25%;
    margin-right: -1.25%;
    -ms-flex-align: start;
        align-items: flex-start; }
  .p-detail-main__row > *{
    margin-left: 1.25%;
    margin-right: 1.25%; }
  .p-detail-main__photo, .p-detail-main__txt{
    width: 47.5%; }
  .p-detail-main__txt{
    transform: translateY(0);
    max-height: 310px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    z-index: 0;
    bottom: auto;
    transition: max-height .5s; }
  .is-more-show .p-detail-main__txt{
    max-height: 200vh;
    overflow: auto; }
  .is-more-show .p-detail-main__txt:after{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .p-detail-main__txt:after{
    display: block; }
  .p-detail-main__txt__inner{
    padding: 0;
    max-height: none;
    padding-bottom: 0;
    min-height: 310px; }
  .p-detail-main__name{
    background-color: #198BDB;
    color: #fff; }
  .p-detail-main__name h1{
    font-size: 1.5rem;
    padding: .6rem 1.25rem; }
  .p-detail-main__md-sw{
    display: none; }
  .p-detail-main__md-kettei{
    display: none; }
  .p-detail-main__grade, .p-detail-main__option{
    padding: .5rem 1.25rem; }
  .p-detail-main__more{
    display: block;
    display: none; }
  .p-detail-main__more.has-more{
    display: block; }
  .is-more-show .p-detail-main__more .is-def{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .p-detail-main__more .is-alt{
    display: none; }
  .is-more-show .p-detail-main__more .is-alt{
    position: absolute;
    left: 0;
    right: 0;
    display: inline; }
  .p-simple-main__name h1 small{
    font-size: 1.3125rem; }
  .p-simple-main__name h1 strong{
    font-size: 1.5rem; }
  .p-simple-main__guide{
    font-size: 0.875rem; }
  .p-simple-setting__pd{
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 0; }
  .p-simple-setting__line{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em; }
  .p-simple-setting__line dt{
    font-size: 1.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12em; }
  .p-simple-setting__line dd.mdf-color-select button{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: calc(100% - 58px - 1em); }
  .p-simple-setting__basic .p-simple-setting__line dd{
    width: calc(100% - 12em);
    font-size: 1.125rem; }
  .p-simple-setting__osusume__u{
    width: 31.33333%; }
  .p-simple-setting__calc-button{
    margin-top: 4em; }
  .p-simple-setting__has-info{
    display: -ms-flexbox;
    display: flex; }
  .p-simple-estimation__row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-left: -0.7%;
    margin-right: -0.7%; }
  .p-simple-estimation__row > *{
    margin-left: 0.7%;
    margin-right: 0.7%; }
  .p-simple-estimation__u{
    width: 31.93333%;
    padding: .6em;
    padding-bottom: 6em; }
  .p-simple-estimation h3{
    font-size: 1.3125rem;
    padding-top: .25em;
    padding-bottom: .25em; }
  .p-simple-estimation .p-catch{
    display: block; }
  .p-simple-estimation .p-catch + img{
    margin-bottom: 1em; }
  .p-simple-estimation__price{
    margin-bottom: 1.5em; }
  .p-simple-estimation__price .p-price-1{
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
  .p-simple-estimation__price .p-price-1 dt{
    font-size: 1.125rem; }
  .p-simple-estimation__price .p-price-1 dd strong{
    font-size: 2.625rem;
    font-family: "Roboto", sans-serif; }
  .p-simple-estimation__price .p-price-1 dd span{
    display: inline;
    font-size: 1.125rem; }
  .p-simple-estimation__price .p-price-1 dd small{
    display: inline;
    font-size: 0.75rem; }
  .p-simple-estimation__price .p-price-2{
    font-size: 0.875rem; }
  .p-simple-estimation__price .p-price-2 small{
    font-size: 0.75rem; }
  .p-simple-estimation .p-button-next a{
    border-radius: 3em;
    font-size: 1.125rem; }
  .l-main .p-simple-estimation .p-button-next a{
    padding: .9em 1.25em; }
  .p-simple-estimation .p-button-next a:after{
    display: inline-block; }
  .p-simple-estimation .p-button-next a span{
    display: inline; }
  .p-simple-estimation .p-guide{
    font-size: 1.125rem; }
  .p-simple-estimation .p-guide p span{
    display: inline; } }

@media print, screen and (max-width: 21em){
  .is-hi-ace .c-result-car__label{
    position: relative;
    text-align: left; }
  .is-hi-ace .c-result-car__label span{
    display: block;
    white-space: nowrap;
    transform: translateX(-50%) scale(0.6, 1);
    position: absolute;
    left: 50%; } }

@media print, screen and (min-width: 64em){
  .c-search-main__md-car-name{
    margin-bottom: 0;
    text-align: left; }
  .c-search-main__md-car-name small,
  .c-search-main__md-car-name strong{
    display: block; }
  .p-simple-main__name{
    position: absolute;
    right: 86%;
    top: 2em;
    z-index: 2;
    white-space: nowrap;
    background-color: #147BCC;
    color: #fff;
    padding: 1em;
    border-left: solid 6px #00ACEA;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.12); }
  .p-simple-main__name h1{
    margin-bottom: 0;
    text-align: left; }
  .p-simple-main__name h1 small,
  .p-simple-main__name h1 strong{
    display: block; }
  .p-simple-main__guide{
    position: absolute;
    margin-top: 0; }
  .p-simple-main__guide p span{
    display: block; } }

@media print, screen and (min-width: 21em){
  .c-search-step{
    font-size: 2.6vw; } }

@media print, screen and (min-width: 35.5em){
  .c-search-step{
    font-size: 1rem; } }

@media print, screen and (max-width: 48em){
  .c-grade-result__badges{
    position: relative;
    left: auto;
    top: auto;
    margin-top: -.7em;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.78571rem; }
  .c-grade-result__badges strong{
    padding: .25em;
    position: relative; }
  .c-grade-result__badges .p-osusume{
    width: auto;
    border-radius: 0;
    height: auto;
    padding: .25em;
    text-align: center;
    transform: rotate(0); }
  .c-grade-result__badges .p-select{
    border-radius: 0;
    left: -3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.78571rem; }
  .c-option-color{
    padding: 0;
    background-color: transparent;
    box-shadow: none; }
  .p-float-next-button a[class*="c-button"]{
    padding-left: 1em;
    padding-right: .5em;
    font-size: 1rem; }
  .is-estimation-simple #flow .p-flow-1-img img.simple-estimate{
    display: none; }
  .is-estimation-simple #flow .p-flow-1-img img.simple-estimate-md{
    display: block; }
  #flow{
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative; }
  #flow img{
    max-width: 100%; }
  #flow h2{
    text-align: center; }
  #flow .hd-group h3{
    position: relative; }
  #flow .step-contents{
    width: auto;
    padding-bottom: 30px; }
  #flow .step-contents .acco-child-u{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: opacity 0.3s ease 0s; }
  #flow .step-contents .acco-child-u.show{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto; }
  #flow .step-contents .text{
    height: auto !important; }
  #flow .cols{
    width: 100%;
    float: none;
    margin-bottom: -4px; }
  .mdf-simple-estimation.c-button--white--md--sh_s{
    font-size: 0.78571rem;
    padding-left: 2.5em; }
  .mdf-simple-estimation.c-button--white--md--sh_s span{
    display: block; }
  .mdf-simple-estimation.c-button--white--md--sh_s:before{
    position: absolute;
    left: 1em;
    top: 50%;
    line-height: 0; }
  .mdf-simple-estimation.c-button--white--lg--sh{
    font-size: 0.92857rem;
    padding-left: 2.5em; }
  .mdf-simple-estimation.c-button--white--lg--sh span{
    display: block; }
  .mdf-simple-estimation.c-button--white--lg--sh:before{
    position: absolute;
    left: 1em;
    top: 50%;
    line-height: 0; } }
