.list-group-item span:first-child {
  width: 100px;
  flex-shrink: 0;
}
.list-group-item span:last-child {
  flex-grow: 1;
}
.date {
  font-family: var(--num-font);
  font-weight: 600;
  color: rgba(251, 117, 0, 1.00);
}
/* ▼▼▼********************************************▼▼▼ */
/* ▼▼▼-------- ▼▼▼ GREETING CONTENTS ▼▼▼ ----------▼▼▼ */
/* ▼▼▼********************************************▼▼▼ */
.greeting p {
  text-indent: 1em;
  line-height: 1.6em
}
/* ▼▼▼********************************************▼▼▼ */
/* ▼▼▼-------- ▼▼▼ OVERVIEW CONTENTS ▼▼▼ ----------▼▼▼ */
/* ▼▼▼********************************************▼▼▼ */
.overview section .emailLink a:link, .overview section .emailLink a:visited {
  color: rgba(237, 109, 100, 1.00)
}
.overview section .emailLink a:hover {
  color: rgba(0, 0, 0, 0.70)
}
.overview section .customUL {
  list-style-type: none;
  margin-left: 6em;
  padding-left: 0;
}
.overview section .customUL > li {
  position: relative;
}
.overview section .customLI {
  left: -5.7em;
  position: absolute;
  text-align: center;
  width: 5.7em;
  line-height: inherit;
}
/* ▼▼▼********************************************▼▼▼ */
/* ▼▼▼-------- ▼▼▼ PROGRAM CONTENTS ▼▼▼ ----------▼▼▼ */
/* ▼▼▼********************************************▼▼▼ */
.program .date1, .program .date2 {
	font-size: 1.3em;

}
.program .date1 {
    color: rgba(10, 100, 150, 1.00)

}
.program .date2 {
	color: rgba(190, 100, 110, 1.00)
}
.program .date1::before, .program .date2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f073";
  margin-right: 0.5em;
  opacity: 0.5;
}

.program .sessionTitle {
  color: rgba(173,97,0,1.00);
	font-size: 1.3em;
	margin-bottom: 1em
}
.program .sessionTitle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  margin-right: 0.3em;
  color: rgba(251, 117, 0, 1.00);
}

.program .room {
  font-size: 1rem;
  color: rgba(16, 89, 107, 1.00);
  float: right;
  padding-top: 0.3em
}
.program .room::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51c";
  margin-right: 0.5em;
}
.program .time {
  font-family: var(--num-font);
  color: rgba(35,23,8,1.00);	
  font-size: 1.1rem;
  float: right;
}
.program .time::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 0.1em;
  margin-left: 1em;
  opacity: 0.5;
}

.program .endaiTitle {
  font-weight: 500;
  font-size: 1.12em;
	line-height: 1.35em;
	color: rgba(28,49,71,1.00);
	margin-top: 1em
}
.program .theme {
  font-weight: 500;
  font-size: 1.2em;
  color: rgba(0, 133, 174, 1.00);
  margin-top: 1em
}

.program .zachou::before, .program .enja::before, .program .kyousai::before, .program .theme::before {
  width: 3.5em;
  display: inline-block;
  font-size: 0.7em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.0em;
  padding-bottom: 0.1em;
  text-align: center;
  border-radius: 3px;
  margin-right: 1em;
  font-weight: 400;
}

.program .zachou::before {
  content: "座長";
  color: rgba(223,188,218,1.00);
  background-color: rgba(79,53,71,1.00);
}
.program .enja::before {
  content: "演者";
  color: rgba(200, 212, 239, 1.00);
  background-color: rgba(16,47,63,1.00);
}
.program .zachou-non::before, .program .enja-non::before {
  content: "";
  color: rgba(255,249,245,1.00);
  background-color: transparent;
  width: 3.5em;
  display: inline-block;
  font-size: 0.7em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.0em;
  padding-bottom: 0.1em;
  text-align: center;
  border-radius: 3px;
  margin-right: 2.5em;
  font-weight: 400;	
}
.program .zachou,
.program .enja,
.program .kyousai
{
	margin-left: 1em
}
.program .kyousai{
white-space: nowrap
}
.program .kyousai::before {
  content: "共催";
  color: rgba(227,255,212,1.00);
  background-color: rgba(54,74,16,1.00);
}
.program .name {
  font-weight: 500;
  font-size: 1.0em;
}
.program .shozoku {
  font-size: 0.9em;
}