@charset "utf-8";
@media (width > 767px) {
  .footer .footer-text {
      width: auto;
  }
  .header h1 {
    padding-bottom: 30px;
}
}

img {
  width: auto;
}
.timetable .session-speaker img:not([src='']) {
  margin-bottom: 15px;
}
.timetable .session-speaker img {
	width: 80px;
}
.header_logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}
.header_logo img {
  width: 200px;
  margin: 0 10px;
}
.header_link a {
  text-decoration: underline;
  /* color: #0000EF; */
  font-size: 12px;
}

.header_link a:hover {
  color: #f39800;
}

.header_link a:last-child {
  margin-right: 10px;
}

@media (width < 767px) {
  img {
    max-width: 100%;
  }
  .header_logo {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .header_logo img {
    margin: 0;
  }
}

.privacy-text a {
  text-decoration: underline;
  color: #0000EF;
}

.privacy-text a:hover {
  color: #f39800;
}

.timetable .mainsession {
  background-color: #BEE8F8;
  border: solid 3px #29B5E8;
}

.header .header-period, .header .header-place {
  color:#000;
  display: block;
  margin-top: 2vw;
  padding: 0 4vw;
  text-align: center;
  font-size: 3vw;
  line-height: 1.3;
  font-weight: 700;
}

@media (width > 767px) {
  .header .header-period {
      margin-top: 15px;
      font-size: 20px;
  }
  .header .header-place {
    margin-top: 5px;
    font-size: 20px;
  }
}

.session-sort {
  display: none;
}
.session-status:empty {
  display: none;
}
.session-status {
	display: inline-block;
  vertical-align: text-bottom;
  height: 13px;
  padding: 3px 11px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  border-radius: 3px;
  font-weight: bold;
  border: solid 1px #00b050;
  background-color: #00b050;
}
.session-status-new {
  font-weight: 800;
  border-color: #FF0000;
  background-color: #FF0000;
}

.entry-notes p {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

.entry-notes .inside {
  display: none;
}

.header {
	background-image: url(../user/images/form_bg.jpg);
}
.header h1 {
	color: #000;
}

.footer .ss_inqtxt {
	text-align: center;
}
.footer .ss_inqform {
	width: 200px;
  display: inline-block;
	text-align: center;
  background-color: #cb1c1d;
  padding: 0.5em;
  color: #fff;
}
.footer .ss_inqform a {
	color: #fff;
}
.ss_inqform a::after {
	position: relative;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	left: 42px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}
.footer .ss_inqform:hover {
	opacity: 0.7;
}
@media (width < 767px) {
	.footer .ss_inqform {
    width: 60%;
	}
	.ss_inqform a::after {
		left: 10px;
	}
}

.header_link span {
  margin: 0 5px;
}
@media (width < 767px) {
  .header_link {
    display: grid;
  }
  .header_link a:last-child {
    margin-top: 5px;
  }
  .header_link span {
    display: none;
  }
}

.flow_outside .disp_inside,
.flow_inside .disp_outside,
.flow_inside.en_timetable {
  display: none !important;
}
.entry-lead span.text-bold {
  font-weight: bold;
}
.entry-lead span.text-left {
  display: inline-block;
  text-align: left;
}
.entry-lead span.text-red {
  color: #f00;
}

/* .flow_inside .header {
	background-image: url(../user/images/form_bg_dummy.jpg);
} */
header span.disp_inside {
  font-weight: inherit;
}
.disp_inside .important_text {
  font-weight: bold;
}

/* 20241021 */
.sb_timetable_index_matrix .button_disp_OFF .submitButton{
  display: none !important;
}
.sb_timetable_index_matrix .buttonArea.button_disp_OFF .fixedArea.fixed {
  width: auto;
  padding: 0;
  left: auto;
  right: 0;
  background-color: #f9f9f900;
  border: none;
}
@media (width > 767px) {
  .sb_timetable_index_matrix .buttonArea.button_disp_OFF .topButton {
    width: 50px;
    height: 50px;
    margin: 15px 25px;
  }
}