.section-p-single h1,
.section-p-common h1 {
  font-size: 42rem;
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
}
.section-p-single h2,
.section-p-common h2 {
  font-size: 24rem;
  border-left: 5px solid #004e2d;
  padding: 2px 0 5px 15px;
  margin-bottom: 40px;
}
.section-p-single h3,
.section-p-common h3 {
  font-size: 18rem;
  color: #004e2d;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-p-single h4,
.section-p-common h4 {
  font-size: 15rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-p-single h5,
.section-p-common h5 {
  color: #004e2d;
  font-size: 15rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-p-single h6,
.section-p-common h6 {
  color: #111;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-p-single p:not(:last-child),
.section-p-common p:not(:last-child) {
  margin-bottom: 12px;
}
.section-p-single p strong,
.section-p-common p strong {
  font-weight: bold;
}
.section-p-single p a,
.section-p-common p a {
  color: #004e2d;
  text-decoration: underline;
}
.section-p-single p a:hover,
.section-p-common p a:hover {
  opacity: 0.7;
}
.section-p-single hr,
.section-p-common hr {
  margin-bottom: 90px;
}
.section-p-single ul,
.section-p-common ul {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 20px;
}
.section-p-single ul li:not(:last-child),
.section-p-common ul li:not(:last-child) {
  margin-bottom: 12px;
}
.section-p-single ul li a,
.section-p-common ul li a {
  color: #004e2d;
  text-decoration: underline;
}
.section-p-single ul li a:hover,
.section-p-common ul li a:hover {
  opacity: 0.7;
}
.section-p-single ul li ul,
.section-p-common ul li ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-p-single ol,
.section-p-common ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}
.section-p-single ol li:not(:last-child),
.section-p-common ol li:not(:last-child) {
  margin-bottom: 12px;
}
.section-p-single ol li a,
.section-p-common ol li a {
  color: #004e2d;
  text-decoration: underline;
}
.section-p-single ol li a:hover,
.section-p-common ol li a:hover {
  opacity: 0.7;
}
.section-p-single ol li ul,
.section-p-common ol li ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-p-single iframe,
.section-p-common iframe {
  max-width: 100%;
}
.section-p-single .alignnone,
.section-p-common .alignnone {
  margin: 30px;
}
.section-p-single .alignleft,
.section-p-common .alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
}
.section-p-single .aligncenter,
.section-p-common .aligncenter {
  margin: 30px auto;
}
.section-p-single .alignright,
.section-p-common .alignright {
  margin-left: 30px;
  margin-bottom: 30px;
}
.section-p-single table,
.section-p-common table {
  width: 100%;
  border: 1px solid #111;
}
.section-p-single table tr th,
.section-p-single table tr td,
.section-p-common table tr th,
.section-p-common table tr td {
  text-align: center;
  padding: 20px;
  border: 1px solid #111;
}
.section-p-single table tr th .blue,
.section-p-single table tr td .blue,
.section-p-common table tr th .blue,
.section-p-common table tr td .blue {
  color: #3ebdff;
}
.section-p-single table tr th .red,
.section-p-single table tr td .red,
.section-p-common table tr th .red,
.section-p-common table tr td .red {
  color: #e31234;
  font-weight: bold;
}
.section-p-single table tr th,
.section-p-common table tr th {
  font-weight: bold;
  background: #f0f0f0;
}
.section-p-single .row,
.section-p-common .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.section-p-single .row .col,
.section-p-common .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
.section-p-single .color-red,
.section-p-common .color-red {
  color: #e31234;
}
.section-p-single .color-blue,
.section-p-common .color-blue {
  color: #3ebdff;
}

@media screen and (max-width: 1160px) {
  .section-p-single .table-wrap,
  .section-p-common .table-wrap {
    overflow-x: scroll;
  }
  .section-p-single .table-wrap table,
  .section-p-common .table-wrap table {
    min-width: 1160px;
  }
  .section-p-single .row,
  .section-p-common .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section-p-single .row .col,
  .section-p-common .row .col {
    padding-left: 0;
    margin-right: 0;
  }
  .section-p-single .row .col:not(:last-child),
  .section-p-common .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=contents.css.map */