@charset "UTF-8";
/*
編集はscssで行うこと
*/
/* CSS Document */
.news-lead,
#main {
  max-width: 900px;
  margin: 0 auto; }

.news-lead {
  padding: 2em 0 0;
  font-size: 1.1em;
  text-align: justify; }

#main {
  padding: 0; }

.news-body h3 {
  margin-top: 1em;
  margin-bottom: 0.8em;
  padding-bottom: 0;
  border-bottom: solid 1px #666;
  font-size: 1.9em;
  font-weight: normal;
  text-align: center; }
.news-body p {
  line-height: 1.8; }
.news-body .note {
  font-size: 0.9em; }
.news-body a {
  text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .news-body a:hover {
      text-decoration: none;
      opacity: 0.6; } }
.news-body section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em; }
  .news-body section h3 {
    width: 100%; }
  .news-body section p {
    text-align: left; }
.news-body #target .table {
  margin-top: 1em;
  border-bottom: 1px solid #ddd; }
  .news-body #target .table th, .news-body #target .table td {
    padding: 15px 5px; }
    @media screen and (max-width: 767px) {
      .news-body #target .table th, .news-body #target .table td {
        display: block; } }
  .news-body #target .table th {
    text-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .news-body #target .table th {
        background-color: #eee;
        text-align: center; } }
@media screen and (min-width: 768px) {
  .news-body #target_number {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; } }
.news-body #target_number > div {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .news-body #target_number > div {
      width: 50%;
      padding: 10px; } }
.news-body #target_number h4 {
  text-align: center; }
.news-body #target_number .table th {
  background-color: #eee;
  text-align: center; }
.news-body #target_number .table + h4 {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .news-body #target_number .table + h4 {
      margin-top: 50px; } }
.news-body #download a {
  font-size: 1.2em; }
.news-body #contact dl dt {
  margin-top: 1em; }
.news-body #contact dl dd {
  margin-bottom: 0.5em; }

@media screen and (min-width: 768px) {
  div#wrap-to-page-top > div > div {
    width: 130px; } }
