@charset "UTF-8";
/**************************************

cmn

**************************************/
img {
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

.title02 .en {
  text-transform: uppercase;
}

/*  btn
---------------------------------------------------------- */
a:hover .more {
  background-color: #333333;
  color: #fff;
}

.btn_more {
  position: relative;
  width: 225px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
}

.btn_more a {
  display: block;
  background: #FFF;
  background: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.btn_more a:hover {
  background-color: #333333;
  color: #fff;
}

.btn {
  width: 216px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
}

.btn a {
  display: block;
  position: relative;
  background: #E60012;
  color: #FFF;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .btn {
    width: 80%;
  }
}

.btn_list {
  width: 1000px;
  margin: 66px auto 0;
}

.btn_list li {
  width: 320px;
  margin-right: 20px;
  float: left;
}

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

@media screen and (max-width: 760px) {
  .btn_list {
    width: auto;
    margin: 34px auto 0;
  }
  .btn_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
}

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

.system_page .btn_list li {
  position: relative;
  width: 322px;
  margin: 0 auto;
  border-radius: 3px;
  background: #E60012;
  text-align: center;
}

.system_page .btn_list li::before {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.system_page .btn_list li::after {
  position: absolute;
  top: 48%;
  right: 28px;
  width: 4px;
  height: 4px;
  transform: rotate(135deg);
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  content: '';
}

.system_page .btn_list li a {
  display: block;
  padding: 22px 0;
  color: #fff;
  font-size: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .system_page .btn_list {
    display: block;
  }
  .system_page .btn_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .system_page .btn_list li:last-child {
    margin-bottom: 0;
  }
}

.btn04 {
  width: 230px;
  height: 41px;
  background-color: #E60012;
  font-size: 1.2rem;
  line-height: 41px;
  text-align: center;
}

.btn04 a {
  display: block;
  position: relative;
  color: #fff;
}

.btn04 a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

/*  icon
 *---------------------------------------------------------- */
.icon_box {
  overflow: hidden;
  text-align: inherit;
}

.icon,
.category {
  display: inline-block;
  margin-bottom: 2px;
  padding: 3px 5px;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 11px;
  vertical-align: top;
}

/*  tbl01
 *---------------------------------------------------------- */
.tbl01 {
  border: 1px solid #333333;
  border-top: none;
}

.tbl01 dl {
  display: flex;
  align-items: center;
  border-top: 1px solid #333333;
  background: #f1f1f1;
}

.tbl01 dt {
  box-sizing: border-box;
  width: 25%;
  padding: 14px;
  font-size: 1.1em;
  text-align: left;
}

.tbl01 dd {
  box-sizing: border-box;
  width: 75%;
  padding: 14px;
  background: #fff;
  word-break: break-all;
}

@media screen and (max-width: 760px) {
  .tbl01 dt {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
  .tbl01 dd {
    padding: 20px 10px;
  }
}

dl.tbl02 dt {
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 6px;
  padding: 8px;
  float: left;
  clear: left;
  background-color: #CACACA;
  font-size: 1.1em;
  text-align: center;
}

dl.tbl02 dd {
  box-sizing: border-box;
  margin-bottom: 6px;
  margin-left: 25%;
  padding: 10px 10px 9px 20px;
  background: #E6E6E6;
  word-break: break-all;
}

@media screen and (max-width: 760px) {
  dl.tbl02 dt {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    float: none;
    font-size: 1.4rem;
  }
  dl.tbl02 dd {
    width: 100%;
    margin-bottom: 14px;
    margin-left: 0;
    padding: 10px;
  }
}

/*  Top修正
---------------------------------------------------------- */
@media screen and (max-width: 760px) {
  .top_logitics .trouble .list li:after {
    top: 6px;
  }
}

/*  content
 *---------------------------------------------------------- */
.content_inner {
  width: 1100px;
  margin: 60px auto 150px;
}

.intro_text {
  padding-bottom: 46px;
  font-size: 1.722rem;
  line-height: 1.75;
  text-align: center;
}

.intro_text .btn01 {
  margin-top: 15px;
}

@media screen and (max-width: 760px) {
  .content_inner {
    width: auto;
    margin: 6% auto 20%;
    padding: 0 5%;
  }
  .intro_text {
    padding-bottom: 34px;
    font-size: 3.75vw;
  }
}

.unit_h3 {
  margin-top: 66px;
  margin-bottom: 80px;
  padding: 54px 30px;
  background-color: #FDEEEF;
  text-align: center;
}

.unit_h3 .inner {
  margin-top: 32px;
  padding: 20px 50px 26px;
  background-color: #fff;
}

.unit_h3 .inner h4 {
  margin-bottom: 14px;
  font-size: 2rem;
}

.unit_h3 h3 {
  font-size: 2.6rem;
}

.unit_h3 .sub {
  margin-top: 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 760px) {
  .unit_h3 {
    margin-top: 34px;
    margin-bottom: 40px;
    padding: 30px 20px;
  }
  .unit_h3 .inner {
    margin-top: 32px;
    padding: 20px 14px 12px;
  }
  .unit_h3 .inner h4 {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .unit_h3 h3 {
    font-size: 2rem;
  }
}

.unit_btn {
  text-align: center;
}

.unit_btn a {
  width: 654px;
}

.unit_btn p {
  margin-bottom: 10px;
  color: #E60012;
  font-size: 2rem;
}

@media screen and (max-width: 760px) {
  .unit_btn a {
    width: 100%;
  }
  .unit_btn p {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

/*  title
 *---------------------------------------------------------- */
.title03 {
  text-align: center;
}

.faq_page .title03,
.csr_page .title03,
.store_page .title03,
.lease_page .title03,
.rental_page .title03,
.reason_page .title03,
.company_page .title03,
.solution_page .title03,
.system_page .title03 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .faq_page .title03,
  .csr_page .title03,
  .store_page .title03,
  .lease_page .title03,
  .rental_page .title03,
  .reason_page .title03,
  .company_page .title03,
  .solution_page .title03,
  .system_page .title03 {
    margin-bottom: 20px;
  }
}

.title04 {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  font-size: 1.8rem;
  font-weight: bold;
}

.title04 em {
  color: #E60012;
  font-style: normal;
}

.title05 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #333333;
  font-size: 1.7rem;
}

.title05::before {
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #E60012;
  content: "";
}

.unit .purpose-title {
  margin: 5px auto;
  color: #E60012;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.unit .purpose {
  position: relative;
  width: 246px;
  height: 48px;
  margin: 0 auto 26px;
  border-radius: 34px;
  background: #E60012;
  color: #fff;
  font-size: 2rem;
  line-height: 48px;
  text-align: center;
}

.unit .purpose::after {
  display: block;
  z-index: 1000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 22px 14px 0 14px;
  border-style: solid;
  border-color: #E60012 transparent transparent transparent;
  content: "";
}

.num {
  position: relative;
}

.num::before {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 28px;
  width: 38px;
  height: 38px;
  padding: 2px 9px;
  transform: translateY(-50%);
  background-color: #E60012;
  color: #fff;
  content: "01";
}

.num2::before {
  content: "02";
}

.num3::before {
  content: "03";
}

.num4::before {
  content: "04";
}

.num5::before {
  content: "05";
}

.num6::before {
  content: "06";
}

.num7::before {
  content: "07";
}

.num8::before {
  content: "08";
}

.num9::before {
  content: "09";
}

@media screen and (max-width: 760px) {
  .num::before {
    padding: 6px 11px;
  }
}

/* ----------------------------------------------------------

Clear Fix

---------------------------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

/* ----------------------------------------------------------

TOP調整

---------------------------------------------------------- */
.top_topics .list li a .category {
  margin: 0 2px;
  margin-right: 15px;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.top_topics .list li a .title {
  margin-left: 0;
}

.top_topics .list li a .date {
  display: inline-block;
  vertical-align: middle;
}

.top_topics .list li a .category {
  display: inline-block;
  vertical-align: middle;
}

.top_topics .list li a .category:empty {
  display: none;
}

.top_topics .list li a .title {
  display: inline-block;
  vertical-align: middle;
}

.top_news .ttl_top_news {
  display: inline-block;
  vertical-align: middle;
}

.top_news .headline {
  display: inline-block;
  vertical-align: middle;
}

.top_news .headline .date {
  display: inline-block;
  vertical-align: middle;
}

.top_news .headline .category {
  display: inline-block;
  background: none;
  vertical-align: middle;
}

.top_news .headline .category:empty {
  display: none;
}

.top_news .headline .title {
  display: inline-block;
  vertical-align: middle;
}

.top_logitics .the_body .text {
  font-weight: 300;
}

.top_info .schedule table tr td a {
  pointer-events: none;
}

/* ----------------------------------------------------------

カレンダー

---------------------------------------------------------- */
.top_info .schedule table.slick-slider,
.top_info .schedule table .slick-track,
.top_info .schedule table .slick-current,
.top_info .schedule table .slick-active {
  width: 100% !important;
}

.top_info .schedule table tr th:last-child,
.top_info .schedule table tr th.sat,
.top_info .schedule table tr th.Sat.weekend {
  color: #0D5FA2;
}

.top_info .schedule table tr th:first-child,
.top_info .schedule table tr th.sun,
.top_info .schedule table tr th.Sun.weekend {
  color: #E60012;
}

.top_info .schedule table tr td span {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E60012;
  color: #fff;
  line-height: 32px;
}

.top_info .schedule .inner2 {
  position: relative;
}

.top_info .schedule .inner2 {
  position: relative;
}

@media screen and (min-width: 761px) {
  .top_info .schedule .inner2 {
    min-height: 445px;
  }
}

.top_info .schedule .inner2 button {
  z-index: 1000;
  position: absolute;
  bottom: 15px;
  padding: 8px;
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
}

.top_info .schedule .inner2 button.prev {
  left: 20px;
}

.top_info .schedule .inner2 button.next {
  right: 20px;
}

.top_info .schedule table {
  width: 100% !important;
  margin-bottom: 18px;
}

.top_info .schedule table tbody,
.top_info .schedule table tr {
  width: 100% !important;
}

.top_info .schedule table tr th {
  width: 15.1%;
}

.top_info .schedule .ymd {
  margin-left: 0;
}

.top_info .schedule .notice small {
  display: block;
}

/* ----------------------------------------------------------

製品

---------------------------------------------------------- */
.top_products .used_list li a:hover img {
  opacity: 1;
}

.top_products .used_list li .image:before {
  width: 0%;
  height: 100%;
  background: rgba(252, 229, 231, 0.8);
}

.top_products .used_list li .image:before:hover {
  width: 100%;
  height: 100%;
}

.top_products .used_list li .image:before {
  width: 100%;
  height: 100%;
}

.top_products .used_list li .image:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: rgba(252, 229, 231, 0.8);
  content: "";
  transition: .2s;
}

.products .title03 {
  text-align: left;
}

@media screen and (max-width: 760px) {
  .top_products .used_list li .title:before {
    top: 50%;
  }
}

/* ----------------------------------------------------------

製品 - サポート体制

---------------------------------------------------------- */
.system_page .unit {
  margin-top: 90px;
  margin-bottom: 80px;
}

.system_page .unit .box01 {
  display: flex;
}

.system_page .unit .txt {
  width: 686px;
  margin-left: 50px;
}

.system_page .unit .image {
  width: 341px;
  height: 216px;
  border: 1px solid #C3C3C3;
}

.system_page .unit .title05 {
  margin-top: 40px;
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
}

.system_page .unit01 ul {
  margin-top: 30px;
}

.system_page .unit01 ul li {
  font-size: 1.2rem;
}

.system_page .unit01 .unit_btn {
  margin-top: 16px;
}

.system_page .unit01 .sub {
  margin-top: 12px;
  font-size: 1.6rem;
  text-align: center;
}

.system_page .unit01 .unit_tbl {
  margin-top: 46px;
}

.system_page .unit01 .unit_tbl table, .system_page .unit01 .unit_tbl td, .system_page .unit01 .unit_tbl th {
  border: 1px solid #333333;
  border-collapse: collapse;
}

.system_page .unit01 .unit_tbl td, .system_page .unit01 .unit_tbl th {
  width: 30px;
  height: 25px;
  padding: 3px;
  padding: 14px;
}

.system_page .unit01 .unit_tbl th {
  background: #4d4d4d;
  color: #fff;
}

.system_page .unit01 .unit_tbl .even {
  background: #fbf8f0;
}

.system_page .unit01 .unit_tbl .odd {
  background: #fefcf9;
}

.system_page .unit01 .unit_tbl .tit {
  width: 46%;
  background: #f1f1f1;
}

.system_page .unit02 .box01 .title05 {
  margin-top: 20px;
}

.system_page .unit02 .sub {
  padding: 16px;
  background-color: #f1f1f1;
}

.system_page .unit02 .tbl01 {
  margin-top: 30px;
}

.system_page .unit02 h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.system_page .unit03 .tbl01 dd.txt2 {
  padding: 0;
}

.system_page .unit03 .tbl01 dd.txt2 p {
  padding: 14px;
  border-bottom: 1px solid #333333;
}

.system_page .unit03 .tbl01 dd.txt2 p:last-child {
  border-bottom: none;
}

@media screen and (max-width: 760px) {
  .system_page .unit {
    margin-top: 34px;
    margin-bottom: 45px;
  }
  .system_page .unit .box01 {
    display: block;
  }
  .system_page .unit .txt {
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
  }
  .system_page .unit .image {
    width: 100%;
    height: auto;
  }
  .system_page .unit .title05 {
    margin-top: 20px;
  }
  .system_page .unit01 .unit_tbl {
    margin-top: 34px;
  }
  .system_page .unit01 .unit_tbl {
    overflow: auto;
    white-space: nowrap;
  }
  .system_page .unit01 .unit_tbl table {
    width: 100%;
  }
  .system_page .unit01 .unit_tbl::-webkit-scrollbar {
    height: 5px;
  }
  .system_page .unit01 .unit_tbl::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .system_page .unit01 .unit_tbl::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .system_page .unit03 .tbl01 dl:first-child dd {
    padding: 34px 10px;
  }
}

/* ----------------------------------------------------------

よくある質問

---------------------------------------------------------- */
.faq_page .intro_text {
  padding-bottom: 56px;
}

.faq_page .intro_text p {
  color: #E60012;
  font-size: 2rem;
}

.faq_page .intro_text .btn01 a {
  width: 654px;
}

.faq_page .unit {
  margin-bottom: 76px;
}

.faq_page .unit dl {
  margin-bottom: 30px;
}

.faq_page .unit dt {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #333333;
  font-size: 1.8rem;
  font-weight: bold;
}

.faq_page .unit dt::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #E60012;
  content: "Q.";
}

.faq_page .unit dd {
  position: relative;
  padding-left: 22px;
  font-size: 1.6rem;
  font-weight: normal;
}

.faq_page .unit dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A.";
}

.faq_page .unit .txt {
  width: 900px;
  margin-right: auto;
}

.faq_page .unit .txt .links {
  color: #E60012;
  text-decoration: underline;
}

.faq_page .unit .link {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
}

.faq_page .unit .link a {
  color: #E60012;
  text-decoration: underline;
}

.faq_page .q_none dt {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faq_page .q_none dt::before {
  content: " ";
}

@media screen and (max-width: 760px) {
  .faq_page .intro_text {
    padding-bottom: 40px;
  }
  .faq_page .intro_text p {
    font-size: 1.6rem;
  }
  .faq_page .intro_text .btn01 a {
    width: 100%;
  }
  .faq_page .unit {
    margin-bottom: 50px;
  }
  .faq_page .unit dt {
    margin-bottom: 14px;
    padding-bottom: 8px;
    padding-left: 26px;
    font-size: 1.6rem;
  }
  .faq_page .unit dd {
    font-size: 3.75vw;
  }
  .faq_page .unit .txt {
    width: auto;
    margin: 0 auto 3%;
  }
  .faq_page .unit .link {
    position: inherit;
    top: inherit;
    right: inherit;
    text-align: right;
  }
}

/* ----------------------------------------------------------

古物営業法に基づく表示
反社会的勢力排除宣言
プライバシーポリシー

---------------------------------------------------------- */
.antiques_page .intro_text,
.declaration_page .intro_text,
.policy_page .intro_text {
  font-size: 1.6rem;
  text-align: left;
}

.antiques_page .unit,
.declaration_page .unit,
.policy_page .unit {
  margin-bottom: 38px;
}

.declaration_page .txt_right,
.csr_page .txt_right {
  margin-top: 3.625rem;
  text-align: right;
}

.atention {
  margin-top: 70px;
  padding: 30px;
  border: 1px solid #333333;
}

.atention .box {
  margin-bottom: 20px;
}

.atention h4 {
  margin-bottom: 16px;
  padding: 4px 10px;
  background-color: #E0E0E0;
}

@media screen and (max-width: 760px) {
  .antiques_page .intro_text,
  .declaration_page .intro_text,
  .policy_page .intro_text {
    font-size: 3.75vw;
  }
  .antiques_page .unit,
  .declaration_page .unit,
  .policy_page .unit {
    margin-bottom: 45px;
  }
  .atention {
    margin-top: 50px;
    padding: 20px;
  }
}

/* ----------------------------------------------------------

CSR

---------------------------------------------------------- */
.csr_page .content_inner {
  margin-top: 70px;
}

.csr_page .unit {
  margin-bottom: 180px;
}

.csr_page .unit .lead {
  font-size: 2rem;
  text-align: center;
}

.csr_page .unit01 {
  margin-bottom: 90px;
}

.csr_page .unit01 .image {
  width: 880px;
  margin: 26px auto 0;
}

.csr_page .unit01 .sdglogo {
  width: 300px;
  margin: 50px 0 0 800px;
}

@media screen and (max-width: 760px) {
  .csr_page .content_inner {
    margin-top: 8%;
  }
  .csr_page .unit {
    margin-bottom: 45px;
  }
  .csr_page .unit .lead {
    font-size: 1.6rem;
  }
  .csr_page .unit01 {
    margin-bottom: 45px;
  }
  .csr_page .unit01 .image {
    width: 100%;
    margin-top: 24px;
  }
  .csr_page .unit01 .sdglogo {
    width: 30%;
    margin: 10% 0 0 70%;
  }
}

/* ----------------------------------------------------------

店舗情報

---------------------------------------------------------- */
.store_page .unit_bg {
  height: 354px;
  background: url(../company/img/map.jpg) center top no-repeat;
  background-size: cover;
}

.store_page .unit_bg .txt {
  padding-top: 30px;
  padding-left: 40px;
  color: #E60012;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
}

.store_page .btn_list {
  margin-top: 60px;
  margin-bottom: 60px;
}

.store_page .btn01 a {
  width: 320px;
  height: 63px;
  background: #333333;
  line-height: 63px;
}

.store_page .unit {
  margin-top: -60px;
  margin-bottom: 80px;
  padding-top: 60px;
}

.store_page .tbl01 .txt {
  width: 370px;
  float: left;
}

.store_page .tbl01 .btn04 {
  width: 206px;
  margin-top: 9px;
  float: right;
}

@media screen and (max-width: 760px) {
  .store_page .unit_bg {
    height: auto;
    background: none;
  }
  .store_page .unit_bg .txt {
    margin-top: 24px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .store_page .btn_list {
    margin-top: 34px;
    margin-bottom: 40px;
  }
  .store_page .btn01 a {
    width: 100%;
    height: 63px;
    line-height: 63px;
  }
  .store_page .unit {
    margin-bottom: 45px;
  }
  .store_page .tbl01 .txt {
    width: auto;
    float: none;
  }
  .store_page .tbl01 .txt a {
    color: #E60012;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
  }
  .store_page .tbl01 .btn04 {
    margin: 16px auto 0;
    float: none;
  }
}

/* ----------------------------------------------------------

リース

---------------------------------------------------------- */
.lease_page .unit {
  margin-bottom: 56px;
}

.lease_page .unit .box {
  margin-bottom: 40px;
}

.lease_page .unit em {
  font-style: normal;
  font-weight: bold;
}

.lease_page .unit .txt2 {
  margin-top: 14px;
}

.lease_page .unit .txt3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .lease_page .unit {
    margin-bottom: 45px;
  }
}

/* ----------------------------------------------------------

中古車

---------------------------------------------------------- */
.secondhand_page .unit_btn {
  padding-bottom: 16px;
}

.secondhand_page .unit_btn .image {
  width: 761px;
  margin: 44px auto 0;
}

.secondhand_page .tyuko {
  margin: 20px 0 30px;
  text-align: center;
}

.secondhand_page .tyuko li {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .secondhand_page .unit_btn {
    padding-bottom: 8px;
  }
  .secondhand_page .unit_btn .image {
    width: 100%;
    margin-top: 32px;
  }
  .secondhand_page .tyuko {
    margin: 3% 0 5%;
    text-align: center;
  }
  .secondhand_page .tyuko li {
    display: inline-block;
    width: 48%;
    margin: 0 0 3%;
    vertical-align: top;
  }
}

/* ----------------------------------------------------------

レンタル

---------------------------------------------------------- */
.rental_page .unit_h3 ul {
  text-align: center;
}

.rental_page .unit_h3 ul li {
  display: inline-block;
  width: 290px;
  margin: 0 5px;
  vertical-align: top;
}

.rental_page .unit {
  margin-bottom: 100px;
}

.rental_page .unit01 .title04 {
  margin-bottom: 12px;
}

.rental_page .unit01 .txt {
  margin-bottom: 20px;
}

.rental_page .unit02 {
  margin-bottom: 0;
}

.rental_page .unit02 .lead {
  margin-bottom: 30px;
  color: #E60012;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}

.rental_page .unit02 .btn01 {
  margin-top: 24px;
}

.rental_page .unit02 .tbl03 {
  display: flex;
  margin-bottom: 6px;
}

.rental_page .unit02 .tbl03 dt {
  display: flex;
  align-items: center;
  width: 34%;
  padding: 20px 30px 20px 80px;
  background-color: #E3E3E3;
  font-size: 1.8rem;
  font-weight: bold;
}

.rental_page .unit02 .tbl03 dd {
  width: 66%;
  padding: 20px 36px;
  background-color: #F3F3F3;
}

.rental_page .atention {
  margin-top: 52px;
}

.rental_page .unit_btn {
  margin-top: 64px;
  margin-bottom: 16px;
}

@media screen and (max-width: 760px) {
  .rental_page .unit_h3 ul li {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .rental_page .unit {
    margin-bottom: 45px;
  }
  .rental_page .unit01 .txt {
    margin-bottom: 20px;
  }
  .rental_page .unit02 .tbl03 {
    display: block;
    margin-bottom: 14px;
  }
  .rental_page .unit02 .tbl03 dt {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 70px;
    font-size: 1.8rem;
  }
  .rental_page .unit02 .tbl03 dt::before {
    left: 20px;
    width: 34px;
    height: 34px;
    padding: 2px 8px;
    font-size: 1.6rem;
  }
  .rental_page .unit02 .tbl03 dd {
    width: 100%;
    padding: 10px;
  }
  .rental_page .unit02 .lead {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .rental_page .unit02 .btn01 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .rental_page .atention {
    margin-top: 45px;
  }
  .rental_page .atention .box {
    margin-bottom: 30px;
  }
  .rental_page .atention .box:last-child {
    margin-bottom: 0;
  }
  .rental_page .unit_btn {
    margin-top: 32px;
  }
}

/* ----------------------------------------------------------

選ばれる理由

---------------------------------------------------------- */
.reason_page .content {
  width: auto;
}

.reason_page .content .content_inner {
  margin-bottom: 90px;
}

.reason_page .intro_text {
  padding-bottom: 66px;
}

.reason_page .unit {
  margin-bottom: 50px;
}

.reason_page .unit .box {
  display: flex;
}

.reason_page .unit .image {
  width: 342px;
}

.reason_page .unit .txt {
  width: 686px;
}

.reason_page .unit01 .txt {
  margin-left: 50px;
}

.reason_page .unit02 .image {
  margin-left: 50px;
}

.reason_page .reason01 .image {
  width: 341px;
  border: 1px solid #C3C3C3;
}

.reason_page .reason03 .box {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

.reason_page .reason03 .box .title05 {
  border-color: #E60012;
  font-size: 2rem;
}

.reason_page .reason03 .box .title05::before {
  top: 12px;
}

.reason_page .content_faq {
  padding: 70px 0 60px;
  background-color: #EEEEEE;
}

.reason_page .content_faq .unit {
  width: 1100px;
  margin: 0 auto 50px;
}

.reason_page .content_faq .unit:last-child {
  margin-bottom: 0;
}

.reason_page .content_faq .unit .box {
  display: flex;
  align-items: center;
  padding: 40px 60px;
  border: 1px solid #333333;
  background-color: #fff;
}

.reason_page .content_faq .unit .purpose {
  width: 512px;
  margin-bottom: -25px;
}

.reason_page .content_faq .unit .purpose::after {
  display: none;
}

.reason_page .content_faq .unit .image {
  width: 130px;
  margin-right: 50px;
}

.reason_page .content_faq .unit .txt {
  width: 770px;
}

@media screen and (max-width: 760px) {
  .reason_page .content .content_inner {
    margin-bottom: 16%;
  }
  .reason_page .intro_text {
    padding-bottom: 34px;
  }
  .reason_page .unit {
    margin-bottom: 45px;
  }
  .reason_page .unit .purpose {
    width: 90%;
    font-size: 1.6rem;
  }
  .reason_page .unit .box {
    display: block;
  }
  .reason_page .unit .image {
    width: 100%;
  }
  .reason_page .unit .txt {
    width: 100%;
  }
  .reason_page .unit01 .txt,
  .reason_page .unit02 .image {
    margin-top: 14px;
    margin-left: 0;
  }
  .reason_page .reason03 .box {
    margin-bottom: 34px;
  }
  .reason_page .content_faq {
    padding: 50px 0 40px;
  }
  .reason_page .content_faq .unit {
    width: 90%;
  }
  .reason_page .content_faq .unit .purpose {
    width: 90%;
    font-size: 1.4rem;
  }
  .reason_page .content_faq .unit .box {
    align-items: baseline;
    padding: 40px 20px 30px;
  }
  .reason_page .content_faq .unit .image {
    width: 22%;
    margin-right: 20px;
  }
  .reason_page .content_faq .unit .txt {
    width: 72%;
  }
}

/* ----------------------------------------------------------

会社情報

---------------------------------------------------------- */
.company_page .intro_text .btn01 a {
  width: 654px;
}

.company_page .unit {
  margin-bottom: 76px;
}

.company_page .unit_link {
  display: flex;
}

.company_page .unit_link .link a {
  color: #E60012;
  text-decoration: underline;
}

.company_page .unit_link .txt {
  padding-right: 40px;
}

.company_page .unit02 {
  position: relative;
  margin-bottom: 200px;
}

.company_page .unit02 dl {
  position: relative;
  width: 928px;
  padding: 6% 2%;
  background: url(../company/img/bg.jpg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left;
}

.company_page .unit02 dl::before {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 1px;
  height: 88%;
  transform: translateY(-50%);
  background-color: #8C8C8C;
  content: "";
}

.company_page .unit02 dl dt {
  width: 15%;
  float: left;
  clear: left;
  text-align: right;
}

.company_page .unit02 dl dd {
  margin-bottom: 10px;
  padding-left: 22%;
}

.company_page .unit_massage {
  z-index: 1000;
  position: absolute;
  right: 0;
  bottom: -86px;
  width: 470px;
  padding: 46px;
  background-color: #C1C1C1;
}

.company_page .unit_massage .lead {
  padding: 50px 40px;
  background-color: #E5E5E5;
  font-size: 2rem;
  text-align: center;
}

.company_page .unit_massage .sub {
  margin-top: 20px;
}

.company_page .unit03 {
  background: url(../company/img/kokoro.png) 470px 140px no-repeat;
  background-size: 446px auto;
}

.company_page .unit03 em {
  display: inline-block;
  margin-bottom: 6px;
  color: #E60012;
  font-size: 2rem;
  font-style: normal;
  line-height: 1.6;
}

.company_page .unit03 .inner {
  padding: 40px 80px 0;
  font-family: "source-han-serif-japanese", YuMincho, "游明朝", serif;
  font-size: 1.8rem;
}

.company_page .unit03 h4 {
  margin-bottom: 40px;
  font-weight: normal;
}

.company_page .unit03 h4 em {
  margin-bottom: 0;
  padding-right: 40px;
  color: #333333;
  font-size: 3.8rem;
  vertical-align: middle;
}

.company_page .unit03 h4 span {
  display: inline-block;
  vertical-align: middle;
}

.company_page .unit03 .txt span {
  padding-left:4rem;
}

@media screen and (max-width: 760px) {
  .company_page .intro_text .btn01 a {
    width: 100%;
  }
  .company_page .unit_link {
    display: block;
  }
  .company_page .unit_link .txt {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .company_page .unit02 {
    margin-bottom: 45px;
  }
  .company_page .unit02 dl {
    width: auto;
    padding: 8% 14px;
  }
  .company_page .unit02 dl::before {
    display: none;
  }
  .company_page .unit02 dl dt {
    width: auto;
    margin-bottom: 10px;
    float: none;
    clear: inherit;
    text-align: left;
  }
  .company_page .unit02 dl dd {
    position: relative;
    margin-bottom: 30px;
    padding-left: 8%;
  }
  .company_page .unit02 dl dd::before {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 3%;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #8C8C8C;
    content: "";
  }
  .company_page .unit_massage {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    margin-top: 30px;
    padding: 14px 14px 20px;
  }
  .company_page .unit_massage .lead {
    padding: 24px 14px;
    font-size: 1.6rem;
  }
  .company_page .unit03 {
    background-position: right 70px;
    background-size: 180px auto;
  }
  .company_page .unit03 em {
    font-size: 1.6rem;
  }
  .company_page .unit03 .inner {
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  .company_page .unit03 h4 {
    margin-bottom: 24px;
  }
  .company_page .unit03 h4 em {
    padding-right: 20px;
    font-size: 3.4rem;
  }
  .company_page .unit03 .txt span {
    padding-left: 0;
  }

}

/* ----------------------------------------------------------

物流ソリューション

---------------------------------------------------------- */
.solution_page em {
  font-style: normal;
}

.solution_page .btn01 {
  text-align: center;
}

.solution_page .btn01 a {
  width: 654px;
}

.solution_page .btn01.mgt15 {
  margin-top: 15px;
}

.solution_page .title05 {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.solution_page .unit_rec {
  margin-bottom: 86px;
}

.solution_page .unit_rec .btn_list li {
  width: 466px;
}

.solution_page .unit_rec .btn_list .btn01 a {
  width: 466px;
  height: 63px;
  background-color: #333333;
  font-size: 1.6rem;
  line-height: 63px;
}

.solution_page .unit_rec .inner {
  display: flex;
  margin-bottom: 36px;
  padding: 20px 20px 24px;
  border: 1px solid #E60012;
}

.solution_page .unit_rec .image {
  width: 115px;
  margin: 0 25px 0 15px;
}

.solution_page .unit_rec .trouble {
  width: 880px;
}

.solution_page .unit_rec .trouble .ttl_trouble {
  margin-bottom: 16px;
  padding: 11px 0;
  background: #FCE5E7;
  color: #E60012;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.solution_page .unit_rec .trouble .list li {
  position: relative;
  width: 262px;
  margin-bottom: 4px;
  padding-left: 25px;
  float: left;
  font-size: 1.8rem;
  font-weight: 500;
}

.solution_page .unit_rec .trouble .list li::before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 14px;
  border: 1px solid #333333;
  content: "";
}

.solution_page .unit_rec .trouble .list li::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(50deg);
  border-right: 2px solid #E60012;
  border-bottom: 2px solid #E60012;
  content: "";
}

.solution_page .unit_rec .trouble .list li:nth-child(3n+1) {
  width: 260px;
}

.solution_page .unit_rec .trouble .list li:nth-child(3n+2) {
  width: 258px;
}

.solution_page .unit_rec .trouble .list li:nth-child(3n) {
  width: 350px;
}

.solution_page .unit .flow {
  padding: 24px 40px;
  background-color: #F6F9E8;
  text-align: center;
}

.solution_page .unit .flow li {
  display: inline-block;
  width: 190px;
  margin: 0 5px;
  padding: 12px 10px;
  border: 1px solid #9BBA00;
  background-color: #fff;
  color: #9BBA00;
  vertical-align: top;
}

.solution_page .unit01 .btn_list {
  margin-top: 56px;
  margin-bottom: 56px;
}

.solution_page .unit01 .btn_list .btn01 a {
  width: 320px;
  height: 63px;
  line-height: 63px;
}

.solution_page .unit01 .link01 a {
  background-color: #9BBA00;
}

.solution_page .unit01 .link02 a {
  background-color: #EC835A;
}

.solution_page .unit01 .link03 a {
  background-color: #43A5C6;
}

.solution_page .box {
  margin-bottom: 110px;
}

.solution_page .box h4 {
  margin-bottom: 20px;
  padding: 10px;
  padding: 12px 14px;
  background-color: #9BBA00;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.solution_page .box .txt {
  margin-bottom: 30px;
}

.solution_page .unit01 .box01 .title05::before {
  background-color: #9BBA00;
}

.solution_page .unit01 .box01 .box01_a {
  margin-bottom: 28px;
}

.solution_page .unit01 .box01 .box01_b {
  padding: 34px 50px;
  background-color: #F6F9E8;
}

.solution_page .unit01 .box01 .box01_b .title05 {
  border-bottom: none;
}

.solution_page .unit01 .box01 .box01_b .inner {
  padding: 20px 30px;
  border: 1px solid #9BBA00;
  background-color: #fff;
}

.solution_page .unit01 .box01 .box01_b .inner .title05 {
  padding-bottom: 0;
  border-bottom: none;
}

.solution_page .unit01 .box01 .box01_b .inner02 {
  position: relative;
  margin-top: 50px;
  padding: 14px 30px;
  text-align: center;
}

.solution_page .unit01 .box01 .box01_b .inner02::before {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 150px;
  height: 40px;
  transform: translateX(-50%);
  background: url(../solution/img/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

.solution_page .unit01 .box01 .box01_b .inner02 em {
  padding-right: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.solution_page .unit01 .box01 .box01_c {
  display: flex;
  margin-top: 50px;
}

.solution_page .unit01 .box01 .box01_c dl {
  width: 50%;
}

.solution_page .unit01 .box01 .box01_c dl:first-child {
  padding-right: 20px;
}

.solution_page .unit01 .box01 .box01_c dl:last-child {
  padding-left: 20px;
}

.solution_page .unit01 .box02 h4 {
  background-color: #EC835A;
}

.solution_page .unit01 .box02 .title05::before {
  background-color: #EC835A;
}

.solution_page .unit01 .box02 .num::before {
  left: 20px;
  background-color: #EC835A;
}

.solution_page .unit01 .box02 .box01_a {
  margin-top: 60px;
}

.solution_page .unit01 .box02 .box01_b {
  margin-top: 50px;
}

.solution_page .unit01 .box02 .box01_b ul {
  margin-top: 40px;
}

.solution_page .unit01 .box02 .box01_b ul li {
  width: 348px;
  min-height: 86px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 28px 20px 14px 80px;
  float: left;
  border: 1px solid #000;
}

.solution_page .unit01 .box02 .box01_b ul li:nth-child(3n) {
  margin-right: 0;
}

.solution_page .unit01 .box02 .box01_b ul li:nth-child(3n+1) {
  clear: left;
}

.solution_page .unit01 .box02 .box01_b ul .multiple {
  padding-top: 14px;
}

.solution_page .unit01 .box03 {
  margin-bottom: 150px;
}

.solution_page .unit01 .box03 h4 {
  background-color: #43A5C6;
}

.solution_page .unit01 .box03 .title05::before {
  background-color: #43A5C6;
}

.solution_page .unit01 .box03 .flow {
  background-color: #DFF0F5;
}

.solution_page .unit01 .box03 .flow li {
  border: 1px solid #43A5C6;
  color: #43A5C6;
}

.solution_page .unit01 .box03 .box01_a {
  margin-bottom: 80px;
}

.solution_page .unit02 dl {
  margin-top: 50px;
}

.solution_page .unit02 .box01_a {
  margin-top: 70px;
}

.solution_page .unit02 .box01_a .image {
  width: 920px;
  margin: 80px auto 0;
}

.solution_page .unit02 .box01_b {
  margin-top: 70px;
}

.solution_page .unit02 .box01_b .inner {
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 24px 40px;
  background-color: #424242;
  color: #fff;
  text-align: center;
}

.solution_page .unit02 .box01_b .inner .txt {
  margin-bottom: 26px;
  font-size: 2.3rem;
}

.solution_page .unit02 .box01_b .inner .txt02 {
  position: relative;
  padding-top: 56px;
  font-size: 3.6rem;
}

.solution_page .unit02 .box01_b .inner .txt02::before {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 215px;
  height: 40px;
  transform: translateX(-50%);
  background: url(../solution/img/arrow2.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 760px) {
  .solution_page .btn01 a {
    width: 100%;
  }
  .solution_page .unit_rec {
    margin-bottom: 45px;
  }
  .solution_page .unit_rec .inner {
    display: block;
    margin: 0 0 20px;
    padding: 11px 11px 20px;
  }
  .solution_page .unit_rec .btn_list li {
    width: 100%;
  }
  .solution_page .unit_rec .btn_list .btn01 a {
    width: 100%;
    font-size: 1.5rem;
  }
  .solution_page .unit_rec .image {
    margin: 8px auto 24px;
  }
  .solution_page .unit_rec .trouble {
    width: auto;
  }
  .solution_page .unit_rec .trouble .ttl_trouble {
    margin-bottom: 10px;
    padding: 3px 0;
  }
  .solution_page .unit_rec .trouble .list {
    margin-left: 15px;
  }
  .solution_page .unit_rec .trouble .list li:nth-child(3n+1),
  .solution_page .unit_rec .trouble .list li:nth-child(3n+2),
  .solution_page .unit_rec .trouble .list li:nth-child(3n) {
    width: 100%;
  }
  .solution_page .unit_rec .trouble .list li {
    margin-bottom: 0;
    padding-left: 18px;
    float: none;
    font-size: 1.6rem;
  }
  .solution_page .unit_rec .trouble .list li::before {
    top: 6px;
    left: -4px;
    width: 14px;
    height: 14px;
  }
  .solution_page .unit_rec .trouble .list li::after {
    top: 4px;
    left: 1px;
    width: 6px;
    height: 10px;
    border-width: 1px;
  }
  .solution_page .unit01 .btn_list {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .solution_page .unit .flow {
    padding: 20px 14px;
  }
  .solution_page .unit .flow li {
    display: block;
    width: 100%;
    margin: 0 auto 14px;
  }
  .solution_page .unit .flow li:last-child {
    margin-bottom: 0;
  }
  .solution_page .box {
    margin-bottom: 45px;
  }
  .solution_page .unit01 .box01 .box01_b {
    padding: 20px 14px;
  }
  .solution_page .unit01 .box01 .box01_b .inner {
    padding: 20px 14px;
  }
  .solution_page .unit01 .box01 .box01_b .inner02 {
    margin-top: 40px;
  }
  .solution_page .unit01 .box01 .box01_b .inner02::before {
    top: -32px;
    width: 120px;
  }
  .solution_page .unit01 .box01 .box01_b .inner02 em {
    display: block;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .solution_page .unit01 .box01 .box01_c {
    display: block;
    margin-top: 45px;
  }
  .solution_page .unit01 .box01 .box01_c dl {
    width: auto;
  }
  .solution_page .unit01 .box01 .box01_c dl:first-child {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .solution_page .unit01 .box01 .box01_c dl:last-child {
    padding-left: 0;
  }
  .solution_page .unit01 .box02 .box01_a {
    margin-top: 30px;
  }
  .solution_page .unit01 .box02 .box01_b ul {
    margin-top: 30px;
  }
  .solution_page .unit01 .box02 .box01_b ul li {
    width: 100%;
    min-height: 80px;
    margin-right: 0;
    padding: 28px 20px 10px 74px;
    float: none;
  }
  .solution_page .unit01 .box03 {
    margin-bottom: 45px;
  }
  .solution_page .unit01 .box03 .box01_a {
    margin-bottom: 34px;
  }
  .solution_page .unit02 .box01_a {
    margin-top: 34px;
  }
  .solution_page .unit02 .box01_a dl {
    margin-top: 30px;
  }
  .solution_page .unit02 .box01_a .image {
    width: 100%;
    margin: 30px auto 0;
  }
  .solution_page .unit02 .box01_b {
    margin-top: 34px;
  }
  .solution_page .unit02 .box01_b .inner {
    margin-top: 30px;
    margin-bottom: 34px;
    padding: 20px 14px;
  }
  .solution_page .unit02 .box01_b .inner .txt {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .solution_page .unit02 .box01_b .inner .txt02 {
    padding-top: 40px;
    font-size: 2.6rem;
  }
  .solution_page .unit02 .box01_b .inner .txt02::before {
    top: 14px;
    width: 140px;
  }
}

/* ----------------------------------------------------------

フッター調整

---------------------------------------------------------- */
.footer_banner p.iso a {
  pointer-events: none;
}

.spnav .spnav_menu {
  opacity: 0;
  transition: all 300ms;
}

.spnav .spnav_menu.display {
  transform: translate(0, 0);
  opacity: 1;
}

.footer_info .tel a {
  color: #fff;
}

/* ----------------------------------------------------------

404

---------------------------------------------------------- */
.section_404 {
  margin: 80px auto;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_404 {
    margin: 10% auto;
    text-align: center;
  }
}
/*# sourceMappingURL=naka.css.map */
