@charset "UTF-8";

:root {
	--corlorblue-: rgb(100, 155, 205);

	--colorbase-: rgb(0, 112, 215);

	--coloremphasis-:rgb(175, 90, 0);

	--colorBgWite-: rgba(250, 250, 250, 1);

}

/*-----------------------------------
-----------------------------------
	ページごとの設定
-----------------------------------
-----------------------------------*/

/*----- page_home -----*/
.middle_area.home {
	display: flex;
	max-width: 1230px;
	flex-wrap: nowrap;
}

/*.middle_area.home #menu,
.middle_area.home aside {
	flex: 0;
	width: 230px;
	padding-top: 1em;
}*/

.middle_area #menu,
.middle_area.home aside {
	flex: 0;
	width: 230px;
	padding-top: 1em;
}

.middle_area.home aside {
	padding: 10px 5px;
	flex: 1;
	/* align-self: start; */
	border-left: 1px solid #ccc;
	background-color: var(--colorBgWite-);
}

aside a:hover {
	opacity: .5;
}

aside .banner {
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

aside .banner li {
	width: 220px;
	padding: 0;
	list-style: none;
	text-align: center;
}

aside a {
	color: #333;
	text-decoration: none;
}

aside .banner img {
	width: 100%;
	height: auto;
}

#page_home {
	background-color: white;
	box-sizing: border-box;
	display: block;
	width: 77%;
	max-width: 770px;
	/* background:url("../img/home_illust_01.jpg") center top no-repeat rgb(255, 255, 255); */
	/* background-size:100% auto; */
	/*box-shadow:0 0 5px rgba(0,0,0,.3);*/
}

@media screen and (max-width:999px) {
	.middle_area.home {
		flex-wrap: wrap;
	}

	#page_home {
		box-sizing: border-box;
		display: block;
		width: calc(100% - 230px);
		flex: 0 1 auto;
	}

	.middle_area.home aside {
		box-sizing: border-box;
		width: 100%;
		align-self: auto;
		flex: 1;
	}

	aside .banner {
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

#page_home h1 {
	background: none;
	margin: 0;
}

#page_home a:hover img {
	opacity: 0.5;
}

#page_home img {
	vertical-align: bottom;
}

#page_home img.sp {
	display: none;
}

#page_home .meeting_info {
	/* height: 800px; */
	display: block;
	overflow: hidden;
}

#page_home .meeting_info .top_e img {
	width: 100%;
}

#page_home .meeting_info .home_header {
	position: relative;
	width: 100%;
}

#page_home .meeting_info .home_title01 {
	position: relative;
	width: 100%;
}

#page_home .meeting_info .home_info01 {
	position: relative;
	width: 100%;
}

#page_home .meeting_info .home_info02 {
	display: inline-block;
	position: relative;
	width: 100%;
}

.important_notice01 {
	background: rgb(255, 255, 255);
	border: solid 3px rgb(250, 80, 80);
	padding: 1.6rem 2.0rem;
	margin: 2rem;
	border-radius: 1.5rem;
}

.important_notice01 h2 {
	margin: 0 0 .4em;
	padding-bottom: .4em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 2.0rem;
	font-weight: 600;
	color: rgb(230, 60, 50);
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.important_notice01 p{
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0.5rem 0;
}
.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>section {
	padding: 0.5rem;
}

#page_home .change_log,
#page_home>section {
	box-sizing: border-box;
	margin: 25px auto;
	width: 95%;
	max-width: 710px;
	/* padding:25px 25px ; */
	background: rgba(255, 255, 255, 0.9);
}

#page_home>section:last-child {
	background: rgba(255, 255, 255, 0);
	margin-bottom: 0;
}

#page_home .change_log h2 {
	margin: 0;
	border-bottom: solid 1px rgb(213, 213, 213);
	padding: .5rem .5em;
	font-size: 2.4rem;
	font-weight: 400;
	color: white;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background-color: var(--colorbase-);
}

#page_home .change_log .log_outer {
	height: 200px;
	overflow-y: auto;
	/* scrollbar-color: rgb(242, 172, 206) rgb(246, 191, 210); */
}

#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: 120px;
	padding-left: 35px;
}

#page_home .change_log dl dt::before {
	content: "";
	background: var(--colorbase-);
	position: absolute;
	top: 1.5em;
	left: 0;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	transform: translateY(-50%);
	margin-left: 1em;
}

#page_home .change_log dl dd a {
	color: rgb(255, 108, 0);
}

#page_home .change_log dl dd {
	margin: 0;
	width: calc(100% - 120px);
	padding-left: 16px;
	padding-right: 16px;
}

#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 .title-img_wrap {
	width: 80%;
	max-width: 400px;
	margin: 100px auto 200px;
}

#page_home .title-img_wrap img {
	width: 100%;
	height: auto;
}

#page_home {
	.home_text {
		width: 80%;
		margin: 100px auto 0px;
	}

	.abstract_limit {
		box-sizing: border-box;
		width: 100%;
		max-width: 400px;
		margin: 50px auto;
		background-color: white;
		color: white;
		/* padding: 1em; */
		/* border-radius: 20px; */
		/* font-size: 1.1em; */

		img {
			width: 100%;
		}
	}
}

.home_banner_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px 5px;
	margin: 50px auto;
	padding: 0;
}

.home_banner_area li {
	list-style: none;
	text-align: center;
}

#page_home .home_banner_area li.banner a {
	padding: 0;
	border-bottom: none;
	line-height: 0;
	text-align: center;
	transition: opacity .2s ease-out;
}

#page_home .home_banner_area li.banner.poster a {
	padding: 16px;
	line-height: 1.6em;
	background-image: none;
}

#page_home .home_banner_area li.banner a img {
	width: 230px;
	height: auto;
	vertical-align: bottom;
	border: 1px solid rgb(100, 155, 205);
}

#page_home .home_banner_area li.banner a:hover {
	background: none;
	border-bottom: none;
	opacity: .5;
}

.sns_area,
.flyer_area {
	font-size: 1em;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.flyer_area {
	margin-bottom: 3em;
}

.sns_area h2,
.flyer_area h2 {
	text-align: center;
	font-size: 14px;
}

.sns_area h3 {
	font-size: 14px;
}

.sns_area a {
	font-size: 1.3em;
	color: #333;
	text-decoration: none;
	font-weight: 700;
}

.sns_area section {
	padding: 10px 0;
	border-bottom: 1px dotted #333;
}

.more_btn {
	position: relative;
	border: none;
	border-bottom: 2px solid red;
	width: 210px;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	padding-right: 24px;
	padding-left: 6px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 1em;
	margin-bottom: 2px;
}

.more_btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: red;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}

.sns_container:not(.x) {
	width: 100%;

	iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}

.sns_container.x {
	width: 100%;
}

.sns_container.x .twitter-timeline.twitter-timeline-rendered iframe {
	width: 220px;
}

@media screen and (max-width:1000px) {
	.sns_container.x .twitter-timeline.twitter-timeline-rendered iframe {
		width: 100% !important;
	}
}

.sns_logo {
	background-color: var(--colorBgWite-);
	margin: 0;
}

.sns_logo img {
	width: 90px;
}

.sns_logo.list {
	width: fit-content;
	margin: 0px auto;
}

.sns_logo.list img {
	width: 35px;
	margin: 5px;
}

.sns_list_text {
	font-size: 1.3em;
}

.css-175oi2r {
	font-size: 10px !important;
}

@media screen and (max-width:1000px) {
	#page_home .change_log .log_outer {
		height: 350px;
	}

	.sns_area,
	.flyer_area {
		width: 90%;
	}

	.sns_area h2,
	.flyer_area h2 {
		font-size: 32px;
		margin-bottom: 1em;
		margin-top: 2em;
	}

	.sns_area h3 {
		font-size: 24px;
	}

	.more_btn {
		width: 280px;
		font-size: 16px;
		margin-top: 2em;
	}

	.sns_list_text {
		font-size: 1.8em;
	}
}


@media screen and (max-width:800px) {
	#page_home {
		background-color: none;
		width: 100%;
		max-width: 800px;
	}

	#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 .meeting_info {
		/* height: 104vw; */
		overflow: hidden;
	}

	#page_home .meeting_info h1 {
		background: rgb(238, 237, 232);
		width: 100%;
	}

	#page_home .meeting_info h1 img {
		margin-top: -2rem;
	}

	#page_home .meeting_info .home_title01,
	#page_home .meeting_info .home_info01,
	#page_home .meeting_info .home_info02,
	#page_home .meeting_info .home_info03 {
		position: relative;
		top: 4rem;
	}

}

@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: 2em;
		border-bottom: none;
		font-weight: 500;
	}

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

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

	#page_home .change_log dl dt,
	#page_home .change_log dl dd {
		width: 100%;
		font-size: 3vw;
	}

	#page_home .change_log dl dt::before {
		background-size: 5vw 4vw;
	}

	#page_home .meeting_info .home_title01 {
		right: 10vw;
	}

	.sns_area,
	.flyer_area {
		h2 {
			font-size: 22px;
		}

		h3 {
			font-size: 20px;
		}
	}
}

/*----- page_message -----*/
#page_message .text {
	text-indent: 1rem;
}

#page_message .photo {
	margin: 1rem .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;
}

#page_message .title {
	margin: 127px 0 0;
	padding-right: 1rem;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: right;
}

#page_message .name {
	margin: 0;
	padding-right: 1rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}

#page_message .name small {
	font-size: 1.6rem;
	font-weight: 400;
}

#page_message .affi {
	margin: 0 0 50px;
	padding-right: 1rem;
	font-size: 1.4rem;
	text-align: right;
}

#page_message .main_text {
	clear: both;
	text-indent: 1em;
	font-size: 1.6rem;
}

#page_message .main_text p {
	margin: 1rem 0;
}


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

	#page_message .name {
		margin-top: 0;
	}

	#page_message .photo {
		text-align: center;
		margin: 1rem auto;
		width: 50%;
		float: none;
	}

	#page_message .title,
	#page_message .name,
	#page_message .affi {
		text-align: center;
	}

	#page_message .title {
		margin: 0;
		padding: 0;
		font-size: 2rem;
	}

	#page_message .name {
		margin: 0;
		padding: 0;
		font-size: 3.6rem;
		font-weight: 700;
	}

	#page_message .name small {
		font-size: 2rem;
		font-weight: 400;
		display: block;
	}

	#page_message .affi {
		margin: 0;
		padding: 0;
		font-size: 1.8rem;
	}

	#page_message .main_text p {
		font-size: 2em;
	}
}

/*----- page_overview -----*/
#page_overview {
	font-size: 1.4rem;
}

#page_overview .pc {
	display: block;
}

#page_overview .sp {
	display: none;
}

@media screen and (max-width: 893px) and (min-width:800px) {
	#page_overview .pc {
		display: none;
	}
}

@media screen and (max-width: 620px) {
	#page_overview .sp {
		display: block;
	}
}

#page_overview .affi {
	padding-left: 1em;
	text-indent: -1em;
}

#page_overview .affi::before {
	content: "（";
}

#page_overview .affi::after {
	content: "）";
}

#page_overview table.type01 {
	table-layout: fixed;
	border-collapse: collapse;
}

#page_overview table.type01 th {
	vertical-align: middle;
	width: 156px;
	background-color: var(--colorbase-);
	font-weight: 500;
	color: white;
	padding: .7em .4em;
}

#page_overview table.type01 td {
	/* height: 100%; */
	border-bottom: none;
	border-left: none;
	padding-right: 0;
}

#page_overview table.type01 tr:last-child td {
	border-bottom: 1px solid rgb(200, 200, 200);
}

#page_overview table.type01 td:has(.name) {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 8em 1fr;
}

#page_overview table.type01 .name {
	text-align: justify;
}

#page_overview table.type01 .working-title {
	background-color: var(--coloremphasis-);
}



#page_overview table.type02 {
	table-layout: fixed;
	border-collapse: collapse;
}

#page_overview table.type02 th {
	vertical-align: middle;
	width: 50px;
	background-color: var(--colorbase-);
	font-weight: 500;
	color: white;
	padding: .7em .4em;
}
#page_overview table.type02 tr td:first-of-type {
	width: 475px;
}

#page_overview table.type02 td {
	/* height: 100%; */
	border: 1px solid rgb(200, 200, 200);
	/*border-left: none;*/
	padding-right: 0;
}

#page_overview table.type02 tr:last-child td {
	border-bottom: 1px solid rgb(200, 200, 200);
}



#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:130px;
	font-weight:700;
	color: rgb(0, 112, 215);
}
/*#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% - 130px);
}
#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: 800px) {
	#page_overview table.type01 td:has(.name),
	#page_overview table.type02 td:has(.name){
		grid-auto-flow: row;
		grid-template-columns: auto;

	}
}

@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_overview table.type01 th{
		width: 100px;
	}
	#page_overview table.type02 th,
	#page_overview table.type02 tr td:first-of-type,
	#page_overview table.type02 td{
		width: 100%;
	}
}

/*----- page_program -----*/

#page_program .speakers_area {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: flex-start;
}

#page_program .speakers_img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#page_program .speakers_img>img {
	box-shadow: 1px 1px 4px #eee;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
}

#page_program .speakers_area p {
	margin: 0 1em;
	line-height: 1.5;
}

#page_program .speakers_text dl {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 1em;
	line-height: 1.2;
}

#page_program .speakers_text dt {
	margin: 0;
	padding: 0;
}

#page_program .speakers_text dd {
	margin: 0 0 0.5em 0;
	padding: 0;
	vertical-align: top;
}

#page_program .date_and_time {
	margin-top: -.5rem;
	padding: .3em .4em;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: dotted 1px rgb(180, 180, 180);
	width: fit-content;
	margin-right: 0;
	margin-left: auto;
}

#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: 1em;
	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: 1em 0 1em 1rem;
	line-height: 1.6;
	display: grid;
	grid-template-columns: 110px calc(100% - 110px);
	justify-content: flex-start;
}

#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;
	align-self: center;
	align-self: start;
}

#page_program .speakers_box:has(>div) dt {
	margin-top: 0;
	margin-bottom: auto;
}

#page_program .speakers_box dd {
	margin: 0 0 0 1em;
	font-size: .937em;
	font-weight: 700;
	line-height: 1.6;
}

#page_program .speakers_box dd .title {
	display: block;
	margin-top: 1em;
	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 dd:first-child .title {
	margin-top: -.05em;
}

#page_program .speakers_box dd .affi {
	display: inline-block;
	padding-left: .5em;
	font-size: 0.75em;
	font-weight: 400;
	text-indent: -.5em;
}

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

#page_program .title_list {
	list-style: none;
	padding-left: 5px;

	li {
		display: grid;
		grid-template-columns: max-content 1fr;
	}

	span {
		display: block;
	}
}

#page_program .title_list li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 1.5;
	font-weight: 600;
}

#page_program .title_list li::before {
	content: "▶";
	font-size: 0.5em;
	position: absolute;
	top: 0.5em;
	left: -0.5em;
	color: rgb(255, 153, 51);
}

#page_program .title_list .ano {
	display: block;
	text-align: right;
	margin-top: 1rem;
	font-weight: 400;
	font-size: 0.9em;
}

@media screen and (max-width: 800px) {
	#page_program .title_list li::before {
		top: 0.82em;
	}
}

@media screen and (max-width: 500px) {
	#page_program .speakers_box {
		grid-template-columns: 80px 1fr;
	}

	#page_program .speakers_box dt {
		width: 80px;
	}

	#page_program .title_list li::before {
		font-size: 0.8em;
		top: 0.15em;
	}
}

/*----- 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;
	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;
	transition: .15s ease-out;
}

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

#page_abstract ul:not(.button_box.sp_around),
#page_abstract ol {
	padding-left: 30px;
}

#page_abstract ul:not(.button_box.sp_around),
#page_abstract ol li {
	margin-bottom: 8px;

}

#page_abstract ul:not(.button_box.sp_around),
#page_abstract ol li ul:not(.button_box.sp_around) {
	padding-left: 10px;
}

#page_abstract ul:not(.button_box.sp_around),
#page_abstract ol li ol {
	padding-left: 16px;
	margin-top: 8px;
}

#page_abstract .button_box li {
	width: 100%;
}

@media screen and (max-width:600px) {
	#page_abstract .button_box li a {
		letter-spacing: -1px;
	}
}

#page_abstract figure,
#page_for-presenters figure {
	width: 50%;
}

#page_abstract figure img,
#page_for-presenters figure img {
	width: 100%;
}

/*----- page_link -----*/
#page_link dl.site_link dt::before {
	content: "";
	position: absolute;
	top: 36%;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	background: rgb(242, 187, 22);
}

#page_link dl.site_link dt {
	box-sizing: border-box;
	font-weight: 700;
	padding-left: 1.2em;
	position: relative;
}

#page_link dl.site_link dd {
	box-sizing: border-box;
	margin: 0 0 25px 24px;
	font-weight: 500;
}

#page_link dl.site_link dd a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	border-bottom: 1px rgba(60, 60, 60, 0) dotted;
	color: rgb(242, 147, 27);
	text-decoration: none;
	transition: .4s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_link dl.site_link a:hover {
	display: inline-block;
	padding-left: 10px;
	border-bottom: 1px rgb(0, 100, 160) dotted;
	transition: .2s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_link dl.site_link a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(200, 66, 57);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: .2s ease-out;
	background: none;
}

#page_link dl.site_link a:hover::after {
	content: "";
	position: absolute;
	right: 10px;
	width: 10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(234, 85, 50);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/*----- page_sponsors -----*/
#page_sponsors table.type01.sponsor {
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 4rem;
}

#page_sponsors table.type01.sponsor tr {
	border: 1px solid #666;
}

#page_sponsors table.type01.sponsor th {
	vertical-align: middle;
	background-color: #e2efda;
	width: 25%;
	border: none;
}

#page_sponsors table.type01.sponsor td {
	border: none;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#page_sponsors #btn1,
#page_sponsors .btn1_text {
	display: none;
}

#page_sponsors #btn1:checked+.btn1_text {
	display: block;
	padding: 2rem;
	font-weight: 700;
	background-color: rgba(255, 146, 138, 0.3);
}

#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: -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;
	transition: .2s ease-out;
}

#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% - -6em);
		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_registration -----*/
#info01_03~h5 {
	font-size: 1em;
	margin: 0em 1em;

	&+p {
		padding-left: 1em;
		line-height: 1.4;
		margin-top: 0.5em;
	}
}

.casual-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 2.2fr 0.6fr;
	justify-content: space-between;
	gap: 1em;
	align-items: center;

	dl {
		display: flex;
		margin: 0.5em 0;
		width: 100%;
	}

	dt {
		min-width: 6em;
	}

	dd {
		margin: 0;
	}
}


@media screen and (max-width:600px) {
	.casual-grid {
		grid-template-rows: max-content auto;
		grid-template-columns: 1fr;
	}

	.casual-grid div {
		grid-row: 2/3;
	}

	.casual-grid a {
		grid-row: 1 / 2;
	}
}

.tab-1 {
	display: flex;
	flex-wrap: wrap;
}

.tab-1>label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 0;
	background-color: #e9f0f6;
	color: #535353;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
}

.tab-1>label:hover {
	opacity: .8;
}

.tab-1 input {
	display: none;
}

.tab-1>article {
	display: none;
	width: 100%;
	padding: 1.5em 1em;
	background-color: #fff;
}

.tab-1 label:has(:checked) {
	background-color: #fff;
	border-color: #2589d0 #f0f0f0 #fff;
	border-style: solid;
	border-width: 4px 1px 1px;
	border-radius: 5px;
	color: #333333;
}

.tab-1 label:has(:checked)+article {
	display: block;
}


#page_registration .registration-index ul,
#page_registration .registration-index ol {
	margin: 0 0 0 1em;
	padding: 0;
}

#page_registration .registration-index a {
	text-decoration: none;
	color: #333;
}

#page_registration .registration-index a:hover {
	border-bottom: 1px solid #333;

}

#page_registration table.type01 tr {
	border-right: solid 1px rgb(200, 200, 200);
	border-left: solid 1px rgb(200, 200, 200);
}

#page_registration .table-wrap .type01 {
	width: 678px;
}

#page_registration .table-wrap .type01 td,
#page_registration .table-wrap .type01 th {
	padding: 0.7em 0.3em;
	vertical-align: middle;
}

#page_registration .table-wrap .type01 td:not(:last-child) {
	text-align: center;
}

#page_registration .table-wrap .type01 td:last-child {
	font-size: 14px;
}

#page_registration .table-wrap .type01 .small-text {
	font-size: 12px;
}

#page_registration ol ul {
	list-style: disc;
}

#page_registration .table-wrap {
	width: 100%;
	overflow-x: auto;
}

#page_registration .img-card {
	width: 100%;
	margin: 1em 0;
}

#page_registration .img-card img {
	display: block;
	width: 100%;
	max-width: 400px;
}

#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 ol {
	margin: 0;
	padding: 0;
	width: 100%;
}

#page_registration .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
	width: 100%;
}

#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;
	transition: .2s ease-out;
}

#page_registration .flowchart li:last-child {
	margin-right: 0;
	min-width: 180px;
}

#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 0.5rem;
	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 {
	font-size: 0.9em;
}

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

.yellow {
	background-color: yellow;
}

/*----- participants -----*/
/*--テーブル--*/


@media (max-width:800px) {
	#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);
	}
}


#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;
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto;
	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(196, 80, 40);
	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(196, 80, 40);
}

.main_area .ac_box_01>a.ac_button.clicked::after {
	transform: rotate(90deg);
	border-color: rgb(196, 80, 40);
}

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

/*page_abstract*/
#page_abstract table th.brown {
	background: rgb(98, 72, 21);
	color: rgba(255, 255, 255, 1.00);
	width: 48px;
}

#page_abstract table.symbol {
	text-align: center;
	font-size: .9em;
}

#page_abstract table.qualification th,
#page_abstract table.qualification td {
	font-size: .8em;
	vertical-align: middle;
}

#page_abstract table.qualification th:nth-child(1),
#page_abstract table.qualification th:nth-child(4) {
	width: 16%;
}

#page_abstract table.qualification th:nth-child(2) {
	width: 37%;
}

#page_abstract table.qualification th:nth-child(3) {
	width: 27%;
}

#page_abstract table.qualification tbody th {
	background-color: rgb(238, 237, 232);
}

/*#page_access*/
#page_access.main_area section {
	margin: 0;
}

#page_access .map_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	margin: 0;
}

#page_access .map_box .access_text {
	grid-column: 1 / 2;
}

#page_access .map_box .access_text a {
	word-break: break-all;
	font-size: 1.3rem;
}

#page_access .map_box .access_text h2 {
	margin-top: 1em;
}


#page_access .map_box .access_map1 {
	grid-column: 2 / 3;
	width: 100%;
}

#page_access .map_box .access_map1 img {
	width: 100%;
	aspect-ratio: 1754 / 1241;
}

#page_access .access_map2 {
	width: 100%;
}

#page_access a[target]::after {
	display: none;
}

@media screen and (max-width:1000px) {
	#page_access .map_box {
		grid-template-columns: 1fr;
		align-items: center;
	}

	#page_access .map_box .access_text {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	#page_access .map_box .access_map1 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
}

ul.tri>li {
	list-style: none;
	position: relative;
}

ul.tri>li::before {
	content: "▶";
	color: rgb(91, 155, 213);
	font-size: 14px;
	width: fit-content;
	height: auto;
	display: block;
	position: absolute;
	left: -21px;
}

/*page_pal*/
#page_pal article {
	margin-top: 4em;
	margin-bottom: 4em;
}

#page_pal article h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5rem;
	border: 2px solid rgb(91, 155, 213);
	margin: 1em 0;
	color: #333;
}

#page_pal dl.layout {
	margin: 0;
}

#page_pal dl.layout dt,
#page_pal dl.layout dd {
	margin: 0;
	padding: 0;
}

#page_pal dl.layout dt {
	display: inline-block;
	width: 14em;
	vertical-align: top;
}

#page_pal dl.layout dd {
	display: inline-block;
	width: calc(100% - 14.3em);
}

#page_pal ol {
	padding-left: 2em;
}

#page_pal ol ul {
	padding-left: 1em;
}

#page_pal table.pal {
	font-size: 0.9em;
}

#page_pal table.pal th,
#page_pal table.pal td {
	padding: 0.4em;
	vertical-align: middle;

}

#page_pal table.pal th {
	width: 15%;
}

#page_pal table.pal td.c {
	width: 29%;
}

@media screen and (max-width:600px) {

	#page_pal dl.layout dt,
	#page_pal dl.layout dd {
		display: block;
		width: 100%;
	}

	#page_pal dl.layout dd {
		margin-left: 3em;
		margin-bottom: 1em;
	}
}

/*information*/
.info_nav {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.info_nav li {
	list-style: none;
	padding-left: 0;
	width: fit-content;
	min-width: 110px;
}

.info_nav a {
	text-decoration: none;
	color: white;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5rem 1.2rem;
	background-color: rgb(100, 155, 205);
	background: url("../img/menu_deco_white.svg") left 3px center no-repeat rgb(100, 155, 205);
	background-size: 6px 10px;
	text-align: center;
	white-space: nowrap;
	transition: .2s ease-out;
	transition-property: background, border-bottom, color;
}

.info_nav li.active a,
.info_nav li a:hover {
	background-color: rgb(237, 108, 0);
	background: url("../img/menu_deco_after.svg") left .2rem center no-repeat rgb(237, 108, 0);
	background-position: right 2px center;
	background-size: 6px 10px;
	color: rgba(255, 255, 255, 1.00);
}

@media screen and (max-width:600px) {

	.info_nav a,
	.info_nav li.active a,
	li a:hover {
		background-size: 3px 5px;
	}
}

.star-list {
	list-style: none;
	padding-left: 2em;
	margin: 0;
	margin-bottom: 1em;
}

.star-list li {
	position: relative;
}

.star-list li::before {
	content: "★";
	display: inline-block;
	position: absolute;
	right: 100%;
}

.triangle-list {
	list-style: none;
	padding-left: 2em;
	margin: 0;
	margin-bottom: 1em;
}

.triangle-list li {
	position: relative;
}

.triangle-list li::before {
	content: "▶";
	display: inline-block;
	position: absolute;
	right: 100.5%;
	color: rgb(12, 142, 203);
}

.under_wevy-line {
	text-decoration: underline wavy red;
}

/*----- page_shimin -----*/
#page_shimin .casual-grid {
	width: 100%;
	align-items: start;
	gap: 5px;
	grid-template-columns: 1fr 180px;

	a {
		width: 100%;
		display: block;
		word-break: break-all;
	}

	dl {
		border-bottom: 1px dotted #666;
	}

	dt {
		text-align: justify;
		text-align-last: justify;
		width: 6em;
	}

	img {
		width: 100%;
		display: block;
	}

	.qr {
		width: 124px;
		padding: 0 5px;
	}
}



@media screen and (max-width:900px) {
	#page_shimin .casual-grid {
		grid-template-rows: max-content auto;
		grid-template-columns: 1fr;
	}

	#page_shimin .casual-grid div {
		grid-row: 2/3;
	}

	#page_shimin .casual-grid a {
		grid-row: 1 / 2;
		max-width: 250px;
	}

	.qr {
		width: 80px;
	}
}

#page_shimin .speakers_area {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: flex-start;
}

#page_shimin .speakers_area p {
	margin: 0 1em;
	line-height: 1.5;
}

#page_shimin .speakers_box {
	margin: 1em 0 1em 1rem;
	line-height: 1.6;
	display: grid;
	grid-template-columns: 110px 1fr;
	justify-content: flex-start;
}

#page_shimin .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;
	align-self: center;
	align-self: start;
}

#page_shimin .speakers_box:has(>div) dt {
	margin-top: 0;
	margin-bottom: auto;
}

#page_shimin .speakers_box dd {
	margin: 0 0 0 1em;
	font-size: .937em;
	font-weight: 700;
	line-height: 1.6;
}

#page_shimin .speakers_box dd {
	margin: 0 0 1em 1em;
	font-size: .937em;
	font-weight: 700;
	line-height: 1.6;
}

#page_shimin .speakers_box dd .name {
	display: inline;
	vertical-align: top;
}

#page_shimin .speakers_box dd .affi {
	display: inline-block;
	padding-left: .5em;
	padding-top: 4px;
	font-size: 0.75em;
	font-weight: 400;
	text-indent: -.5em;
}

@media screen and (max-width: 500px) {
	#page_shimin .speakers_box {
		grid-template-columns: 80px 1fr;
	}

	#page_shimin .speakers_box dt {
		width: 80px;
	}

	#page_shimin .title_list li::before {
		font-size: 0.8em;
		top: 0.15em;
	}
}

#page_guide .registration-index ul,
#page_guide .registration-index ol {
	margin: 0 0 0 1em;
	padding: 0;
}

#page_guide .registration-index a {
	text-decoration: none;
	color: #333;
}

#page_guide .registration-index a:hover {
	border-bottom: 1px solid #333;
}

#page_guide h2.index-title {
	border-left: none;
	border-bottom: 2px solid rgb(0, 112, 215);
	position: relative;
	padding-left: 1rem;
	font-size: 2.6rem;
	padding-bottom: 0.2rem;
	margin-bottom: 1em;
}

#page_guide h2.index-title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0rem;
	width: 40%;
	border-bottom: 2px solid rgb(100, 155, 205);
	display: block;
}

#page_guide .title_list {
	list-style: none;
	padding-left: 5px;

	ol {
		padding-left: 1em;
		margin-top: 0.5em;
	}
}

#page_guide .title_list>li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 1em;
	line-height: 1.5;
}

#page_guide .title_list>li::before {
	content: "▶";
	font-size: 0.5em;
	position: absolute;
	top: 0.5em;
	left: -0.5em;
	color: rgb(255, 153, 51);
}

#page_guide .title_list .ano {
	display: block;
	font-size: 1em;
}

@media screen and (max-width: 800px) {
	#page_guide .title_list li::before {
		top: 0.82em;
	}
}

#page_guide {
	.register-box {
		background-color: #16627d;
		color: white;
		text-align: center;
		padding: 0.5em;
		border-radius: 6px;
		max-width: 300px;
		margin: 2em auto;
		font-family: sans-serif;
		box-shadow: #666 0px 0px 10px;
		line-height: 1.4;
	}

	a:has(.register-box) {
		text-decoration: none;
	}

	a:has(.register-box):hover .register-box {
		box-shadow: none;
		opacity: 0.7;
	}

}