@charset "utf-8";

main:after {
	background: #9BDEF3!important;
}

header div.title2 {
	background: #FFC7BA;
	background: linear-gradient(0deg,rgba(255, 199, 186, 1) 0%, rgba(255, 234, 219, 1) 100%);
}

div.title2 .page-title {
	background: url(../images/program/program_title.png) no-repeat center/contain;
}
header div.title2:after {
	background: url(../images/common/title2_main_program_before.png) no-repeat center;
}
header div.title2 .title_archan {
	display: none;program tr td
}
header div.title2 .osaka_program {
	position: absolute;
	bottom: -7px;
	right: 0;
	display: block;
}
@media only screen and (max-width: 1099px) {
	header div.title2 .osaka_program {
		width: 60%;
		right: -11%;
	}
}
@media only screen and (max-width: 820px) {
	header div.title2 .osaka_program {
		width: 54%;
        right: -7%;
	}
	header div.title2 .osaka_program img {
		width: 100%;
		height: auto;
	}
}

/* recommend */
#recommend {
	padding: 80px 0;
}
#recommend h2 {
	width: 870px;
	max-width: 100%;
	margin: 40px auto 110px;
	text-align: left;
}
#recommend h2.title span {
  display: block;
  width: 100%;
  color: var(--pink);
  font-size: 23px;
  line-height: 1;
}
#recommend .wrap {
	position: relative;
}
#recommend ul.recommend_list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0px;
	justify-content: space-between;
	width: 960px;
	max-width: 98%;
}
#recommend ul.recommend_list li{
	width: 100%;
	padding: 15px 15px 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#recommend ul.recommend_list li.guest02-list {
	min-height: 500px;
}
#recommend ul.recommend_list li .guest02 {
	width: 235px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	position: absolute;
}
#recommend ul.recommend_list li .speaker_img {
	width: 235px;
	max-width: 28%;
	position: absolute;
	z-index: 0;
	height: fit-content;
}
#recommend ul.recommend_list li .guest02 .speaker_img {
	width: 100%;
	max-width: 100%;
	position: relative;
}

#recommend ul.recommend_list li .speaker_img img,
#recommend ul.recommend_list li .guest02 .speaker_img img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#recommend ul.recommend_list li .session_info {
	width: 100%;
	padding-left: 260px;
}
#recommend ul.recommend_list li .session_info .title {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.6;
	color: var(--white);
	position: relative;
	border-radius: 30px;
}
#recommend ul.recommend_list li .session_info .title:before {
	content: "";
	position: absolute;
	width: 960px;
	height: 55px;
	background: #3C7BD7;
	background: linear-gradient(90deg,rgba(60, 123, 215, 1) 0%, rgba(142, 202, 232, 1) 100%);
	left: -240px;
	z-index: -1;
	border-radius: 45px;
}
@media only screen and (max-width: 1199px) {
	#recommend ul.recommend_list li .session_info .title:before {
		width: 140%;
	}
}
@media only screen and (max-width: 820px) {
    #recommend ul.recommend_list li .session_info .title:before {
        width: 153%;
    }
}
#recommend ul.recommend_list li .session_info .title span{
	padding-left: 35px;
	position: relative;
	font-size: 32px;
	display: inline;
}
#recommend ul.recommend_list li .session_info .title span:before {
	content: '';
	  width: 30px;
	  height: 30px;
	  background: url(../images/program/program_guest_title_clock.svg) no-repeat center/cover;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  left: 0px;
}
#recommend ul.recommend_list li .session_info .title span.partner {
	font-size: 16px;
	color: var(--navy);
	background: var(--white);
	padding: 5px 10px;
	border-radius: 30px;
	display: inline-block;
	position: absolute;
	right: -35px;
	top: 9px;
}
#recommend ul.recommend_list li .session_info .title span.partner:before {
	display: none;
}
#recommend ul.recommend_list li .session_info .subtitle {
	font-size: 22px;
	margin: 0 0 15px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--navy);
}
#recommend ul.recommend_list li .session_info h5 {
	font-size: 22px;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 1.6;
}
#recommend ul.recommend_list li .session_info p {
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}
#recommend ul.recommend_list li .session_info p.name {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
}
#recommend ul.recommend_list li .session_info p.profile{
	font-size: 80%;
	margin-top: 10px;
}

#recommend .wrap .recommend_parts01,
#recommend .wrap .recommend_parts02,
#recommend .wrap .recommend_parts03,
#recommend .wrap .recommend_parts04,
#recommend .wrap .recommend_parts05 {
	position: absolute;
	z-index: 2;
}
#recommend .wrap .recommend_parts01 img,
#recommend .wrap .recommend_parts02 img,
#recommend .wrap .recommend_parts03 img,
#recommend .wrap .recommend_parts04 img,
#recommend .wrap .recommend_parts05 img {
	width: 100%;
	height: auto;
}
#recommend .wrap .recommend_parts01 {
	width: 433px;
    top: -118px;
    right: 0;
}
@media only screen and (max-width: 1099px) {
	#recommend .wrap .recommend_parts01 {
		width: 35%;
	}
}
@media only screen and (max-width: 820px) {
	#recommend .wrap .recommend_parts01 {
		top: -105px;
	}
}
#recommend .wrap .recommend_parts02 {
	width: 223px;
    top: -7%;
    right: 35%;
}
#recommend .wrap .recommend_parts03 {
	width: 350px;
	bottom: 0px;
	right: -380px;
}
#recommend .wrap .recommend_parts04 {
	width: 530px;
    bottom: -162px;
    left: -21px;
}
@media only screen and (max-width: 1099px) {
	#recommend .wrap .recommend_parts04 {
		width: 55%;
        bottom: -119px;
        left: -127px;
	}
}
#recommend .wrap .recommend_parts05 {
	width: 415px;
    bottom: -391px;
    right: 0;
}
@media only screen and (max-width: 1099px) {
	#recommend .wrap .recommend_parts05 {
		width: 37%;
        bottom: -321px;
        right: -5%;
	}	
}

.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 */

.search p {
	color: var(--navy);
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	font-weight: 400;
}
#search .keyword_list {
	width: 90%;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px auto 40px;
}
#search .keyword_list li {
	margin: 15px 0;
}
#search .keyword_list li a {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border:1px solid  #061b78;
	background: #fff;
	color: #061b78;
	padding: 10px 25px;
	border-radius: 40px;
}
#search .keyword_list li a:hover {
	background: #061b78;
	border: 1px solid  #061b78;
	opacity: 1;
	color: #fff;
}
#search .keyword_list li.active a {
	background: #061b78;
	color: #fff;
}
#search .keyword_list li.active a:hover {
	opacity: 1;
	background: #061b78;
	color: #fff;	
}

@media only screen and (max-width: 820px) {
	#search .keyword_list li a {
		font-size: 16px;
		padding: 10px 20px;
	}
	#search .keyword_list li a:hover {
		background: #fff;
	    border: 1px solid #061b78;
	    color: #061b78;
	}
	#search .keyword_list li.active a {
		background: #061b78;
		color: #fff;
	}
	#search .keyword_list li.active a:hover {
		opacity: 1;
	  background: #061b78;
	  color: #fff;
	}
}
#search .clear-refine {
	width: 250px;
	margin: 20px auto;
	position: relative;
}
#search .clear-refine input {
	position: relative;
	border: 2px solid #b6cadf;
	font-size: 18px;
	color: var(--navy);
	padding: 15px 20px;
	border-radius: 40px;
	background: #b6cadf;
	width: 100%;
	display: block;
	font-weight: bold;
}

#search .clear-refine:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f01e";
	font-weight: 900;
	color: #061b78;
	z-index: 1;
	top: 50%;
	transform: translate(0,-50%);
	left: 20px;
}
#search .clear-refine input:hover {
	border-color: #fff;
	color: #fff;
}
#search .clear-refine:hover:before {
	color: #fff;
}

/* venue */

#exhibition-session {
	position: relative;
}
#exhibition-session .venue,
#program .venue {
	width: 880px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	align-items: center;
	width: 100%;
	justify-content: center;
	background: #00A4DD;
	background: linear-gradient(0deg,rgba(0, 164, 221, 1) 0%, rgba(38, 111, 223, 1) 100%);
	border-radius: 50px;
}

#exhibition-session .venue dt,
#exhibition-session .venue dd,
#program .venue dt,
#program .venue dd {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

#exhibition-session .venue dt,
#program .venue dt {
	text-align: center;
}
#exhibition-session .venue dd p,
#program .venue dd p {
	display: flex;
	align-items: center;
}

#exhibition-session .venue dd p span,
#program .venue dd p span {
	font-size: 14px;
	padding: 10px 20px;
	margin: 0 0 0 30px;
	border: 1px solid  #fff;
}

#exhibition-session .venue dd p span label,
#program .venue dd p span label {
	margin-left: 5px;
}

/* program table */

#program {
	/*background: #FFFFFF;*/
	/*background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(205, 255, 255, 1) 50%, rgba(170, 218, 255, 1) 100%);*/
	background: #7ECEF3;
	padding: 120px 0;
}
@media only screen and (max-width: 820px) {
	#program {
		padding: 60px 0;
	}
}
#program h2.title span {
  display: block;
  width: 100%;
  color: var(--pink);
  font-size: 23px;
  line-height: 1;
}

.program {
  width: 100%;
  margin-bottom: 10px;
}

.program tr {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.program tr:nth-child(5) td.partner {
	order: 7;
}

/* th */
.program tr th {
  background: #00A4DD;
	background: linear-gradient(0deg,rgba(0, 164, 221, 1) 0%, rgba(38, 111, 223, 1) 100%);
	border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  /*border-top: 1px solid #ddd;*/
  /*border-bottom: 1px solid #fff;*/
  padding: 5px 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;

}
/*
.program tr th.time-track {
	width: 57px;
	background-color: #ddd;
	border-top: 1px solid #ddd;
}
*/
.program tr th.time-line {
/*  width: 77px;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.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;

  /*border-left: 1px solid #ebebeb;*/

  /*border-right: 1px solid #ebebeb;*/
  /*border-bottom: 1px solid #ebebeb;*/
  background: var(--white);
 
  padding: 10px;
  vertical-align: top;
  /*width: 400px;*/
  width: calc(100% / 3 - 10px);
  border-radius: 20px;
}
.program tr td.non-active {
	opacity: 0.5;
}
.program tr:first-child td {
  border-top: 1px solid #ebebeb;
}
.program tr:first-child td.Keynote {
	width: 100%;
}
.program tr td.selected {
  background-color: #fff8c3;
}

.program tr td.no-session {
	display: none;
}

/*.program tr td .content .code {*/
/*  display: none;*/
/*}*/
.program tr td .code {
  padding: 2px 10px;
  display: inline-block;
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
  background-color: #888;
  border-radius: 30px;
}
/*.program tr td.category-a .code {*/
/*	background: #9d3514;*/
/*}*/
/*.program tr td.category-b .code {*/
/*	background: #d28111;*/
/*}*/
/*.program tr td.category-c .code {*/
/*	background: #009d94;*/
/*}*/
/*.program tr td.category-d .code {*/
/*	background: #e01e89;*/
/*}*/
/*.program tr td.category-e .code{*/
/*	background: #016be8;*/
	/*background: #434187;*/
/*}*/
/*.program tr td.category-f .code {*/
/*	background: #434187;*/
	/*background: #0d5c80;*/
/*}*/
/*.program tr td.category-g .code {*/
/*	background: #0d5c80;*/
	/*background: #097155;*/
/*}*/
/*.program tr td.category-h .code {*/
/*	background: #097155;*/
	/*background: #3f6605;*/
/*}*/
/*.program tr td.category-i .code {*/
/*	background: #3f6605;*/
	/*background: #58590c;*/
/*}*/
/*.program tr td.category-k .code {*/
/*	background: #8c6207;*/
/*}*/
/*.program tr td.category-t .code {*/
/*	background: #a34010;*/
/*}*/
.program tr td.PCA .code {
	background: #016be8;
}
.program tr td.Sponsor .code {
	background: #fcc103;
}
.program tr td.Guest .code {
	background: var(--pink);
}
.program tr td.Keynote .code {
	background: #009d94;
}
.program tr td .code input {
  display: none;
}
.program tr td span.select {
	display: none;
}
form .program tr td .code input {
  vertical-align: -1px;
  margin-right: 4px;
}
form .program tr td span.select {
	display: inline-block;
	background: #dedede;
	color: #565656;
	padding: 5px 10px;
	border-radius: 20px;
}
form .program tr td span.select input {
	margin-right: 5px;
}
form .program tr td.selected span.select {
	background: #061b78;
	color: #fff;
}

@media only screen and (max-width: 820px) {
	form .program tr td .cell-wrap .select {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		overflow: hidden;
		gap: 10px;
	}
	form .program tr td .cell-wrap div.select {
		flex-direction: column;
		align-items: flex-start;
	}
}

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_white.svg),
    url(../images/registration/check_on_white.svg);

  background-size: 18px, 0;
  background-position:
    0 2px,
    0 2px;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding-left: 21px;
}
form .program tr td .code input[type="radio"]:checked + label {
  background-image: url(../images/registration/check_on_white.svg);
  background-size: 30px;
  background-position: -6px 50%;
}
form .program tr td .code input[disabled] + label {
  background-image: url(../images/registration/disabled_white.svg);
}
/* disabled */
form .program tr td span.select input:disabled {
	display: none;
}
form .program tr td span.select input[type="radio"]:checked {
	display: inline;
}

form .program tr td span.select input[disabled] + label {
	background-image: url(../images/registration/disabled_black.svg);
	background-size: 28px;
	background-position: -6px -3px;
	padding-left: 20px;
	cursor: default;
}
form .program tr td span.select input[type="radio"]:checked + label {
	background-image: none;
	padding-left: 0;
	cursor: auto;
}

/* title link */
.program tr td .title {
  font-size: 18px;
  margin: 12px 0 2px 0;
}
.program tr td .title a {
  color: var(--navy);
  font-weight: bold;
  text-decoration: underline;
}
.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: 16px;
  color: #000;
  font-weight: 400;
  margin: 12px 0;
}
.program tr td .additional-info {
  text-align: left;
}
.program tr td ul.session-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}
.program tr td ul.session-tags li {
	color: var(--navy);
	border: 1px solid var(--navy);
	padding: 5px 10px;
	border-radius: 30px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
}
.program tr td ul.session-tags span {
	color: var(--navy);
	border: 1px solid var(--navy);
	padding: 5px 10px;
	border-radius: 30px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
}

.program tr td .time {
	background: var(--navy);
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 10px;
	display: inline-block;
}
.program tr td .time.time:empty {
  display: none;
}
/* state */
.program tr td span.state {
  position: absolute;
  top: 8px;
  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 auto;
	list-style: none;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
ul.notice li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.4;
	color: var(--navy);
	width: 100%;
}
img.additional-info {
	display: block;
	margin-top: 10px;
}
div.notice {
	width: 870px;
	max-width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	gap: 40px;
}
div.notice p {
	font-size: 18px;
	color: var(--navy);
	font-weight: 400;
	line-height: 1.6;
}
div.notice .link {
	width: 315px;
}
div.notice .link a {
	display: block;
	width: 100%;
	background: radial-gradient(#ff6d16, #d64903);
	
	padding: 15px 10px;
	border-radius: 40px;
	color: var(--white);
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	position: relative;
	transition: background 0.3s;
}
.notice .link a:hover {
	filter: brightness(1.2);
	opacity: 1;
}
.notice .link a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
}
.notice_txt {
    font-size: 18px;
    color: var(--nacy);
    margin: 0;
    text-align: left;
    line-height: 2;
    width: 100%;
}

/* lunch session */
.program tr td div.session-option {
    margin: 30px 0 0 0;
    border: 2px solid #f00;
    padding: 4px;
    font-size: 13px;
    color: #000;
}

