/* =========================
   Page Only Style
   ========================= */

.page-container{
  max-width:900px;
  margin:0 auto 60px;
  padding:0 20px;
}




/* ======== */


.section{
  margin-bottom:10px;
}


.sub-head{
  font-size:1rem;
  font-weight:700;
  margin:0px;
}


.sub-item{
  margin-bottom:18px;
}

.section p{
  line-height:1.5;
  margin-bottom:12px;
}


/*----- */

.about-section{
  margin:48px 0;   /* 余白で区切る */
}

.about-section h2{
  background:#e8edf3;  /* 薄い青灰 */
  padding:8px 14px;
  border-radius:6px;
  font-size:1.05rem;
  margin-top:0;
  letter-spacing:0.05em;
}




