@charset "utf-8";

.program input,
.program label {
  cursor: pointer;
}

.no-session {
  background-color: #f9f9f9 !important;
}
.bframe_clearbutton {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px;
  margin-top: 5px;
}
.bframe_clearbutton:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.chart-select {
  display: none;
}

/* search */
.keyword_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.keyword_list .flex_items {

}
.keyword_list .flex_items a {
	background: #f0f0f0;
	color: #23282E;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 15px;
	border: 1px solid #f0f0f0;
	display: block;
	width: 100%;
}

.keyword_list .flex_items a:hover {
	border: 1px solid #E6201C;
	background: #fff;
}
.keyword_list .flex_items.active a {
	border: 1px solid #E6201C;
/*	background: #fff; */
	background: #E6201C;
	color: #fff;
}
.keyword_list .flex_items.solution a:hover {
	border: 1px solid #726BEA;
}
.keyword_list .flex_items.solution.active a {
	border: 1px solid #726BEA;
	background: #726BEA;
}
.clear-refine {
	margin: 20px auto 60px;
	text-align: center;
	position: relative;
	width: 150px;
}
.clear-refine:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 18px;
	background: url(../images/common/reset_icon.png) no-repeat center/contain;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
}
.clear-refine input {
	width: 100%;
	display: block;
	padding: 10px 15px 10px 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 45px;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
}

.clear-refine input:hover {
  background-color: #333;
  color: #fff;
}

.clear-refine input:active {
  background-color: #111;
  color: #fff;
}

.session-announce {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

/* readarea */
.program_readarea {
	background: #f0f0f0;
	padding: 80px 0;
}
.program_readarea  p.txt01 {
	text-align: center;
}
.program_readarea  h2 {
	margin: 0 0 40px;
}

/* program table */
.program {
  width: 100%;
  margin-bottom: 10px;
}
/* tr */
.program tr {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 20px;
    
}
.program tr:first-child {
	grid-template-columns: repeat(1, 1fr);
}
/*トラック数に応じて変更*/
.program tr.time-row-5 {
	grid-template-columns: repeat(3, 1fr);
}
.osaka .program tr.time-row-5,
.osaka .program tr.time-row-7 {
	grid-template-columns: repeat(3, 1fr);
}
.osaka .program tr.time-row-5 th.time-line,
.osaka .program tr.time-row-7 th.time-line{
	grid-column: 1 / 4;
}
.tokyo .program tr.time-row-7 {
	grid-template-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
}
.tokyo .program tr.time-row-7 th.time-line{
	grid-column: 1 / 4;
}
.program tr.time-row-9,
.program tr.time-row-11,
.program tr.time-row-13,
.program tr.time-row-15 {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 20px;
}
.program tr.time-row-9 th.time-line,
.program tr.time-row-11 th.time-line,
.program tr.time-row-13 th.time-line,
.program tr.time-row-15 th.time-line {
	grid-column: 1 / 4;
}

.tokyo .program tr.time-row-17 {
	grid-template-columns: repeat(1, 1fr);
}

/* th */
.program tr th {
  background-color: #555;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
/*
.program tr th.time-track {
	width: 57px;
	background-color: #ddd;
	border-top: 1px solid #ddd;
}
*/
.program tr th.time-line {
  width: inherit;
  grid-column: 1 / 7;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  align-items: center;
}
.program tr th.time-line::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/common/time_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.program tr th.time-line input {
  display: block;
  margin: 5px auto;
}
.program tr:last-child th {
  border-bottom: 1px solid #ddd;
}
.program th span.bar {
  display: block;
  margin: 6px 0;
}
.program th span.bar:after {
  content: "〜";
}
.program tr th input {
  font-size: 11px;
}
.program tr th.track {
  width: 46.5%;
  border-left: 1px solid #fff;
  font-size: 16px;
}
.program tr th.nop {
  border: none;
  background-color: #fff;
}
.program tr th:not(.nop, .time-line) {
  width: 46.5%;
  border-left: 1px solid #fff;
  font-size: 16px;
}

/* td */
.program tr td {
  position: relative;
  /* for firefox border */
  background-clip: padding-box;
  outline: 1px solid #ccc;
  border: none;
  /*border-left: 1px solid #ccc;*/
  /*border-right: 1px solid #ccc;*/
  border-right: none;
  /*border-bottom: 1px solid #ccc;*/
  border-top: none;
  padding: 10px;
  vertical-align: top;
  background: #f0f0f0;
  min-width: 0;
}
.program tr.time-row-3 td.normal-cell {
	/*padding: 10px 120px 10px 50px;*/
	padding: 40px;
}
/*.program tr:first-child td {*/
/*  border-top: 1px solid #ebebeb;*/
/*  border-left: 1px solid #ccc;*/
/*}*/
/*.program tr:last-child td {*/
/*  border-right: 1px solid #ccc;*/
/*}*/
.program tr td.selected {
  background-color: #f8d4d2;
}
.program tr td .content .code {
  display: none;
}


.program tr td .code {
  padding: 3px 10px;
  display: inline-block;
  line-height: 1.6;
  font-size: 15px;
  color: #fff;
  /*background-color: #888;*/
  border-radius: 2px;
}
#registration .program tr td .code {
	padding: 3px 10px 3px 0;	
}
.program tr td .code label {
	position: relative;
	z-index: 0;
	display: block;
}
.program tr td .code label:after {
	content: "";
	background: #888;
	width: 45px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	left: -10px;
}
.program tr td .code input {
  display: none;
}

.program tr td .cell-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.program tr td .content {
  flex: 1;
  position: relative;
  padding: 0 0 60px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 934px) {
	.program tr td .content {
	  padding: 0 0 120px;
	}
}

.program .session-tags {
	display: flex;
	gap: 10px;
	list-style: none;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
}
.program .session-tags span {
	font-size: 10px;
    padding: 5px 6px;
    background-color: #DA291C;
    color: white;
    border-radius: 50px;
    white-space: nowrap;
}
.program .session-tags span.solution {
	background-color: #726BEA;
}
form .program tr td .code input {
  vertical-align: -1px;
  margin-right: 4px;
}
form .program tr td .code input[disabled] {
  display: none;
}
form .program tr td .code input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

form .program tr td .code input[type="radio"] + label {
  display: block;
  background-image:
    url(../images/registration/check_off_black.svg),
    url(../images/registration/check_on.svg);

  background-size: 18px, 0;
  background-position:
    0 2px,
    0 2px;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding-left: 30px;
  position: relative;
  z-index: 0;
}
form .program tr td .code input[type="radio"] + label:after {
	content: "";
	background: #888;
	width: 45px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 20px;
}
/*.time-row-17 form .program tr td .code input[type="radio"] + label:after {*/
/*	display: none !important;*/
/*}*/
form .program tr td .code input[type="radio"]:checked + label {
  background-image: url(../images/registration/check_on.svg);
  background-size: 30px;
  background-position: -6px 50%;
}
form .program tr td .code input[disabled] + label {
  background-image: url(../images/registration/disabled_black.svg);
}

/* title link */
.program tr td .title {
  font-size: 16px;
  margin: 12px 0 2px 0;
  font-weight: bold;
}
.program tr td .title a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #333;
}
.program tr td .title a:hover {
  text-decoration: none;
}

.program tr td .subtitle {
  font-size: 15px;
  margin: 4px 0;
  line-height: 1.5;
}
.program tr td .speaker {
  font-size: 14px;
  margin: 20px 0;
}
.program tr td .additional-info {
  text-align: left;
}

.program tr td .flex-box.speaker {
	display: flex;
	justify-content: space-between;
	/*align-items: flex-end;*/
	align-items: center;
	margin-bottom: 10px;
}
.program tr td .flex-box.speaker .position p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.program tr td .flex-box.speaker .position em {
	font-weight: bold;
	font-size: 16px;
}
.program tr td .flex-box.speaker .photo {
	width: 115px;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.program tr td .flex-box.speaker .position {
		width: 70%;
		padding-right: 4px;
		font-size: 13px;
	}
	.program tr td .flex-box.speaker .photo {
		width: 30%;
	}
}
.program tr td .flex-box.speaker .photo img {
	max-width: 100%;
	border-radius: 50%;
}
.program tr td .flex-box.speaker .img {
	width: 150px;
}
.program tr td .flex-box.speaker .img img {
	width: 100%;
	height: auto;
}
.program tr.time-row-17 td .content{
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.program tr.time-row-17 td .cell-wrap .content{
		margin: 0;
		padding: 10px;
	}
}
/* state */
.program tr td span.state {
  position: absolute;
  top: 10px;
  right: 8px;
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  border-radius: 2px;
}
.program tr td span.state.soon {
  background-color: #f37e00;
}
.program tr td span.state.full {
  background-color: #c73131;
}
.program tr td span.state img {
  width: 14px;
  vertical-align: -3px;
  margin-right: 2px;
}

/* session type */
.program tr td ul.session-type {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.program tr td ul.session-type li {
  margin: 0 4px;
}

/* interpretation */
.interpretation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #585858;
  border-radius: 2px;
  width: 86px;
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  margin: 20px 0 10px 0;
}
.interpretation img {
  height: 16px;
}

/* break */
.program tr td .break {
  text-align: center;
  vertical-align: middle;
}
.program tr td .break span {
  color: #000;
}

/* option */
.program tr td div.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 tr td div.option.color-a {
  border: 1px solid #3786d0;
  color: #3786d0;
}
.program tr td div.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: 8px 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;
}

/* notice */
ul.notice {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
ul.notice li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
img.additional-info {
  display: block;
  margin-top: 10px;
}

.program tr td.non-active {
	opacity: 0.3;
}
.program tr td.no-session {
	display: none;
}

.session-option {
	width: auto;
}
.session-option p {
	/*background: linear-gradient(transparent 0%, #DA291C80 0%);*/
	color: rgb(223, 86, 86);
}
.session-option img {
	width: 20px;
}