@charset "utf-8";

.heading {
  font-size: 18px;
  color: #d0a81c;
  margin: 30px 0 15px;
  border-bottom: 2px dotted #bbb;
  background: url(/link/img/h3_icon_link.png) no-repeat left center;
  padding: 5px 0 5px 40px;
}

h2.link {
  margin-bottom: 20px;
  height: 0;
  padding-top: 12.98%;
  background: url(/link/img/main_ttl_link.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.txt-ttl {
  color: #d0a81c;
  font-weight: bold;
}

.color {
  color: #d0a81c;
}

#contents a {
  color: #d0a81c !important;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.list-link {
line-height: 2.5em;
}


@media (max-width: 949px) {
#unit {
	min-height: 1500px !important;
	height: auto !important;
	height: 1500px !important;
}
}

