@charset "utf-8";

/* =============================================
  Auto-CAD
============================================= */
/* ヘッダー背景 */
#index_header{
  background: #333 url(../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}
.btm_header{
  background: #333 url(../img/header_bg.jpg) no-repeat center 56%;
  background-size: 100% auto;
}
.btm_header.fixed_ttl{
  background-image: none;
  background-color: #1b1b1b;
}
.index_point_box img{
  max-width: 100%;
  height: auto;
}
.feature-lead__cont{
  margin: 0 0 30px;
  padding: 0 15px;
  text-align: left;
  font-size: 1.5rem;
}
.feature-lead{
  margin: -15px 0 20px;
  text-align: center;
  font-size: 1.8rem;
}

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){

}
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .img__wrap{
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .feature-lead__cont{
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .feature-lead{
    margin: -15px 0 20px;
    text-align: center;
    font-size: 1.8rem;
  }
  .index_point_box p{
    text-align: center;
  }
}

/* ===========================================
	印刷
=========================================== */
@media print {

}
