@charset "utf-8";

/* =============================================
  宅地建物取引士
============================================= */
/* ヘッダー背景 */
#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 top;
  background-size: cover;
}
.btm_header.fixed_ttl{
  background-image: none;
  background-color: #1b1b1b;
}
.main-ttl{
  letter-spacing: 0; 
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  /* .recommend-now{
    padding: 30px 450px 30px 30px;
  }
   .recommend-now__list li{
    margin: 0;
    display: flex;
    width: 50%;
  }
  .recommend-now__list li a{
    width: 100%;
  }  */
  .point-list__ttl{
    min-height: 2em;
  }
}

/* ===========================================
	印刷
=========================================== */
@media print {

}

