@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 #period p {
  font-size: 1.3em;
  font-weight: bold;
}
.news-body #period .ended {
  margin: 40px 0 -10px;
  text-align: center;
  font-weight: bold;
  color: #c00;
}
.news-body #attention ul {
  padding: 0 0 0 1em;
}
.news-body #attention ul li {
  list-style-type: none;
  padding-bottom: 5px;
  text-align: justify;
}
.news-body #attention ul li:last-child {
  padding-bottom: 20px;
}
.news-body #attention ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
  background-color: #555;
  margin-left: -0.8em;
  margin-top: 0.5em;
  transition: 0.4s;
}
.news-body #contact dl dt {
  margin-top: 1em;
}
.news-body #contact dl dd {
  margin-bottom: 0.5em;
}

main .container-fluid:last-child .breadcrumb {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  div#wrap-to-page-top > div > div {
    width: 130px;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  #wrap-to-page-top {
    display: none;
  }

  .spectable-fixedcol-wrapper {
    display: none !important;
  }
}
