@charset "UTF-8";
article .koudoku {
  height: 2100px; }
  article .koudoku h1 {
    line-height: 1.5em;
    font-size: 27px;
    text-align: left; }
    article .koudoku h1 .h1s {
      font-size: 15px;
      border: #083BB1 solid 2px;
      padding: 4px 13px;
      margin: 0 10px 5px;
      vertical-align: top; }
  article .koudoku h2 {
    line-height: 1.5em;
    padding: 8px 10px;
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: bold;
    border-top: solid 1px #03C;
    border-bottom: solid 1px #03C;
    text-align: center; }
  article .koudoku h3 {
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 20px 0;
    color: #000;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none; }
  article .koudoku p {
    margin: 20px; }
  article .koudoku table {
    border-collapse: collapse;
    margin: 10px;
    width: 95%; }
  article .koudoku th, article .koudoku td {
    border: 1px solid #ccc;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5; }
  article .koudoku .bg {
    background: #f9fafc; }
article .kmoushikomi {
  text-align: center;
  margin: 60px 10px;
  color: #009;
  font-weight: bold;
  font-size: 19px; }
article .kmoushikomi a {
  margin: 0px;
  padding: 5px 15px;
  border: none;
  border: #999 1px solid; }
article .kmoushikomi a:hover {
  background: #f9fafc; }
article .sp {
  display: none; }

@media only screen and (max-width: 1079px) {
  article .koudoku {
    height: auto; } }
@media only screen and (max-width: 599px) {
  article .koudoku {
    height: auto; }
    article .koudoku h1 {
      font-size: 22px;
      line-height: 1.8em; }
      article .koudoku h1 .h1s {
        font-size: 14px;
        border: #083BB1 solid 1px;
        padding: 3px 13px;
        margin-left: 5px; }
    article .koudoku h2 {
      font-size: 16px;
      text-align: left; }
    article .koudoku h3 {
      margin: 5px 8px;
      font-size: 16px;
      text-align: left; }
    article .koudoku p {
      margin: 20px 10px; }
    article .koudoku table {
      font-size: 15px;
      text-align: left; }
    article .koudoku th, article .koudoku td {
      font-size: 15px;
      text-align: left; }

  .kmoushikomi a {
    line-height: 1.5;
    display: block;
    padding: 10px;
    text-align: left; }

  .center {
    text-align: left; } }
