/* ----------------------------------------
基本調整
---------------------------------------- */
.c-inner .c-article__content:first-child {margin-top:100px;}
.c-inner .c-article__content:last-child {margin-bottom:120px;}


/* LINK */
.c-article a{
 color: #008b56;
 text-decoration: underline;
 transition-property: text-decoration;
}
.c-article a.hover{ text-decoration: none;}


/* ----------------------------------------
ol
---------------------------------------- */
.c-article ol li {
  font-size: 1.6rem;
  line-height: 2.25;
  list-style:decimal;
  margin:0 0 20px 2rem;
}