@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-box .point-list > li{
  margin-bottom: 25px;
}
.merit-box .point-list li .point-list__ttl{
  padding-bottom: 15px;
  position: relative;
}
.merit-box .point-list li .point-list__ttl::after{
  content: ' ';
  margin: 0 auto 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 1px;
  border-top: 1px dotted var(--font-dark);
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  /* .recommend-now{
    padding: 30px 450px 30px 30px;
  }
   .recommend-now__list li{
    margin: 0;
    display: flex;
    width: 50%;
  }
  .recommend-now__list li a{
    width: 100%;
  }  */
  .point-list__ttl{
    min-height: 3em;
  }
  .merit-box .point-list {
   gap: 2px;
  }
  .merit-box .point-list > li{
    margin-bottom: 0;
    padding: 20px;
    background-color: #fff;
  }
  .merit-box .point-list ul{
    margin: 0 15px;
  }
  .merit-box .point-list li{
    font-size: 1.6rem;
  }

}

/* ===========================================
	印刷
=========================================== */
@media print {

}

