/* CSS Document */
#newsArea {
  min-height: 180px;
  overflow-y: auto;
  margin-right: 0.3em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  max-height: 220px;
}
.up-dates {
  min-width: 3.6em;
  min-height: 3.6em;
  background-color: rgba(155, 57, 90, 1.00);
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  border-radius: 1.8em;
}
.yyyy-mm {
  font-family: "novecento-sans-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 15%;
}
.dd {
  font-family: "novecento-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.3em;
  text-align: center
}
.v-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#invited .card {
  border: none;
  min-height: 230px
}
#gold .card-title, #silver .card-title, #bronze .card-title {
  vertical-align: middle;
  max-height: 100px;
  min-height: 55px
}
#award dl {}
#award dt {
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  float: left;
  min-width: 10em;
  background-color: rgba(117, 148, 197, 1.00);
  height: 24px;
  border-radius: 12px;
  padding-top: 1px;
  margin-bottom: 3px
}
#award dd {
  font-weight: 600;
  margin-left: 11em;
  font-size: 1.05em
}
/*--------------------------------------------------------------
# ORG INVITED
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.section-title h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background: rgba(126, 144, 255, 1.00);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.doctors .guest-doctor {
  background-color: rgba(247, 246, 241, 1.00);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.doctors .guest-doctor .guest-photo {
  position: relative;
  overflow: hidden;
}
.doctors .guest-photo {
  text-align: center;
  padding-top: 0.6em;
}
.doctors .guest-doctor .guest-info {
  text-align: center;
  padding: 10px 10px;
}
.doctors .guest-doctor .guest-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
  color: rgba(130, 89, 117, 1.00)
}
.doctors .guest-doctor .guest-info span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(130, 89, 117, 1.00)
}
/* */
#program dl {}
#program .organizer, #program .moderator, #program .discussant, #program .panelist, #program .chair, #program .speaker {
 display: flex;
  align-items: center;
  position: relative;
}
#program .organizer::before, #program .moderator::before, #program .discussant::before, #program .panelist::before, #program .chair::before, #program .speaker::before {
	font-size: 0.7em;
	font-weight: 400;
	min-width: 6em;
	text-align: center;
	display: inline-block;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	margin-right: 1em;
	border-radius: 3px;
}
#program .organizer::before {
  content: "Organizer";
  color: rgba(241, 246, 244, 1.00);
  background-color: rgba(37, 151, 142, 1.00);
}
#program .moderator::before {
  content: "Moderator";
  color: rgba(241, 246, 244, 1.00);
  background-color: rgba(37, 151, 142, 1.00);
}
#program .discussant::before {
  content: "Discussant";
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(6, 50, 63, 1.00);
}
#program .panelist::before {
  content: "Panelist";
  color: rgba(241, 246, 244, 1.00);
  background-color: rgba(37, 151, 142, 1.00);
}
#program .chair::before {
  content: "Session Chair";
  color: rgba(241, 246, 244, 1.00);
  background-color: rgba(37, 151, 142, 1.00);
}
#program .speaker::before {
  content: "Speaker";
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(6, 50, 63, 1.00);
}

@media (max-width: 768px) {
#program .organizer, #program .moderator, #program .discussant, #program .panelist, #program .chair, #program .speaker {
    flex-direction: column;
    align-items: flex-start;
  }

  .name {
    white-space: nowrap;
  }

  .shozoku {
    margin-left: 6em; /* Speakerラベルと揃える場合 */
    margin-top: 0.2em;
  }
}


#program .theme {
  font-size: 1.15em;
  font-weight: 400;
}
#program .theme::before {
  content: "テーマ";
  color: rgba(248, 255, 249, 1.00);
  width: 4.5em;
  font-size: 0.65em;
  background-color: rgba(137, 203, 140, 1.00);
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
  margin-right: 1em;
}
#program h5 {
  color: rgba(5, 85, 81, 1.00)
}
#program .title {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 1.2em;
}
#program h5.title::before, #program .theme::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\e241";
  color: rgba(255, 255, 255, 0.68);
  background-color: rgba(57, 122, 48, 1.00);
  width: 30px;
  height: 30px;
  font-size: 1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5em;
}
#program .space1::before {
  content: "";
  width: 4.0em;
  display: inline-block
}
#program .space2::before {
  content: "";
  width: 10.8em;
  display: inline-block
}
#program .space3::before {
  content: "";
  width: 7.6em;
  display: inline-block
}
#program .name {
  font-weight: 400;
  font-size: 1.4em;
}
#program .shozoku {
  font-size: 1.0em;
  margin-left: 0.3rem
}
#program .date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f073";
  margin-right: 0.5em;
  opacity: 0.7
}
#program .time::before {
  font-family: 0000"Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 0.5em;
  margin-left: 0em;
  opacity: 0.7
}
#program .symp {
  font-size: 90%;
  opacity: 0.7;
}
/* ▼▼▼********************************************▼▼▼ */
/* ▼▼▼-------- ▼▼▼ FEATURED CONTENTS ▼▼▼ ---------▼▼▼ */
/* ▼▼▼********************************************▼▼▼ */
#feature h4, #featureSide h4 {
  border-bottom: 4px solid rgba(26, 159, 0, 0.50);
  border-radius: 2px;
  padding-bottom: 0.3em;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.00);
}
#feature h4::before, #featureSide h4::before {
  content: "\f140";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 0.3em;
  color: rgba(255, 142, 0, 1.00)
}
#feature .feature-item {
  background-color: rgba(255, 247, 239, 1.00);
  border: 1px solid rgba(228, 226, 225, 1.00);
  height: 100%;
  padding: 30px;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
}
#feature .feature-item img {
  border-radius: 10px;
  position: relative;
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 224px;
  flex-shrink: 0;
}
#feature .feature-item h4 {
  transition: 0.4s;
}
#feature .feature-item p {
  transition: 0.4s;
}