@charset "UTF-8";
#index h2 {
  margin-bottom: 0;
  clear: both; }

h2 {
  /* base.css */
  font-size: 108%;
  line-height: 1.5em; }

h2 {
  margin: 0;
  position: relative;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  text-indent: 16px;
  line-height: 48px;
  color: #005577; }
  h2:before, h2:after {
    position: absolute; }
  h2:before {
    content: "";
    width: 38px;
    height: 38px;
    border-top: solid 3px #15abc3;
    border-left: solid 3px #15abc3;
    left: 0;
    top: 0; }
  h2.history:after {
    content: "過去の一覧を見る";
    font-size: 11px;
    color: #fff;
    background: #332;
    line-height: 14px;
    text-indent: 0;
    padding: 3px 8px;
    right: 0;
    top: 10px;
    cursor: pointer; }

div.topics {
  background: #fff;
  padding: 0 3px 16px 3px;
  margin: 0 0 10px 0; }
  div.topics img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  div.topics p.caption {
    font-size: 12px;
    margin: 4px 0 0 0; }

.article {
  background: #fff;
  padding: 15px 30px 30px 30px;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  .article img {
    max-width: 100%; }
  .article table.summary {
    margin: 1rem 0; }
    .article table.summary th, .article table.summary td {
      vertical-align: top;
      font-size: 100%; }
    .article table.summary th {
      font-weight: normal;
      white-space: nowrap;
      text-align-last: justify;
      padding: .125rem 1rem .125rem 0; }
    .article table.summary td {
      padding: .125rem .25rem;
      vertical-align: top; }
