@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;
}

/* ポイント講習会 */
.bn_pointcourse1q a{
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	height: 110px;
	display: block;
	background: url("../img/bn_pointcourse1q.jpg") no-repeat top;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  
}

/* ===========================================
	印刷
=========================================== */
@media print {

}

 /* ポイント講習会 */
 .bn_pointcourse1q a{
		margin-bottom: 10px;
		padding-bottom: 22%;
		height: 0;
		background: url("../img/s/bn_pointcourse1q.jpg") no-repeat top;
		background-size: contain;
	}
}

