@charset "utf-8";

@media all and (min-width:900px) {

body {
  letter-spacing: 1px;
  font-size:.9375rem;
  line-height: 1.8125rem;
}

h1#hd-logo-box {
  margin-bottom:30px;
  padding:13px 0;
}

h1#hd-logo-box img {
  width: 143px;
  height: auto;
}

#menu-btn {
  width:800px;
}
    
#main {
  width:800px;
  margin:auto;
}
.main {
  padding: 0;
}

h3.title-01 {
  width: 200px;
  font-size:24px;
  padding:10px 20px 8px;
  margin:100px auto 10px;
}

#link-06 .btn {
  width: auto;
}

#company-profile {
  background:#d5ead9;
  text-align: center;
}

#company-profile img {
  width:800px;
  height: auto;
}

/* PC 中古 */
h2.sales-tilte {
  font-size:35px;
  margin-top:50px;
}

.coming-box {
  font-size:30px;
  line-height: 44px;
  padding:110px 0 150px;
}


/* sales product 商品 */
.sales-product-tilte {
  font-size: 30px;
}
.sales-product-price {
  font-size: 25px;
}
.sales-product-spec,
.sales-product-spec th,
.sales-product-spec td {
  border: 1px solid #999;
}
.sales-product-spec th,
.sales-product-spec td {
  padding: .5em;
}
.sales-product-spec th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.sales-product-inquiry {
  align-items: center;
  display: flex;
  border: none;
  border-radius: 0;
  padding: 0;
}
.sales-product-inquiry-arrow {
  display: inline;
}
.sales-product-inquiry-button {
  border-radius: 100px;
  margin-left: 1em;
}
.sales-product-contact-tel {
  margin: 0;
}
.sales-product-contact-tel a {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}


/* 前後リンク */
.pagination {
}


#link-01::before,
#link-02::before,
#link-03::before,
#link-04::before,
#link-05::before,
#link-06::before,
#link-07::before,
#link-08::before  {
    content:'';
    display: block;
    height: 210px;/* ヘッダの高さ */
    margin-top: -210px;/* ヘッダの高さ */
    vertical-align: top;
   }



/*
PC block --------------------------------------------*/
.i_p_b {display: block !important;}
.i_t_b {display: none !important;}
.i_s_b {display: none !important;}
.i_pt_b {display: block !important;}
.i_ts_b {display: none !important;}
}