@charset "utf-8";

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

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

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

.color {
  color: #389d07;
}

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

#frame-line {
	text-align: left;
	border-style: solid; 
	border-width: 1px; 
	padding: 20px;
	border-color: #bbb;
	width: 80%;
	margin: 20px auto;
}


