@charset "utf-8";

/* =============================================
  1級建築施工管理技士
============================================= */
/* ヘッダー背景 */
#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;
  line-height: 1.0;
  font-size: 3.5rem;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .main-ttl{
    margin-top: 0;
    font-size: 6.5rem;
  }
}

/* ===========================================
	印刷
=========================================== */
@media print {

}
