@charset "utf-8";

main {
	padding: 65px 0;
	background-image: repeating-linear-gradient(135deg, #8cf3f2, #8cf3f2 40px, #A0f4f4 40px, #A0f4f4 80px);
}
header div.title2 h1 {
	background: url(../images/program/session_ttl_bg.png) no-repeat bottom center/contain;
}
h3 {
	margin: 40px 0 50px;
}
.program tr th .clear-button {
	display: none;
}
p.session_txt01 {
	text-align: center;
	color: var(--blue);
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 40px;
}
.program_pdf_btn {
	width: 360px;
	margin: 0 auto 80px;
}
.program_pdf_btn a {
	display: block;
	width: 100%;
	font-size: 25px;
	text-align: center;
	color: var(--white);
	background: #184EDD;
	background: linear-gradient(0deg,rgba(24, 78, 221, 1) 0%, rgba(68, 124, 230, 1) 100%);
	padding: 15px 60px 15px 20px;
	border-radius: 40px;
	font-weight: bold;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
	position: relative;
}
.program_pdf_btn a:after {
	content: "";
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../images/program/btn_arrow.svg) no-repeat center/cover;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.program_pdf_btn a:hover {
	text-decoration: 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;
	display: none;
}
.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;
	padding-bottom: 7px;
}

.chart-select {
	display: none;
}

/* program table */
.program {
	width: 100%;
	/*border-top: 1px solid #bbb;*/
	/*border-right: 1px solid #bbb;*/
	margin-bottom: 80px;
}
.program tr th {
	text-align: center;
	margin: 0;
	padding: 16px 0;
	background-color: var(--blue);
	color: #fff;
	opacity: 0.9;
	font-size: 28px;
	font-weight: bold;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
/*#breakout-session .program tr th span.bar {*/
/*	display: none;*/
/*}*/
#breakout-session .program tr th .session_time_to{
	display: none;
}
.program th .th-time {
	position: relative;
	padding-left: 45px;
}
.program th .th-time:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/program/session_clock.svg) no-repeat center/cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.program th .th-time .bar {
	display: inline;
}
.program th .th-time .bar:after {
	content: " - ";
}
.program tr th .clear-button {
	margin-left: 25px;
}
.program tr th .th-title {
	margin: 0 10px 0 0;
}
.program tr td {
	position: relative;
  padding: 30px 36px;
  background-color: #fff;
  /*border-left: 1px solid #bbb;*/
  /*border-bottom: 1px solid #bbb;*/
}
.program tr td.online-session,
.program tr td.selected {
  background-color: #ffff7a;
  border: 3px solid var(--blue) !important;
}
.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 tr td .time.upper span.clock {
	margin: 0 5px 0 0;
}
.program tr td .time.upper span.clock img {
	width: 18px;
	height: 18px;
	margin-bottom: 3px;
}
.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: 7px 7px, 0 0px;
	background-repeat: no-repeat, no-repeat;
	margin: 0;
	/*padding-left: 24px;*/
	min-height: 34px;
}
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: 0 50%;
	background-position: 3px 2px, 0 0 !important;
}

form #online-session .program .code input[type="checkbox"]:checked + label,
form #exhibition-session .program .code input[type="checkbox"]:checked + label {
	background-position: -6px 0px, 0 0 !important;
}

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;
	background-position: -2px 0px, 0 0 !important;
}
form #keynote-session .program .code input[type="checkbox"] + label,
form #breakout-session .program .code input[type="checkbox"] + label,
form #reception .program .code input[type="checkbox"] + label {
	background-position: 7px 9px, 0 0;
	padding-left: 0;
}
.program tr td .code .session-code {
	border: 2px solid #282828;
	padding: 0 6px;
	line-height: 1.6;
	font-size: 13px;
	display: inline-block;
	background-color: #fff;
	color: var(--black);
	display: none;
}

/* title link */
.program .title {
	margin: 12px 0 6px;
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
	clear: both;
}
.program .title a {
	color: var(--blue);
	text-decoration: underline;
}
.program .title a:hover {
	text-decoration: none;
}

.program .subtitle {
	font-size: 16px;
	margin: 2px 0 6px;
	color: var(--black);
}
.program .overview {
	color: var(--black);
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
}
.program .speaker {
	font-size: 16px;
	line-height: 1.4;
	margin: 15px 0;
	color: var(--black);
}
.program .flex-box.speaker {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
.program .flex-box.speaker p {
	margin: 0;
}
.program .flex-box.speaker p em {
	font-weight: bold;
	font-style: normal;
}
.program .flex-box.speaker .photo {
	width: 115px;
	height: auto;
}
.program .flex-box.speaker .photo img {
	width: 100%;
}
.program .additional-info {
	text-align: left;
}

/* state */
.program span.state {
	position: relative;
	top: 0;
	right: 0;
	padding: 3px 10px;
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
	border-radius: 2px;
	float: left;
	margin: 10px 0;
}
#keynote-session .program span.state,
#reception  .program span.state {
	position: absolute;
	left: 0;
	width: 137px;
	display: inline;
	float: none;
	/*top: 32px;*/
	top: -20px;
}
.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: -16px 0 16px;
}
@media only screen and (max-width: 768px) {
	.program .session-tags {
		width: 100%;
		margin: 16px 0 0 0;
		padding: 0;
	}
}
.program .session-tags span {
	background-color: #00c4cc;
	color: #fff;
	border-radius: 4px;
	padding: 6px 14px;
	font-size: 18px;
	min-height: 39.5px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.program .session-tags span.keynote {
	background-color: #d56dff;
}
.program .session-tags span.special {
	background-color: #d56dff;
}
.program .session-tags span.fastseries {
	background-color: #d56dff;
}
.program .session-tags span.workshop {
	background-color: #d56dff;
}

/* 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: #585858;
	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;
}

/* interpretation */
.interpretation {
	width: 70px;
	margin: 20px 0 0 0;
	background-color: #585858;
	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;
}

/* 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-bottom: 20px;
}
#keynote-session tr td {
	border-right: 3px solid var(--blue);
	border-left: 3px solid var(--blue);
	border-top: none;
	border-bottom: none;
}
#keynote-session tr td:first-of-type {
	display: flex;
	align-items: center;
	padding: 25px 36px 25px;
	/*background-color: #e6e6e6;*/
	border-top: 3px solid var(--blue);
	border-right: 3px solid var(--blue);
	border-left: 3px solid var(--blue);
	box-shadow: none;
	min-height: 0;
	height: 0px;
	border-radius: 10px 10px 0 0;
	border-bottom: none !important;
}
#keynote-session table.selected tr td:first-of-type {
	background-color: #ffff7a;
	border-bottom: none;
}

/*3名の時こっちのスタイル*/
/*#keynote-session tr td:last-child {*/
/*	border-top: none;*/
/*  border-bottom: 3px solid var(--blue);*/
/*  border-right: 3px solid var(--blue);*/
/*  border-left: 3px solid var(--blue);*/
/*  border-radius: 0 0 10px 10px;*/
/*}*/

/*2名の時こっちのスタイル・3名になったときは上のスタイルと入替する*/
#keynote-session tr td:nth-child(4) {
	border-top: none;
	border-bottom: 3px solid var(--blue);
	border-right: 3px solid var(--blue);
	border-left: 3px solid var(--blue);
	border-radius: 0 0 10px 10px;
}

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

#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;*/
	display: block;
}
#keynote-session tr td:first-of-type .content {
	flex-grow: 1;
}
#keynote-session tr td:first-of-type .content .title {
	margin: 0 0 10px;
	color: var(--black);
	display: none;
}
#keynote-session tr td:first-of-type .select {
	/*margin-right: 10px;*/
	white-space: nowrap;
	width: 100%;
}
#keynote-session tr td .time.upper {
	font-size: 18px;
	padding-bottom: 10px;
}
#keynote-session tr td .time.upper span.clock img{
	width: 18px;
	height: 18px;
}
#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: #ffff7a;
}

#keynote-session .program-container {
	position: relative;
	padding-left: 280px;
	min-height: 260px;
}
#keynote-session .program-container .content {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
#keynote-session .program .flex-box.speaker .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
}
#keynote-session .program .flex-box.speaker .photo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}


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

/* breakout session */
#breakout-session tr {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 20px;
}
#breakout-session tr th {
	width: inherit;
	grid-column: 1 / 4;
}
#breakout-session tr:first-of-type {
	grid-template-columns: repeat(1, 1fr);
}
#breakout-session tr:first-of-type th {
	grid-column: 1;
}
#breakout-session .program tr td {
	border-radius: 10px;
	position: relative;
	padding: 15px 15px 60px 15px;
	border: 3px solid #fff;
}
#breakout-session tr td .time.upper {
	/*display: none;*/
	border: 1px solid var(--blue);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: var(--blue);
	padding: 5px 0;
	border-radius: 5px;
	line-height: 1.2;
	position: relative;
}
#breakout-session tr td .time.upper span.clock img {
	width: 18px;
	height: 18px;
	margin-bottom: 3px;
}

#breakout-session tr td .time.lower {
	display: none;
}
#breakout-session tr td.break {
	grid-column: 1 / 5;
}
#breakout-session .photo {
	display: none;
}
#breakout-session .overview {
	display: none;
}
#breakout-session .program .session-tags {
	width: 90%;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	gap: 15px;
	padding: 0;
	flex-wrap: nowrap;
}
#breakout-session .program .session-tags span {
	width: 150px;
	font-size: 11px ;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00c4cc;
	min-height: 39.5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 1200px) {
	#breakout-session .program .session-tags span {
		width: 46%;
	}
}
#breakout-session .program tr:first-child .session-tags {
	width: 97%;
}
#breakout-session .program .session-tags span.keynote {
	background-color: #d56dff;
}
#breakout-session .program .session-tags span.special {
	background-color: #d56dff;
}
#breakout-session .program .session-tags span.fastseries {
	background-color: #d56dff;
}
#breakout-session .program .session-tags span.workshop {
	background-color: #d56dff;
}


/* reception */
#reception table {
	margin-bottom: 20px;
}
#reception tr {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px 10px;
}
#reception tr th {
	width: inherit;
	grid-column: 1 / 2;
}
#reception .program tr td .content .time.upper,
#reception .program tr td .content .time.lower{
	display: none;
}
#reception tr td .time.upper {
	display: none;
}
#reception tr td .time.upper span.clock img {
	width: 18px;
	height: 18px;
	margin-bottom: 3px;
}
#reception .program tr td {
	border: 3px solid var(--blue);
	border-radius: 10px;
	padding: 30px 36px 50px;
}
#reception .program-container {
	position: relative;
	padding-left: 280px;
	min-height: 260px;
}
#reception .select {
	position: absolute;
	left: 0;
	top: 0;
}
#reception .program-container .content {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
#reception .program .flex-box.speaker .photo {
	position: absolute;
	left: 0;
	top: 30px;
	width: 230px;
}
#reception .program .flex-box.speaker .photo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.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;
}
img.additional-info {
	display: block;
	margin-top: 10px;
}
