@charset "UTF-8";
/*@mixin break-point($point) {
	@if $point == pc {
		@media print, screen and (min-width: $break-point-width) {
			@content;
		}
	} @else if $point == sp {
		@media screen and (max-width: $break-point-width - 1) {
			@content;
		}
	}
}*/
.footer {
  margin-top: 0;
}

#main {
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 70px;
  }
}
#main h2 {
  margin: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 170px;
  padding-top: 55px;
  color: #fff;
  font-size: 35px;
  letter-spacing: 12.25px;
}
@media print, screen and (min-width: 768px) {
  #main h2 {
    padding-left: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  #main h2 {
    padding-left: 12.25px;
  }
}
#main h2 span {
  font-family: "Arial";
  font-weight: normal;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media print, screen and (min-width: 768px) {
  #main h2 span {
    vertical-align: 7px;
  }
}
@media screen and (max-width: 767px) {
  #main h2 span {
    display: block;
    padding-right: 11.45px;
  }
}
#main section {
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  #main section {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#main section h3 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 27px;
  color: #20753a;
  letter-spacing: 5.4px;
  position: relative;
}
#main section h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-left: 150px solid #20753a;
  background-color: rgba(198, 198, 198, 0.7);
}
#main section table {
  width: 100%;
  border-collapse: collapse;
}
#main section table th,
#main section table td {
  border-bottom: 1px solid rgba(159, 160, 160, 0.4);
}
#main section table th {
  padding: 15px 0;
  background-color: rgba(198, 198, 198, 0.3);
  white-space: nowrap;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
}
#main section table td {
  padding: 14px 0 14px 28px;
  font-size: 15px;
  line-height: 1.73333;
  text-align: justify;
}
#main section table.topiclist {
  margin-top: 11px;
  width: 100%;
  border-collapse: collapse;
}
#main section table.topiclist td {
  vertical-align: top;
  border-bottom: 1px solid rgba(159, 160, 160, 0.4);
  padding: 15px 0;
  line-height: 19px;
}
#main section table.topiclist td.date {
  padding-left: 2px;
  width: 83px;
  white-space: nowrap;
  color: #727171;
  font-size: 13px;
  letter-spacing: 0.65px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding-left: 2px;
}
#main section table.topiclist td.title {
  font-size: 15px;
  letter-spacing: 1.5px;
}
#main section table.topiclist td.title a {
  display: block;
  color: #333;
  text-decoration: none;
  background: url(../media/images/top/news_arrow.png) no-repeat;
  background-position: 473px center;
  background-position: calc(100% - 8px) center;
  padding-right: 1em;
}
#main section table.topiclist td.title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #main section table.topiclist td.title a {
    padding-right: 2em;
  }
}
#main section table.nested {
  width: auto;
}
#main section table.nested th,
#main section table.nested td {
  border: none;
  padding: 0 1em 0 0;
  font-weight: normal;
  text-align: left;
  background: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.73333;
  font-family: inherit;
  vertical-align: top;
  width: auto !important;
}
#main section#pankuzu {
  padding-top: 8px;
  padding-bottom: 28px;
}
#main section#pankuzu ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#main section#pankuzu ul li {
  display: inline-block;
  font-size: 12px;
}
#main section#pankuzu ul li a {
  color: #727171;
  text-decoration: none;
}
#main section#pankuzu ul li a:hover {
  text-decoration: underline;
}
#main section#pankuzu ul li::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
#main section#pankuzu ul li.home::before {
  content: none;
}
#main section#pankuzu ul li.home a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
#main a:link,
#main a:visited {
  color: #20753a;
}
#main a:hover,
#main a:active {
  color: #30b158;
}

.movie {
  width: 85%;
}
@media all and (max-width: 768px) {
  .movie {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .movie {
    height: 250px;
  }
}

/*# sourceMappingURL=lower_2026.css.map */
