@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; 
}

.merit p.index-point__lead{
  margin: -5px 0 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.merit p.point_img{
  margin-bottom: 20px;
}
.merit p.point_img img{
  border: 15px solid #fff;
}
.note{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted var(--line-dark2);
}
.note p{
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .point-list__ttl{
    min-height: 2em;
  }
}

/* ===========================================
	印刷
=========================================== */
@media print {

}

