@charset "FTF-8";


/* 〜〜〜〜〜〜〜〜〜
車両販売専用Styles
〜〜〜〜〜〜〜〜〜〜〜 */


/*-- Layout --*/
#ow-news__hanbai__wrapper h2 {
  margin:20px 0;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: normal;
}
@media screen and (min-width:768px) {/* pcの場合 */
  #ow-news__hanbai__wrapper h2 {
    font-size: 40px;
  }
}
#ow-news__hanbai__wrapper {
  letter-spacing: normal;
}
#ow-news__hanbai__wrapper p {
  line-height: 1.5em;
  font-size:16px;
  margin: 10px 0;
}

#ow-news__hanbai__wrapper {
  width: 100%;
}
@media screen and (min-width:768px) {/* pcの場合 */
  #ow-news__hanbai__wrapper {
    width: 768px;
  }
}



/*----------
Modules
----------*/
@media screen and (min-width:768px) {/* pcの場合 */
  .sp_only {
    display: none;
  }
}
.hb_carimg img {
  width: 100%;
}

.hb_fee_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding:4% 4%;
  border-top: 5px solid #efefef;
  border-bottom: 5px solid #efefef;
}
.fee_item_sougaku , .fee_item_uchiwake{
  line-height: 1.75em;
}
.fee_item_sougaku {
  text-align: left;
}
.fee_item_sougaku .fee {
  font-size:40px;
  color: red;
  font-weight: 700;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .fee_item_sougaku .fee {
    font-size:80px;
  }
}
.fee_min {
  font-size:21px;
}

.fee_item_uchiwake {
  text-align: right;
}

.hb_spec_flex {
  display: flex;
  justify-content: space-between;
  margin:30px 0;
  border: 1px solid #efefef;
  background-color: #f5f8fa;
  border-radius: 5px;
  padding: 3% 2%;

}
.hb_spec_flex li {
  width: 25%;
  text-align: center;
  border-right: 1px dashed #efefef;
  font-size: 14px;
}
.hb_spec_flex li:last-child {
  border-right: none;
}
.spec_point {
  display: block;
  font-size: 18px;
  font-weight: 700;
}


/* cvarea */
.hb_cv_flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.hb_cv_flex li {
  width: 49%;
}

.btn__tel,.btn__line {
  transition: 0.3s;
  display: block;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.btn__tel:hover,.btn__line:hover {
  opacity: 0.7;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .btn__tel,.btn__line {
    font-size: 24px;
  }
}
.btn__tel {
  background-color: #13327F;
}
.btn__line {
  background-color: #06C755;
  padding: 43px 0;/* 上書き */
}
.hb_cv_subtitle {
  font-size: 14px;
}

/* table */
.hb_table {
  border: none;
  font-size: 13px;
  border-collapse: collapse;
}
@media screen and (min-width:768px) {/* pcの場合 */
  .hb_table {
    font-size: 15px;
  }
}
.hb_table td,.hb_table th {
  border:1px solid #ccc;
  padding: 1% 2%;
}
.hb_table th {
  width: 20%;
  background-color: #f5f8fa;
}
.hb_table td {
  width: 80%;
}


/* comment_area */

.hb_comment {
  background-image: repeating-linear-gradient(-45deg, #fffde9, #fffde9 7px, #ffffff 7px, #ffffff 11px);
  border-radius: 10px;
  padding: 30px 40px;
}
.hb_comment h3 {
  font-size: 21px;
}



/*----------
Decoration
----------*/


.hb_notes {
  color:#999;
  font-size: 12px!important;
}
.hb_notes2 {
  /* background-color: #fafafa; */
  font-size: 14px!important;
  padding: 2% 4%;
}

