@charset 'utf-8';
/* =========================================================
 /grant/index.css
========================================================= */
/* ---------------------------------------------------------
 base
--------------------------------------------------------- */
/* inner
--------------------------------------------------------- */
#main .inner { max-width: 800px; }



/* ---------------------------------------------------------
 #contents
--------------------------------------------------------- */
/* #contents-body
--------------------------------------------------------- */
#contents-body h2 {
  font-size: 20px;
  margin-bottom: 20px;
  }
#contents-body h3 {
  font-style: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  }
#contents-body h3:first-of-type {
  margin-top: 60px;
  }
#contents-body a {
  color: #AA0019;
  text-decoration: underline;
  }
#contents-body ol {
  counter-reset: li-counter;
  margin-bottom: 25px;
  }
#contents-body ol li {
  counter-increment: list-number;
  position: relative;
  padding-left: 25px;
  }
#contents-body ol li::before {
  content: counter(list-number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 10px;
}



/* =========================================================
@meida 750px
========================================================= */
@media screen and (max-width: 750px) {
/* ---------------------------------------------------------
 #contents
--------------------------------------------------------- */
#contents-body h3:first-of-type {
  margin-top: 30px;
  }


}