@charset "utf-8";

/* =============================================
  宅地建物取引士
============================================= */
/* ヘッダー背景 */
#index_header{
  background: #333 url(../img/header_bg.jpg) no-repeat 26% top;
  background-size: cover;
}
.btm_header{
  background: #333 url(../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}
.btm_header.fixed_ttl{10%
  background-image: none;
  background-color: #1b1b1b;
}
.main-ttl{
  letter-spacing: 0; 
}

/* --- 補足、注意書き --- */
/* ※付の補足など用  */
.note_indent1{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.note_indent1-5{
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
}
/* 01，などの補足 */
.note_indent2{
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.4;
}
/* （～）などの補足 */
.note_indent3{
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.4;
}
.note_indent4{
  padding-left: 4em;
  text-indent: -4em;
  line-height: 1.4;
}
.note_indent5{
  padding-left: 5em;
  text-indent: -5em;
  line-height: 1.4;
}

/* ===========================================
	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%;
  }  */
  #index_header{
    background: #333 url(../img/header_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .point-list__ttl{
    min-height: 2em;
  }
}

/* ===========================================
	印刷
=========================================== */
@media print {

}

