@charset "utf-8";

/* =============================================
  建築CAD検定
============================================= */
/* ヘッダー背景 */
#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 85%;
  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;
}
.text-list{
  margin-bottom: 20px;
}

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  .count-ttl{
    width: 6em;
  }
  .count-test-type{
    width: 3em;
  }
  .test-cont__wrap{
    display: flex;
    align-items: center;
  }
}
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .column-2__wrap{
   