@charset "utf-8";
/* CSS Document */
 h6.seminar{
	margin-bottom:0.75em;
	font-size:1.2em;
	font-weight:bold;
	margin-top:1.5em;

	position: relative;
    padding: 0 55px;
}

h6.seminar:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h6.seminar span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

h7{font-weight:bold;font-size:1.1em;}

dt {font-weight:normal;text-align: right;}

.asterisk li{
	list-style: none;
	position: relative;
	font-size: 0.9em;
	margin-top:0.75em;
	line-height:1.1;
}

.asterisk li:before {
    content: "※";
    position: absolute;
    top: 0px;
	left: -1em;
}