@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
}
body .uk-container {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  body .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .uk-container.narrow {
  max-width: 1100px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #000000;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  font-weight: 300;
  position: relative;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: 0.7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1280px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (max-width: 1280px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* グラデーション */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #000;
}
a:hover {
  transition: all 0.5s ease 0s;
}
a.link-color {
  color: #1972CB;
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}
@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}
.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}
.att::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
  height: 70px;
  /*--------------------------
   ヘッダーロゴ
  ----------------------------*/
  /*ロゴ -----*/
  /* ナビ -----*/
  /* お問い合わせ-----*/
}
header::before {
  content: "";
  width: 300px;
  height: 108px;
  background: url(../img/common/hd_bg_left.svg) no-repeat top left/contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 959px) {
  header {
    height: 70px;
    position: fixed;
    background: #fff;
  }
  header::before {
    content: none;
  }
}
header .uk-flex {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 959px) {
  header .uk-flex {
    display: block;
  }
}
header .hd-logo {
  position: absolute;
  left: 25px;
  top: 18px;
  margin: 0;
}
header .hd-logo h1 {
  margin: 0;
}
header .hd-logo h1 a {
  display: block;
  padding: 0;
}
header .hd-logo h1 a span {
  font-size: 14px;
  display: block;
  margin-left: 10px;
}
header .hd-logo h1 a img {
  width: 210px;
  height: auto;
}
@media (max-width: 959px) {
  header .hd-logo {
    left: 10px;
    top: 5px;
  }
  header .hd-logo h1 a span {
    font-size: 11px;
  }
  header .hd-logo h1 a img {
    width: 165px;
  }
}
header .hd__gnavi {
  position: relative;
  height: 70px;
  margin-right: 50px;
}
@media (max-width: 1280px) {
  header .hd__gnavi {
    display: none;
  }
}
header .hd__gnavi nav {
  height: 100%;
}
header .hd__gnavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  margin-left: -30px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
header .hd__gnavi ul li {
  margin-top: 0 !important;
  position: relative;
  margin-left: 30px;
}
header .hd__gnavi ul li a {
  font-weight: 500;
  padding: 0px;
  line-height: 1;
  position: relative;
  font-weight: bold;
}
@media (min-width: 960px) {
  header .hd__gnavi ul li a:hover {
    color: #3FA872;
  }
}
header .hd__gnavi ul li.current {
  position: relative;
}
header .hd__gnavi ul li.current::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #1972CB;
  position: absolute;
  bottom: -25px;
  left: 0;
}
header .hd__gnavi ul li.current a:hover {
  color: #000;
}
header .hd__contact {
  display: flex;
  /* 電話番号 -----*/
  /* お問い合わせボタン -----*/
}
@media (max-width: 1280px) {
  header .hd__contact {
    display: none;
  }
}
header .hd__contact__tel a {
  display: block;
}
header .hd__contact__tel img {
  height: 70px;
  width: auto;
}
header .hd__contact__btn a {
  width: 150px;
  height: 100%;
  background: #459bf0;
  background: linear-gradient(135deg, #459bf0 0%, #1972cb 75%);
  display: block;
  position: relative;
  transition: all 0.5s ease 0s;
}
header .hd__contact__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 960px) {
  header .hd__contact__btn a:hover {
    background: #06529f;
    background: linear-gradient(135deg, #2b82d8 0%, #06529f 75%);
    transition: all 0.5s ease 0s;
  }
}
header.uk-sticky.uk-active {
  position: fixed !important;
  z-index: 9999;
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.menu__toggle {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  padding: 0;
  z-index: 9999 !important;
  text-align: center;
  display: none;
  background: #459bf0;
  background: linear-gradient(135deg, #459bf0 0%, #1972cb 75%);
}
@media (max-width: 1280px) {
  .menu__toggle {
    display: block;
  }
}
.menu__toggle .text {
  font-size: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  bottom: -25px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}
.menu__toggle .text::before {
  content: "MENU";
}
.menu__toggle__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: calc(50% - 10px);
  z-index: 3;
  width: 100%;
  height: 23px;
  cursor: pointer;
  text-align: center;
}
.menu__toggle__btn span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 20px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu__toggle__btn span:nth-child(1) {
  top: 0px;
  animation: menu-bar01 0.75s forwards;
}
.menu__toggle__btn span:nth-child(2) {
  top: 10px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu__toggle__btn span:nth-child(3) {
  bottom: 0;
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* メニュー開 */
.menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.menu__toggle__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.menu__toggle__btn[aria-expanded=true] .text::before {
  content: "CLOSE";
}

.uk-modal.spn__navi {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  top: 0px;
  z-index: 9999;
  /* お問い合わせボタン -----*/
}
@media (max-width: 767px) {
  .uk-modal.spn__navi {
    padding: 0;
  }
}
.uk-modal.spn__navi .uk-modal-dialog {
  background: url(../img/common/modal_bg.png) #fff no-repeat center top/auto 92px;
  width: 400px;
  position: relative;
  height: 100%;
  overflow-y: scroll;
  padding: 25px 25px;
  margin-left: calc(100% - 400px);
  z-index: 9998;
}
@media (max-width: 640px) {
  .uk-modal.spn__navi .uk-modal-dialog {
    width: 100%;
    margin-left: 0;
  }
}
.uk-modal.spn__navi .menu__toggle__close {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0px;
  top: 0px;
  background: #459bf0;
  background: linear-gradient(135deg, #459bf0 0%, #1972cb 75%);
}
.uk-modal.spn__navi .menu__toggle__close .uk-close {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: calc(50% - 5px);
  z-index: 3;
  width: 100%;
  height: 23px;
  cursor: pointer;
  text-align: center;
}
.uk-modal.spn__navi .menu__toggle__close .uk-close svg {
  display: none;
}
.uk-modal.spn__navi .menu__toggle__close .uk-close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 24px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(2) {
  opacity: 0;
}
.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(-45deg);
  }
}
.uk-modal.spn__navi .menu__toggle__close .uk-close .text {
  font-size: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  bottom: -15px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}
.uk-modal.spn__navi .menu__toggle__close .uk-close .text::before {
  content: "CLOSE";
}
.uk-modal.spn__navi .spn__navi__list {
  padding: 80px 0 0px;
}
.uk-modal.spn__navi .spn__navi__list ul {
  display: flex;
  flex-wrap: wrap;
}
.uk-modal.spn__navi .spn__navi__list ul li {
  border-bottom: 1px solid #D8D8D8;
  margin-top: 0;
  width: 50%;
  position: relative;
}
.uk-modal.spn__navi .spn__navi__list ul li:nth-child(1)::after, .uk-modal.spn__navi .spn__navi__list ul li:nth-child(3)::after, .uk-modal.spn__navi .spn__navi__list ul li:nth-child(5)::after, .uk-modal.spn__navi .spn__navi__list ul li:nth-child(8)::after, .uk-modal.spn__navi .spn__navi__list ul li:nth-child(10)::after {
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  background: #D8D8D8;
}
.uk-modal.spn__navi .spn__navi__list ul li.w100 {
  width: 100%;
}
.uk-modal.spn__navi .spn__navi__list ul li a {
  padding: 20px 0px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 1;
  padding-left: 30px;
}
.uk-modal.spn__navi .spn__navi__list ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #3fa872;
  background: linear-gradient(140deg, #3fa872 40%, #35bf45 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 12px;
}
.uk-modal.spn__navi .sns {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}
.uk-modal.spn__navi .sns li {
  padding: 0;
}
.uk-modal.spn__navi .sns li:nth-child(n+2) {
  margin-left: 20px;
  margin-top: 0;
}
.uk-modal.spn__navi .sns li::before {
  content: none;
}
.uk-modal.spn__navi .sns li a img {
  width: 55px;
  height: 55px;
}
.uk-modal.spn__navi .spn__contact {
  width: 90%;
  margin: 0 auto;
  /* お問い合わせ */
  /* お電話でのお問い合わせ */
}
.uk-modal.spn__navi .spn__contact a {
  background: #459bf0;
  background: linear-gradient(135deg, #459bf0 0%, #1972cb 75%);
  display: block;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.uk-modal.spn__navi .spn__contact a span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
  padding-left: 40px;
  right: 0;
  box-sizing: border-box;
  display: block;
}
.uk-modal.spn__navi .spn__contact a span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.uk-modal.spn__navi .spn__contact a span::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}
.uk-modal.spn__navi .spn__contact a:hover, .uk-modal.spn__navi .spn__contact a:active {
  background: #06529f;
  background: linear-gradient(135deg, #2b82d8 0%, #06529f 75%);
}
.uk-modal.spn__navi .spn__contact__mail a {
  height: 60px;
  border-radius: 30px;
}
.uk-modal.spn__navi .spn__contact__mail a span::before {
  width: 24px;
  height: 19.2px;
  background: url(../img/common/ico_mail.svg) no-repeat center/contain;
}
.uk-modal.spn__navi .spn__contact__tel {
  margin-top: 20px;
  text-align: center;
}
.uk-modal.spn__navi .spn__contact__tel a {
  height: 80px;
  border-radius: 40px;
}
.uk-modal.spn__navi .spn__contact__tel a span strong {
  font-size: 20px;
  display: block;
}
.uk-modal.spn__navi .spn__contact__tel a span::before {
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_tel_white.svg) no-repeat center/contain;
}
.uk-modal.spn__navi .spn__contact__tel p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

.section {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .section {
    padding: 50px 0 !important;
  }
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}

/* 見出し01 */
.ttl01 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px;
}
.ttl01::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: #3fa872;
  background: linear-gradient(140deg, #3fa872 40%, #35bf45 100%);
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 640px) {
  .ttl01 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
  .ttl01::before {
    width: 22px;
    height: 22px;
  }
}
.ttl01.white {
  color: #fff;
}
.ttl01.white::before {
  background: #fff;
}

/* 見出し02 */
.ttl02 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.ttl02.line {
  text-align: center;
}
.ttl02.line::after {
  content: "";
  background: #3fa872;
  background: linear-gradient(140deg, #3fa872 40%, #35bf45 100%);
  width: 55px;
  height: 5px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
}
@media (max-width: 640px) {
  .ttl02.line {
    margin-bottom: 20px;
  }
  .ttl02.line::after {
    bottom: -15px;
  }
}

/* カードデザイン */
.infoArea {
  padding: 120px 0;
}
@media (max-width: 640px) {
  .infoArea {
    padding: 60px 0;
  }
}
.infoArea .info__list .uk-flex {
  flex-wrap: wrap;
  margin-left: -35px;
}
@media (max-width: 959px) {
  .infoArea .info__list .uk-flex {
    margin-left: 0;
  }
}
.infoArea .info__list .info__card {
  width: calc(33.33% - 35px);
  margin-left: 35px;
}
@media (max-width: 959px) {
  .infoArea .info__list .info__card {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
  }
  .infoArea .info__list .info__card:nth-child(n+2) {
    margin-top: 20px;
  }
}
.infoArea .info__list .info__card a {
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 28, 90, 0.15));
  border-radius: 5px;
  padding: 30px 30px 60px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.infoArea .info__list .info__card a h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.infoArea .info__list .info__card a p {
  margin: 0;
  text-align: justify;
}
@media (max-width: 767px) {
  .infoArea .info__list .info__card a {
    padding: 25px 25px 50px;
  }
  .infoArea .info__list .info__card a p {
    font-size: 14px;
  }
}
.infoArea .info__list .info__card a .arrow {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #1972CB;
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
  filter: drop-shadow(0 3px 6px rgba(0, 38, 90, 0.15));
}
.infoArea .info__list .info__card a .arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
@media (max-width: 640px) {
  .infoArea .info__list .info__card a .arrow {
    width: 40px;
    height: 40px;
  }
}
.infoArea .info__list .info__card a:hover, .infoArea .info__list .info__card a:active {
  background: #EAF5F0;
}

/* ボタン */
.btn {
  max-width: 260px;
}
@media (max-width: 640px) {
  .btn {
    width: 100%;
    max-width: 100%;
  }
}
.btn a {
  position: relative;
  display: block;
  line-height: 1;
  background: #1972CB;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  filter: drop-shadow(0 3px 3px rgba(0, 38, 90, 0.15));
  box-sizing: border-box;
}
.btn a span {
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
}
.btn a:hover, .btn a:active {
  background: #004E9B;
}
.btn a:hover span, .btn a:active span {
  transition: all 0.5s ease 0s;
}
.btn a:hover span::after, .btn a:active span::after {
  transition: all 0.5s ease 0s;
  right: -5px;
}
.btn.arrow span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  transition: all 0.5s ease 0s;
}
.btn.white a {
  background: #fff;
}
.btn.white a span {
  color: #1972CB;
}
.btn.white a span::after {
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/contain;
}
.btn.white a:hover, .btn.white a:active {
  background: #E4EDF7;
}
.btn.back span {
  padding-left: 20px;
  padding-right: 0;
}
.btn.back span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}

.wrap {
  position: relative;
  overflow: hidden;
}

/*--------------------------
　トップページ、車両を探す
 　検索
----------------------------*/
body#top,
body.vehicle-page,
body.result-detail {
  /* 検索 */
  /* おすすめ車両・新着車両（トップ）
  車両リスト（車両を探す）　共通 */
}
body#top .searchArea,
body.vehicle-page .searchArea,
body.result-detail .searchArea {
  width: calc(100% - 60px);
  max-width: 1250px;
  margin: -130px auto 0;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
  /* タブ */
  /* コンテンツ */
}
@media (max-width: 1280px) {
  body#top .searchArea,
body.vehicle-page .searchArea,
body.result-detail .searchArea {
    margin-top: -80px;
  }
}
@media (max-width: 640px) {
  body#top .searchArea,
body.vehicle-page .searchArea,
body.result-detail .searchArea {
    width: 100%;
    margin-top: -45%;
  }
}
body#top .searchArea .uk-subnav,
body.vehicle-page .searchArea .uk-subnav,
body.result-detail .searchArea .uk-subnav {
  z-index: 2;
  justify-content: center;
  margin: 0;
  margin-left: -20px;
  position: relative;
}
@media (max-width: 640px) {
  body#top .searchArea .uk-subnav,
body.vehicle-page .searchArea .uk-subnav,
body.result-detail .searchArea .uk-subnav {
    margin-left: 2.5px;
    width: calc(100% - 10px);
  }
}
body#top .searchArea .uk-subnav li,
body.vehicle-page .searchArea .uk-subnav li,
body.result-detail .searchArea .uk-subnav li {
  width: 300px;
  text-align: center;
}
body#top .searchArea .uk-subnav li a,
body.vehicle-page .searchArea .uk-subnav li a,
body.result-detail .searchArea .uk-subnav li a {
  position: relative;
  display: block;
  text-align: center;
  background: #D6D6D6;
  border-radius: 5px 5px 0 0;
  padding: 19px 0;
  overflow: hidden;
  color: #5C5C5C;
}
body#top .searchArea .uk-subnav li a h3,
body.vehicle-page .searchArea .uk-subnav li a h3,
body.result-detail .searchArea .uk-subnav li a h3 {
  margin: 0;
  font-size: 14px;
}
body#top .searchArea .uk-subnav li a h3 strong,
body.vehicle-page .searchArea .uk-subnav li a h3 strong,
body.result-detail .searchArea .uk-subnav li a h3 strong {
  font-size: 18px;
  font-weight: bold;
}
body#top .searchArea .uk-subnav li.uk-active a,
body.vehicle-page .searchArea .uk-subnav li.uk-active a,
body.result-detail .searchArea .uk-subnav li.uk-active a {
  background: #fff;
  color: #000;
}
body#top .searchArea .uk-subnav li.uk-active a::before,
body.vehicle-page .searchArea .uk-subnav li.uk-active a::before,
body.result-detail .searchArea .uk-subnav li.uk-active a::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background: #459bf0;
  background: linear-gradient(135deg, #459bf0 0%, #1972cb 75%);
}
@media (max-width: 1280px) {
  body#top .searchArea .uk-subnav li,
body.vehicle-page .searchArea .uk-subnav li,
body.result-detail .searchArea .uk-subnav li {
    width: calc(33.33% - 40px);
  }
  body#top .searchArea .uk-subnav li a,
body.vehicle-page .searchArea .uk-subnav li a,
body.result-detail .searchArea .uk-subnav li a {
    padding: 15px 0;
  }
  body#top .searchArea .uk-subnav li a h3,
body.vehicle-page .searchArea .uk-subnav li a h3,
body.result-detail .searchArea .uk-subnav li a h3 {
    font-size: 12px;
  }
  body#top .searchArea .uk-subnav li a h3 strong,
body.vehicle-page .searchArea .uk-subnav li a h3 strong,
body.result-detail .searchArea .uk-subnav li a h3 strong {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body#top .searchArea .uk-subnav li,
body.vehicle-page .searchArea .uk-subnav li,
body.result-detail .searchArea .uk-subnav li {
    width: calc(33.33% - 5px);
    padding-left: 5px;
  }
  body#top .searchArea .uk-subnav li a,
body.vehicle-page .searchArea .uk-subnav li a,
body.result-detail .searchArea .uk-subnav li a {
    padding: 15px 0 10px;
  }
  body#top .searchArea .uk-subnav li a h3,
body.vehicle-page .searchArea .uk-subnav li a h3,
body.result-detail .searchArea .uk-subnav li a h3 {
    font-size: 14px;
  }
  body#top .searchArea .uk-subnav li a h3 strong,
body.vehicle-page .searchArea .uk-subnav li a h3 strong,
body.result-detail .searchArea .uk-subnav li a h3 strong {
    font-size: 18px;
    display: block;
  }
}
body#top .searchArea .uk-switcher,
body.vehicle-page .searchArea .uk-switcher,
body.result-detail .searchArea .uk-switcher {
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin: 0 !important;
}
@media (max-width: 640px) {
  body#top .searchArea .uk-switcher,
body.vehicle-page .searchArea .uk-switcher,
body.result-detail .searchArea .uk-switcher {
    border-radius: 0;
    padding: 25px 10px;
  }
}
body#top .searchArea .uk-switcher > *,
body.vehicle-page .searchArea .uk-switcher > *,
body.result-detail .searchArea .uk-switcher > * {
  /* ボディタイプから探す */
  /* メーカーから探す */
  /* メーカーから探す */
}
body#top .searchArea .uk-switcher > *.bodytype,
body.vehicle-page .searchArea .uk-switcher > *.bodytype,
body.result-detail .searchArea .uk-switcher > *.bodytype {
  /* 車両サイズで絞り込み */
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list,
body#top .searchArea .uk-switcher > *.bodytype .size__list,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list {
  flex-wrap: wrap;
  margin-left: -15px;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body#top .searchArea .uk-switcher > *.bodytype .size__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * {
  width: calc(16.666% - 15px);
  margin-left: 15px;
  box-sizing: border-box;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+7),
body#top .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+7),
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+7),
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+7),
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+7),
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+7) {
  margin-top: 15px;
}
@media (max-width: 1280px) {
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body#top .searchArea .uk-switcher > *.bodytype .size__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * {
    width: calc(25% - 15px);
  }
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+5),
body#top .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+5),
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+5),
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+5),
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+5),
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body#top .searchArea .uk-switcher > *.bodytype .size__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * {
    width: calc(33.33% - 15px);
  }
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+4),
body#top .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+4),
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+4),
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+4),
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > *:nth-child(n+4),
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > *:nth-child(n+4) {
    margin-top: 15px;
  }
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__img img,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a .type__img img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__img img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a .type__img img,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__img img,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a .type__img img {
  width: auto;
  height: 50px;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name {
  font-size: 14px;
  margin-left: 5px;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name span,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name span,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name span {
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span.text-narrow,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name span.text-narrow,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span.text-narrow,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name span.text-narrow,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span.text-narrow,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a .type__name span.text-narrow {
  transform: scale(0.95, 1);
  transform-origin: top left;
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a.current, body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:hover, body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:active,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a.current,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a:hover,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a:active,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a.current,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:hover,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:active,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a.current,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a:hover,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a:active,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a.current,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:hover,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:active,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a.current,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a:hover,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a:active {
  background: rgba(63, 168, 114, 0.1);
}
body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a.current img, body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:hover img, body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:active img,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a.current img,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a:hover img,
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a:active img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a.current img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:hover img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:active img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a.current img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a:hover img,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a:active img,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a.current img,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:hover img,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a:active img,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a.current img,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a:hover img,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a:active img {
  opacity: 1;
}
@media (max-width: 767px) {
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a {
    display: block;
    text-align: center;
  }
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name {
    margin-left: 0;
    text-align: center;
  }
  body#top .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span,
body.result-detail .searchArea .uk-switcher > *.bodytype .bodytype__list > * a .type__name span {
    font-size: 12px;
    margin-left: -0.5em;
  }
}
body#top .searchArea .uk-switcher > *.bodytype .size,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size,
body.result-detail .searchArea .uk-switcher > *.bodytype .size {
  margin-top: 15px;
}
body#top .searchArea .uk-switcher > *.bodytype .size h4,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size h4,
body.result-detail .searchArea .uk-switcher > *.bodytype .size h4 {
  text-align: center;
  position: relative;
  font-size: 14px;
}
body#top .searchArea .uk-switcher > *.bodytype .size h4::after,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size h4::after,
body.result-detail .searchArea .uk-switcher > *.bodytype .size h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
}
body#top .searchArea .uk-switcher > *.bodytype .size h4 span,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size h4 span,
body.result-detail .searchArea .uk-switcher > *.bodytype .size h4 span {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  z-index: 2;
  position: relative;
  padding-left: 35px;
}
body#top .searchArea .uk-switcher > *.bodytype .size h4 span::before,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size h4 span::before,
body.result-detail .searchArea .uk-switcher > *.bodytype .size h4 span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/search_ico_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
}
body#top .searchArea .uk-switcher > *.bodytype .size__list,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list {
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
body#top .searchArea .uk-switcher > *.bodytype .size__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * {
  width: auto;
}
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a {
  padding: 10px 15px;
}
body#top .searchArea .uk-switcher > *.bodytype .size__list > * .check,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * .check,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * .check {
  background: #EBEBEB;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  position: relative;
}
body#top .searchArea .uk-switcher > *.bodytype .size__list > * .check::before,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * .check::before,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * .check::before {
  content: "";
  width: 29px;
  height: 27px;
  background: url(../img/common/search_ico_check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  top: calc(50% - 2px);
}
body#top .searchArea .uk-switcher > *.bodytype .size__list > *:hover a:hover .check::before, body#top .searchArea .uk-switcher > *.bodytype .size__list > *:active a:hover .check::before,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *:hover a:hover .check::before,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *:active a:hover .check::before,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > *:hover a:hover .check::before,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > *:active a:hover .check::before {
  opacity: 1;
}
body#top .searchArea .uk-switcher > *.bodytype .size__list > * a.current .check::before,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > * a.current .check::before,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * a.current .check::before {
  opacity: 1;
}
@media (max-width: 767px) {
  body#top .searchArea .uk-switcher > *.bodytype .size__list,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
  body#top .searchArea .uk-switcher > *.bodytype .size__list > *,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > * {
    width: 50%;
    margin-left: 0;
  }
  body#top .searchArea .uk-switcher > *.bodytype .size__list > *:first-child,
body.vehicle-page .searchArea .uk-switcher > *.bodytype .size__list > *:first-child,
body.result-detail .searchArea .uk-switcher > *.bodytype .size__list > *:first-child {
    width: 51%;
  }
}
body#top .searchArea .uk-switcher > *.maker .maker__list,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list {
  justify-content: center;
  margin: 20px 0;
  margin-left: -20px;
}
body#top .searchArea .uk-switcher > *.maker .maker__list > *,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > *,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * {
  text-align: center;
  margin-left: 20px;
}
body#top .searchArea .uk-switcher > *.maker .maker__list > * a,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  display: block;
}
body#top .searchArea .uk-switcher > *.maker .maker__list > * .maker__logo img,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * .maker__logo img,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * .maker__logo img {
  width: 147px;
  height: 116px;
}
body#top .searchArea .uk-switcher > *.maker .maker__list > * .maker__name,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * .maker__name,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * .maker__name {
  font-size: 14px;
  margin-top: 15px;
  white-space: nowrap;
}
body#top .searchArea .uk-switcher > *.maker .maker__list > * a.current, body#top .searchArea .uk-switcher > *.maker .maker__list > * a:hover, body#top .searchArea .uk-switcher > *.maker .maker__list > * a:active,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a.current,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a:hover,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a:active,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a.current,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a:hover,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a:active {
  background: rgba(63, 168, 114, 0.1);
}
body#top .searchArea .uk-switcher > *.maker .maker__list > * a.current img, body#top .searchArea .uk-switcher > *.maker .maker__list > * a:hover img, body#top .searchArea .uk-switcher > *.maker .maker__list > * a:active img,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a.current img,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a:hover img,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a:active img,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a.current img,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a:hover img,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a:active img {
  opacity: 1;
}
@media (max-width: 959px) {
  body#top .searchArea .uk-switcher > *.maker .maker__list,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list {
    flex-wrap: wrap;
  }
  body#top .searchArea .uk-switcher > *.maker .maker__list > *,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > *,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  body#top .searchArea .uk-switcher > *.maker .maker__list,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list {
    flex-wrap: wrap;
    margin-left: -10px;
  }
  body#top .searchArea .uk-switcher > *.maker .maker__list > *,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > *,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * {
    margin-left: 10px;
    width: calc(33.33% - 10px);
  }
  body#top .searchArea .uk-switcher > *.maker .maker__list > * .maker__logo img,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * .maker__logo img,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * .maker__logo img {
    width: auto;
    height: 66px;
  }
}
@media (max-width: 640px) {
  body#top .searchArea .uk-switcher > *.maker .maker__list > * a,
body.vehicle-page .searchArea .uk-switcher > *.maker .maker__list > * a,
body.result-detail .searchArea .uk-switcher > *.maker .maker__list > * a {
    padding: 15px;
  }
}
body#top .searchArea .uk-switcher > *.filter form,
body.vehicle-page .searchArea .uk-switcher > *.filter form,
body.result-detail .searchArea .uk-switcher > *.filter form {
  width: calc(100% - 40px);
  max-width: 1070px;
  margin: 20px auto;
}
body#top .searchArea .uk-switcher > *.filter .filter__list,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list {
  flex-wrap: wrap;
  margin-left: -20px;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > * {
  margin-left: 20px;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > * p,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > * p,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > * p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > * .select-wrap,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > * .select-wrap,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > * .select-wrap {
  position: relative;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > * .select-wrap::after,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > * .select-wrap::after,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > * .select-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3FA872;
  border-left: 2px solid #3FA872;
  pointer-events: none;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  -ms-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}
body#top .searchArea .uk-switcher > *.filter .filter__list > * select,
body#top .searchArea .uk-switcher > *.filter .filter__list > * input[type=text],
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > * select,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > * input[type=text],
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > * select,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > * input[type=text] {
  width: 100%;
  border: 1px solid #969696;
  border-radius: 2px;
  padding: 10px 15px;
  font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #989898;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter01, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter02, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter03, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter04,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter01,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter02,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter03,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter04,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter01,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter02,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter03,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter04 {
  width: calc(25% - 20px);
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter06,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter06,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter06 {
  margin-top: 20px;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 {
  width: calc(47% - 60px);
  margin-right: 40px;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex {
  align-items: center;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .select-wrap,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .select-wrap,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .select-wrap {
  width: calc((100% - 30px) / 2);
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .text,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .text,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .text {
  width: 30px;
  text-align: center;
}
body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter06,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter06,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter06 {
  width: calc(53% - 20px);
}
@media (max-width: 767px) {
  body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter01, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter02, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter03, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter04, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05, body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter06,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter01,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter02,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter03,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter04,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter06,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter01,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter02,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter03,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter04,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter06 {
    width: calc(100% - 20px);
    margin-top: 20px;
  }
  body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter01,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter01,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter01 {
    margin-top: 0;
  }
  body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 {
    margin-right: 0px;
  }
  body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex {
    align-items: center;
  }
  body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .select-wrap,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .select-wrap,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .select-wrap {
    width: calc((100% - 30px) / 2);
  }
  body#top .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .text,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .text,
body.result-detail .searchArea .uk-switcher > *.filter .filter__list > *.filter05 .uk-flex .text {
    width: 30px;
    text-align: center;
  }
}
body#top .searchArea .uk-switcher > *.filter .filter__btn,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-left: -20px;
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > *,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > * {
  position: relative;
  margin-left: 20px;
  margin-top: 0;
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > * input[type=button],
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > * input[type=button],
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > * input[type=button] {
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  font-weight: bold;
  background: none;
  height: 60px;
  border-radius: 30px;
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn {
  width: 200px;
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn input[type=button],
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn input[type=button],
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn input[type=button] {
  width: 100%;
  background: #B2B2B2;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  body#top .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn input[type=button]:hover,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn input[type=button]:hover,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn input[type=button]:hover {
    background: #cccccc;
    transition: all 0.5s ease 0s;
  }
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn {
  width: 240px;
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button],
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button],
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button] {
  font-size: 18px;
  background: url(../img/common/ico_search_white.svg) #1972CB no-repeat 70px center/18px 18px;
  width: 100%;
  transition: all 0.5s ease 0s;
  padding-left: 1.5em;
}
body#top .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button]:hover, body#top .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button]:active,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button]:hover,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button]:active,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button]:hover,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button]:active {
  background: url(../img/common/ico_search_white.svg) #459bf0 no-repeat 70px center/18px 18px;
  transition: all 0.5s ease 0s;
}
@media (max-width: 640px) {
  body#top .searchArea .uk-switcher > *.filter .filter__btn,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn {
    margin-left: -10px;
  }
  body#top .searchArea .uk-switcher > *.filter .filter__btn > *,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > * {
    margin-left: 10px;
  }
  body#top .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.clear-btn {
    width: calc(40% - 10px);
  }
  body#top .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn,
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn,
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn {
    width: calc(60% - 10px);
  }
  body#top .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button],
body.vehicle-page .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button],
body.result-detail .searchArea .uk-switcher > *.filter .filter__btn > *.search-btn input[type=button] {
    padding-left: 1em;
    background: url(../img/common/ico_search_white.svg) #1972CB no-repeat 45px center/18px 18px;
  }
}
body#top .vehicle__list .vehicle__card a,
body.vehicle-page .vehicle__list .vehicle__card a,
body.result-detail .vehicle__list .vehicle__card a {
  display: block;
}
body#top .vehicle__list .vehicle__card .inner,
body.vehicle-page .vehicle__list .vehicle__card .inner,
body.result-detail .vehicle__list .vehicle__card .inner {
  background: #fff;
  filter: drop-shadow(0 3px 15px rgba(0, 38, 90, 0.15));
  border-radius: 5px;
  padding: 15px;
  overflow: hidden;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__name,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__name,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__name {
  font-weight: bold;
  padding: 10px 0;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__name span,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__name span,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__name span {
  display: block;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__number,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__number,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__number {
  font-size: 14px;
  padding: 8px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__number::before,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__number::before,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__number::before {
  content: "管理番号：";
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dt,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dt,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dt {
  width: 75px;
  background: #3FA872;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dd,
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dd,
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dd {
  width: calc(100% - 80px);
  margin-left: 5px;
}
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dt:nth-of-type(n+2),
body#top .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dd:nth-of-type(n+2),
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dt:nth-of-type(n+2),
body.vehicle-page .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dd:nth-of-type(n+2),
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dt:nth-of-type(n+2),
body.result-detail .vehicle__list .vehicle__card .inner .vehicle__info .vehicle__spec dd:nth-of-type(n+2) {
  margin-top: 5px;
}
body#top .vehicle__list .vehicle__card.new .vehicle__img,
body.vehicle-page .vehicle__list .vehicle__card.new .vehicle__img,
body.result-detail .vehicle__list .vehicle__card.new .vehicle__img {
  position: relative;
}
body#top .vehicle__list .vehicle__card.new .vehicle__img::before,
body.vehicle-page .vehicle__list .vehicle__card.new .vehicle__img::before,
body.result-detail .vehicle__list .vehicle__card.new .vehicle__img::before {
  content: "NEW";
  color: #FF562E;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 10px 0;
  padding: 5px 8px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
body#top .vehicle__list .vehicle__card.nego .vehicle__img,
body.vehicle-page .vehicle__list .vehicle__card.nego .vehicle__img,
body.result-detail .vehicle__list .vehicle__card.nego .vehicle__img {
  position: relative;
}
body#top .vehicle__list .vehicle__card.nego .vehicle__img::before,
body.vehicle-page .vehicle__list .vehicle__card.nego .vehicle__img::before,
body.result-detail .vehicle__list .vehicle__card.nego .vehicle__img::before {
  content: "商談中";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #CB1919;
  padding: 5px 8px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
body#top .vehicle__list .vehicle__card.soldout a,
body.vehicle-page .vehicle__list .vehicle__card.soldout a,
body.result-detail .vehicle__list .vehicle__card.soldout a {
  pointer-events: none;
  cursor: default;
}
body#top .vehicle__list .vehicle__card.soldout .vehicle__img,
body.vehicle-page .vehicle__list .vehicle__card.soldout .vehicle__img,
body.result-detail .vehicle__list .vehicle__card.soldout .vehicle__img {
  position: relative;
  filter: grayscale(1);
}
body#top .vehicle__list .vehicle__card.soldout .vehicle__img::before,
body.vehicle-page .vehicle__list .vehicle__card.soldout .vehicle__img::before,
body.result-detail .vehicle__list .vehicle__card.soldout .vehicle__img::before {
  content: "SOLD OUT";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}

/*--------------------------
 トップページ
----------------------------*/
#top {
  /*--------------------------
   メインビジュアル
  ----------------------------*/
  /*--------------------------
  おすすめ車両・新着車両　共通
  ----------------------------*/
  /*--------------------------
   日光オートが選ばれる理由
  ----------------------------*/
  /*--------------------------
   お知らせ等
  ----------------------------*/
}
#top .fv {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: calc(1498 / 2800 * 100%);
  background: url(../img/top/fv_bg_pc.jpg) no-repeat top left/cover;
}
#top .fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 40%;
}
#top .fv__text h2 {
  margin: 10px;
}
#top .fv__text h2 .svg-wrap {
  width: 100%;
  padding-top: 40%;
}
#top .fv__text h2 img {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}
#top .fv__text h2 img.sp {
  display: none;
}
#top .fv__text .text02 {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
#top .fv__text .text02 img.sp {
  display: none;
}
@media (max-width: 640px) {
  #top .fv {
    padding-top: calc(800 / 398 * 100%);
    background: url(../img/top/fv_bg_sp.jpg) no-repeat left -15px/100% auto;
  }
  #top .fv__text {
    top: 40%;
    width: calc(100% - 40px);
  }
  #top .fv__text h2 .svg-wrap {
    padding-top: 40%;
  }
  #top .fv__text h2 img {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  }
  #top .fv__text h2 img.pc {
    display: none;
  }
  #top .fv__text h2 img.sp {
    display: block;
  }
  #top .fv__text .text02 {
    margin: 0;
    position: relative;
    width: 50%;
  }
  #top .fv__text .text02 img.pc {
    display: none;
  }
  #top .fv__text .text02 img.sp {
    display: block;
  }
}
#top .vehicle {
  /* スライダー */
  /* 矢印 */
  /* prevボタン */
  /* nextボタン */
  /* ボタン非表示 */
  /* おすすめ車両 */
  /* 新着車両 */
}
#top .vehicle.section {
  padding: 50px 0;
}
#top .vehicle h3 {
  margin-left: calc((100% - 1200px) / 2);
}
@media (max-width: 1280px) {
  #top .vehicle h3 {
    margin-left: 30px;
  }
}
#top .vehicle .vehicleSwiper {
  margin-top: 35px;
  padding-left: calc((100% - 1200px) / 2);
  overflow: visible;
}
@media (max-width: 1280px) {
  #top .vehicle .vehicleSwiper {
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  #top .vehicle .vehicleSwiper {
    margin-top: 20px;
  }
}
#top .vehicle__list .vehicle__card:last-child {
  padding-right: 40% !important;
}
#top .vehicle .swiper-button-prev,
#top .vehicle .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(17, 68, 163, 0.7);
  height: 90px;
  width: 90px;
  z-index: 99;
  border-radius: 45px 0 0 45px;
}
#top .vehicle .swiper-button-prev::after,
#top .vehicle .swiper-button-next::after {
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  font-size: 0;
  mix-blend-mode: normal;
}
@media (max-width: 640px) {
  #top .vehicle .swiper-button-prev,
#top .vehicle .swiper-button-next {
    height: 70px;
    width: 70px;
    border-radius: 35px 0 0 35px;
  }
}
#top .vehicle .swiper-button-prev {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  left: 0;
}
#top .vehicle .swiper-button-next {
  right: 0;
  border-radius: 45px 0 0 45px;
}
#top .vehicle .swiper-button-disabled {
  opacity: 0;
}
#top .vehicle.recommend {
  margin-top: 60px;
}
@media (max-width: 640px) {
  #top .vehicle.recommend {
    margin-top: 30px;
  }
}
#top .vehicle.newarrival .vehicle__card .vehicle__img {
  position: relative;
}
#top .vehicle.newarrival .vehicle__card .vehicle__img::before {
  content: "NEW";
  color: #FF562E;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 10px 0;
  padding: 5px 8px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
#top .vehicle.newarrival .btn {
  margin: 50px auto;
}
@media (max-width: 640px) {
  #top .vehicle.newarrival .btn {
    margin: 30px auto;
    max-width: calc(100% - 80px);
  }
}
#top .reason {
  background: url(../img/top/reason_bg_pc.jpg) no-repeat center/cover;
}
@media (max-width: 959px) {
  #top .reason {
    height: auto;
  }
  #top .reason .uk-container {
    padding: 0px 0 30px;
  }
}
#top .reason .uk-flex {
  flex-wrap: wrap;
}
#top .reason__img {
  width: 510px;
  z-index: 1;
  overflow: hidden;
  height: 680px;
  /* PCスライダー */
  /* スマホスライダー */
}
@media (max-width: 959px) {
  #top .reason__img {
    width: 100%;
    height: auto;
    order: 2;
  }
}
#top .reason__img .pcloopSwiper {
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: 0;
}
#top .reason__img .pcloopSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
#top .reason__img .pcloopSwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: inherit;
}
@media (max-width: 959px) {
  #top .reason__img .pcloopSwiper {
    display: none;
  }
}
#top .reason__img .sploopSwiper {
  display: none;
}
#top .reason__img .sploopSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 959px) {
  #top .reason__img .sploopSwiper {
    display: block;
  }
}
#top .reason__text {
  width: calc(100% - 510px);
  padding: 100px 0 0;
  color: #fff;
}
@media (max-width: 959px) {
  #top .reason__text {
    width: calc(100% - 60px);
    margin: 0 auto;
    order: 1;
    padding: 50px 0;
  }
}
#top .reason__text .btn a {
  border: 2px solid #fff;
  box-sizing: border-box;
}
#top .reason__list {
  margin: 35px 0 50px;
}
#top .reason__list li {
  font-weight: bold;
  position: relative;
  padding-left: 45px;
}
#top .reason__list li strong {
  color: #FFFE79;
}
#top .reason__list li:nth-child(n+2) {
  margin-top: 15px;
}
#top .reason__list li::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}
#top .infoArea {
  padding: 120px 0;
  /* お知らせ */
}
@media (max-width: 640px) {
  #top .infoArea {
    padding: 60px 0;
  }
}
#top .infoArea .info__list .info__card.line {
  max-width: 830px;
  width: 100%;
  margin: 80px auto 0;
}
@media (max-width: 959px) {
  #top .infoArea .info__list .info__card.line {
    margin-top: 20px;
  }
}
#top .infoArea .info__list .info__card.line a {
  margin-left: 35px;
  padding: 40px;
}
#top .infoArea .info__list .info__card.line a:hover img, #top .infoArea .info__list .info__card.line a:active img {
  opacity: 1;
}
@media (max-width: 959px) {
  #top .infoArea .info__list .info__card.line a {
    margin-left: 0;
    padding: 25px 15px 80px 25px;
  }
}
@media (max-width: 640px) {
  #top .infoArea .info__list .info__card.line a {
    margin-left: 0;
    padding-bottom: 140px;
  }
}
#top .infoArea .info__list .info__card.line .uk-flex {
  align-items: center;
  margin-left: 0;
}
#top .infoArea .info__list .info__card.line .uk-flex .ico img {
  width: 100px;
  height: 100px;
}
#top .infoArea .info__list .info__card.line .uk-flex .text {
  width: calc(100% - 130px);
  margin-left: 30px;
}
#top .infoArea .info__list .info__card.line .uk-flex .text p {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #top .infoArea .info__list .info__card.line .uk-flex {
    align-items: flex-start;
  }
  #top .infoArea .info__list .info__card.line .uk-flex .ico img {
    width: 50px;
    height: 50px;
  }
  #top .infoArea .info__list .info__card.line .uk-flex .text {
    width: calc(100% - 60px);
    margin-left: 10px;
  }
  #top .infoArea .info__list .info__card.line .uk-flex .text h3 {
    margin-bottom: 0;
  }
  #top .infoArea .info__list .info__card.line .uk-flex .text p {
    font-size: 14px;
  }
}
#top .infoArea .info__list .info__card.line .img {
  position: absolute;
  right: 50px;
  top: -60px;
  width: 40%;
  z-index: 1;
}
@media (max-width: 959px) {
  #top .infoArea .info__list .info__card.line .img {
    width: 30%;
    top: 10px;
    right: 100px;
  }
}
@media (max-width: 640px) {
  #top .infoArea .info__list .info__card.line .img {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: -10px;
    right: auto;
    text-align: center;
  }
  #top .infoArea .info__list .info__card.line .img img {
    height: 135px;
    width: auto;
  }
}
#top .infoArea .news {
  max-width: 1100px;
  margin: 110px auto 0;
}
#top .infoArea .news__list {
  margin: 40px 0 0;
  max-height: 460px;
  overflow-y: scroll;
  padding-right: 20px;
}
#top .infoArea .news__list ul {
  margin: 0 0 40px;
}
#top .infoArea .news__list ul li {
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
}
#top .infoArea .news__list ul li a {
  display: block;
  padding: 20px 0;
}
#top .infoArea .news__list ul li a .date {
  display: block;
  margin-bottom: 5px;
}
#top .infoArea .news__list ul li:first-child a {
  padding-top: 0;
}
@media (max-width: 640px) {
  #top .infoArea .news {
    margin: 80px auto 0;
  }
  #top .infoArea .news__list {
    margin: 25px 0 0;
    max-height: 400px;
  }
  #top .infoArea .news__list ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}

/*--------------------------
 下層ページ共通
----------------------------*/
body.page {
  /* ページタイトル */
  /* アンカーリンク */
}
body.page .page__head {
  background: url(../img/common/page_head.jpg) no-repeat 80% top/cover;
  height: 400px;
}
@media (max-width: 959px) {
  body.page .page__head {
    background-size: auto 100%;
    height: 340px;
  }
}
@media (max-width: 767px) {
  body.page .page__head {
    background: url(../img/common/page_head_sp.jpg) no-repeat center/cover;
  }
}
@media (max-width: 640px) {
  body.page .page__head {
    background: url(../img/common/page_head_sp.jpg) no-repeat center/cover;
  }
}
body.page .page__head .uk-container {
  position: relative;
  height: 100%;
}
body.page .page__head__cnts {
  position: absolute;
  left: 40px;
  top: 200px;
}
body.page .page__head__cnts h2 {
  font-size: 30px;
  font-weight: 400;
}
body.page .page__head__cnts .breadcrumb {
  margin-top: 90px;
}
body.page .page__head__cnts .breadcrumb ul li {
  margin-top: 0;
  display: inline-block;
  position: relative;
  padding-right: 3em;
}
body.page .page__head__cnts .breadcrumb ul li a,
body.page .page__head__cnts .breadcrumb ul li span {
  font-size: 16px;
}
body.page .page__head__cnts .breadcrumb ul li a {
  text-decoration: underline;
}
body.page .page__head__cnts .breadcrumb ul li::after {
  content: "＞";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1em;
}
body.page .page__head__cnts .breadcrumb ul li:last-child {
  padding-right: 0;
}
body.page .page__head__cnts .breadcrumb ul li:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  body.page .page__head__cnts {
    top: 160px;
    left: 30px;
    width: calc(100% - 60px);
  }
  body.page .page__head__cnts h2 {
    text-align: center;
  }
  body.page .page__head__cnts .breadcrumb {
    margin-top: 80px;
  }
  body.page .page__head__cnts .breadcrumb ul li {
    line-height: 1.2;
    padding-right: 2em;
  }
  body.page .page__head__cnts .breadcrumb ul li a,
body.page .page__head__cnts .breadcrumb ul li span {
    font-size: 12px;
  }
  body.page .page__head__cnts .breadcrumb ul li::after {
    font-size: 12px;
    right: 0.5em;
    top: calc(50% + 1px);
  }
}
body.page .page__head.noimg {
  background: url(../img/common/page_head02_pc.jpg) no-repeat center bottom/cover;
  height: 250px;
}
body.page .page__head.noimg .page__head__cnts {
  top: 180px;
}
body.page .page__head.noimg .page__head__cnts .breadcrumb {
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  body.page .page__head.noimg {
    background: url(../img/common/page_head02_sp.jpg) no-repeat center bottom/cover;
    height: 180px;
  }
  body.page .page__head.noimg .page__head__cnts {
    top: 100px;
  }
}
body.page .anchor {
  padding-bottom: 0 !important;
}
body.page .anchor__list {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
body.page .anchor__list li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-top: 0;
}
body.page .anchor__list li a {
  position: relative;
  display: block;
  line-height: 1;
  background: #fff;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #1972CB;
  filter: drop-shadow(0 3px 3px rgba(0, 38, 90, 0.15));
  box-sizing: border-box;
}
body.page .anchor__list li a span {
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: #1972CB;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
}
body.page .anchor__list li a span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  right: 0px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/contain;
  transition: all 0.5s ease 0s;
}
body.page .anchor__list li a::after {
  content: "";
  background: #E4EDF7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
body.page .anchor__list li a:hover::after, body.page .anchor__list li a:active::after {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
body.page .anchor__list li a:hover span, body.page .anchor__list li a:active span {
  transition: all 0.5s ease 0s;
}
body.page .anchor__list li a:hover span::after, body.page .anchor__list li a:active span::after {
  transition: all 0.5s ease 0s;
  top: calc(50% + 5px);
}
@media (max-width: 640px) {
  body.page .anchor__list {
    margin-left: -10px;
  }
  body.page .anchor__list li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  body.page .anchor__list li:nth-child(n+3) {
    margin-top: 10px;
  }
  body.page .anchor__list li a {
    height: 50px;
    border-radius: 25px;
  }
  body.page .anchor__list li a span {
    font-size: 14px;
  }
}

/*--------------------------
 車両を探す　共通
----------------------------*/
body.vehicle-page .vehicle__cnts .result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
}
body.vehicle-page .vehicle__cnts .result .vehicle__num,
body.vehicle-page .vehicle__cnts .result .vehicle__type {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-left: 25px;
}
body.vehicle-page .vehicle__cnts .result .vehicle__num strong,
body.vehicle-page .vehicle__cnts .result .vehicle__type strong {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
}
body.vehicle-page .vehicle__list {
  margin: 60px 0;
  margin-left: -25px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  body.vehicle-page .vehicle__list {
    margin-top: 30px;
  }
}
body.vehicle-page .vehicle__list .vehicle__card {
  width: calc(25% - 25px);
  margin-left: 25px;
}
body.vehicle-page .vehicle__list .vehicle__card:nth-child(n+5) {
  margin-top: 25px;
}
@media (max-width: 1280px) {
  body.vehicle-page .vehicle__list .vehicle__card {
    width: calc(33.33% - 25px);
  }
  body.vehicle-page .vehicle__list .vehicle__card:nth-child(n+4) {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  body.vehicle-page .vehicle__list .vehicle__card {
    width: calc(50% - 25px);
  }
  body.vehicle-page .vehicle__list .vehicle__card:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  body.vehicle-page .vehicle__list .vehicle__card {
    width: calc(100% - 25px);
  }
  body.vehicle-page .vehicle__list .vehicle__card:nth-child(n+2) {
    margin-top: 30px;
  }
}

/*--------------------------
 車両を探す index
----------------------------*/
body#search {
  /* ページタイトル */
  /* 検索 */
}
body#search .page__head {
  height: 530px;
}
@media (max-width: 767px) {
  body#search .page__head {
    height: 380px;
  }
}
@media (max-width: 767px) {
  body#search .page__head .breadcrumb {
    margin-top: 55px;
  }
}
@media (max-width: 640px) {
  body#search .searchArea {
    margin-top: -75px;
  }
}
body#search .vehicle__cnts {
  padding-top: 120px;
  /* pagination */
}
body#search .vehicle__cnts .pagination {
  margin: 100px 0 80px;
  text-align: center;
}
@media (max-width: 767px) {
  body#search .vehicle__cnts .pagination {
    margin: 50px 0 0;
  }
}
body#search .vehicle__cnts .pagination ul {
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: -5px;
}
@media (max-width: 640px) {
  body#search .vehicle__cnts .pagination ul {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
body#search .vehicle__cnts .pagination ul li {
  margin-left: 5px;
}
body#search .vehicle__cnts .pagination ul li a {
  color: #000;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 17px 0;
  font-weight: bold;
}
@media (max-width: 640px) {
  body#search .vehicle__cnts .pagination ul li a {
    width: 40px;
    height: 40px;
    padding: 12px 0;
  }
}
body#search .vehicle__cnts .pagination ul li a:hover, body#search .vehicle__cnts .pagination ul li a:active {
  opacity: 0.5;
}
body#search .vehicle__cnts .pagination ul li.uk-active a {
  background: #D9E8F7;
  pointer-events: none;
}
body#search .vehicle__cnts .pagination ul li.uk-disabled {
  color: #aaa;
}
body#search .vehicle__cnts .pagination ul li.nav {
  /* prevボタン */
  /* nextボタン */
}
body#search .vehicle__cnts .pagination ul li.nav a {
  position: relative;
  transition: all 0.5s ease 0s;
  background: #1972CB;
}
body#search .vehicle__cnts .pagination ul li.nav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
}
body#search .vehicle__cnts .pagination ul li.nav a span svg {
  display: none;
}
body#search .vehicle__cnts .pagination ul li.nav a:hover, body#search .vehicle__cnts .pagination ul li.nav a:active {
  background: #004E9B;
}
body#search .vehicle__cnts .pagination ul li.nav-disable {
  display: none;
}
body#search .vehicle__cnts .pagination ul li.nav-previous {
  margin-right: 20px;
}
body#search .vehicle__cnts .pagination ul li.nav-previous a span {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
body#search .vehicle__cnts .pagination ul li.nav-next {
  margin-left: 20px;
}

/*--------------------------
 車両を探す（検索結果）
----------------------------*/
body.result-index {
  /* 検索 */
}
body.result-index .vehicle__cnts {
  padding-top: 30px !important;
}
@media (max-width: 640px) {
  body.result-index .vehicle__cnts {
    padding-top: 0 !important;
  }
}
body.result-index .searchArea {
  margin: 50px auto 200px;
}
@media (max-width: 959px) {
  body.result-index .searchArea {
    margin: 50px auto 100px;
  }
}
@media (max-width: 640px) {
  body.result-index .searchArea {
    margin: 0px auto 50px;
  }
}

/*--------------------------
 車両を探す（詳細ページ）
----------------------------*/
body.result-detail .vehicle__cnts {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  /* メイン情報　画像とスペック */
  /* サブ情報 */
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts {
    padding-top: 0 !important;
  }
}
body.result-detail .vehicle__cnts h3 {
  font-size: 24px;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts h3 {
    padding: 0 15px !important;
    margin-top: 20px;
    font-size: 20px;
  }
}
body.result-detail .vehicle__cnts.nego h3:before {
  content: "商談中";
  display: inline-block;
  border-radius: 0.5em;
  background-color: #CB1919;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
body.result-detail .vehicle__cnts.soldout h3:before {
  content: "SOLD OUT";
  display: inline-block;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
body.result-detail .vehicle__cnts__inner {
  max-width: 1100px;
  margin: 50px auto 0;
}
body.result-detail .vehicle__cnts .vehicle__maininfo {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo {
    padding: 0;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img {
  width: 52%;
  position: relative;
  /* 矢印 */
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp {
  display: none;
}
@media (max-width: 959px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp {
    display: block;
    /* 管理番号 */
    /* 車両の名前 */
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp .vehicle__number {
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp .vehicle__number::before {
    content: "管理番号：";
    font-size: 14px;
    font-weight: 400;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp .vehicle__name {
    margin: 20px 0;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp .vehicle__name span {
    display: block;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp .vehicle__name span.name {
    font-size: 20px;
    font-weight: bold;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp .vehicle__name span.maker {
    margin-top: 5px;
  }
}
@media (max-width: 959px) and (max-width: 640px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .vehicle__text__sp {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-slideshow-items {
  padding-top: calc(406 / 540 * 100%);
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav {
  position: absolute;
  background: rgba(17, 68, 163, 0.7);
  height: 60px;
  width: 50px;
  z-index: 99;
  top: 30%;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  font-size: 0;
  mix-blend-mode: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav.previous {
  border-radius: 0px 30px 30px 0;
  left: 0;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav.previous::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav.next {
  border-radius: 30px 0 0 30px;
  right: 0;
}
@media (max-width: 1280px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav {
    top: 25%;
  }
}
@media (max-width: 959px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav {
    top: 45%;
  }
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .slide-nav {
    height: 50px;
    width: 50px;
    border-radius: 25px 0 0 25px;
    top: 50%;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: flex-start;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li {
  width: 16.66%;
  padding-left: 12px;
  box-sizing: border-box;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li:nth-child(n+7) {
  margin-top: 12px;
}
@media (max-width: 1280px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li {
    width: 20%;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li:nth-child(n+6) {
    margin-top: 12px;
  }
}
@media (max-width: 959px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li {
    width: 16.66%;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li:nth-child(6) {
    margin-top: 0;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li:nth-child(n+7) {
    margin-top: 12px;
  }
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav {
    padding: 0 20px;
    margin-top: 10px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li {
    padding-left: 8px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__img .uk-thumbnav li:nth-child(n+7) {
    margin-top: 8px;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text {
  width: 48%;
  padding-left: 60px;
  box-sizing: border-box;
  /* 管理番号 */
  /* 車両の名前 */
  /* 車両のスペック */
  /* 車検証を見る、ページを印刷ボタン */
  /* お問い合わせ */
}
@media (max-width: 1280px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text {
    padding-left: 30px;
  }
}
@media (max-width: 959px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text {
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text {
    width: calc(100% - 60px);
    margin-top: 20px;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__number {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__number::before {
  content: "管理番号：";
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 959px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__number {
    display: none;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__name {
  margin: 20px 0;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__name span {
  display: block;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__name span.name {
  font-size: 20px;
  font-weight: bold;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__name span.maker {
  margin-top: 5px;
}
@media (max-width: 959px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__name {
    display: none;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dt,
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dd {
  box-sizing: border-box;
  line-height: 1;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dt:nth-child(n+2),
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dd:nth-child(n+2) {
  margin-top: 5px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dt {
  width: 100px;
  background: #3FA872;
  font-weight: bold;
  padding: 9px 12px;
  height: 34px;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dd {
  width: calc(100% - 100px);
  padding: 0 10px;
  position: relative;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__spec dd::after {
  content: "";
  width: calc(100% - 5px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  left: 5px;
  bottom: -10px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 20px;
  margin-left: -15px;
  justify-content: center;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn {
  width: calc(50% - 15px);
  margin-left: 15px;
  /* 車検証を見る */
  /* 印刷する */
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn {
    width: calc(100% - 15px);
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn:nth-child(n+2) {
    margin-top: 15px;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn a {
  border: 2px solid #1972CB;
  box-sizing: border-box;
  height: 50px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn a span {
  padding-right: 0;
  padding-left: 28px;
  position: relative;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn a span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn.pdf a span::before {
  background: url(../img/search/result/ico_pdf.svg) no-repeat center/contain;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__btn .btn.print a span::before {
  background: url(../img/search/result/ico_print.svg) no-repeat center/contain;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel {
  display: flex;
  align-items: center;
  padding: 15px 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__text p {
  margin: 0;
  font-size: 13px;
  line-height: 1;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__text p.number {
  font-size: 20px;
  font-weight: bold;
  color: #3FA872;
  margin-top: 10px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__text p.number::before {
  content: "管理番号：";
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number {
  margin-left: 15px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number a {
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 30px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/search/result/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number p {
  margin: 5px 0 0;
  font-size: 10px;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number p strong {
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel {
    display: block;
    padding: 15px 0px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__text {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__text p {
    margin: 0;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__text p.number {
    margin: 0 0 0 10px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number {
    text-align: center;
    margin-top: 0px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number a {
    display: inline-block;
    font-size: 25px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number p {
    font-size: 13px;
  }
  body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .tel__number p strong {
    font-size: 13px;
  }
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .btn {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .btn a span {
  padding-left: 25px;
  padding-right: 0;
}
body.result-detail .vehicle__cnts .vehicle__maininfo .vehicle__text .vehicle__contact .btn a span::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/common/ico_mail.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body.result-detail .vehicle__cnts .vehicle__subinfo {
  margin: 70px auto;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}
body.result-detail .vehicle__cnts .vehicle__subinfo__inner table {
  width: 100%;
  font-size: 14px;
  border-left: #b4b4b4 solid 1px;
  border-top: #b4b4b4 solid 1px;
  box-sizing: border-box;
}
body.result-detail .vehicle__cnts .vehicle__subinfo__inner table th,
body.result-detail .vehicle__cnts .vehicle__subinfo__inner table td {
  padding: 15px;
  border-bottom: #b4b4b4 solid 1px;
}
body.result-detail .vehicle__cnts .vehicle__subinfo__inner table th {
  text-align: left;
  vertical-align: top;
  background: #e5e5e5;
  width: 20%;
}
body.result-detail .vehicle__cnts .vehicle__subinfo__inner table td {
  width: 30%;
  border-right: #b4b4b4 solid 1px;
  text-align: left;
}
@media (max-width: 767px) {
  body.result-detail .vehicle__cnts .vehicle__subinfo {
    overflow-x: scroll;
    padding: 0;
  }
  body.result-detail .vehicle__cnts .vehicle__subinfo__inner {
    width: 100%;
    min-width: 800px;
  }
}
@media (max-width: 640px) {
  body.result-detail .vehicle__cnts .vehicle__subinfo {
    width: calc(100% - 30px);
    margin-right: 0;
    margin-top: 40px;
  }
}
body.result-detail .vehicle {
  /* スライダー */
  /* 矢印 */
  /* prevボタン */
  /* nextボタン */
  /* ボタン非表示 */
}
body.result-detail .vehicle.section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  body.result-detail .vehicle.section {
    padding: 0 0 70px !important;
  }
}
body.result-detail .vehicle h3 {
  margin-left: calc((100% - 1200px) / 2);
}
@media (max-width: 1280px) {
  body.result-detail .vehicle h3 {
    margin-left: 30px;
  }
}
body.result-detail .vehicle .vehicleSwiper {
  margin-top: 35px;
  padding-left: calc((100% - 1200px) / 2);
  overflow: visible;
}
@media (max-width: 1280px) {
  body.result-detail .vehicle .vehicleSwiper {
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  body.result-detail .vehicle .vehicleSwiper {
    margin-top: 20px;
  }
}
body.result-detail .vehicle .swiper-button-prev,
body.result-detail .vehicle .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(17, 68, 163, 0.7);
  height: 90px;
  width: 90px;
  z-index: 99;
  border-radius: 45px 0 0 45px;
}
body.result-detail .vehicle .swiper-button-prev::after,
body.result-detail .vehicle .swiper-button-next::after {
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  font-size: 0;
  mix-blend-mode: normal;
}
@media (max-width: 640px) {
  body.result-detail .vehicle .swiper-button-prev,
body.result-detail .vehicle .swiper-button-next {
    height: 70px;
    width: 70px;
    border-radius: 35px 0 0 35px;
  }
}
body.result-detail .vehicle .swiper-button-prev {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  left: 0;
}
body.result-detail .vehicle .swiper-button-next {
  right: 0;
  border-radius: 45px 0 0 45px;
}
body.result-detail .vehicle .swiper-button-disabled {
  opacity: 0;
}
body.result-detail .vehicle .btn {
  margin: 80px auto;
}
@media (max-width: 640px) {
  body.result-detail .vehicle .btn {
    margin: 50px auto;
    max-width: calc(100% - 80px);
  }
}

/*--------------------------
 よくある質問、買い取りについて共通
 （アコーディオンFAQ）
----------------------------*/
body#faq .faq__list ul li,
body#purchase .faq__list ul li {
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
  /* Q */
  /* A */
}
body#faq .faq__list ul li:nth-child(n+2),
body#purchase .faq__list ul li:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 640px) {
  body#faq .faq__list ul li:nth-child(n+2),
body#purchase .faq__list ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
body#faq .faq__list ul li .uk-accordion-title,
body#purchase .faq__list ul li .uk-accordion-title {
  padding: 25px;
  padding-right: 60px;
  position: relative;
}
body#faq .faq__list ul li .uk-accordion-title::before,
body#purchase .faq__list ul li .uk-accordion-title::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/faq/ico_faq_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 25px;
}
body#faq .faq__list ul li .uk-accordion-title[aria-expanded=true]::before,
body#purchase .faq__list ul li .uk-accordion-title[aria-expanded=true]::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
body#faq .faq__list ul li .uk-accordion-title span,
body#purchase .faq__list ul li .uk-accordion-title span {
  font-size: 16px;
  font-weight: bold;
  padding-left: 45px;
  display: block;
  position: relative;
}
body#faq .faq__list ul li .uk-accordion-title span::before,
body#purchase .faq__list ul li .uk-accordion-title span::before {
  content: "Q.";
  font-size: 26px;
  position: absolute;
  left: 0px;
  top: -7px;
  color: #3FA872;
  display: block;
  font-weight: 400;
}
body#faq .faq__list ul li .uk-accordion-title:hover, body#faq .faq__list ul li .uk-accordion-title:active,
body#purchase .faq__list ul li .uk-accordion-title:hover,
body#purchase .faq__list ul li .uk-accordion-title:active {
  opacity: 1;
  color: #000;
}
@media (max-width: 640px) {
  body#faq .faq__list ul li .uk-accordion-title,
body#purchase .faq__list ul li .uk-accordion-title {
    padding: 15px;
    padding-right: 40px;
  }
  body#faq .faq__list ul li .uk-accordion-title::before,
body#purchase .faq__list ul li .uk-accordion-title::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  body#faq .faq__list ul li .uk-accordion-title span,
body#purchase .faq__list ul li .uk-accordion-title span {
    padding-left: 35px;
  }
  body#faq .faq__list ul li .uk-accordion-title span::before,
body#purchase .faq__list ul li .uk-accordion-title span::before {
    font-size: 20px;
    top: -4px;
  }
}
body#faq .faq__list ul li .uk-accordion-content,
body#purchase .faq__list ul li .uk-accordion-content {
  margin: 0;
  padding: 25px;
  position: relative;
}
body#faq .faq__list ul li .uk-accordion-content::before,
body#purchase .faq__list ul li .uk-accordion-content::before {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 0;
  left: 25px;
}
body#faq .faq__list ul li .uk-accordion-content > *,
body#purchase .faq__list ul li .uk-accordion-content > * {
  position: relative;
  padding-left: 45px;
}
body#faq .faq__list ul li .uk-accordion-content > *::before,
body#purchase .faq__list ul li .uk-accordion-content > *::before {
  content: "A.";
  font-size: 26px;
  position: absolute;
  left: 0px;
  top: -7px;
  color: #3FA872;
  display: block;
  font-weight: 400;
}
body#faq .faq__list ul li .uk-accordion-content > * p,
body#purchase .faq__list ul li .uk-accordion-content > * p {
  margin: 0;
}
@media (max-width: 640px) {
  body#faq .faq__list ul li .uk-accordion-content,
body#purchase .faq__list ul li .uk-accordion-content {
    padding: 15px;
  }
  body#faq .faq__list ul li .uk-accordion-content::before,
body#purchase .faq__list ul li .uk-accordion-content::before {
    left: 15px;
    width: calc(100% - 30px);
  }
  body#faq .faq__list ul li .uk-accordion-content > *,
body#purchase .faq__list ul li .uk-accordion-content > * {
    padding-left: 35px;
  }
  body#faq .faq__list ul li .uk-accordion-content > *::before,
body#purchase .faq__list ul li .uk-accordion-content > *::before {
    font-size: 20px;
    top: -4px;
  }
  body#faq .faq__list ul li .uk-accordion-content > * p,
body#purchase .faq__list ul li .uk-accordion-content > * p {
    font-size: 14px;
  }
}

/*--------------------------
 買い取りについて、ご利用ガイド　共通
 （〇〇までの流れ）
----------------------------*/
body#guide .contents,
body#purchase .contents {
  /* 買い取りまでの流れ */
}
body#guide .contents .flow__list > *,
body#purchase .contents .flow__list > * {
  position: relative;
}
body#guide .contents .flow__list > * .inner,
body#purchase .contents .flow__list > * .inner {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 83px 5px 5px 83px;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
  z-index: 1;
}
body#guide .contents .flow__list > *:nth-child(n+2),
body#purchase .contents .flow__list > *:nth-child(n+2) {
  margin-top: 35px;
}
body#guide .contents .flow__list > *:nth-child(n+2)::after,
body#purchase .contents .flow__list > *:nth-child(n+2)::after {
  content: "";
  width: 10px;
  height: 35px;
  background: #D6EFE2;
  position: absolute;
  left: 80px;
  top: -35px;
  z-index: -1;
}
body#guide .contents .flow__list__title,
body#purchase .contents .flow__list__title {
  width: 390px;
  position: relative;
}
body#guide .contents .flow__list__title .num,
body#purchase .contents .flow__list__title .num {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 45px;
  font-size: 50px;
  font-weight: 400;
  color: #3FA872;
}
body#guide .contents .flow__list__title h4,
body#purchase .contents .flow__list__title h4 {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 22px;
  left: 150px;
  font-weight: bold;
}
body#guide .contents .flow__list__title::after,
body#purchase .contents .flow__list__title::after {
  content: "";
  width: 1px;
  top: 20px;
  bottom: 20px;
  background: #d8d8d8;
  position: absolute;
  right: 0;
}
body#guide .contents .flow__list__cont,
body#purchase .contents .flow__list__cont {
  width: calc(100% - 390px);
  padding: 30px 35px;
  box-sizing: border-box;
  min-height: 120px;
}
body#guide .contents .flow__list__cont p,
body#purchase .contents .flow__list__cont p {
  margin: 0;
}
body#guide .contents .flow__list__cont .btn,
body#purchase .contents .flow__list__cont .btn {
  max-width: 210px;
}
@media (max-width: 767px) {
  body#guide .contents .flow__list > * .inner,
body#purchase .contents .flow__list > * .inner {
    border-radius: 40px 40px 5px 5px;
  }
  body#guide .contents .flow__list > *:nth-child(n+2),
body#purchase .contents .flow__list > *:nth-child(n+2) {
    margin-top: 35px;
  }
  body#guide .contents .flow__list > *:nth-child(n+2)::after,
body#purchase .contents .flow__list > *:nth-child(n+2)::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -35px;
  }
  body#guide .contents .flow__list__title,
body#purchase .contents .flow__list__title {
    width: 100%;
    text-align: center;
    padding: 30px 25px;
  }
  body#guide .contents .flow__list__title .num,
body#guide .contents .flow__list__title h4,
body#purchase .contents .flow__list__title .num,
body#purchase .contents .flow__list__title h4 {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
  }
  body#guide .contents .flow__list__title .num,
body#purchase .contents .flow__list__title .num {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 35px;
  }
  body#guide .contents .flow__list__title h4,
body#purchase .contents .flow__list__title h4 {
    margin: 0;
    font-size: 18px;
  }
  body#guide .contents .flow__list__title::after,
body#purchase .contents .flow__list__title::after {
    bottom: 15px;
    top: auto;
    left: 25px;
    right: 25px;
    height: 1px;
    width: calc(100% - 50px);
  }
  body#guide .contents .flow__list__cont,
body#purchase .contents .flow__list__cont {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: auto;
    padding: 30px 25px;
    padding-top: 0;
  }
  body#guide .contents .flow__list__cont .btn,
body#purchase .contents .flow__list__cont .btn {
    margin: 10px auto 0;
  }
}

/*--------------------------
 選ばれる理由
----------------------------*/
body#reason {
  /* こんなお悩みを解決できます */
  /* 日光オートのサービスが選ばれる理由 */
  /* 日光オートでお取引きしたお客さまの声 */
}
@media (max-width: 640px) {
  body#reason .solution {
    padding-top: 0 !important;
  }
}
body#reason .solution__list {
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: 150px;
}
@media (max-width: 959px) {
  body#reason .solution__list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body#reason .solution__list {
    margin-top: 50px;
  }
}
body#reason .solution__list > * {
  position: relative;
}
body#reason .solution__list > *:nth-child(n+2) {
  margin-top: 110px;
}
@media (max-width: 959px) {
  body#reason .solution__list > *:nth-child(n+2) {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  body#reason .solution__list > *:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media (max-width: 640px) {
  body#reason .solution__list > *:nth-child(n+2) {
    margin-top: 80px;
  }
}
body#reason .solution__list > * .nayami {
  background: #F0F0F0;
  box-sizing: border-box;
  width: 50%;
  min-width: 460px;
  height: 112px;
  border-radius: 56px;
  position: absolute;
  left: 0;
  top: -80px;
}
body#reason .solution__list > * .nayami::after {
  content: "";
  width: 44px;
  height: 22px;
  background: url(../img/reason/solution_fukidashi_gray.svg) no-repeat center top/contain;
  bottom: -20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 30%;
}
body#reason .solution__list > * .nayami p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 110px);
}
@media (max-width: 959px) {
  body#reason .solution__list > * .nayami {
    top: -100px;
  }
  body#reason .solution__list > * .nayami::after {
    left: 50px;
  }
}
@media (max-width: 767px) {
  body#reason .solution__list > * .nayami {
    position: relative;
    left: auto;
    top: auto;
    min-width: auto;
    width: 80%;
    height: 90px;
    border-radius: 45px;
  }
  body#reason .solution__list > * .nayami::after {
    left: 30%;
  }
  body#reason .solution__list > * .nayami p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(100% - 60px);
  }
}
@media (max-width: 640px) {
  body#reason .solution__list > * .nayami {
    width: 100%;
  }
  body#reason .solution__list > * .nayami p {
    font-size: 14px;
  }
}
body#reason .solution__list > * .kaiketsu {
  width: 60%;
  min-width: 590px;
  margin-right: 0;
  margin-left: auto;
  padding: 35px;
  border-radius: 58px;
  border: #3FA872 3px solid;
  background: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
}
body#reason .solution__list > * .kaiketsu::after {
  content: "";
  width: 51px;
  height: 24px;
  background: url(../img/reason/solution_fukidashi_white.svg) no-repeat center top/contain;
  bottom: -24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 70%;
}
body#reason .solution__list > * .kaiketsu::before {
  content: "";
  width: 110px;
  height: 95px;
  background: url(../img/reason/solution_kazari.svg) no-repeat center/contain;
  position: absolute;
  top: -50px;
  right: -50px;
}
body#reason .solution__list > * .kaiketsu p {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
body#reason .solution__list > * .kaiketsu p span {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #3FA872;
  text-decoration-thickness: 2px;
}
@media (max-width: 959px) {
  body#reason .solution__list > * .kaiketsu {
    min-width: auto;
    width: 75%;
  }
}
@media (max-width: 767px) {
  body#reason .solution__list > * .kaiketsu {
    margin-top: 40px;
    width: 100%;
    border-radius: 40px;
    padding: 25px;
  }
  body#reason .solution__list > * .kaiketsu::before {
    content: "";
    width: calc(110px * .6);
    height: calc(95px* .6);
    top: -30px;
    right: -30px;
  }
  body#reason .solution__list > * .kaiketsu p {
    font-size: 16px;
  }
}
body#reason .reason-cnts__list {
  margin-top: 80px;
}
@media (max-width: 640px) {
  body#reason .reason-cnts__list {
    margin-top: 80px;
  }
}
body#reason .reason-cnts__list > * {
  display: flex;
  flex-wrap: wrap;
}
body#reason .reason-cnts__list > *:nth-child(n+2) {
  margin-top: 80px;
}
body#reason .reason-cnts__text {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
body#reason .reason-cnts__text .inner {
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 1280px) {
  body#reason .reason-cnts__text .inner {
    width: calc(100% - 30px);
  }
}
body#reason .reason-cnts__text .label {
  display: inline-block;
  color: #3FA872;
  font-weight: bold;
  border: 2px solid #3FA872;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 18px;
  box-sizing: border-box;
}
body#reason .reason-cnts__text h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 20px;
}
@media (max-width: 640px) {
  body#reason .reason-cnts__text h4 {
    font-size: 18px;
  }
}
body#reason .reason-cnts__text .reason-cnts__img__sp {
  display: none;
}
@media (max-width: 959px) {
  body#reason .reason-cnts__text .reason-cnts__img__sp {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 959px) {
  body#reason .reason-cnts__text {
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto;
    order: 2 !important;
  }
  body#reason .reason-cnts__text .inner {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto !important;
    position: relative;
    width: 100%;
    text-align: center;
  }
  body#reason .reason-cnts__text .inner .label {
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 16px;
  }
  body#reason .reason-cnts__text .inner p {
    text-align: left;
  }
  body#reason .reason-cnts__text .inner .btn {
    margin: 20px auto 0;
  }
}
body#reason .reason-cnts__img {
  width: 50%;
}
@media (max-width: 959px) {
  body#reason .reason-cnts__img {
    display: none;
  }
}
body#reason .reason-cnts__list > *:nth-child(even) .reason-cnts__text {
  order: 2;
}
body#reason .reason-cnts__list > *:nth-child(even) .reason-cnts__text .inner {
  left: 60px;
}
@media (max-width: 1280px) {
  body#reason .reason-cnts__list > *:nth-child(even) .reason-cnts__text .inner {
    left: 30px;
  }
}
body#reason .reason-cnts__list > *:nth-child(even) .reason-cnts__img {
  order: 1;
}
body#reason .reason-cnts__list > *:nth-child(3) .reason-cnts__text h4 {
  white-space: nowrap;
}
@media (max-width: 1280px) {
  body#reason .reason-cnts__list > *:nth-child(3) .reason-cnts__text h4 {
    white-space: wrap;
  }
}
body#reason .voice {
  background: #F4F8F2;
  padding: 100px 0;
}
body#reason .voice__list {
  margin-top: 100px;
}
@media (max-width: 640px) {
  body#reason .voice__list {
    margin-top: 50px;
  }
}
body#reason .voice__list > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#reason .voice__list > *:nth-child(n+2) {
  margin-top: 50px;
}
body#reason .voice__list > * .voice__img {
  width: 290px;
}
body#reason .voice__list > * .voice__img img {
  width: 260px;
  height: 260px;
}
@media (max-width: 959px) {
  body#reason .voice__list > * .voice__img {
    width: 220px;
  }
  body#reason .voice__list > * .voice__img img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 640px) {
  body#reason .voice__list > * .voice__img {
    width: 150px;
    margin: 0 auto 30px;
  }
  body#reason .voice__list > * .voice__img img {
    width: 150px;
    height: 150px;
  }
}
body#reason .voice__list > * .voice__text {
  width: calc(100% - 290px);
}
body#reason .voice__list > * .voice__text .inner {
  background: #fff;
  padding: 30px 40px;
  width: calc(100% - 30px);
  margin-left: 30px;
  border-radius: 5px;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
  position: relative;
  box-sizing: border-box;
}
body#reason .voice__list > * .voice__text .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 38px solid #fff;
  border-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -30px;
}
body#reason .voice__list > * .voice__text .inner .namebox {
  display: flex;
  align-items: center;
  font-weight: bold;
}
body#reason .voice__list > * .voice__text .inner .namebox span {
  display: block;
  margin-left: 15px;
}
body#reason .voice__list > * .voice__text .inner .namebox span.name {
  font-size: 22px;
  font-weight: bold;
}
body#reason .voice__list > * .voice__text .inner .namebox span.label {
  font-size: 16px;
  line-height: 1;
  color: #3FA872;
  border: 2px solid #3FA872;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 18px;
}
body#reason .voice__list > * .voice__text .inner p {
  margin: 15px 0 0;
}
@media (max-width: 959px) {
  body#reason .voice__list > * .voice__text {
    width: calc(100% - 220px);
  }
  body#reason .voice__list > * .voice__text .inner {
    padding: 25px;
  }
}
@media (max-width: 640px) {
  body#reason .voice__list > * .voice__text {
    width: 100%;
  }
  body#reason .voice__list > * .voice__text .inner {
    width: 100%;
    margin-left: 0;
  }
  body#reason .voice__list > * .voice__text .inner::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 20px solid #fff;
    border-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -20px;
  }
  body#reason .voice__list > * .voice__text .inner .namebox span {
    margin-left: 10px;
  }
  body#reason .voice__list > * .voice__text .inner .namebox span.name {
    font-size: 18px;
  }
  body#reason .voice__list > * .voice__text .inner .namebox span.label {
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 18px;
  }
}

/*--------------------------
 買い取りについて
----------------------------*/
body#purchase {
  /*即日現金買い取りを実施しており、
  日本全国どこでも買い取り可能です。 */
  /*買取時に必要な書類 */
  /* 買い取りまでの流れ */
  /*よくある質問 */
}
body#purchase .point {
  max-width: 1650px;
  margin: 0 auto;
}
body#purchase .point h3 {
  text-align: center;
  margin-top: 30px;
}
body#purchase .point__list {
  margin-top: 100px;
}
@media (max-width: 959px) {
  body#purchase .point__list {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  body#purchase .point__list {
    margin-top: 30px;
  }
}
body#purchase .point__list > * {
  display: flex;
  flex-wrap: wrap;
}
body#purchase .point__list > * .point__text {
  padding-top: 60px;
  width: 55%;
  box-sizing: border-box;
}
body#purchase .point__list > * .point__text .point__num {
  color: #3FA872;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
body#purchase .point__list > * .point__text .point__num span {
  font-size: 22px;
}
body#purchase .point__list > * .point__text h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
}
@media (max-width: 640px) {
  body#purchase .point__list > * .point__text h4 {
    font-size: 18px;
  }
}
body#purchase .point__list > * .point__img {
  width: 45%;
}
body#purchase .point__list > *:nth-child(odd) .point__text {
  padding-left: calc((100% - 1100px) / 2 + 40px);
  padding-right: 70px;
}
body#purchase .point__list > *:nth-child(even) .point__text {
  padding-right: calc((100% - 1100px) / 2 + 40px);
  padding-left: 70px;
  order: 2;
}
body#purchase .point__list > *:nth-child(even) .point__img {
  order: 1;
}
body#purchase .point__list > *:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 1280px) {
  body#purchase .point__list > * .point__text {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 0px;
  }
}
@media (max-width: 959px) {
  body#purchase .point__list > * .point__text {
    width: calc(100% - 60px);
    max-width: 500px;
    padding: 0 !important;
    margin: 30px auto 0;
    order: 2;
  }
  body#purchase .point__list > * .point__text h4 {
    margin: 15px 0;
  }
  body#purchase .point__list > * .point__img {
    width: calc(100% - 60px);
    max-width: 500px;
    margin: 0 auto;
    order: 1;
  }
}
@media (max-width: 640px) {
  body#purchase .point__list > *:nth-child(n+2) {
    margin-top: 30px;
  }
}
body#purchase .document {
  background: #F4F8F2;
  padding: 100px 0 !important;
}
@media (max-width: 767px) {
  body#purchase .document {
    padding: 50px 0 !important;
  }
}
body#purchase .document .ld {
  text-align: center;
  margin-top: 50px;
}
body#purchase .document .ld p {
  margin: 0;
}
body#purchase .document .ld p.att {
  display: inline-block;
}
@media (max-width: 640px) {
  body#purchase .document .ld {
    text-align: left;
    margin-top: 40px;
  }
}
body#purchase .document__list {
  margin-top: 50px;
}
@media (max-width: 640px) {
  body#purchase .document__list {
    margin-top: 30px;
  }
}
body#purchase .document__list .uk-flex {
  flex-wrap: wrap;
  margin-left: -12px;
}
body#purchase .document__list .uk-flex > * {
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
  width: calc(50% - 12px);
  margin-left: 12px;
  box-sizing: border-box;
  padding: 35px 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
body#purchase .document__list .uk-flex > *::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background: #3FA872;
}
body#purchase .document__list .uk-flex > * h4 {
  font-weight: bold;
  font-size: 22px;
}
body#purchase .document__list .uk-flex > * p {
  margin: 0;
  text-align: justify;
}
body#purchase .document__list .uk-flex > *:nth-child(n+3) {
  margin-top: 30px;
}
body#purchase .document__list .uk-flex > *.w100 {
  width: calc(100% - 12px);
}
body#purchase .document__list .uk-flex > * .btn.download {
  max-width: 200px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 0;
}
body#purchase .document__list .uk-flex > * .btn.download a {
  border: 2px solid #1972CB;
}
body#purchase .document__list .uk-flex > * .btn.download a span {
  position: relative;
  padding-left: 20px;
  padding-right: 0;
}
body#purchase .document__list .uk-flex > * .btn.download a span::before {
  content: "";
  width: 14px;
  height: 17px;
  background: url(../img/purchase/ico_download.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 767px) {
  body#purchase .document__list .uk-flex > * {
    width: calc(100% - 12px);
    padding: 25px;
  }
  body#purchase .document__list .uk-flex > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  body#purchase .document__list .uk-flex > * h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body#purchase .document__list .uk-flex > * .btn {
    max-width: 100% !important;
  }
}
body#purchase .imgArea {
  height: 350px;
  width: 100%;
  background: url(../img/purchase/purchase_bg_img.jpg) no-repeat center/cover;
}
body#purchase .flow {
  padding: 150px 0 !important;
  /* 03.査定結果報告 */
}
@media (max-width: 640px) {
  body#purchase .flow {
    padding: 80px 0 !important;
  }
}
body#purchase .flow__list {
  margin-top: 80px;
}
@media (max-width: 640px) {
  body#purchase .flow__list {
    margin-top: 40px;
  }
}
body#purchase .flow .flow-03 .flow__list__cont p,
body#purchase .flow .flow-09 .flow__list__cont p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body#purchase .flow .flow-03 .flow__list__cont p,
body#purchase .flow .flow-09 .flow__list__cont p {
    margin-top: 0;
  }
}
body#purchase .faq {
  background: #F4F8F2;
  padding: 100px 0 !important;
}
@media (max-width: 767px) {
  body#purchase .faq {
    padding: 50px 0 !important;
  }
}
body#purchase .faq__list {
  margin-top: 80px;
}
@media (max-width: 640px) {
  body#purchase .faq__list {
    margin-top: 40px;
  }
}

/*--------------------------
 会社情報
----------------------------*/
body#company {
  /* 会社概要 */
  /* 展示場案内 */
}
body#company #message {
  /* 代表メッセージ */
}
body#company #message .message {
  flex-wrap: wrap;
}
body#company #message .message__text .name {
  font-size: 18px;
  text-align: right;
  font-weight: bold;
}
body#company #message .message__text .name span {
  font-size: 16px;
  display: inline-block;
  margin-right: 1em;
}
body#company #message .message__text .message__img__sp {
  display: none;
}
@media (max-width: 959px) {
  body#company #message .message__text .message__img__sp {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 959px) {
  body#company #message .message__text {
    width: 100%;
    padding-right: 0;
  }
}
body#company #message .message__img {
  width: 35%;
}
@media (max-width: 959px) {
  body#company #message .message__img {
    display: none;
  }
}
body#company #outline dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
}
body#company #outline dl dt,
body#company #outline dl dd {
  padding: 20px 30px;
  box-sizing: border-box;
  border-top: 1px solid #D8D8D8;
}
body#company #outline dl dt {
  width: 200px;
  background: #F4F8F2;
}
body#company #outline dl dd {
  width: calc(100% - 200px);
}
@media (max-width: 959px) {
  body#company #outline dl dt,
body#company #outline dl dd {
    padding: 20px;
  }
  body#company #outline dl dt {
    width: 150px;
  }
  body#company #outline dl dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 640px) {
  body#company #outline dl dt,
body#company #outline dl dd {
    width: 100%;
  }
  body#company #outline dl dd {
    border-top: none;
    line-height: 1.9;
  }
}
body#company #exhibition .uk-flex {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body#company #exhibition .uk-flex {
    max-width: 400px;
    margin: 0 auto;
  }
}
body#company #exhibition .exhibition__img {
  width: 55%;
}
body#company #exhibition .exhibition__text {
  width: 45%;
  position: relative;
}
body#company #exhibition .exhibition__text__inner {
  width: calc(100% - 50px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50px;
}
body#company #exhibition .exhibition__gallery {
  margin: 50px 0;
}
body#company #exhibition .exhibition__gallery h4 {
  font-weight: bold;
  text-align: center;
  position: relative;
}
body#company #exhibition .exhibition__gallery h4 span {
  background: #fff;
  display: inline-block;
  padding: 15px;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
body#company #exhibition .exhibition__gallery h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body#company #exhibition .exhibition__gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
body#company #exhibition .exhibition__gallery .gallery__list > * {
  width: calc(25% - 15px);
  margin-left: 15px;
}
body#company #exhibition .exhibition__gallery .gallery__list > *:nth-child(n+5) {
  margin-top: 15px;
}
@media (max-width: 959px) {
  body#company #exhibition .exhibition__img {
    width: 45%;
  }
  body#company #exhibition .exhibition__text {
    width: 55%;
  }
  body#company #exhibition .exhibition__text__inner {
    width: calc(100% - 30px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  body#company #exhibition .exhibition__img {
    width: 100%;
  }
  body#company #exhibition .exhibition__text {
    width: 100%;
    margin-top: 20px;
  }
  body#company #exhibition .exhibition__text__inner {
    width: 100%;
    left: auto;
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
  }
  body#company #exhibition .exhibition__gallery .gallery__list > * {
    width: calc(33.33% - 15px);
  }
  body#company #exhibition .exhibition__gallery .gallery__list > *:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  body#company #exhibition .exhibition__gallery .gallery__list > * {
    width: calc(50% - 15px);
  }
  body#company #exhibition .exhibition__gallery .gallery__list > *:nth-child(n+3) {
    margin-top: 15px;
  }
}
body#company .uk-lightbox {
  background: rgba(0, 0, 0, 0.8);
}
body#company .uk-lightbox-items li img {
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
body#company .uk-lightbox .uk-lightbox-toolbar {
  position: absolute;
  top: 100px !important;
  right: 30px !important;
  background: none;
  --uk-translate-y: 0%;
}
@media (max-width: 640px) {
  body#company .uk-lightbox .uk-lightbox-toolbar {
    right: 0px !important;
  }
}
@media (max-width: 640px) {
  body#company .uk-lightbox .uk-lightbox-toolbar {
    right: 0px !important;
  }
  body#company .uk-lightbox .uk-lightbox-button {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*--------------------------
 よくあるご質問
----------------------------*/
/*--------------------------
 お知らせ　詳細ページ
----------------------------*/
body.art-detail .art__cnts .art__title {
  border-bottom: 1px solid #D8D8D8;
}
body.art-detail .art__cnts .art__title .art__date {
  margin: 0 0 15px;
}
body.art-detail .art__cnts .art__title h3 {
  margin: 0 0 25px;
}
body.art-detail .art__cnts .art__cnts {
  margin: 30px 0 150px;
}
body.art-detail .art__cnts .art__cnts .art__img {
  text-align: center;
  margin: 50px 0;
}
body.art-detail .art__cnts .art__cnts .art__img img {
  max-width: 680px;
}
@media (max-width: 640px) {
  body.art-detail .art__cnts .art__cnts {
    margin: 30px 0 100px;
  }
  body.art-detail .art__cnts .art__cnts .art__img {
    margin: 30px 0;
  }
}

/*--------------------------
 お問い合わせ
----------------------------*/
body#contact form {
  max-width: 800px;
  margin: 0 auto;
}
body#contact form dl dt {
  padding: 35px 0 15px;
  font-weight: bold;
  position: relative;
}
body#contact form dl dt label.req::after {
  content: "必須";
  color: #fff;
  background: #EA6666;
  font-size: 12px;
  padding: 4px;
  line-height: 1;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
body#contact form dl dd {
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  body#contact form dl dd {
    padding-bottom: 15px;
  }
}
body#contact form dl dd input[type=text],
body#contact form dl dd input[type=email],
body#contact form dl dd textarea {
  border: 1px solid #A5A5A5;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  background: #fff;
}
@media (max-width: 640px) {
  body#contact form dl dd input[type=text],
body#contact form dl dd input[type=email],
body#contact form dl dd textarea {
    font-size: 14px;
    padding: 15px;
  }
}
body#contact form dl dd input[type=text]::placeholder,
body#contact form dl dd input[type=email]::placeholder,
body#contact form dl dd textarea::placeholder {
  color: #D8D8D8;
}
body#contact form dl dd textarea {
  resize: vertical;
}
body#contact form dl dd .radiobox {
  margin-left: -20px;
}
body#contact form dl dd .radiobox > * {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  body#contact form dl dd .radiobox > * {
    display: block;
    margin-bottom: 0;
  }
  body#contact form dl dd .radiobox > *:nth-child(n+2) {
    margin-top: 15px;
  }
}
body#contact form dl dd .radiobox > * input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A5A5;
  border-radius: 10px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form dl dd .radiobox > * input[type=radio]:checked::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3FA872;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body#contact form .privacy__check {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 640px) {
  body#contact form .privacy__check {
    margin: 15px 0;
  }
}
body#contact form .privacy__check input[type=checkbox] {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #A5A5A5;
  vertical-align: -15px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form .privacy__check input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #3FA872;
  border-bottom: 3px solid #3FA872;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
  top: 45%;
}
@media (max-width: 640px) {
  body#contact form .privacy__check input[type=checkbox] {
    width: 25px;
    height: 25px;
    vertical-align: -10px;
  }
}
body#contact form .privacy__check span {
  font-weight: bold;
}
body#contact form .privacy__check span a {
  color: #1972CB;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}
body#contact form .privacy__check span a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
}
body#contact form .btnArea {
  text-align: center;
  margin: 40px auto;
  max-width: 280px;
}
@media (max-width: 640px) {
  body#contact form .btnArea {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
body#contact form .btnArea .form__btn {
  position: relative;
  display: block;
  line-height: 1;
  background: #1972CB;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  filter: drop-shadow(0 3px 3px rgba(0, 38, 90, 0.15));
  box-sizing: border-box;
  border: 0;
  font-size: 16px;
}
body#contact form .btnArea .form__btn span {
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 1;
}
body#contact form .btnArea .form__btn span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_arrow_white.svg) no-repeat center/contain;
  transition: all 0.5s ease 0s;
}
body#contact form .btnArea .form__btn:hover, body#contact form .btnArea .form__btn:active {
  background: #004E9B;
}
body#contact form .btnArea .form__btn:hover span, body#contact form .btnArea .form__btn:active span {
  transition: all 0.5s ease 0s;
}
body#contact form .btnArea .form__btn:hover span::after, body#contact form .btnArea .form__btn:active span::after {
  transition: all 0.5s ease 0s;
  right: -5px;
}
body#contact footer .contactArea {
  display: none;
}

/*--------------------------
 お問い合わせ サンクスページ
----------------------------*/
body#thanks .thanks__cnts {
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto;
}
body#thanks .thanks__cnts p {
  text-align: justify;
}
body#thanks .thanks__cnts .btn {
  margin: 50px auto;
}
@media (max-width: 640px) {
  body#thanks .thanks__cnts .btn {
    margin-bottom: 0;
  }
}
body#thanks footer .contactArea {
  display: none;
}

/*--------------------------
 プライバシーポリシー
----------------------------*/
body#privacy .privacy__cnts > *:first-child {
  padding-top: 20px;
}
body#privacy .privacy__cnts .privacy__block {
  margin-top: 70px;
}
body#privacy .privacy__cnts .privacy__block h4 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
body#privacy .privacy__cnts .privacy__block p {
  margin: 0;
}
body#privacy .privacy__cnts .privacy__block ul {
  margin: 5px 0;
}
body#privacy .privacy__cnts .privacy__block ul li {
  padding-left: 0.7em;
  position: relative;
}
body#privacy .privacy__cnts .privacy__block ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
body#privacy .privacy__cnts .privacy__block ul li:nth-child(n+2) {
  margin-top: 5px;
}
@media (max-width: 640px) {
  body#privacy .privacy__cnts .privacy__block {
    margin-top: 40px;
  }
  body#privacy .privacy__cnts .privacy__block h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/*--------------------------
 ご利用ガイド
----------------------------*/
body#guide .flow {
  padding: 100px 0 !important;
  /* 買い取りまでの流れ*/
  /* 車両購入の流れ*/
}
@media (max-width: 640px) {
  body#guide .flow {
    padding: 50px 0 !important;
  }
}
body#guide .flow__inner {
  max-width: 1020px;
  margin: 0 auto;
}
body#guide .flow__list {
  margin-top: 40px;
}
@media (max-width: 640px) {
  body#guide .flow__list {
    margin-top: 30px;
  }
}
body#guide .flow#flow01 .flow__list {
  /* 03.査定結果報告、09.看板消し */
}
body#guide .flow#flow01 .flow__list .flow-03 .flow__list__cont p,
body#guide .flow#flow01 .flow__list .flow-09 .flow__list__cont p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body#guide .flow#flow01 .flow__list .flow-03 .flow__list__cont p,
body#guide .flow#flow01 .flow__list .flow-09 .flow__list__cont p {
    margin-top: 0;
  }
}
body#guide .flow#flow02 {
  padding-top: 0 !important;
}
@media (max-width: 640px) {
  body#guide .flow#flow02 {
    paddin-top: 0 !important;
  }
}
body#guide .flow#flow02 .flow__list {
  /* 02.ご相談 、07.アフターコール*/
}
body#guide .flow#flow02 .flow__list .flow-02 .flow__list__cont p,
body#guide .flow#flow02 .flow__list .flow-07 .flow__list__cont p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body#guide .flow#flow02 .flow__list .flow-02 .flow__list__cont p,
body#guide .flow#flow02 .flow__list .flow-07 .flow__list__cont p {
    margin-top: 0;
  }
}

/*--------------------------
 LINE公式アカウントのご案内
----------------------------*/
@media (max-width: 640px) {
  body#line .page__head__cnts .breadcrumb {
    margin-top: 40px;
  }
}
body#line .contents .line__cnts {
  text-align: center;
  /* 〇〇で登録 */
}
body#line .contents .line__cnts .line__btn {
  margin: 45px 0;
}
body#line .contents .line__cnts .line__btn img {
  width: 287px;
  height: 90px;
}
@media (max-width: 640px) {
  body#line .contents .line__cnts {
    padding: 50px 0 !important;
  }
  body#line .contents .line__cnts .line__btn {
    margin: 35px 0;
  }
  body#line .contents .line__cnts .line__btn img {
    width: calc(287px *.8);
    height: calc(90px *.8);
  }
  body#line .contents .line__cnts .line__text {
    text-align: left;
  }
  body#line .contents .line__cnts .line__text br {
    display: none;
  }
}
body#line .contents .line__cnts .line__list {
  margin: 80px 0;
}
@media (max-width: 640px) {
  body#line .contents .line__cnts .line__list {
    margin: 40px 0;
  }
}
body#line .contents .line__cnts .line__list .uk-flex {
  flex-wrap: wrap;
  margin-left: -35px;
}
body#line .contents .line__cnts .line__list .uk-flex > * {
  width: calc(50% - 35px);
  margin-left: 35px;
  background: #F4F8F2;
  border-radius: 5px;
  padding: 50px;
  box-sizing: border-box;
  /* QRコードで登録 */
  /* ID検索で登録 */
}
body#line .contents .line__cnts .line__list .uk-flex > * h4 {
  margin-bottom: 50px;
}
body#line .contents .line__cnts .line__list .uk-flex > *.line-qr .qr {
  margin: 0;
}
body#line .contents .line__cnts .line__list .uk-flex > *.line-qr .qr img {
  filter: drop-shadow(0 0 5px rgba(0, 38, 90, 0.15));
  width: 165px;
  height: 165px;
}
body#line .contents .line__cnts .line__list .uk-flex > *.line-id .id {
  max-width: 290px;
  height: 74px;
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 38, 90, 0.15));
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
body#line .contents .line__cnts .line__list .uk-flex > *.line-id .id span {
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 80px;
}
body#line .contents .line__cnts .line__list .uk-flex > *.line-id .id::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/line/line_id_ico.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 25px;
}
body#line .contents .line__cnts .line__list .uk-flex > *.line-id p {
  margin-top: 40px;
}
@media (max-width: 959px) {
  body#line .contents .line__cnts .line__list .uk-flex > * {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  body#line .contents .line__cnts .line__list .uk-flex > * {
    width: calc(100% - 35px);
  }
  body#line .contents .line__cnts .line__list .uk-flex > *:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  body#line .contents .line__cnts .line__list .uk-flex > *.line-id .id span {
    font-size: 18px;
  }
}

/*--------------------------
 404 Not Found
----------------------------*/
body#notfound h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  body#notfound h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
body#notfound .notfound__cnts p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body#notfound .notfound__cnts p.ld {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  body#notfound .notfound__cnts p.ld {
    font-size: 18px;
  }
}
body#notfound .notfound__cnts .btnArea {
  margin: 100px 0 150px;
}
body#notfound .notfound__cnts .btnArea .uk-flex {
  margin-left: -20px;
  justify-content: center;
}
body#notfound .notfound__cnts .btnArea .uk-flex > * {
  margin-left: 20px;
}
body#notfound .notfound__cnts .btnArea .uk-flex > * .btn {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  body#notfound .notfound__cnts .btnArea .uk-flex {
    flex-wrap: wrap;
  }
  body#notfound .notfound__cnts .btnArea .uk-flex > * {
    width: calc(33.33% - 20px);
  }
  body#notfound .notfound__cnts .btnArea .uk-flex > * .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body#notfound .notfound__cnts .btnArea {
    margin: 50px 0 80px;
  }
  body#notfound .notfound__cnts .btnArea .uk-flex > * {
    width: calc(100% - 20px);
  }
  body#notfound .notfound__cnts .btnArea .uk-flex > *:nth-child(n+2) {
    margin-top: 15px;
  }
}

/*--------------------------
 スタッフ紹介
----------------------------*/
@media (max-width: 767px) {
  body#staff .anchor__list {
    margin-left: -10px;
  }
}
@media (max-width: 959px) {
  body#staff .anchor__list li {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  body#staff .anchor__list li {
    width: calc(33.33% - 10px);
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  body#staff .anchor__list li {
    width: calc(100% - 10px);
  }
  body#staff .anchor__list li:nth-child(n+2) {
    margin-top: 10px;
  }
}
body#staff .staff-cnts#staff03 {
  padding-bottom: 150px;
}
@media (max-width: 640px) {
  body#staff .staff-cnts#staff03 {
    padding-bottom: 80px !important;
  }
}
body#staff .staff__list {
  margin-top: 40px;
}
@media (max-width: 640px) {
  body#staff .staff__list {
    margin-top: 25px;
  }
}
body#staff .staff__list .uk-flex {
  flex-wrap: wrap;
  margin-left: -60px;
}
@media (max-width: 1280px) {
  body#staff .staff__list .uk-flex {
    margin-left: -35px;
  }
}
body#staff .staff__card {
  width: calc(33.33% - 60px);
  margin-left: 60px;
  background: #fff;
  filter: drop-shadow(0 3px 15px rgba(0, 38, 90, 0.15));
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
body#staff .staff__card:nth-child(n+4) {
  margin-top: 60px;
}
@media (max-width: 1280px) {
  body#staff .staff__card {
    width: calc(33.33% - 35px);
    margin-left: 35px;
  }
  body#staff .staff__card:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media (max-width: 959px) {
  body#staff .staff__card {
    width: calc(50% - 35px);
  }
  body#staff .staff__card:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  body#staff .staff__card {
    width: calc(100% - 35px);
  }
  body#staff .staff__card:nth-child(n+2) {
    margin-top: 15px;
  }
}
body#staff .staff__card .staff__text {
  margin-top: 15px;
}
body#staff .staff__card .staff__text p {
  margin: 0;
}
body#staff .staff__card .staff__text p.spec {
  font-size: 14px;
}
body#staff .staff__card .staff__text p.name {
  font-weight: bold;
  margin-top: 5px;
}
body#staff .staff__card .staff__text .other {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  align-items: flex-start;
}
body#staff .staff__card .staff__text .other dt {
  width: 65px;
  background: #3FA872;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}
body#staff .staff__card .staff__text .other dd {
  width: calc(100% - 75px);
  margin-left: 10px;
}
body#staff .staff__card .staff__text .other dt:nth-of-type(n+2),
body#staff .staff__card .staff__text .other dd:nth-of-type(n+2) {
  margin-top: 5px;
}

/*--------------------------
 SDGsの取り組み
----------------------------*/
@media (max-width: 640px) {
  body#sdgs .title {
    padding-bottom: 0 !important;
  }
}
body#sdgs .sdgs-cnts {
  padding-top: 0;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
body#sdgs .sdgs-cnts .uk-flex {
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 640px) {
  body#sdgs .sdgs-cnts {
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
}
body#sdgs .sdgs__img {
  width: 48%;
  padding-right: 50px;
  box-sizing: border-box;
}
body#sdgs .sdgs__img .sdgs__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 0;
}
body#sdgs .sdgs__img .sdgs__list li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-top: 0;
}
body#sdgs .sdgs__text {
  width: 52%;
}
body#sdgs .sdgs__text p {
  margin: 0;
}
@media (max-width: 959px) {
  body#sdgs .sdgs__img {
    padding-right: 30px;
  }
  body#sdgs .sdgs__img .sdgs__list {
    margin-left: -10px;
  }
  body#sdgs .sdgs__img .sdgs__list li {
    width: calc(33.33% - 10px);
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  body#sdgs .sdgs__img {
    width: 100%;
    padding-right: 0px;
    max-width: 400px;
  }
  body#sdgs .sdgs__text {
    width: 100%;
    margin-top: 20px;
  }
}
body#sdgs .sdgs__all {
  margin: 100px 0 150px;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 3px 10px rgba(0, 38, 90, 0.15));
  padding: 30px;
  box-sizing: border-box;
}
body#sdgs .sdgs__all .uk-flex {
  flex-wrap: wrap;
  align-items: center;
}
body#sdgs .sdgs__all__img {
  width: 50%;
}
body#sdgs .sdgs__all__text {
  width: 50%;
  padding-left: 50px;
  padding-right: 35px;
  box-sizing: border-box;
}
body#sdgs .sdgs__all__text ul {
  margin: 0;
}
body#sdgs .sdgs__all__text ul li {
  position: relative;
  padding-left: 18px;
}
body#sdgs .sdgs__all__text ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #3fa872;
  background: linear-gradient(140deg, #3fa872 40%, #35bf45 100%);
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 959px) {
  body#sdgs .sdgs__all {
    justify-content: center;
    padding: 30px 20px 50px;
  }
  body#sdgs .sdgs__all__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  body#sdgs .sdgs__all__text {
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body#sdgs .sdgs__all {
    margin: 60px 0 100px;
    padding: 20px 0 40px;
  }
  body#sdgs .sdgs__all__text ul li {
    font-size: 14px;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  overflow: hidden;
  /* 各種お問い合わせ */
}
footer .contactArea {
  background: url(../img/common/ft-contact_bg.jpg) no-repeat center/cover;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
footer .contactArea h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
footer .contactArea .ld {
  margin-top: 10px;
}
@media (max-width: 959px) {
  footer .contactArea {
    background: url(../img/common/ft-contact_bg_sp.jpg) no-repeat center/cover;
  }
}
@media (max-width: 640px) {
  footer .contactArea {
    padding-bottom: 30px;
  }
  footer .contactArea h3 {
    font-size: 20px;
  }
  footer .contactArea .ld {
    font-size: 14px;
    margin-bottom: 0;
  }
}
footer .contactArea .contact__list .uk-flex {
  justify-content: center;
}
@media (max-width: 959px) {
  footer .contactArea .contact__list .uk-flex {
    flex-wrap: wrap;
  }
}
footer .contactArea .contact__list .uk-flex > * {
  position: relative;
  text-align: center;
  padding: 0 30px;
  padding-top: 50px;
  /* 電話でのお問い合わせ */
  /* FAXのお問い合わせ */
  /* メールでのお問い合わせ */
}
footer .contactArea .contact__list .uk-flex > *:nth-child(1)::after, footer .contactArea .contact__list .uk-flex > *:nth-child(2)::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
footer .contactArea .contact__list .uk-flex > *::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}
footer .contactArea .contact__list .uk-flex > * h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
footer .contactArea .contact__list .uk-flex > * .tel {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: block;
  margin: 10px 0 0;
}
@media (max-width: 959px) {
  footer .contactArea .contact__list .uk-flex > * {
    width: 100%;
    padding: 80px 0 30px;
  }
  footer .contactArea .contact__list .uk-flex > *:nth-child(1)::after, footer .contactArea .contact__list .uk-flex > *:nth-child(2)::after {
    height: 1px;
    width: calc(100% - 100px);
    max-width: 400px;
    bottom: 0;
    top: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  footer .contactArea .contact__list .uk-flex > *::before {
    top: 30px;
  }
}
footer .contactArea .contact__list .uk-flex > *.contact__tel::before {
  background: url(../img/common/ico_ft_tel.svg) no-repeat center/contain;
}
footer .contactArea .contact__list .uk-flex > *.contact__tel .tel a {
  color: #fff;
  display: block;
}
footer .contactArea .contact__list .uk-flex > *.contact__tel .text {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
footer .contactArea .contact__list .uk-flex > *.contact__fax::before {
  background: url(../img/common/ico_ft_fax.svg) no-repeat center/contain;
}
footer .contactArea .contact__list .uk-flex > *.contact__mail::before {
  background: url(../img/common/ico_ft_mail.svg) no-repeat center/contain;
}
footer .contactArea .contact__list .uk-flex > *.contact__mail .btn {
  margin: 0 auto;
  margin-top: 15px;
  width: 200px;
  text-align: center;
}
footer .ft__top {
  display: flex;
  padding: 60px 0 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  footer .ft__top {
    max-width: 450px;
  }
}
footer .ft__info {
  position: relative;
  width: calc(50% - 210px);
}
footer .ft__info .logo img {
  width: auto;
  height: 65px;
}
footer .ft__info .info {
  margin: 20px 0;
}
footer .ft__info .info p {
  font-size: 14px;
  margin-bottom: 0;
}
footer .ft__info .sns {
  display: flex;
  margin-left: -20px;
}
footer .ft__info .sns li {
  margin-left: 10px;
  margin-top: 0;
}
footer .ft__info .sns li img {
  width: 60px;
  height: 60px;
}
@media (max-width: 1280px) {
  footer .ft__info .logo img {
    height: 55px;
  }
}
@media (max-width: 959px) {
  footer .ft__info {
    width: calc(100% - 210px);
  }
}
@media (max-width: 640px) {
  footer .ft__info {
    width: 100%;
    text-align: center;
    order: 2;
  }
  footer .ft__info .logo {
    display: none;
  }
  footer .ft__info .info {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
  footer .ft__info .info p {
    font-size: 16px;
  }
  footer .ft__info .sns {
    justify-content: center;
    margin: 10px 0 30px;
  }
}
footer .ft__calendar {
  width: 210px;
  text-align: center;
}
footer .ft__calendar .calendar__hd {
  margin-bottom: 10px;
}
footer .ft__calendar .calendar__hd p {
  font-size: 14px;
  border-bottom: #d8d8d8 1px solid;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
footer .ft__calendar .calendar__hd span {
  font-size: 14px;
  display: block;
  position: relative;
}
footer .ft__calendar .calendar__hd span .calprev {
  font-size: 0;
}
footer .ft__calendar .calendar__hd span .calprev::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_calendar_next.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  rotate: 180deg;
  top: 50%;
  transform: translate(0, 50%);
  left: 0;
}
footer .ft__calendar .calendar__hd span .calnext {
  font-size: 0;
}
footer .ft__calendar .calendar__hd span .calnext::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_calendar_next.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
footer .ft__calendar table {
  width: 100%;
}
footer .ft__calendar table tr:first-child th {
  font-size: 12px;
  font-weight: normal;
}
footer .ft__calendar table tr:first-child th .suntxt {
  color: #C70000;
}
footer .ft__calendar table tr:first-child th .sattxt {
  color: #0857AD;
}
footer .ft__calendar table tr td {
  padding: 5px;
  font-size: 14px;
}
footer .ft__calendar table tr td:first-child {
  color: #C70000;
}
footer .ft__calendar table tr td.satday {
  color: #0857AD;
}
footer .ft__calendar table tr td.holiday {
  position: relative;
}
footer .ft__calendar table tr td.holiday::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #FFE5E5;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
@media (max-width: 640px) {
  footer .ft__calendar {
    order: 3;
    margin: 0 auto;
  }
}
footer .ft__navi {
  position: relative;
  width: 50%;
  padding-left: 100px;
  box-sizing: border-box;
}
footer .ft__navi .logo {
  text-align: center;
  display: none;
  margin-bottom: 40px;
}
footer .ft__navi .logo img {
  height: 70px;
  width: auto;
}
footer .ft__navi .uk-flex ul {
  margin-top: 0;
}
footer .ft__navi .uk-flex ul:nth-child(n+2) {
  margin-left: 30px;
}
footer .ft__navi .uk-flex ul li {
  position: relative;
}
footer .ft__navi .uk-flex ul li:nth-child(n+2) {
  margin-top: 25px;
}
footer .ft__navi .uk-flex ul li a {
  padding: 0px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 1;
  padding-left: 18px;
}
footer .ft__navi .uk-flex ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #3fa872;
  background: linear-gradient(140deg, #3fa872 40%, #35bf45 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
}
@media (min-width: 960px) {
  footer .ft__navi .uk-flex ul li a:hover {
    color: #3FA872;
  }
}
@media (max-width: 1280px) {
  footer .ft__navi {
    padding-left: 40px;
  }
  footer .ft__navi ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 959px) {
  footer .ft__navi {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  footer .ft__navi ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  footer .ft__navi {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  footer .ft__navi .logo {
    display: block;
  }
  footer .ft__navi .uk-flex {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  footer .ft__navi .uk-flex ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .ft__navi .uk-flex ul li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
  footer .ft__navi .uk-flex ul li:nth-child(n+2) {
    margin-top: 0px;
  }
  footer .ft__navi .uk-flex ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  footer .ft__navi .uk-flex ul li.w100 {
    width: 100%;
  }
  footer .ft__navi .uk-flex ul:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
  footer .ft__navi .uk-flex ul:nth-child(n+2) li:nth-child(2) {
    margin-top: 30px;
  }
}
footer .ft__bottom {
  border-top: 1px solid #d8d8d8;
  padding: 10px 0 30px;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
footer .ft__bottom .copy {
  font-size: 14px;
}
footer .ft__bottom .subnav ul {
  display: flex;
  justify-content: flex-end;
}
footer .ft__bottom .subnav ul li a {
  font-size: 14px;
}
@media (max-width: 640px) {
  footer .ft__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .ft__bottom .copy {
    width: 100%;
    order: 2;
    text-align: center;
  }
  footer .ft__bottom .subnav {
    width: 100%;
    order: 1;
  }
  footer .ft__bottom .subnav ul {
    justify-content: center;
    margin: 10px 0 20px;
  }
}

/*# sourceMappingURL=style.scss.map */
