@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 18%;
  background-size: 100% auto;
}
.btm_header.fixed_ttl{
  background-image: none;
  background-color: #1b1b1b;
}
.feature-lead{
  margin: -15px 0 30px;
  text-align: center;
  font-size: 1.8rem;
}

.column-2__wrap > div{
  width: 100%;
}
.index-point-list--flat p.point_img{
  width: 100%;
  text-align: center;
}
/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .column-2__wrap{
    display: flex;
    gap: 30px;
  }
  .index-point-list--flat p.point_img{
    width: auto;
  }
  .column-2__wrap .index_point_box{
    flex: 1;
  }
  .column-2__wrap > div{
    width: 45%;
  }
}

/* ===========================================
	印刷
=========================================== */
@media print {

}
