@charset "utf-8";

main {
  padding: 65px 0;
}
h3 {
  margin: 40px 0 50px;
}
.program tr th .clear-button {
  display: none;
}
form .program input,
form .program label.enable {
  cursor: pointer;
}
form .program tr th .clear-button {
  display: inline;
}
form .program tr th .clear-button input[disabled] {
  opacity: 0.5;
  cursor: auto;
}
form .program tr th .clear-button input[disabled]:hover {
  background-color: #333;
  color: #fff;
}
.no-session {
  background-color: #eee !important;
}
.bframe_clearbutton {
  background-color: #333;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px;
  font-size: 11px;
}
.bframe_clearbutton:hover {
  background-color: #fff;
  color: #333;
}

.program tr th .clear-button {
  display: none;
}
form .program input,
form .program label.enable {
  cursor: pointer;
}
form .program tr th .clear-button {
  display: inline;
}

.chart-select {
  display: none;
}

/* program table */
.program {
  width: 100%;
  /*border-top: 1px solid #bbb;*/
  /*border-right: 1px solid #bbb;*/
  margin-bottom: 110px;
  /*background: #FEF8F5;*/
  position: relative;
}
.program:before {
	content: "";
	width: 100%;
	height: 80px;
	background: #FEF8F5;
	border-radius: 25px 25px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.program:after {
	content: "";
	width: 100%;
	height: 45px;
	background: #FEF8F5;
	border-radius: 0 0 25px 25px;
	position: absolute;
	bottom: -16px;
	left: 0;
	z-index: 1;
}
.program tr th {
  text-align: center;
  margin: 0;
  padding: 16px 0;
  /*background-color: #444;*/
  color: var(--purple);
  opacity: 0.9;
  font-size: 24px;
  font-weight: normal;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-left: 1px solid #bbb;*/
  /*border-bottom: 1px solid #bbb;*/
  position: relative;
}
.program tr th:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background-image: linear-gradient(90deg, rgba(255, 164, 233, 1), rgba(255, 165, 57, 1));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.program tr th .th-time,
.program tr th .th-title,
.program tr th .clear-button{
	position: relative;
	z-index: 2;
}
.program th .th-time .bar {
  display: inline;
}
.program th .th-time .bar:after {
  content: " - ";
}
.program tr th .clear-button {
  margin-left: 10px;
}
.program tr th .th-title {
  margin: 0 0 0 10px;
}
.program tr td {
  position: relative;
  padding: 30px 36px;
  background-color: #FEF8F5;
  /*border-left: 1px solid #bbb;*/
  /*border-bottom: 1px solid #bbb;*/
  font-family: "M PLUS 1p", sans-serif;
}
.program tr td.selected {
  background-color: #d1c0f5;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.program tr td .time {
  font-size: 14px;
}
.program tr td .content .session2 {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.program tr td .content .time.upper {
  /*	display: none;*/
}
.program .code input {
  display: none;
}
form .program .code input {
  vertical-align: -1px;
  margin-right: 4px;
}
form .program .code input[disabled] {
  display: none;
}
form .program .code input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
form .program .code input[type="checkbox"] + label {
  display: block;
  background-image: url(../images/registration/checkbox_off.svg),
    url(../images/registration/check_on.svg);

  background-size: 18px, 0;
  background-position: 0 6px, 0 2px;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding-left: 24px;
  min-height: 25px;
}
form .program .code input[type="radio"] + label {
  display: block;
  background-image: url(../images/registration/check_off.svg),
    url(../images/registration/check_on.svg);

  background-size: 18px, 0;
  background-position: 0 9px, 0 2px;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding-left: 24px;
  min-height: 25px;
}
form .program .code input[type="checkbox"]:checked + label,
form .program .code input[type="radio"]:checked + label {
  background-image: url(../images/registration/check_on.svg);
  background-size: 30px;
  background-position: -6px 50%;
}
form .program .code input[disabled] + label {
  opacity: 0.5;
  cursor: auto;
}

form .program .code.disabled input[disabled] + label {
  background-image: url(../images/registration/disabled.svg);
  background-size: 32px;
  background-position: -9px;
}

.program tr td .code .session-code {
  border: none;
	padding: 5px 10px;
	line-height: 1.6;
	font-size: 16px;
	display: inline-block;
	background-color: #FEA326;
	color: var(--white);
	font-family: "AribauGrotesk",sans-serif;
	border-radius: 5px;
}

/* title link */
.program .title {
  margin: 12px 0 6px;
  font-size: 18px;
  font-weight: bold;
  color: var(--darkpurple);
  transform: rotate(0.04deg);/*M Plus のシャギるのを回避するため*/
}
.program .title a {
  color: #000;
  text-decoration: underline;
}
.program .title a:hover {
  text-decoration: none;
}

.program .subtitle {
  font-size: 16px;
  margin: 2px 0 6px;
  color: var(--black);
}
.program .speaker {
  font-size: 15px;
  line-height: 1.4;
  margin: 15px 0;
  color: var(--black);
  width: 100%;
}
.program .flex-box.speaker {
  display: flex;
  /*justify-content: space-between;*/
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 20px 30px;
  align-items: center;
  width: 100%;
}
.program .flex-box.speaker p {
  margin: 0;
}
.program .flex-box.speaker p.name {
	font-weight: bold;
}
.program .flex-box.speaker p em {
  font-weight: bold;
  font-style: normal;
}

.program .flex-box.speaker .speaker-photo {
  width: 85px;
  height: auto;
}
.program .flex-box.speaker .speaker-photo img {
  width: 100%;
  border-radius: 20px;
}
.program .additional-info {
  text-align: left;
}
.program .speaker-txt {
	width: 70%;
	max-width: 100%;
}

/* state */
.program span.state {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  border-radius: 2px;
}
.program span.state.soon {
  background-color: #f37e00;
}
.program span.state.full {
  background-color: #c73131;
}
.program span.state img {
  width: 14px;
  vertical-align: -3px;
  margin-right: 2px;
}

/* tags */
.program .session-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 10px;
  margin: 0px;
}

.program .session-tags span {
  background-color: #3B4675;
  color: #fff;
  border-radius: 4px;
  padding: 6px 14px;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.program .session-tags span.platinum {
	background-color: #3B4675;	
}
.program .session-tags span.gold {
	background-color: #8F8D39;	
}
.program .session-tags span.braze {
	background-color: #35006A;	
}

/* break */
.program .break {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: var(--black);
}

/* option */
.program .option {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  width: 48%;
}
.program .option.color-a {
  border: 1px solid #3786d0;
  color: #3786d0;
}
.program .option.color-b {
  border: 1px solid #5b9856;
  color: #5b9856;
}

/* download */
.session-box .download {
  background-color: #2196f3;
  margin: 8px 0 0;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
}
.session-box .download:hover {
  opacity: 0.8;
}
.session-box .download a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none !important;
}
.session-box .download a img {
  width: 20px;
  margin-right: 3px;
}
.program .download {
  margin: 12px 0;
}
.program .download a {
  background-color: var(--purple);
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 2px;
  border: none;
  max-width: 200px;
  margin: 20px auto 0;
}
.program .download a img {
  margin-right: 6px;
}
.program .no-download {
  margin: 20px auto 0;
  padding: 8px;
  background-color: #ccc;
  max-width: 150px;
}
.program .check-box span.state {
  float: none;
  display: inline-block;
  margin-top: 5px;
}
.program .check-box span.state img {
  display: inline-block;
}

.program tr td .select {
	display: flex;
	gap: 20px;
}
@media only screen and (max-width: 768px) {
	.program tr td .select {
		gap: 10px;
	}
	.program tr td .code {
		width: 77px;
	}
}

/* interpretation */
.interpretation {
	width: 85px;
	margin: 20px 0 0 0;
	background-color: #BE7CDD;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 2px;
	line-height: 1.5;
	border-radius: 2px;
}
.interpretation img {
  margin-right: 8px;
  width: 16px;
}

/* online session */
#online-session table {
  border-collapse: separate;
  margin: 20px 0;
  padding: 0;
  border: none;
}
#online-session table td {
  padding: 15px 36px;
  border: 1px solid #bbb;
}
#online-session table td label {
  font-size: 16px;
  line-height: 1.8;
}

/* exhibition session */
#exhibition-session table {
  border-collapse: separate;
  margin: 20px 0;
  padding: 0;
  border: none;
}
#exhibition-session table td {
  padding: 15px 36px;
  border: 1px solid #bbb;
}
#exhibition-session table td label {
  font-size: 16px;
  line-height: 1.8;
}

/* special session */
#special-session tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
#special-session tr th {
  width: inherit;
  grid-column: 1 / 2;
}
#special-session tr td:first-of-type {
  display: flex;
  align-items: center;
  padding: 10px 36px 25px;
  /*background-color: #e6e6e6;*/
  /*border: 1px solid #d1d2d3;*/
  box-shadow: none;
  position: relative;
	margin-top: 10px;
}
#special-session tr td:first-of-type:after {
	content: "";
	position: absolute;
	width: 93%;
	height: 1px;
	border-bottom: 1px dashed #FF9400;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#special-session table.selected tr td:first-of-type {
  background-color: #d1c0f5;
  border-radius: 20px 20px 0 0;
}

#special-session tr td:first-of-type .program-container {
  display: flex;
}

#special-session tr td:first-of-type .select,
#special-session tr td:first-of-type .select label,
#special-session tr td:first-of-type .content {
  display: inline-block;
}
#special-session tr td:first-of-type .content {
  flex-grow: 1;
}
#special-session tr td:first-of-type .content .title {
  margin: 0;
  color: var(--darkpurple);
  line-height: 2;
}
#special-session tr td:first-of-type .select {
  margin-right: 10px;
  white-space: nowrap;
}
#special-session tr td .time.upper {
  font-size: 18px;
  padding-bottom: 10px;
}
#special-session tr td .time.lower {
  display: none;
}
#special-session tr td:nth-child(2) .time.upper {
  display: none;
}
#special-session tr td .select {
  display: none;
}
#special-session table.selected td {
  background-color: #d1c0f5;
  border-radius: 0 0 20px 20px;
  position: relative;
	z-index: 2;
}

/* opening session */
#opening-session tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
#opening-session tr th {
  width: inherit;
  grid-column: 1 / 2;
}
#opening-session tr td:first-of-type {
  display: flex;
  align-items: center;
  padding: 10px 36px 25px;
  /*background-color: #e6e6e6;*/
  /*border: 1px solid #d1d2d3;*/
  box-shadow: none;
  position: relative;
	margin-top: 10px;
}
#opening-session tr td:first-of-type:after {
	content: "";
	position: absolute;
	width: 93%;
	height: 1px;
	border-bottom: 1px dashed #FF9400;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#opening-session table.selected tr td:first-of-type {
  background-color: #d1c0f5;
  border-radius: 20px 20px 0 0;
}
#opening-session tr td:first-of-type .program-container {
  display: flex;
}

#opening-session tr td:first-of-type .select,
#opening-session tr td:first-of-type .select label,
#opening-session tr td:first-of-type .content {
  display: inline-block;
}
#opening-session tr td:first-of-type .content {
  flex-grow: 1;
}
#opening-session tr td:first-of-type .content .title {
  margin: 0;
  color: var(--darkpurple);
  line-height: 2;
}
#opening-session tr td:first-of-type .select {
  margin-right: 10px;
  white-space: nowrap;
}
#opening-session tr td .time.upper {
  font-size: 18px;
  padding-bottom: 10px;
}
#opening-session tr td .time.lower {
  display: none;
}
#opening-session tr td:nth-child(2) .time.upper {
  display: none;
}
#opening-session tr td .select {
  display: none;
}
#opening-session table.selected td {
  background-color: #d1c0f5;
  border-radius: 0 0 20px 20px;
  position: relative;
	z-index: 2;
}

/* keynote session */
#keynote-session tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
#keynote-session tr th {
  width: inherit;
  grid-column: 1 / 2;
  margin: 0 0 10px;
}
#keynote-session tr td:first-of-type {
  display: flex;
  align-items: center;
  padding: 10px 36px 25px;
  /*background-color: #e6e6e6;*/
  /*border: 1px solid #d1d2d3;*/
  box-shadow: none;
  position: relative;
}
#keynote-session tr td:first-of-type:after {
	content: "";
	position: absolute;
	width: 93%;
	height: 1px;
	border-bottom: 1px dashed #FF9400;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#keynote-session tr td{
	position: relative;
}
#keynote-session tr td:after {
	content: "";
	position: absolute;
	width: 93%;
	height: 1px;
	border-bottom: 1px dashed #FF9400;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#keynote-session table.selected tr td:first-of-type {
  background-color: #d1c0f5;
  border-radius: 20px 20px 0 0;
}

#keynote-session tr td:first-of-type .program-container {
  display: flex;
}

#keynote-session tr td:first-of-type .select,
#keynote-session tr td:first-of-type .select label,
#keynote-session tr td:first-of-type .content {
  display: inline-block;
}
#keynote-session tr td:first-of-type .content {
  flex-grow: 1;
}
#keynote-session tr td:first-of-type .content .title {
  margin: 0;
  color: var(--darkpurple);
  line-height: 2;
}
#keynote-session tr td:first-of-type .select {
  margin-right: 10px;
  white-space: nowrap;
}
#keynote-session tr td .time.upper {
  font-size: 18px;
  padding-bottom: 10px;
}
#keynote-session tr td .time.lower {
  display: none;
}
#keynote-session tr td:nth-child(2) .time.upper {
  display: none;
}
#keynote-session tr td .select {
  display: none;
}
#keynote-session table.selected td {
  background-color: #d1c0f5;
}
#keynote-session table.selected td:last-child {
	border-radius:  0 0 20px 20px;
	position: relative;
    z-index: 2;
}

/* lunch session */
#lunch-session tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
}
#lunch-session tr th {
  width: inherit;
  grid-column: 1 / 3;
}
#lunch-session tr td .time.upper {
  display: none;
}

/* breakout session */

#breakout-session .program:after {
	bottom: -8px;
}
 
#breakout-session tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
      background: #FEF8F5;
      padding-bottom: 10px;
}
#breakout-session tr:nth-child(1) {
	background: #FEF8F5;
}
#breakout-session tr:last-child {
	background: #FEF8F5;
}

#breakout-session tr:nth-last-child(2) {
	background: #FEF8F5;
	margin-top: -272px;
}
#breakout-session tr:nth-last-child(2) td {
	border-top: 1px dashed #FF9400;
}
#breakout-session tr:nth-last-child(3) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: 670px;
}
#breakout-session tr:nth-last-child(3) th {
	grid-area: 1 / 1 / 2 / 4;
	height: 61.55px;
}
#breakout-session tr:nth-last-child(3) td:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
	margin-top: -140px;
	height: 314.9px;
}
#breakout-session tr:nth-last-child(3) td:nth-child(3) {
	grid-area: 2 / 2 / 4 / 3; 
	margin-top: -140px;
	height: 577px;
}
#breakout-session tr:nth-last-child(3) td:nth-child(4) {
	grid-area: 2 / 3 / 4 / 4;
	margin-top: -140px;
	height: 530px;
}
#breakout-session tr th {
  width: inherit;
  grid-column: 1 / 5;
  	background: #FEF8F5;
  	margin: 0 0 10px;
}
#breakout-session tr:first-child th {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #FEF8F5 50%, #FEF8F5 100%);
}
#breakout-session tr:nth-child(4) th {
	display: none;
}
#breakout-session tr td .time.upper {
  display: none;
}
#breakout-session tr td.break {
  grid-column: 1 / 5;
}
#breakout-session .program tr td {
	position: relative;
}

#breakout-session .program tr td.selected {
	border-radius: 20px;
}
/*#breakout-session .program tr td:nth-child(4):after{*/
/*	display: none;*/
/*}*/
#breakout-session .program tr:last-child td {
	width: 100%;
	grid-column: 1 / 5;
}
/*#breakout-session .program tr:last-child td:after {*/
/*	display: none;*/
/*}*/
#breakout-session .program tr:nth-last-child(3) td:nth-child(3) {
	width: 100%;
}
#breakout-session .program tr:nth-last-child(3) td:nth-child(3):before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	border-right: 1px dashed #FF9400;
}
#breakout-session .program tr:nth-last-child(3) td:nth-child(3):after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	border-right: 1px dashed #FF9400;
}
#breakout-session .program tr:nth-last-child(3) td:nth-child(4) {
	width: 100%;
}
#opening-session .program tr td .title,
#breakout-session .program tr:last-child td .title,
#keynote-session tr td .title,
#special-session tr td .title,
#reception tr td .title {
	font-size: 22px;
}
#opening-session .program tr td .speaker,
#breakout-session .program tr:last-child td .speaker,
#keynote-session tr td .speaker,
#special-session tr td .speaker,
#reception tr td .speaker {
	font-size: 19px;
}
#opening-session .program tr td .speaker .speaker-photo,
#breakout-session .program tr:last-child td .speaker .speaker-photo,
#special-session tr td .speaker .speaker-photo,
#reception tr td .speaker .speaker-photo {
	width: 115px;
}
/* reception */
#reception table {
  margin-bottom: 75px;
}
#reception tr {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 10px;
}
#reception tr th {
  width: inherit;
  grid-column: 1 / 2;
  margin-bottom: 10px;
}

.registration-notice {
  font-size: 15px;
  margin-bottom: 10px;
}
ul.notice {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.notice li {
  font-size: 14px;
  text-indent: -8px;
  padding-left: 8px;
  line-height: 1.4;
  transform: rotate(0.04deg);/*M Plus のシャギるのを回避するため*/
}
img.additional-info {
  display: block;
  margin-top: 10px;
}
