@charset "utf-8";

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

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

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

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

.color {
  color: #e8d000;
}

.info_date {
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
}

.infolist {
}

.infolist dl {
  line-height: 1.6;
  padding: 10px 10px !important;
  margin: 20px 0;
}

.infolist dt{
  padding: 10px 10px 0 10px !important;
  margin-left: 10px !important;
}

.infolist dd{
  padding: 5px 10px 10px 10px !important;
  margin-left: 10px !important;
}

table {
table-layout: fixed;
word-break: break-word;
	width: 100%;
	margin: 20px auto 20px;
	border-top: 1px solid #cfcfcf;
	border-left: none;
}
table.tp1 th {
	width: 20%;
	background: none;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}
table.tp1 td {
	width: 80%;
	background: none;
	padding: 10px;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}

table.tp2 th {
	width: 33%;
	background: none;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}
table.tp2 td {
	width: 33%;
	background: none;
	padding: 10px;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
	vertical-align: top;
}

table.tp3 th {
	width: 50%;
	background: none;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}
table.tp3 td {
	width: 50%;
	background: none;
	padding: 10px;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}

@media (max-width: 767px) {
table.tp3 th {
	width: 50%; 
}
}
