.advertisement {
  display: none;
}

div.mainCont {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  div.mainCont {
    font-size: 1.6rem;
  }
}
div.mainCont article section + section {
  margin-top: 3em;
}
div.mainCont article section h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
@media print, screen and (min-width: 768px) {
  div.mainCont article section h3 {
    text-align: left;
  }
}

table {
  width: 100%;
  margin-top: 30px;
  border: solid #171c61;
  border-width: 0 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
table tr {
  border-bottom: solid 1px #171c61;
}
table tr:first-of-type {
  border-top: solid 1px #171c61;
}
table tr th,
table tr td {
  padding: 5px;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  table tr th,
table tr td {
    display: table-cell;
    padding: 10px 20px;
  }
}
table tr th {
  background-color: #bcc1f7;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  table tr th {
    width: 160px;
  }
  table tr th:nth-of-type(1) {
    position: relative;
  }
  table tr th:nth-of-type(1)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #bcc1f7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
table tr td.sp-left {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  table tr td {
    width: calc(100% - 160px);
    text-align: left;
  }
}
table.lay01 tr th, table.lay01 tr td {
  display: table-cell;
  border-left: solid 1px #171C61;
}
table.lay01 tr th::before {
  content: none;
}
table.lay01 tr th:nth-of-type(1) {
  text-align: left;
}
table.lay01 tr td {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  color: #171C61;
}
@media print, screen and (min-width: 768px) {
  table.lay01 tr td {
    font-size: 24px;
  }
}/*# sourceMappingURL=page_cmn.css.map */