.section_title {
	font-weight: bold;
	font-size: 1.3em;
	background-color: #007aa9;
	padding: .3em .5em;
	color: #fff;
}
.tbl_sp {
    overflow-x: auto;
}
.tbl_sp table {
    min-width: 600px;
}
.tbl-width100 {
  width: 100%;
}
.tbl-width80 {
  width:80%;
}

.tbl-width50 {
  width: 50%;
}
.tbl-style01.w100{
width:100%;
margin-block: 10px;
}
.tbl-style01 thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #007aa9;
  color: #fff;
  border: 1px #CCCCCC;
  border-style: solid;
  padding: .3em;
  font-size: 0.9em;
  line-height: 1.4;
}
.tbl-style01 thead th.thead_child {
    background-color: #d5f1ee;
    color: #333;
    line-height: 1.1;
}
.tbl-style01 thead th.tbl-style-heading {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
}
.tbl-style01 tbody th,
.tbl-style01 tbody td {
  border: 1px #CCCCCC;
  border-style: solid;
  font-size: 0.8em;
  line-height: 1.5;
  text-align:center;
  vertical-align:middle;
}
.tbl-style01 tbody th {
  background-color: #EEEEEE;
  padding: .5em .3em;
}
.tbl-style01.bg_blue tbody th {
background:#689BCC;
color:#fff;
font-size:16px;
}
.tbl-style01.reg_tbl th:first-child {
  width: 26%;
}
.tbl-style01.reg_tbl th:nth-child(2),
.tbl-style01.reg_tbl th:nth-child(3) {
  width: 37%;
}

.tbl-style01 tbody td {
  background-color: #FFFFFF;
  padding: .3em .15em;
}
.tbl-style01 tbody td:nth-child(6) {
  text-align: left;
}
.txt_period {
	display: flex;
	flex-wrap: wrap;
  column-gap: 5px;
  font-weight: bold;
}
.seminar_h5 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.seminar_theme {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 10px;
  color: #007aa9;
  margin-top: 5px;
}
.area {
  display: inline-block;
  height: fit-content;
  color: #CC0099;
  border: 1px solid #CC0099;
  background-color: #fff;
  font-weight: bold;
  padding: .1em .5em;
  vertical-align: middle;
  margin-right: 10px;
  white-space: nowrap;
  width: fit-content;
}
.from {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.5em;
  background-color: #f0f0f0;
  padding: .2em .3em;
}
dl.pro_speaker {
	/* display: flex; */
	margin-bottom: 1em;
	margin-top: 10px;
}
dl.pro_speaker dt {
	display: inline-block;
	line-height: 1;
	padding: .4em 1em;
	font-weight: bold;
	background-color: #007aa9;
	color: #fff;
	/* border-radius: 4px; */
	margin-bottom: 0.5em;
	vertical-align: baseline;
	background-color: #3cb9b4;
}
dl.pro_speaker dd {
	margin-left: 1em;
}
dl.pro_speaker dd ul {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
	li:first-child {
		width: 7.5em;
		font-weight: bold;
		color: #333;
	}
	li:nth-child(2) {
		width: calc(100% - 7.5em);
		text-indent: -1em;
		padding-left: 1em;
	}
}
.h4heading.mt5 {
  margin-top: 5px;
}


@media screen and (max-width: 640px){
  .from {
    margin-top: 5px;
  }
	
	
}










