@charset "UTF-8";

/*-----------------------------------
-----------------------------------
	ページごとの設定
-----------------------------------
-----------------------------------*/

/*----- page_home -----*/
#page_home {
	box-sizing: border-box;
	display: block;
	width: calc(100% - 230px);
	background: url(../img/page_home_bg01.jpg) center top no-repeat rgb(255, 255, 255);
	background-size: 100% auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#page_home img {
	width: 100%;
	vertical-align: bottom;
}

#page_home img.sp {
	display: none;
}

#page_home .meeting_info {
	position: relative;
}

#page_home .meeting_info .info_img {
	position: absolute;
	left: 3%;
	bottom: 47%;
}

.important_notice01 {
	background: rgb(255, 255, 255);
	border: solid 4px rgb(250, 80, 80);
	padding: 1.6rem 2.0rem;
	line-height: 1.6;
	font-size: 1em;
	h2 {
		font-size: 1.2em !important;
	}

	h3 {
		font-size: 1em !important;
		margin-bottom: 10px !important;
	}
	dl {
		margin: 0;
		font-size: 1em;
		dt {
			display: inline-block;
			width: 50px;
			vertical-align: top;
		}

		dd {
			display: inline-block;
			width: calc(100% - 60px);
			margin: 0;
		}
	}
	.red{
		color: red;
	}
}
.important_notice01.info{
	font-size: 1.1em;
}
.important_notice01 .button_box {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.5em auto;
	padding: 0;
	text-align: center;
	max-width: 1080px;
	list-style: none;
	z-index: 0;
}

.important_notice01 .button_box.sp_around {
	justify-content: space-around;
}

.important_notice01 .button_box li {
	width: 80%;
	margin: 0 auto;
}

.important_notice01 .button_box li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: .6em 1em .6em .8em;
	width: 100%;
	background: rgb(55, 90, 150);
	border: solid 1px rgb(55, 90, 150);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	font-weight: 500;
	color: rgb(255, 255, 255);
	text-decoration: none;
	transition: .2s ease-out;
	transition-opacity: background, color;
	z-index: 1;
}

.important_notice01 .button_box a::after {
	position: absolute;
	top: calc(50% - .3em);
	right: 4px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: .6em;
	height: .6em;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 230, 140, 1);
	border-width: .3em .2em .3em .4em;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

.important_notice01 .button_box a:hover {
	background: rgb(255, 255, 255);
	color: rgb(55, 90, 150);
}

.important_notice01 .button_box a:hover::after {
	right: 0;
	border-left-color: rgb(59, 19, 94);
}
.important_notice01 .button_box.blue li a{
	background: rgb(0, 112, 192);
	border: solid 1px rgb(0, 112, 192);
}
.important_notice01 .button_box.blue a:hover {
	background: rgb(255, 255, 255);
	color: rgb(0, 112, 192);
}
.important_notice01 .button_box li.w3 {
	width: 32%;
}

.important_notice01 .button_box li.w2 {
	width: 49%;
}

.important_notice01 .button_box.m_large {
	margin-top: 4rem;
}

.important_notice01 .button_box li.disabled a {
	pointer-events: none;
	cursor: default;
	background: rgb(204, 204, 204);
}

.important_notice01 h2 {
	margin: 0 0 .4em;
	padding-bottom: .4em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 2.0rem;
	font-weight: 500;
	color: rgb(230, 60, 50);
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.important_notice01 .date {
	margin: 1.6rem 0;
	padding-right: 1.6rem;
	text-align: right;
}

.important_notice01 .title {
	margin: 1.6rem 0 0;
	padding-right: 1.6rem;
	font-size: 1.4rem;
	text-align: right;
}

.important_notice01 .name {
	margin: 0;
	padding-right: 1.6rem;
	font-size: 1.6rem;
	text-align: right;
}

.important_notice01 .small {
	font-size: 1.2rem;
	text-align: right;
	color: rgb(0, 0, 0);
}


#page_home .change_log {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 35px 25px 0;
	background: rgb(255, 255, 255);
}

#page_home .change_log h2 {
	margin: 0;
	border-bottom: solid 1px rgb(213, 213, 213);
	padding: .5rem .5em;
	font-size: 2.0rem;
	font-weight: 800;
	color: rgb(59, 19, 94);
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#page_home .change_log .log_outer {
	height: 200px;
	overflow-y: scroll;
}

#page_home .change_log dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#page_home .change_log dl dt,
#page_home .change_log dl dd {
	box-sizing: border-box;
	padding-top: .7em;
	padding-bottom: .7em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 1.5rem;
	line-height: 1.5;
}

#page_home .change_log dl dt {
	position: relative;
	width: 130px;
	padding-left: 16px;
}

#page_home .change_log dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: .3rem;
	display: block;
	background: rgb(29, 42, 63);
	width: .6rem;
	height: .6rem;
	border-radius: .3rem;
	transform: translateY(-50%);
}

#page_home .change_log dl dd a {
	color: rgb(59, 19, 94);
}

#page_home .change_log dl dd {
	margin: 0;
	width: calc(100% - 130px);
}

#page_home .meeting_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	padding: 30px 30px;
	list-style: none;
}

#page_home .meeting_list li {
	margin-right: 30px;
	width: calc(33.3% - 13px);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	text-align: center;
	transition: transform .15s ease-out;
}

#page_home .meeting_list li:last-child {
	margin-right: 0;
}

#page_home .meeting_list li:hover {
	transform: scale(1.03);
}

#page_home .meeting_list li a {
	display: block;
	background: rgb(160, 160, 160);
	text-decoration: none;
	transition: background .15s ease-out .1s;
}

#page_home .meeting_list li img {
	width: 100%;
}

#page_home .meeting_list li .title {
	margin: 0;
	transition: background .15s ease-out .05s;
}

#page_home .meeting_list li .deco01 {
	margin: 0 auto;
	padding: 1rem 0;
	width: calc(100% - 20px);
	font-size: 1.4rem;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 1.5;
}

#page_home .meeting_list li .deco01::after {
	content: "";
	display: inline-block;
	margin-left: .5rem;
	border-style: solid;
	border-width: .5rem 0 .5rem .7rem;
	border-color: rgba(255, 202, 0, 0) rgba(255, 202, 0, 0) rgba(255, 202, 0, 0) rgba(255, 202, 0, 1);
}

/*------------------------------
	page_message
------------------------------*/
#page_message .text {
	text-indent: 1em;
	text-align: justify; /* 両端揃え(均等割り付け) */
}

#page_message .photo {
	margin: 1rem 1.3rem 0 1rem;
	width: 160px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	float: right;
}

#page_message .photo img {
	display: block;
	width: 100%;
	line-height: 0;
	vertical-align: bottom;
}

#page_message .title {
	margin: 108px 0 0;
	padding-right: 1.4rem;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: right;
}

#page_message .name {
	margin: 0;
	margin-bottom: 3px;
	padding-right: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}

#page_message .name small {
	font-size: 1.4rem;
	font-weight: 400;
}

#page_message .affi {
	margin: 0 0 30px;
	padding-right: 1rem;
	font-size: 1.4rem;
	text-align: right;
	line-height: 1.2;
	font-feature-settings:'palt';
}

#page_message .main_text {
	text-indent: 1em;
}

#page_message .main_text p {
	margin: 0;
}

/*------------------------------
	page_overview
------------------------------*/
#page_overview dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-top: solid 1px rgb(200, 200, 200);
}

#page_overview dl dt,
#page_overview dl dd {
	box-sizing: border-box;
	padding: 1.2em 0.6em;
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_overview dl dt {
	margin: 0;
	width: 110px;
	font-weight: 700;
	color: rgb(59, 19, 94);
}

/*#page_outline dl dt::before{
	content:"";
	box-sizing:border-box;
	display:inline-block;
	margin-right:8px;
	margin-left:2px;
	width:8px;
	height:8px;
	border:solid 2px rgb(60,120,180);
	border-radius:4px;
	vertical-align:5%;
}*/
#page_overview dl dd {
	margin: 0;
	width: calc(100% - 110px);
}

#page_overview dl dd .affi {
	display: block;
	line-height: 1.5;
	font-size: 1.4em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_overview .note_large {
	padding-left: 1em;
	font-size: 1.6rem;
	text-indent: -1em;
}

#page_overview span.note_large {
	display: block;
}


/*------------------------------
	page_program
------------------------------*/
.on-demand-btn {
	float: right;

	a {
		display: block;
		position: relative;
		text-align: center;
		margin: 0em 0em 0.2em 1em;
		padding: .2em 0.5em 0.3em;
		background: rgb(214, 39, 15);
		border: solid 1px rgb(214, 39, 15);
		box-shadow: 0 0 5px rgba(0, 0, 0, .5);
		font-weight: 500;
		color: rgb(255, 255, 255);
		text-decoration: none;
		transition: .2s ease-out;
		z-index: 1;
		font-size: 1.3rem;
	}

	a:hover {
		opacity: 0.8;
		background: rgb(255, 255, 255);
		color: rgb(214, 39, 15);
	}

	.clear {
		clear: both;
	}
}

.on-demand-btn.plus a {
	background-color: darkcyan;
	border-color: darkcyan;
}

.on-demand-btn.plus a:hover {
	background-color: white;
	color: darkcyan;
}

.on-demand-btn.plus a:has(img) {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	box-shadow: none;
}

#page_program section {
	clear: both;
}

#page_program p:has(~.info) {
	margin: 0;
}

#page_program .info {
	margin-top: 0;
	font-size: 0.9em;
	letter-spacing: -2px;

	a {
		display: flex;
		color: rgb(60, 60, 60);
		text-decoration: none;
	}

	a:hover {
		opacity: 0.6;
	}

	dt {
		width: 8em;
	}

	dd {
		margin: 0;
		width: calc(100% - 8em);
		padding-left: 0.5em;
	}
}

#section_index {
	border-top: 1px dotted rgb(40, 57, 87);
	border-bottom: 1px dotted rgb(40, 57, 87);
	margin: 2rem auto;

	p {
		text-align: center;
		font-weight: 600;
	}

	.toc-list {
		display: flex;
		margin: 2rem auto;
		padding-left: 0;
		gap: 1em;

		div {
			flex: 1;
			padding-left: 80px;
		}

		li {
			/* margin-bottom: 0.5rem; */
		}

		a {
			color: rgb(30, 30, 30);
			font-size: 1.4rem;
			text-decoration: none;
		}

		a:hover {
			opacity: 0.6;
		}
	}
}

#page_program h4:has(.date_and_time) {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2px;
}

#page_program h4:has(.date_and_time)~.session_theme {
	border-bottom: none;
}

#page_program .date_and_time {
	margin-top: 0;
	margin-bottom: 0;
	padding: .3em .4em;
	/* border-bottom: solid 1px rgb(200, 200, 200); */
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}

#page_program .date_and_time .red_box {
	display: inline-block;
	padding: 0 5px;
	background: rgb(240, 30, 30);
	font-size: .937rem;
	color: rgb(255, 255, 255);
}

#page_program .session_theme {
	margin: .8em 0 .8em 1rem;
	padding-bottom: .3em;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: dotted 1px rgb(180, 180, 180);
	color: rgb(120, 40, 0);
	line-height: 1.5;
}

#page_program .speakers_box {
	margin: 0 0 0 1rem;
	line-height: 1.6;
}

#page_program .speakers_box dt {
	margin: 0;
	width: 110px;
	border: solid 1px rgb(4, 58, 80);
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
	color: rgb(4, 58, 80);
	text-align: center;
	float: left;
}

#page_program .speakers_box dd {
	margin: 0 0 0 125px;
	padding-bottom: 1em;
	font-size: .9em;
	font-weight: 700;
}

#page_program .speakers_box dd.title {
	display: block;
	/* margin-top: .2em; */
	margin-bottom: .2em;
	padding-bottom: .2em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 1em;
	color: rgb(255, 91, 156);
	line-height: 1.4;
	font-weight: 600;
	/* font-family:  serif */
}

#page_program .speakers_box dt+dd .title {
	margin-top: -.05em;
}

#page_program .speakers_box dd .affi {
	display: inline-block;
	padding-left: .5em;
	font-size: 12px;
	font-weight: 400;
	text-indent: -.5em;
}

#page_program .sub_title {
	float: right;
	font-size: 1.5rem;
	line-height: 2em;
}

#page_program .credit {
	text-align: right;
	font-size: 1.3rem;
}

#page_program h3~section {
	margin-bottom: 3rem;
}

/*------------------------------
	page_general-abstract
------------------------------*/
#page_general-abstract .period {
	margin: 1.5em 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: rgb(210, 60, 60);
	line-height: 1.7;
}

#page_general-abstract .extension {
	display: inline-block;
	width: 19em;
	color: rgb(255, 80, 80);
	vertical-align: top;
}

#page_general-abstract .extension strike {
	color: rgb(255, 80, 80);
}

#page_general-abstract .extension strike>.black {
	color: rgb(50, 50, 50);
}

#page_general-abstract a.mini_button {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: .4em 0;
	padding: 0 1em 0 1.2em;
	background: rgb(45, 89, 150);
	border: solid 1px rgb(45, 89, 150);
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	font-size: 1.4rem;
	font-weight: 500;
	color: rgb(255, 255, 255);
	text-decoration: none;
	transition: .2s ease-out;
	transition-opacity: background, color;
	z-index: 1;
}

#page_general-abstract a.mini_button::before {
	position: absolute;
	top: calc(50% - .25em);
	left: 5px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: .6em;
	height: .6em;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 230, 140, 1);
	border-width: .3em .2em .3em .4em;
	vertical-align: 10%;
	transition: .15s ease-out;
	transition-opacity: right, border;
}

#page_general-abstract a.mini_button:hover {
	background: rgb(255, 255, 255);
	color: rgb(45, 89, 174);
}

#page_general-abstract a.mini_button:hover::after {
	right: 0;
	border-left-color: rgb(60, 30, 160);
}

#page_general-abstract .icon {
	display: inline-block;
	vertical-align: 4px;
	color: rgb(255, 255, 255);
	padding: 0 .5em .1em;
	font-size: .7em;
	background: rgb(255, 0, 0);
	border-radius: .5em;
}

/*------------------------------
	page_specified-abstract
------------------------------*/
#page_specified-abstract .period {
	margin: 1.5em 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: rgb(210, 60, 60);
	line-height: 1.7;
}

#page_specified-abstract .extension {
	display: inline-block;
	width: 19em;
	color: rgb(255, 80, 80);
	vertical-align: top;
}

#page_specified-abstract .extension strike {
	color: rgb(255, 80, 80);
}

#page_specified-abstract .extension strike>.black {
	color: rgb(50, 50, 50);
}

#page_specified-abstract a.mini_button {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: .4em 0;
	padding: 0 1em 0 1.2em;
	background: rgb(45, 89, 150);
	border: solid 1px rgb(45, 89, 150);
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	font-size: 1.4rem;
	font-weight: 500;
	color: rgb(255, 255, 255);
	text-decoration: none;
	transition: .2s ease-out;
	transition-opacity: background, color;
	z-index: 1;
}

#page_specified-abstract a.mini_button::before {
	position: absolute;
	top: calc(50% - .25em);
	left: 5px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: .6em;
	height: .6em;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 230, 140, 1);
	border-width: .3em .2em .3em .4em;
	vertical-align: 10%;
	transition: .15s ease-out;
	transition-opacity: right, border;
}

#page_specified-abstract a.mini_button:hover {
	background: rgb(255, 255, 255);
	color: rgb(45, 89, 174);
}

#page_specified-abstract a.mini_button:hover::after {
	right: 0;
	border-left-color: rgb(60, 30, 160);
}



/*------------------------------
	page_cooperation
------------------------------*/
#page_cooperation dl.type01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: .7em 0;
	border-top: solid 1px rgb(200, 200, 200);
}

#page_cooperation dl.type01.w220 dt {
	margin: 0;
	width: 220px;
	font-weight: 700;
}

#page_cooperation dl.type01.w220 dd {
	margin: 0;
	width: calc(100% - 220px);
}

#page_cooperation .flowchart {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

#page_cooperation .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}

#page_cooperation .flowchart li::after {
	position: absolute;
	top: calc(50% - .3em);
	right: -33px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 1.6rem;
	height: 1rem;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 200, 100, 1);
	border-width: .8rem 0 .8rem 1rem;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

#page_cooperation .flowchart li:last-child::after {
	content: none;
}

#page_cooperation .flowchart li .name {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 1rem 1rem;
	padding-left: calc(1rem + 1.1em);
	width: 100%;
	height: 60px;
	background: rgb(180, 180, 180);
	font-size: 1.4rem;
	color: rgb(255, 255, 255);
	font-weight: 500;
	line-height: 1.4;
	text-indent: -1.1em;
}

#page_cooperation .flowchart li .description {
	margin: 0;
	padding: 1rem 1rem;
	width: 100%;
	min-height: 160px;
	background: rgb(230, 230, 230);
	font-size: 1.2rem;
}


/*------------------------------
	page_registration
------------------------------*/
#page_registration ul,
#page_registration ol {
	padding-left: 0;
}

#page_registration ul li,
#page_registration ol li {
	list-style: none;
}

#page_registration table.type01 tr:first-child th {
	background-color: rgb(68, 102, 156);
	color: white;
}

#page_registration table.type01 th:first-child {
	text-align: left;
}

#page_registration table.type01 td {
	text-align: center;
}

#page_registration dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-left: 1em;
}

#page_registration dt {
	width: 5em;
}

#page_registration dd {
	width: calc(100% - 5em);
	margin-left: 0;
}

#page_registration dl.type6 {
	margin-left: 0em;
}

#page_registration dl.type6 dt {
	width: 5.4em;
	text-indent: 0;

}

#page_registration dl.type6 dd {
	width: calc(100% - 5.4em);
	margin-left: 0;
	text-indent: 0;
}

#page_registration .period {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(240, 100, 80);
	line-height: 1.5;
	border: solid 2px rgb(255, 130, 130);
	padding: 1rem;
}

#page_registration .period .end_box {
	display: inline-block;
	vertical-align: top;
}

#page_registration .flowchart {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0;
	/*	font-size:.937rem;
*/
	line-height: 1.5;
	text-align: center;
	list-style: none;
}

#page_registration .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
}

#page_registration .bg_pink {
	margin: 0 .3em;
	padding: 0 .3em;
	background: rgb(240, 130, 150);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-weight: 500;
}

#page_registration .flowchart li::after {
	position: absolute;
	top: calc(50% - .3em);
	right: -17px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 2rem;
	height: 1rem;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 200, 100, 1);
	border-width: .8rem 0 .8rem 1rem;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

#page_registration .flowchart li:last-child {
	margin-right: 0;
}

#page_registration .flowchart li:last-child::after {
	content: none;
}

#page_registration .flowchart li .name {
	box-sizing: border-box;
	margin: 0;
	padding: .5rem .4rem;
	width: 90%;
	background: rgb(150, 160, 180);
	color: rgb(255, 255, 255);
	font-weight: 500;
}

#page_registration .flowchart li .description {
	margin: 0;
	padding: 1rem 0rem;
	width: 90%;
	min-height: 35px;
	background: rgb(210, 220, 230);
}

#page_registration .flowchart li .description.end {
	width: 100%;
	letter-spacing: -0.05em;
	padding: 24px 10px 10px 10px;
	background: rgb(80, 120, 180);
	color: rgb(255, 255, 255);
	font-size: 1.35rem;
}

#page_registration .step_box {
	margin: 50px 0 0 0px;
	padding-left: 18px;
	border-top: solid 3px rgb(80, 120, 180);
	border-left: solid 1px rgb(80, 120, 180);
}

#page_registration .button_box_wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#page_registration .button_box_wrap .button_box_inner_01,
#page_registration .button_box_wrap .button_box_inner_02 {
	width: 330px;
}

#page_registration .button_box_inner_01 p,
#page_registration .button_box_inner_02 p {
	text-align: center;
	line-height: 1.3;
}

#page_registration .button_box_wrap .button_box_inner_01,
#page_registration .button_box_wrap .button_box_inner_02 {
	margin-right: 1.25rem;
}

#page_registration .button_box_wrap ul {
	padding-inline-start: 0px;
}

#page_registration .button_box_wrap ul li {
	list-style: none;
	text-align: center;

}

#page_registration .button_box_wrap .button_box_inner_01 li a {
	text-decoration: none;
	background: rgb(140, 78, 204);
	color: rgb(255, 255, 255);
	display: block;
	border: solid 1px rgb(140, 78, 204);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}

#page_registration .button_box_wrap .button_box_inner_02 li a {
	text-decoration: none;
	background: rgb(50, 120, 220);
	color: rgb(255, 255, 255);
	display: block;
	border: solid 1px rgb(50, 120, 220);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}

#page_registration .button_box_wrap .button_box_inner_01 li a:hover {
	text-decoration: none;
	background: rgb(255, 255, 255);
	color: rgb(140, 78, 204);
	width: 20.625rem;
	display: block;
}

#page_registration .button_box_wrap .button_box_inner_02 li a:hover {
	text-decoration: none;
	background: rgb(255, 255, 255);
	color: rgb(50, 120, 220);
	width: 20.625rem;
	display: block;
}

#page_registration .step_summary {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: solid 1px rgb(80, 120, 180);
}

#page_registration .c2c>tbody>tr>td:nth-child(2) {
	text-align: center;
}

#page_registration .c3c>tbody>tr>td:nth-child(3) {
	text-align: center;
}

#page_registration .wrap_creditcard {}

#page_registration .creditcard {
	width: 100vw;

	display: flex;
}

#page_registration .creditcard img {
	height: 5vw;
}

#page_registration .ta_c .creditcard_security {
	max-width: 190px;
}

#page_registration .ta_c .creditcard_security02 {
	max-width: 360px;
}

#page_registration .card_new_line {
	text-indent: -1em;
	display: inline-block;
}


/*------------------------------
	page_participant
------------------------------*/
/*--テーブル--*/
#page_participant table.type01 {
	margin: 1em 0;
	border-collapse: collapse;
	line-height: 1.5;
	text-align: left;
	table-layout: fixed;
	width: 100%
}

#page_participant table.type01 th,
#page_participant table.type01 td {
	padding: .7em .8em;
	border-top: solid 1px rgb(200, 200, 200);
	border-bottom: solid 1px rgb(200, 200, 200);
	vertical-align: top;
}

#page_participant table.type01 th+*,
#page_participant table.type01 td+* {
	border-left: dotted 1px rgb(200, 200, 200);
}

#page_participant table.type01 th {
	background: rgb(250, 240, 220);
	font-weight: 500;
	text-align: left;
	width: 20%;
}

#page_participant table.type01 td {}

#page_participant .table_note {
	margin-top: .3em;
	font-weight: 700;
}


/*------------------------------
	page_exhibition
------------------------------*/
/*Accordion box*/
.main_area .ac_box_01 {
	margin-bottom: 2rem 0 0;
}

.main_area .ac_box_01>.ac_button {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 2rem 0 0;
	padding: .8em .5em .8em 2.5em;
	background: rgb(255, 255, 255);
	border: solid 1px rgb(160, 80, 0);
	font-size: 1.5rem;
	font-weight: 700;
	color: rgb(160, 80, 0);
	line-height: 1.4;
	cursor: pointer;
	transition: .1s ease-out;
	transition-property: background, color;
}

.main_area .ac_box_01>.ac_button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	border-top: solid 2px rgb(160, 80, 0);
}

.main_area .ac_box_01>.ac_button:hover::before {
	border-top: solid 2px rgb(255, 255, 255);
}

.main_area .ac_box_01>.ac_button::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	border-top: solid 2px rgb(160, 80, 0);
	transform: rotate(90deg);
	transition: transform .2s ease-out;
}

.main_area .ac_box_01>.ac_button:hover {
	background: rgb(160, 80, 0);
	color: rgb(255, 255, 255);
}

.main_area .ac_box_01>.ac_button:not(.clicked):hover::after {
	border-top: solid 2px rgb(255, 255, 255);
	transform: rotate(-90deg);
}

.main_area .ac_box_01>.ac_button.clicked {
	background: rgb(29, 42, 63);
	color: rgb(255, 255, 255);
}

.main_area .ac_box_01>.ac_button.clicked::after {
	transform: rotate(0deg);
	border-color: rgb(255, 255, 255);
}

.main_area .ac_box_01>a.ac_button:not(.clicked):hover::after {
	transform: rotate(-90deg);
}

.main_area .ac_box_01>a.ac_button:not(.clicked):hover {
	background: rgb(110, 130, 170);
	color: rgb(255, 255, 255);
}

.main_area .ac_box_01>a.ac_button.clicked {
	background: rgb(255, 255, 255);
	color: rgb(59, 19, 94);
}

.main_area .ac_box_01>a.ac_button.clicked::after {
	transform: rotate(90deg);
	border-color: rgb(59, 19, 94);
}

.main_area .ac_box_01>.ac_content {
	box-sizing: border-box;
	padding: .5em 5px .8em 10px;
	width: 100%;
	display: none;
}


/*------------------------------
	page_speakers
------------------------------*/

#page_speakers .period {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(240, 100, 80);
	line-height: 1.5;
	border: solid 2px rgb(255, 130, 130);
	padding: 1rem;
}

/*------------------------------
	page_links
------------------------------*/
#page_links dl dt {
	box-sizing: border-box;
	padding-left: 7px;
	border-left: solid 2px rgb(29, 42, 63);
	font-weight: 700;
}

#page_links dl dd {
	box-sizing: border-box;
	margin: 0 0 25px 0;
	padding-left: 7px;
	border-left: solid 2px rgb(29, 42, 63);
	font-weight: 500;
}

#page_links dl dd a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: rgb(59, 19, 94);
	text-decoration: none;
	word-break: break-all;
	transition: .2s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_links dl a:hover {
	padding-left: 10px;
	background: rgb(29, 42, 63);
	color: rgba(255, 255, 255, 1);
	border-radius: 4px;
}


/*------------------------------
	page_access
------------------------------*/

.horizontal-layout {
	display: flex;
}

/*------------------------------
	page_nursery
------------------------------*/
#page_nursery .contents_area section p {
	padding-left: 1em;
}

#page_nursery ul li {
	list-style: none;
}

/*------------------------------
	page_unit
------------------------------*/
#page_unit table.type01.style1 {
	table-layout: auto;

	th,
	td {
		vertical-align: middle;
	}

	td {
		border-left: 1px dotted #999;
	}

}

#page_unit dl {
	dt {
		font-size: 1.8rem;
		font-weight: 700;
		border-bottom: 2px dotted #999;
		border-left: 4px solid #1a32b9;
		width: fit-content;
		padding-right: 2em;
		margin-bottom: 1rem;
		margin-left: 1rem;
		padding-left: 1rem;
	}

	dd {
		font-size: 1.8rem;
	}
}

#page_unit p.table-title {
	margin-bottom: 0;
}

#page_unit table.unit {
	margin-top: 0;
	font-size: 1.4rem;

	th,
	td {
		vertical-align: middle;
		padding: 0.5rem;
		text-align: center;
	}

	th:first-child {
		width: 120px;
	}

	th:nth-child(2),
	td:nth-child(2) {
		width: 120px;
		text-align: left;
	}

	th:nth-child(3) {
		width: 120px;
	}

	th:nth-child(5) {
		width: 120px;
	}
}

#page_unit table.unit2 {
	margin-top: 0;
	font-size: 1.4rem;

	th {
		vertical-align: middle;
		padding: 0.5rem;
	}

	th:first-child {
		width: 120px;
	}

	ul,
	li {
		margin: 0;
		padding: 0;
	}

	li {
		margin-left: 1em;
	}

	.btn {
		display: block;
		position: relative;
		text-align: center;
		margin: 0.2em auto 1em;
		padding: .6em 1em .6em .8em;
		width: 80%;
		background: rgb(55, 90, 150);
		border: solid 1px rgb(55, 90, 150);
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		font-weight: 500;
		color: rgb(255, 255, 255);
		text-decoration: none;
		transition: .2s ease-out;
		z-index: 1;
	}

	.btn::after {
		position: absolute;
		top: calc(50% - .3em);
		right: 4px;
		content: "";
		display: block;
		box-sizing: border-box;
		width: .6em;
		height: .6em;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 230, 140, 1);
		border-width: .3em .2em .3em .4em;
	}

	a:hover {
		background: rgb(255, 255, 255);
		color: rgb(55, 90, 150);
	}

	.main_area .button_box a:hover::after {
		right: 0;
		border-left-color: rgb(59, 19, 94);
	}
}

#page_unit .toc-list {
	display: block;
}

#page_mice-navi {
	.img-wrap {
		width: 100%;
		text-align: center;

		.h {
			width: auto;
			height: 200px;
			display: inline-block;
		}

		.qr {
			width: 150px;
			height: 150px;
			background-color: #999;
			display: block;
			margin: 0 auto;

			img {
				width: 100%;
				aspect-ratio: 1 / 1;
				border: 1px solid #666;
				box-sizing: border-box;
			}

		}

		.sam {
			filter: blur(3px);
		}
	}

	dl {
		display: flex;
		flex-wrap: wrap;

		dt,
		dd {
			padding: 0.2em 0.5em;
			border: 1px solid #1e1e1e;
			box-sizing: border-box;
		}

		dt {
			display: inline-block;
			width: 150px;
			height: auto;
			margin: 0;
			text-align: center;
			vertical-align: middle;
			background-color: rgb(245, 249, 255);
			margin-bottom: -1px;
		}

		dd {
			display: inline-block;
			margin: 0;
			width: calc(100% - 150px);
			margin-left: -1px;
			margin-bottom: -1px;
		}
	}
}

#page_mice-navi .img-wrap.navi {
	>img {
		width: 100%;
	}

	a img {
		width: 300px;
	}
}