@charset "UTF-8";
/* Scss Document */
.newTemplate h1, .newTemplate h2, .newTemplate h3, .newTemplate h4, .newTemplate h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }

.newTemplate {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%; }

#topnews {
  margin-top: 30px;
  margin-bottom: 30px; }
  #topnews .inner {
    border: solid 1px #bb0000;
    padding: 5%; }
  #topnews h2 {
    text-align: center;
    font-size: 24px;
    color: #bb0000; }
  #topnews p {
    margin-top: 1em;
    font-size: 14px;
    line-height: 2em; }
  #topnews h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-top: 1.5em; }
  #topnews h3 + p {
    text-align: center;
    font-size: 18px;
    margin-top: .5em;
    font-weight: 700; }
  #topnews h3 + p + p {
    margin-top: 2em; }

/* ============================
※リスト
============================ */
ul.def {
  text-align: left;
  line-height: 1.6;
  margin-top: 1em; }
  ul.def > li {
    position: relative;
    margin-top: 5px;
    padding-left: 1.5em; }
  ul.def.note > li {
    padding-left: 3em; }
  ul.def.note2 > li, ul.def.note3 > li {
    padding-left: 3.5em; }
  ul.def > li > ul {
    margin-top: 0; }
  ul.def > li:before {
    position: absolute;
    top: 0;
    left: 0; }
  ul.def.notice > li:before {
    content: "※"; }
  ul.def.nakaguro > li:before {
    content: "・"; }
  ul.def.circle > li:before {
    content: "● "; }
  ul.def.circle2 > li:before {
    content: "◎ "; }
  ul.def.asterisk > li:before {
    content: "* "; }
  ul.def.note > li:before {
    content: "Note "; }
  ul.def.note2 > li:before {
    content: "Note: "; }
  ul.def.notes3 > li:before {
    content: "Notes: "; }

ol {
  counter-reset: item;
  text-align: left;
  line-height: 1.7;
  margin-top: 20px; }
  ol li {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em; }
  ol li:before {
    counter-increment: item;
    content: counter(item) "."; }

ol.lines {
  margin-left: 1em; }
  ol.lines li {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: dotted 1px #F0F0F0; }
