@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;
	background:
		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 {}

#page_home .meeting_info .large {
	display: block;
}

#page_home .meeting_info .sp-small {
	display: none;
}

#page_home .important_notice02,
.important_notice01 {
	background: rgb(255, 255, 255);
	border: solid 2px rgb(250, 80, 80);
	padding: 1.6rem 2.0rem;
	font-size: 1.55rem;
	line-height: 1.6;
}

#page_home .important_notice02 h2,
.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 .important_notice02 p {
	margin: 0px;
	font-size: 1.55rem;
}

#page_home .important_notice02 p.title {
	font-size: 1.7rem;
	font-weight: bold;
}

#page_home .important_notice02 p.question {
	font-weight: bold;
}

#page_home .important_notice02 hr {
	border: none;
	border-bottom: dotted 1px rgb(180, 180, 180);
}

#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(29, 32, 136);
	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;
}

.change_log dl dt::before {
	box-sizing: border-box;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	background: rgb(29, 32, 136);
	border-radius: 2.5px;
	vertical-align: 10%;
}

#page_home .change_log dl dd a {
	color: rgb(29, 32, 136);
}

#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_home dl.type02 {
	display: flex;
	flex-wrap: wrap;
}

#page_home dl.type02 dt {
	width: 4em;
	text-align: right;
}

#page_home dl.type02 dd {
	margin-left: 8px;
	width: calc(100% - 130px);
}

#page_home dl.name_affi {
	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;
}



/*--ボタン--*/
#page_home .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;
}

#page_home .button_box.sp_around {
	justify-content: space-around;
}

#page_home .button_box li {
	width: 80%;
	margin: 0 auto;
}

#page_home .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(220, 55, 30);
	border: solid 1px rgb(220, 55, 30);
	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;
}

#page_home .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;
}

#page_home .button_box a:hover {
	background: rgb(255, 255, 255);
	color: rgb(29, 32, 136);
}

#page_home .button_box a:hover::after {
	right: 0;
	border-left-color: rgb(29, 32, 136);
}


#page_home .button_box li a.another {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: .6em 1em .6em .8em;
	width: 100%;
	background: rgb(223, 138, 50);
	border: solid 1px rgb(223, 138, 50);
	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;
}

#page_home .button_box a.another:hover {
	background: rgb(255, 255, 255);
	color: rgb(29, 32, 136);
}


#page_home .button_box li.w3 {
	width: 32%;
}

#page_home .button_box li.w2 {
	width: 49%;
}

#page_home .button_box.m_large {
	margin-top: 4rem;
}

#page_home .button_box li.disabled a {
	pointer-events: none;
	cursor: default;
	background: rgb(204, 204, 204);
}



@media screen and (max-width:960px) {
	#page_home {
		width: calc(100% - 190px);
	}

	#page_home .change_log .log_outer {
		height: 250px;
	}
}

@media screen and (max-width:800px) {
	#page_home {
		/*padding:10px 0 0;*/
		width: 100%;
	}

	#page_home .meeting_info .large {
		display: none;
	}

	#page_home .meeting_info .sp-small {
		display: block;
	}

	#page_home .change_log .log_outer {
		height: 200px;
	}

	#page_home .meeting_list {
		padding: 30px 25px;
	}

	#page_home .meeting_list li img {
		max-width: 250px;
	}

	#page_home .meeting_list li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	#page_home dl.type02 dd {
		width: calc(100% - 120px);
	}
}

@media screen and (max-width:600px) {
	#page_home img.pc {
		display: none;
	}

	#page_home img.sp {
		display: inline-block;
	}

	#page_home .change_log {
		padding: 20px 20px;
	}

	#page_home .change_log dl dt {
		padding-bottom: 0;
		padding-left: 1.1em;
		border-bottom: none;
		font-weight: 500;
	}

	#page_home .change_log dl dt::before {
		top: 55%;
		transform: none;
	}

	#page_home .change_log dl dd {
		padding-top: 0;
		padding-left: 1.1em;
		width: 100%;
	}

	#page_home .change_log dl dt,
	#page_home .change_log dl dd {
		width: 100%;
	}
}

/*----- page_message -----*/
#page_message .profile {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#page_message .photo,
#page_message .title,
#page_message .name,
#page_message .affi {
	padding-right: 1rem;
	text-align: right;
	line-height: 1.5;
}

#page_message .photo {
	margin: 0 0 0 1.5rem;
	vertical-align: bottom;
}

#page_message .photo img {
	width: 150px;
}

#page_message .title {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 1.4rem;
	font-weight: 800;
}

#page_message .name {
	margin: .3em 0;
	font-size: 1.8rem;
	font-weight: 700;
}

#page_message .affi {
	margin-top: 0;
	font-size: 1.4rem;
}

#page_message .date {
	padding-right: 1rem;
	text-align: right;
}

/*--段落下げ--*/
#page_message .indent1 {
	text-indent: 1em;
}

@media screen and (max-width: 500px) {
	#page_message .profile {
		flex-flow: column;
		align-items: flex-end;
		flex-direction: column-reverse;
	}
}

/*----- 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: 155px;
	font-weight: 700;
	color: rgb(73, 109, 73);
}

/*#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% - 155px);
}

#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;
}

@media screen and (max-width:520px) {
	#page_overview dl dt {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	#page_overview dl dd {
		padding-top: 0;
		width: 100%;
	}
}


/*----- page_program -----*/
#page_program h4 {
	position: relative;
	margin: 1.5em 0 0;
	padding-bottom: 0;
	padding-left: 1.1em;
	font-weight: 400;
	border-bottom: none;
	font-size: 2.0rem;
	line-height: 1.4;
}

#page_program h4::before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: .5em;
	left: .1em;
	display: inline-block;
	margin-right: 8px;
	margin-left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}


#page_program .date_and_time {
	margin-top: -.5rem;
	margin-bottom: 0;
	padding: .3em .4em;
	/*border-bottom: solid 1px rgb(200, 200, 200);*/
	font-size: .85em;
	font-weight: 700;
	text-align: right;
	line-height: 1.5;
}

#page_program .co-hosted-by {
	margin-top: -.5rem;
	padding: .3em .4em;
	/*border-bottom: solid 1px rgb(200, 200, 200);*/
	font-size: .95em;
	font-weight: 700;
	text-align: right;
	line-height: 1.5;
}

#page_program .date_and_time .red_box {
	display: inline-block;
	padding: 0 5px;
	background: rgb(240, 30, 30);
	font-size: .937em;
	color: rgb(255, 255, 255);
}

#page_program .session_theme {
	margin: .8em 0 .8em 1rem;
	padding-bottom: .3em;
	font-size: 1.125em;
	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 1em;
	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 dt.chairperson {
	margin: 0;
	width: 110px;
	border: solid 1px rgb(4, 58, 80);
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
	background: rgb(4, 58, 80);
	color: rgb(255, 255, 255);
	text-align: center;
	float: left;
}


#page_program .speakers_box dd {
	margin: 0 0 0 125px;
	padding-bottom: .6em;
	font-size: .937em;
	font-weight: 700;
}

#page_program .speakers_box dd .title {
	display: block;
	margin-top: .5em;
	margin-bottom: .2em;
	padding-bottom: .2em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 1.1em;
	color: rgb(100, 40, 0);
	line-height: 1.4;
}

#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;
}

@media screen and (max-width: 900px) {
	#page_program .speakers_box dd .affi {
		display: inline;
	}
}


#page_program .sub_title {
	float: right;
	font-size: 1.5rem;
	line-height: 2em;
}



#page_program .float-img {
	width: 20vw;
	max-width: 100px;
	float: right;
	margin-left: 0.2em;
	margin-bottom: 1em;
	box-shadow: 0 0 2px #999;
}

a:hover:has(.float-img) {
	opacity: 0.7;
}



#section_index {
	border: 1px solid rgb(69, 126, 126);
	background: rgb(222, 237, 214);
	margin: 2rem auto;
	padding: 1rem;
}

#section_index p {
	text-align: center;
	font-weight: 600;
}

#section_index .toc-list {
	display: flex;
	flex-wrap: wrap;
	/* 要素がコンテナ幅を超えたら折り返す */
	margin: 1rem auto;
	padding-left: 2em;
	/* デフォルトのパディングを削除 */
	list-style: none;
	/* デフォルトのマーカーを非表示 */
}

#section_index .toc-list li {
	flex-basis: 48%;
	/* 各項目がコンテナの25%の幅を持つように設定（4列） */
	box-sizing: border-box;
	/* paddingを含めて幅を計算 */
	padding-left: 1.2em;
	/* ▶の表示領域を確保 */
	position: relative;
	/* ::beforeの位置決めの基準 */
	margin-bottom: 1rem;
	/* 各行の間に余白を追加 */
}

/* ::before疑似要素で▶を各liの先頭に追加 */
#section_index .toc-list li::before {
	content: '▶';
	position: absolute;
	left: 0;
	top: 0.2em;
	/* 上下の位置を微調整 */
	font-size: 0.8em;
	/* アイコンのサイズを調整 */
	color: rgb(83, 31, 129);
	/* アイコンの色を指定 */
}

#section_index .toc-list a {
	font-size: 1em;
	/*text-decoration: none;*/
	/*color: inherit;*/
	/* 親要素の色を継承 */
	color: rgb(83, 31, 129);
}

#section_index .toc-list a:hover {
	opacity: 0.6;
}






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

		li {
			/* margin-bottom: 0.5rem; */
}

a {
	color: rgb(30, 30, 30);
	font-size: 1.4rem;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}
}
}

*/

/*----------------------------------
	Accordion box
----------------------------------*/
#page_program .ac_box_01 {
	margin-bottom: 2rem 0 0;
}

#page_program .ac_box_01>.ac_button_01 {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: .5em 0 1em 1.1em;
	padding: .3em .3em .3em 3em;
	background: rgb(0, 70, 155);
	border: solid 1px rgb(0, 70, 155);
	width: fit-content;
	font-size: .9em;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	cursor: pointer;
	transition: .1s ease-out;
	transition-property: background, color;
}

#page_program .ac_box_01>.ac_button_01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 15px;
	border-top: solid 1px rgb(255, 255, 255);
}

#page_program .ac_box_01>.ac_button_01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 15px;
	border-top: solid 1px rgb(255, 255, 255);
	transform: rotate(90deg);
	transition: transform .2s ease-out;
}

#page_program .ac_box_01>.ac_button_01:not(.clicked):hover {
	background: rgb(110, 130, 170);
	color: rgb(255, 255, 255);
}

#page_program .ac_box_01>.ac_button_01:not(.clicked):hover::after {
	transform: rotate(-90deg);
}

#page_program .ac_box_01>.ac_button_01.clicked {
	background: rgb(0, 70, 155);
	color: rgb(255, 255, 255);
}

#page_program .ac_box_01>.ac_button_01.clicked::after {
	transform: rotate(0deg);
	border-color: rgb(255, 255, 255);
}

#page_program .ac_box_01>a.ac_button_01:not(.clicked):hover {
	background: rgb(110, 130, 170);
	color: rgb(255, 255, 255);
}

#page_program .ac_box_01>a.ac_button_01:not(.clicked):hover::after {
	transform: rotate(-90deg);
}

#page_program .ac_box_01>a.ac_button_01.clicked {
	background: rgb(255, 255, 255);
	color: rgb(0, 70, 155);
}

#page_program .ac_box_01>a.ac_button_01.clicked::after {
	transform: rotate(90deg);
	border-color: rgb(0, 70, 155);
}

#page_program .ac_box_01>.ac_content01 {
	box-sizing: border-box;
	padding: 0 5px .8em 10px;
	width: 100%;
	display: none;
}

#page_program .ac_box_01>.ac_content01 p {
	margin: 0;
}

#page_program .ac_box_01>p.keyword {
	margin: 0;
}


@media screen and (max-width: 500px) {
	#page_program .speakers_box dt {
		float: none;
		width: 80px;
		font-size: .8em;
	}

	#page_program .speakers_box dd {
		font-size: .8em;
		display: block;
		margin: 0 0 0 0px;
	}

	#page_program .sub_title {
		float: none;
		display: block;
		font-size: 1.3rem;
		line-height: 2em;
	}
}


/*----- page_coi -----*/
#page_coi .coi_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#page_coi .coi_item {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

#page_coi .coi_item p {
	text-align: center;
}

#page_coi .coi_img {
	max-width: 340px;
	border: solid 1px rgb(60, 60, 60);
}

#page_coi .coi_img img {
	width: 100%;
}


/*----- page_abstract -----*/
#page_abstract .period {
	margin: 1.5em 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: rgb(210, 60, 60);
	line-height: 1.7;
}

#page_abstract .extension {
	display: inline-block;
	width: 19em;
	color: rgb(255, 80, 80);
	vertical-align: top;
}

#page_abstract .extension strike {
	color: rgb(255, 80, 80);
}

#page_abstract .extension strike>.black {
	color: rgb(50, 50, 50);
}

#page_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_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_abstract a.mini_button:hover {
	background: rgb(255, 255, 255);
	color: rgb(45, 89, 174);
}

#page_abstract a.mini_button:hover::after {
	right: 0;
	border-left-color: rgb(60, 30, 160);
}

/*------ access ------*/
#page_access .access_map {
	text-align: center;
}

#page_access .access_map img {
	width: 100%;
	max-width: 650px;
}

#page_access .facility {
	margin-top: 0;
}

#page_access .facility dt {
	margin-top: 15px;
}

#page_access .facility :first-child {
	margin-top: 0;
}

#page_access .facility dd {
	margin-left: 21px;
}

#page_access .facility dt>span {
	display: inline-block;
	padding-right: 5px;
	color: rgb(0, 152, 13);
}

#page_access .from_a dt {
	margin-top: 20px;
	font-weight: 700;
}

#page_access .from_a dd {
	margin-left: 16px;
}

#page_access .venue_info {
	box-sizing: border-box;
	margin-top: 35px;
	padding: 5px 20px 15px;
	background: rgba(85, 160, 197, .1);
}

#page_access .venue_info .name {
	margin-bottom: 10px;
	font-size: 2.6rem;
}

#page_access .venue_info .address {
	margin-top: 0;
}

#page_access .googlemap {
	width: 100%;
	height: 450px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

/*----- page_links -----*/
#page_links dl dt {
	box-sizing: border-box;
	padding-left: 7px;
	border-left: solid 2px rgb(73, 109, 73);
	font-weight: 700;
}

#page_links dl dd {
	box-sizing: border-box;
	margin: 0 0 25px 0;
	padding-left: 7px;
	border-left: solid 2px rgb(73, 109, 73);
	font-weight: 500;
}

#page_links dl dd a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: rgb(29, 32, 136);
	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(73, 109, 73);
	color: rgba(255, 255, 255, 1);
	border-radius: 4px;
}

/*----- page_sponsors -----*/
#page_sponsors 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_sponsors dl.type01.w220 dt {
	margin: 0;
	width: 220px;
	font-weight: 700;
}

#page_sponsors dl.type01.w220 dd {
	margin: 0;
	width: calc(100% - 220px);
}

#page_sponsors .flowchart {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

#page_sponsors .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}

#page_sponsors .flowchart li::after {
	position: absolute;
	top: calc(50% - .3em);
	right: -31px;
	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_sponsors .flowchart li:last-child::after {
	content: none;
}

#page_sponsors .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_sponsors .flowchart li .description {
	margin: 0;
	padding: 1rem 1rem;
	width: 100%;
	min-height: 160px;
	background: rgb(230, 230, 230);
	font-size: 1.2rem;
}

@media screen and (max-width:560px) {
	#page_sponsors dl.type01 dt {
		margin: 0;
		width: 100%;
		font-weight: 700;
		border-bottom: none;
	}

	#page_sponsors dl.type01 dd {
		margin: 0;
		width: 100%;
		padding-top: 0rem;
	}

	#page_sponsors dl.type01 {
		display: block;
	}

	#page_sponsors dl.type01.w220 dt {
		margin: 0;
		padding-bottom: 0;
		width: 100%;
		font-weight: 700;
		border-bottom: none;
	}

	#page_sponsors dl.type01.w220 dd {
		margin: 0;
		width: 100%;
	}

	#page_sponsors ol.flowchart {
		display: block;
	}

	#page_sponsors .flowchart li {
		margin-top: 3rem;
		width: 100%;
	}

	#page_sponsors .flowchart li .description {
		margin: 0;
		padding: 1rem 1rem;
		width: 100%;
		min-height: 100px;
		background: rgb(230, 230, 230);
		font-size: 1.4rem;
	}

	#page_sponsors .flowchart li::after {
		position: absolute;
		top: calc(50% - -6.5em);
		right: 50%;
		content: "";
		display: block;
		box-sizing: border-box;
		width: 1.6rem;
		height: 2rem;
		border-style: solid;
		border-color: rgba(255, 200, 100, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-width: 1rem 1rem 1rem 1rem;
	}
}


/*------------------------------
	page_sponsor_application
------------------------------*/
#page_sponsor_application dl.type01 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-top: solid 1px rgb(200, 200, 200);
}

#page_sponsor_application dl.type01 dt,
#page_sponsor_application dl.type01 dd {
	box-sizing: border-box;
	padding: 1.2em 0.6em;
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_sponsor_application dl.type01 dt {
	margin: 0;
	width: 250px;
	font-weight: 700;
	color: rgb(13, 103, 172);
}

/*##page_sponsor_application 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_sponsor_application dl.type01 dd {
	margin: 0;
	width: calc(100% - 250px);
}

#page_sponsor_application dl.type01 dd .affi {
	display: block;
	line-height: 1.5;
	font-size: 1.4em;
}

#page_sponsor_application .flowchart {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0;
	font-size: 1.437rem;
	line-height: 1.5;
	text-align: center;
	list-style: none;
}

#page_sponsor_application .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin-right: 24px;
}

#page_sponsor_application .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_sponsor_application .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_sponsor_application .flowchart li:last-child {
	margin-right: 0;
}

#page_sponsor_application .flowchart li:last-child::after {
	content: none;
}

#page_sponsor_application .flowchart li .name {
	box-sizing: border-box;
	margin: 0 0 -5px 0;
	padding: .5rem 1rem;
	width: 90%;
	height: 30px;
	background: rgb(150, 160, 180);
	color: rgb(255, 255, 255);
	font-weight: 500;
}

#page_sponsor_application .flowchart li .description {
	box-sizing: border-box;
	margin: 0;
	padding: 1rem 1rem;
	width: 90%;
	height: 80%;
	background: rgb(210, 220, 230);
	text-align: left;
}

#page_sponsor_application .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;
}

@media (max-width:600px) {
	#page_sponsor_application .step_box {
		margin: 0px;
		padding-left: 18px;
		border-top: solid 3px rgb(80, 120, 180);
		border-left: solid 1px rgb(80, 120, 180);
	}

	#page_sponsor_application .flowchart {
		display: block;
		justify-content: space-between;
		margin: 1rem 0;
		padding: 0;
		list-style: none;

	}

	#page_sponsor_application .flowchart li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-top: 3rem;
	}

	#page_sponsor_application .flowchart li .name {
		box-sizing: border-box;
		margin: 0;
		padding: .5rem .4rem;
		width: 100%;
		background: rgb(150, 160, 180);
		color: rgb(255, 255, 255);
		font-weight: 500;
	}

	#page_sponsor_application .flowchart li .description {
		margin: 0;
		padding: 1rem 1rem;
		width: 100%;
		min-height: 35px;
		background: rgb(210, 220, 230);
	}

	#page_sponsor_application .flowchart li .description.end {
		padding: 20px 10px 20px 10px;
	}

	#page_sponsor_application .flowchart li::after {
		position: absolute;
		top: 108%;
		right: 47%;
		content: "";
		display: block;
		box-sizing: border-box;
		width: 0rem;
		height: 0rem;
		border-style: solid;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid rgba(255, 200, 100, 1);
	}

	#page_sponsor_application dl.type01 dt {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	#page_sponsor_application dl.type01 dd {
		padding-top: 0;
		width: 100%;
	}
}


/*----- page_registration -----*/
#page_registration h4 {
	position: relative;
	margin: 1.5em 0 .4em;
	padding-bottom: .5em;
	padding-left: 0;
	border-bottom: solid 1px rgb(200, 200, 200);
	font-size: 1.8rem;
	line-height: 1.4;
}

#page_registration h4::before {
	box-sizing: border-box;
	content: none;
	position: absolute;
	top: .5em;
	left: .1em;
	display: inline-block;
	margin-right: 8px;
	margin-left: 3px;
	width: 10px;
	height: 10px;
	border: solid 2px rgb(22, 91, 191);
	border-radius: 5px;
}


#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);
	font-size: .9em;
}

#page_registration .flowchart li .description.end {
	display: flex;
	align-items: center;
	width: 100%;
	letter-spacing: -0.05em;
	padding: 9px;
	background: rgb(80, 120, 180);
	color: rgb(255, 255, 255);
	/*font-size: .9em;*/
}

#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 .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 {
	display: flex;
	justify-content: space-around;
}

#page_registration .step_box {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 18px;
	border-top: solid 3px rgb(80, 120, 180);
	border-left: solid 1px rgb(80, 120, 180);
}




/*--テーブル--*/
#page_registration table.type01 {
	margin: 1em 0;
	border-collapse: collapse;
	line-height: 1.5;
	text-align: left;
	table-layout: fixed;
	width: 100%
}

#page_registration table.type01 th,
#page_registration 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;
	text-align: center;
}

#page_registration table.type01 th+*,
#page_registration table.type01 td+* {
	border-left: dotted 1px rgb(200, 200, 200);
}

#page_registration table.type01 th {
	background: rgb(250, 240, 220);
	font-weight: 500;
	text-align: center;
}

#page_registration table.type01 td {}

#page_registration .table_note {
	margin-top: .3em;
	font-weight: 700;
}

#page_registration .deco_box01 {
	margin: 1.5rem 0;
	padding: 0rem 2rem 1rem;
	border: solid 2px rgb(201, 201, 201);
	border-radius: 3px;
}

#page_registration .ta_c {
	display: flex;
	justify-content: center;
}

#page_registration .triangle {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid rgb(22, 91, 191);
	margin: 0;
}


#page_registration .bg_green {
	margin: 0 .3em;
	padding: 0 .3em;
	background: rgb(18, 155, 22);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-weight: 500;
}

#page_registration .bg_blue {
	margin: 0 0.3em;
	padding: 0 0.3em;
	background: rgb(74, 102, 172);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-weight: 500;
}

@media screen and (max-width:830px) {
	#page_registration .ta_c .creditcard_security {
		max-width: 100%;
	}

	#page_registration .ta_c .creditcard_security02 {
		max-width: 100%;
	}
}

@media (max-width:600px) {
	#page_registration .step_box {
		margin: 0px;
		padding-left: 18px;
		border-top: solid 3px rgb(80, 120, 180);
		border-left: solid 1px rgb(80, 120, 180);
	}

	#page_registration .flowchart {
		display: block;
		justify-content: space-between;
		margin: 1rem 0;
		padding: 0;
		list-style: none;

	}

	#page_registration .flowchart li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-top: 3rem;
	}

	#page_registration .flowchart li .name {
		box-sizing: border-box;
		margin: 0;
		padding: .5rem .4rem;
		width: 100%;
		background: rgb(150, 160, 180);
		color: rgb(255, 255, 255);
		font-weight: 500;
	}

	#page_registration .flowchart li .description {
		margin: 0;
		padding: 1rem 0rem;
		width: 100%;
		min-height: 35px;
		background: rgb(210, 220, 230);
	}

	#page_registration .flowchart li .description.end {
		padding: 20px 10px 20px 10px;
	}

	#page_registration .flowchart li::after {
		position: absolute;
		top: 108%;
		right: 47%;
		content: "";
		display: block;
		box-sizing: border-box;
		width: 0rem;
		height: 0rem;
		border-style: solid;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid rgba(255, 200, 100, 1);
	}
}


/*----- participants -----*/
/*--テーブル--*/
#page_participants table.type01 {
	margin: 1em 0;
	border-collapse: collapse;
	line-height: 1.5;
	text-align: left;
	table-layout: fixed;
	width: 100%
}

#page_participants table.type01 th,
#page_participants 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_participants table.type01 th+*,
#page_participants table.type01 td+* {
	border-left: dotted 1px rgb(200, 200, 200);
}

#page_participants table.type01 th {
	background: rgb(250, 240, 220);
	font-weight: 500;
	text-align: left;
	width: 20%;
}

#page_participants table.type01 td {}

#page_participants .table_note {
	margin-top: .3em;
	font-weight: 700;
}


@media screen and (max-width:830px) {
	#page_participants .ta_c .creditcard_security {
		max-width: 100%;
	}

	#page_participants .ta_c .creditcard_security02 {
		max-width: 100%;
	}
}

@media (max-width:600px) {
	#page_participants .step_box {
		margin: 0px;
		padding-left: 18px;
		border-top: solid 3px rgb(80, 120, 180);
		border-left: solid 1px rgb(80, 120, 180);
	}

	#page_participants .flowchart {
		display: block;
		justify-content: space-between;
		margin: 1rem 0;
		padding: 0;
		list-style: none;

	}

	#page_participants .flowchart li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-top: 3rem;
	}

	#page_participants .flowchart li .name {
		box-sizing: border-box;
		margin: 0;
		padding: .5rem .4rem;
		width: 100%;
		background: rgb(150, 160, 180);
		color: rgb(255, 255, 255);
		font-weight: 500;
	}

	#page_participants .flowchart li .description {
		margin: 0;
		padding: 1rem 0rem;
		width: 100%;
		min-height: 35px;
		background: rgb(210, 220, 230);
	}

	#page_participants .flowchart li .description.end {
		padding: 20px 10px 20px 10px;
	}

	#page_participants .flowchart li::after {
		position: absolute;
		top: 108%;
		right: 47%;
		content: "";
		display: block;
		box-sizing: border-box;
		width: 0rem;
		height: 0rem;
		border-style: solid;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid rgba(255, 200, 100, 1);
	}
}


#page_holding_form h3 .small {
	font-size: 1.2rem;
	color: rgb(0, 0, 0);
}

#page_holding_form .period {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	border: solid 2px rgb(255, 130, 130);
	padding: 1rem;
}


/*------------------------------
	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(73, 109, 73);
	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(29, 32, 136);
}

.main_area .ac_box_01>a.ac_button.clicked::after {
	transform: rotate(90deg);
	border-color: rgb(29, 32, 136);
}

.main_area .ac_box_01>.ac_content {
	box-sizing: border-box;
	padding: .5em 5px .8em 10px;
	width: 100%;
	display: none;
}

/*----- page_access -----*/
#page_access dl dt {
	box-sizing: border-box;
	padding-left: 7px;
	border-left: solid 2px rgb(150, 60, 62);
	font-weight: 700;
}

#page_access dl dd {
	box-sizing: border-box;
	margin: 0 0 25px 0;
	padding-left: 7px;
	border-left: solid 2px rgb(150, 60, 62);
	font-weight: 500;
}

#page_access dl dd a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: rgb(150, 60, 62);
	text-decoration: none;
	word-break: break-all;
	transition: .2s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_access dl a:hover {
	padding-left: 10px;
	background: rgb(150, 60, 62);
	color: rgba(255, 255, 255, 1);
	border-radius: 4px;
}


/*----- page_hands-on-seminar -----*/
/*-- モーダル --*/
#page_hands-on-seminar .ac_box01 .ac_button {
	box-sizing: border-box;
	display: block;
	margin: 1em auto;
	padding: .3em 0;
	max-width: 250px;
	/*--親要素の大きさに合わせる時は必要なし--*/
	width: 100%;
	/*--親要素の大きさに合わせる時は必要なし--*/
	/*background: rgb(35, 37, 132);*/
	background-image: linear-gradient(45deg, rgba(103, 126, 250, 1), rgba(35, 37, 132, 1));
	/*border-bottom: solid 2px rgb(35, 37, 132);*/
	border-radius: 1em;
	box-shadow: 0 0 5px rgb(255, 255, 255);
	font-size: 1.125em;
	color: rgb(255, 255, 255);
	/*font-weight: 700;*/
	line-height: 1.5;
	cursor: pointer;
	transition: opacity .2s ease-out;
	text-align: center;
}

#page_hands-on-seminar .ac_box01 .ac_button:hover {
	opacity: .65;
}

#page_hands-on-seminar .ac_content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

#page_hands-on-seminar .ac_content.is-show {
	opacity: 1;
	visibility: visible;
}

#page_hands-on-seminar .ac_content>.inner {
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	max-width: 700px;
	width: 90%;
	max-height: 80%;
	padding: .5rem 1.5rem;
	background-color: rgb(255, 255, 255);
	font-size: .875em;
	line-height: 1.4;
	z-index: 2;
	overflow-y: auto;
	transform: translate(-50%, -50%);
}

#page_hands-on-seminar .ac_content .session {
	margin: 1.2em 0 0;
	font-size: 1.2em;
}

#page_hands-on-seminar .ac_content .title {
	position: relative;
	margin: 0 0 .8em;
	padding-bottom: .6em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 1.2em;
	font-weight: 700;
	color: rgb(35, 37, 132);
}

#page_hands-on-seminar .ac_content .date {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: .5rem;
	padding-bottom: .8em;
	font-size: .937rem;
	color: rgb(60, 60, 60);
	text-align: right;
}

#page_hands-on-seminar .role {
	display: inline-block;
	border: solid 1px rgb(35, 37, 132);
	background: rgb(35, 37, 132);
	font-size: .75em;
	color: rgb(255, 255, 255);
	padding: .3rem;
}

#page_hands-on-seminar .shorvoice-speaker {
	border: 1px solid rgb(35, 37, 132);
	margin-bottom: 20px;
}

#page_hands-on-seminar .ac_content p {
	margin: 5px;
}

#page_hands-on-seminar .ac_content .name {
	font-weight: 800;
}

#page_hands-on-seminar .ac_content .name {
	font-weight: 800;
}

#page_hands-on-seminar .ac_content .announcement {
	margin-top: 1rem;
}

#page_hands-on-seminar .ac_content .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#page_hands-on-seminar .ac_content .close-btn {
	font-size: 20px;
	color: rgb(51, 51, 51);
}

#page_hands-on-seminar .ac_content .black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1;
	cursor: pointer;
}


/*--ボタン--*/
#page_hands-on-seminar .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;
}

#page_hands-on-seminar .button_box.sp_around {
	justify-content: space-around;
}

#page_hands-on-seminar .button_box li {
	width: 80%;
	margin: 0 auto;
}

#page_hands-on-seminar .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(255, 255, 255);
	/*background-image: radial-gradient(circle, rgba(124, 106, 255, 1), rgba(200, 200, 255, 1) 90%);*/
	border: solid 1px rgb(255, 0, 0);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 1em;
	font-weight: 700;
	color: rgb(255, 0, 0);
	text-decoration: none;
	transition: .2s ease-out;
	transition-opacity: background, color;
	z-index: 1;
}

#page_hands-on-seminar .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, 0, 0, 1);
	border-width: .3em .2em .3em .4em;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

#page_hands-on-seminar .button_box a:hover {
	background: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
}

#page_hands-on-seminar .button_box a:hover::after {
	right: 0;
	border-left-color: rgb(35, 32, 132);
}

#page_hands-on-seminar .button_box li.w3 {
	width: 32%;
}

#page_hands-on-seminar .button_box li.w2 {
	width: 49%;
}

#page_hands-on-seminar .button_box.m_large {
	margin-top: 4rem;
}

#page_hands-on-seminar .button_box li.disabled a {
	pointer-events: none;
	cursor: default;
	background: rgb(204, 204, 204);
}

/*--テーブル--*/
#page_hands-on-seminar table.type01 {
	margin: 1em 0;
	border-collapse: collapse;
	line-height: 1.5;
	text-align: left;
	table-layout: fixed;
	width: 100%
}

#page_hands-on-seminar table.type01 th,
#page_hands-on-seminar 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_hands-on-seminar table.type01 th+*,
#page_hands-on-seminar table.type01 td+* {
	border-left: dotted 1px rgb(200, 200, 200);
}

#page_hands-on-seminar table.type01 th {
	background: rgba(35, 37, 132, .8);
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-align: center;
}

#page_hands-on-seminar table.type01 td {}

#page_hands-on-seminar .table_note {
	margin-top: .3em;
	font-weight: 700;
}

#page_hands-on-seminar s .black {
	color: rgba(60, 60, 60, 1.00)
}


/*--見出し系--*/
#page_hands-on-seminar h3 {
	margin: 2em 0 .4em;
	padding: .2em .5em .3em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	border-left: solid 5px rgb(73, 109, 73);
	font-size: 2.2rem;
	font-weight: 700;
	color: rgb(35, 37, 132);
	line-height: 1.3;
	letter-spacing: .03em;
}

/*--連番--*/
#page_hands-on-seminar ol.notes_box {
	font-size: .875em;
	padding-left: 25px;
}

/*----- page_question -----*/
/*--見出し--*/
#page_question h3 {
	font-weight: 500;
	color: rgba(35, 37, 132, 1);
}

/*--連番--*/
#page_question ol {
	padding-left: 25px;
}

#page_question ol.notes_box {
	font-size: .875em;
}

/*-- テーブル --*/
#page_question table.type01 {
	font-size: .875em;
	line-height: 1.2;
}

#page_question table.type01 th {
	width: 20%;
	background-color: rgba(35, 37, 132, .8);
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-align: justify;
	text-align-last: justify;
	vertical-align: middle;
}

#page_question table.type01 td {
	border-right: solid 1px rgb(200, 200, 200);
}

#page_question table.type01 ol,
#page_question table.type01 ul {
	margin: 0px;
	padding: 0px;
	padding-right: 0.8em;
	padding-left: 1.2em;
}

#page_question table.type01 li {
	padding-bottom: 0.35em;
}

#page_question .comment_text {
	color: rgb(0, 0, 0);
	background: rgb(230, 230, 230);
	border-radius: 6px;
	font-weight: 600;
}

/*-- モーダル --*/
#page_question .ac_box01 .ac_button {
	box-sizing: border-box;
	display: block;
	margin: 1em auto;
	padding: .3em 0;
	/*
	background-image: linear-gradient(45deg, rgba(103, 126, 250, 1), rgba(35, 37, 132, 1));
	max-width: 250px;
	*/
	width: 100%;
	background-color: rgba(103, 126, 250, 1);
	border-radius: 1em;
	box-shadow: 0 0 5px rgb(255, 255, 255);
	font-size: 1.125em;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	cursor: pointer;
	transition: opacity .2s ease-out;
	text-align: center;
}

#page_question .ac_box01 .ac_button:hover {
	opacity: .65;
}

#page_question .ac_content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

#page_question .ac_content.is-show {
	opacity: 1;
	visibility: visible;
}

#page_question .ac_content>.inner {
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	max-width: 700px;
	width: 90%;
	max-height: 80%;
	padding: .5rem 1.5rem;
	background-color: rgb(255, 255, 255);
	/*font-size: .875em;*/
	line-height: 1.4;
	z-index: 2;
	overflow-y: auto;
	transform: translate(-50%, -50%);
	border-radius: 1em;

}

#page_question .ac_content p {
	margin: 5px;
	font-size: 1.5rem;
}

#page_question .ac_content .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#page_question .ac_content .close-btn {
	font-size: 20px;
	color: rgb(51, 51, 51);
}

#page_question .ac_content .black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1;
	cursor: pointer;
}

/*--ボタン--*/
#page_question .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;
}

#page_question .button_box.sp_around {
	justify-content: space-around;
}

#page_question .button_box li {
	width: 80%;
	margin: 0 auto;
}

#page_question .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(255, 255, 255);
	/*background-image: radial-gradient(circle, rgba(124, 106, 255, 1), rgba(200, 200, 255, 1) 90%);*/
	border: solid 1px rgb(255, 0, 0);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 1em;
	font-weight: 700;
	color: rgb(255, 0, 0);
	text-decoration: none;
	transition: .2s ease-out;
	transition-opacity: background, color;
	z-index: 1;
}

#page_question .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, 0, 0, 1);
	border-width: .3em .2em .3em .4em;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

#page_question .button_box a:hover {
	background: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
}

#page_question .button_box a:hover::after {
	right: 0;
	border-left-color: rgb(35, 32, 132);
}

#page_question .button_box li.w3 {
	width: 32%;
}

#page_question .button_box li.w2 {
	width: 49%;
}

#page_question .button_box.m_large {
	margin-top: 4rem;
}

#page_question .button_box li.disabled a {
	pointer-events: none;
	cursor: default;
	background: rgb(204, 204, 204);
}

/*--- #page_ondemand ---*/

#page_ondemand .contents_area dl.type01,
#page_ondemand .contents_area dl.type01 dt,
#page_ondemand .contents_area dl.type01 dd {
	border: none;
	padding: 0;
}

#page_ondemand .contents_area dl.type01 dt {
	width: 149px;
}

#page_ondemand .contents_area .on_border_box {
	border-top: dotted 1px rgb(180, 180, 180);
	margin: 0 0 2em 1em;
}

#page_ondemand .contents_area dl.type02 {
	margin-left: 1em;
	display: flex;
	flex-wrap: wrap;
}

#page_ondemand .contents_area dl.type02 dt {
	width: 4em;
	text-align: right;
}

#page_ondemand .contents_area dl.type02 dd {
	margin-left: 8px;
	width: calc(100% - 130px);
}

@media screen and (min-width:600px) {
	#page_ondemand .contents_area table.type01 th {
		width: 32%;
	}

}


/*----- page_contact_information -----*/
#page_contact_information dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-top: solid 1px rgb(200, 200, 200);
}

#page_contact_information dl dt,
#page_contact_information dl dd {
	box-sizing: border-box;
	padding: 1.2em 0.6em;
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_contact_information dl dt {
	margin: 0;
	width: 155px;
	font-weight: 700;
	color: rgb(73, 109, 73);
}

/*#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_contact_information dl dd {
	margin: 0;
	width: calc(100% - 155px);
}

#page_contact_information dl dd .affi {
	display: block;
	line-height: 1.5;
	font-size: 1.4em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_contact_information .note_large {
	padding-left: 1em;
	font-size: 1.6rem;
	text-indent: -1em;
}

#page_contact_information span.note_large {
	display: block;
}

@media screen and (max-width:520px) {
	#page_contact_information dl dt {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	#page_contact_information dl dd {
		padding-top: 0;
		width: 100%;
	}
}




/*----- page_board-of-directors-committee -----*/
#page_board-of-directors-committee dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	/*border-top:solid 1px rgb(200,200,200);*/
}

#page_board-of-directors-committee dl dt,
#page_board-of-directors-committee dl dd {
	box-sizing: border-box;
	padding: .2em .6em;
	/*border-bottom:solid 1px rgb(200,200,200);*/
}

#page_board-of-directors-committee dl dt {
	margin: 0;
	width: 240px;
	font-weight: 700;
	color: rgb(73, 109, 73);
}

#page_board-of-directors-committee dl dd {
	margin: 0;
	width: calc(100% - 240px);
}

#page_board-of-directors-committee dl dd .affi {
	display: block;
	line-height: 1.5;
	font-size: 1.4em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_board-of-directors-committee .note_large {
	padding-left: 1em;
	font-size: 1.6rem;
	text-indent: -1em;
}

#page_board-of-directors-committee span.note_large {
	display: block;
}

@media screen and (max-width:520px) {
	#page_board-of-directors-committee dl dt {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	#page_board-of-directors-committee dl dd {
		padding-top: 0;
		width: 100%;
	}
}



/*----- page_speakers -----*/
#page_speakers .coi-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}

#page_speakers .coi-area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#page_speakers .coi-area .coi-item {
	max-width: 300px;
	border: 1px solid rgb(60, 60, 60);
}

#page_speakers .coi-area .coi-item img {
	width: 100%;
}



/*----- page_shuttle-bus-service -----*/
/*----- page_access にも使用しています。 -----*/
.shuttle-table {
	width: 100%;
	border-collapse: collapse;
	font-family: sans-serif;
	text-align: center;
	border: 2px solid #333;
}

.shuttle-table caption {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	border: 2px solid #333;
	border-bottom: none;
	color: #000;
}

.shuttle-table th {
	background-color: #fff;
	border-bottom: 2px solid #333;
	padding: 10px 5px;
	font-weight: normal;
}

.shuttle-table td {
	padding: 8px 5px;
	border-bottom: 1px solid #fff;
}

/* 奇数行（薄い緑） */
.shuttle-table tr:nth-child(odd) td {
	background-color: #eafce3;
}

/* 偶数行（濃い緑） */
.shuttle-table tr:nth-child(even) td {
	background-color: #ccebc5;
}

/* 丸数字のフォント調整 */
.num-circle {
	font-weight: normal;
}


/* クラス名を変更しています */
.bus-schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333;
	border: 2px solid #000;
	font-size: 14px;
}

.bus-schedule-table th,
.bus-schedule-table td {
	border: 1px solid #000;
	padding: 3px;
	vertical-align: middle;
}

/* ヘッダー */
.bus-schedule-table thead th {
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
}

/* 3月5日の行（薄い水色） */
.bus-schedule-table .row-day1 td {
	background-color: #dcf3fe;
}

/* 3月6日の行（少し濃い水色） */
.bus-schedule-table .row-day2 td {
	background-color: #9fe0fb;
}

/* 赤文字の注釈 */
.bus-schedule-table .note-red {
	color: #e60012;
	font-weight: bold;
}

/* 矢印のデザイン */
.arrow {
	font-weight: bold;
	margin: 0 5px;
}





/*----- page_about-units -----*/
.med-session-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: .65em;
	color: #333;
	border: 1px solid #ccc;
}

.med-session-table th,
.med-session-table td {
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: top;
	/* 上揃え */
	line-height: 1.4;
}

/* ヘッダーデザイン */
.med-session-table thead th {
	background-color: #f0f0f0;
	/* 薄いグレー */
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	border-bottom: 2px solid #aaa;
}

/* 列幅の調整（目安） */
.med-session-table th:nth-child(1) {
	width: 8%;
}

/* 日時 */
.med-session-table th:nth-child(2) {
	width: 8%;
}

/* 時間 */
.med-session-table th:nth-child(3) {
	width: 12%;
}

/* 会場 */
.med-session-table th:nth-child(4) {
	width: 13%;
}

/* セッション名 */
.med-session-table th:nth-child(5) {
	width: 44%;
}

/* 講演・講師 */
.med-session-table th:nth-child(6) {
	width: 6%;
}

/* 認定番号 */
.med-session-table th:nth-child(7) {
	width: 18%;
}

/* 単位種別 */
.med-session-table th:nth-child(8) {
	width: 6%;
}

/* 現地受講 */

/* 中央揃えにする列 */
.med-session-table td.align-center {
	text-align: center;
	vertical-align: middle;
}

/* 講師セルのスタイル */
.med-session-table .speaker-info {
	margin-bottom: 8px;
}

.med-session-table .speaker-info:last-child {
	margin-bottom: 0;
}

/* 1つのセルに2演題ある場合の区切り線 */
.med-session-table .divider {
	border-bottom: 1px solid #ccc;
	margin: 8px 0;
	padding-bottom: 8px;
}

/* 役職や所属を少し小さく */
.sub-text {
	font-size: 0.9em;
	color: #555;
}

.speaker-name {
	font-weight: bold;
}

/*----- page_sponsor-list -----*/
#page_sponsor-list .sponsor-list-cols {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 30px;
}

#page_sponsor-list .sponsor-list-cols li {
	margin-bottom: 0.5em;
	break-inside: avoid;
}

@media screen and (max-width: 600px) {
	#page_sponsor-list .sponsor-list-cols {
		column-count: 1;
	}
}