@charset "UTF-8";
body.is_login .header-partner {
  background: #333;
}
body.is_login .header-partner-head {
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
}
body.is_login .header-partner-h1 {
  display: block;
  width: 340px;
  height: auto;
  margin-left: 160px;
}
@media screen and (max-width: 800px) {
  body.is_login .header-partner-h1 {
    width: 100%;
    margin-left: 5%;
  }
}
body.is_login .header-partner-h1 a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 800px) {
  body.is_login .header-partner-h1 a {
    font-style: 16px;
  }
}
body.is_login .header-partner-logout {
  width: auto;
  height: auto;
  position: absolute;
  right: 0%;
  top: 15px;
  transform: translate(0px, 0);
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  body.is_login .header-partner-logout span {
    display: none;
  }
}
body.is_login .header-partner-logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
  border-radius: 50px;
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 800px) {
  body.is_login .header-partner-logout a {
    width: 50px;
  }
}
body.is_login .header-partner-logout a:hover {
  opacity: 0.6;
}
body.is_login .header-partner-logout a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  aspect-ratio: 16/20;
  background-image: url(../images/icn_logout.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 800px) {
  body.is_login .header-partner-logout a:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  body.is_login .footer {
    background: black;
    height: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  body.is_login .footer__partner-login-sp {
    display: none;
  }
}
body.is_login .pageNation--active {
  color: #979797;
}
body.is_login .login {
  max-width: 480px;
  margin: 64px auto;
  background: white;
  padding: 62px;
  margin-top: 60px;
  border: solid 1px #333;
}
body.is_login .login-item {
  margin-top: 16px;
  text-align: center;
}
body.is_login .login-link {
  margin-top: 32px;
  text-align: center;
}
body.is_login .login-link a {
  color: #2185d0;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
body.is_login .login-link a:hover {
  text-decoration: none;
}
body.is_login .login .input-area, body.is_login .login .input-inline {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.is_login .login .input-under {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #888;
}
body.is_login .login .input-under::-webkit-inner-spin-button, body.is_login .login .input-under::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
body.is_login .login .input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
body.is_login .login .Btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 6px 12px 4px 12px;
  border: none;
  color: #fff;
  border-bottom: 2px solid #222;
  background-color: #767676;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin: 2px;
}
body.is_login .login .Btn:active {
  transform: translateY(4px);
  border-bottom: none;
}
body.is_login .login .label {
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
body.is_login .login .Msg {
  border: 1px solid #db2828;
  color: #db2828;
  background-color: #fdd;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 6px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.is_login .login .Msg--green {
  border: 1px solid #21ba45;
  background-color: #ddf9e4;
  color: #21ba45;
}
body.is_login .login .Msg--inline {
  display: inline-block;
}
body.is_login .password-visibility {
  position: relative;
}
body.is_login .password-visibility #toggle-password {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.is_login .stock-key {
  background: #7A7A7A;
}
body.is_login .stock-key::after, body.is_login .stock-key::before {
  display: none;
}
body.is_login .keyImg-cover::after, body.is_login .keyImg-cover::before {
  display: none;
}
body.is_login .stock-key__ttl {
  opacity: 1;
  color: #ffffff;
}
body.is_login .stock-section3 {
  display: none;
}
body.is_login .stock-section4__ttl span {
  color: black;
}
body.is_login .stock-section2__btn:hover {
  background-color: black;
  opacity: 0.8;
}
body.is_login .veh-history,
body.is_login .veh-section1__table-row--stock,
body.is_login .stock-section2__select:has([for=search5]),
body.is_login .stock-section5,
body.is_login .part01,
body.is_login .part02,
body.is_login .footer-link,
body.is_login .footer__body,
body.is_login .footer__copyright,
body.is_login .grecaptcha-badge {
  display: none;
}
body.is_login .stock-section1, body.is_login .stock-section4 {
  background: none;
}
body.is_login .truckList__btn span {
  background-color: #333;
  background-image: url(../images/icn_arrow_white1.svg);
}
body.is_login .stock-section2__btn {
  background-image: url(../images/icn_search_white.svg), url(../images/icn_arrow_white1.svg);
}
body.is_login .stock-section2__select select {
  background-image: url(../images/icn_arrow_black1_down.svg);
}
body.is_login .stock-section2__hr {
  border-top: 1px solid #333;
}
body.is_login .veh-section2__table-head--stock, body.is_login .veh-section2__table-data--stock,
body.is_login .print-table__head--stock, body.is_login .print-table__data--stock {
  color: transparent;
}
@media screen and (max-width: 800px) {
  body.is_login .veh-section2__table-head--stock, body.is_login .veh-section2__table-data--stock,
  body.is_login .print-table__head--stock, body.is_login .print-table__data--stock {
    display: none;
  }
}
body.is_login .truckList__item:hover .truckList__btn {
  background-color: #979797;
  color: #fff;
}
body.is_login .veh, body.is_login .veh-wrap {
  background: none;
}
body.is_login .veh-count, body.is_login .contact-section3, body.is_login .linkContact, body.is_login .veh-section1__btn[title=お問い合わせ] {
  display: none;
}
body.is_login .price_wholesale {
  display: block;
}
body.is_login .price_wholesale-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  width: 94px;
  height: 32px;
  background: #333;
  color: #ffffff;
}
body.is_login .price_wholesale-val {
  width: 100%;
  display: block;
  font-size: 2.4em;
  font-weight: 600;
}
body.is_login .price_wholesale-yen {
  font-size: 1.3rem;
}
body.is_login .price_wholesale-tax {
  font-size: 1rem;
}
@media print {
  body.is_login .header-partner {
    display: none;
  }
  body.is_login .print-header {
    display: none;
  }
  body.is_login .print-line {
    display: none;
  }
  body.is_login .print-contact {
    display: none;
  }
}
body.is_login .print-main .price_wholesale {
  margin-top: 20px;
}
body.is_login .print-main .price_wholesale-val {
  font-size: 1.5em;
}
body.is_login .print-main .price_wholesale-yen {
  font-size: 1.1rem;
}
body.is_login .print-main .price_wholesale-tax {
  font-size: 1rem;
}
body.is_login .login-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 200px;
}
@media screen and (max-width: 800px) {
  body.is_login .login-title {
    margin-top: 125px;
  }
}
body.is_login .thanks {
  background: #ffffff;
}
body.is_login .thanks-btn {
  background: none;
}
body.is_login .thanks-btn__btn:hover {
  color: #ffffff;
  opacity: 0.8;
}
body.is_login .thanks-btn a {
  background: #333;
}

/*# sourceMappingURL=partner.css.map */
