@charset "UTF-8";

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

/*----- page_home -----*/
#page_home {
	box-sizing: border-box;
	display: block;
	background-size: 100% auto;
	width: 1000px;
	max-width: 100%;
	background-position-y: -15rem;
	margin: 0 auto;
}


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


#page_home img {
	vertical-align: bottom;
}

#page_home img.sp {
	display: none;
}

#page_home .meeting_info {
	display: block;
	text-align: center;
}

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

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

#page_home .meeting_info .home_bnr {
	position: relative;
	width: auto;
}
#page_home .meeting_info .home_period {
    position: relative;
    width: auto;
    display: block;
}
#page_home .meeting_info .today_tel {
    position: relative;
    width: auto;
    left: -30rem;
    top: 55rem;
    display: inline-block;
    margin-bottom: -14rem;
    background: rgb(10, 33, 74);
    border: solid 2px rgb(255,255,255);
    color: rgba(255,255,255,1.00);
    padding: .5em 1.5em;
}

#page_home .meeting_info .home_info01 {
    display: block;
    background: url("../img/page_home_meeting_info_01.png") no-repeat;
    background-size: contain;
    height: 30rem;
    min-height: 330px;
    width: 100%;
    position: relative;
    top: 667px;
    margin-top: -6rem;
}

#page_home .meeting_info .home_info01 img {
	width: auto;
}

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

.important_notice01 h2 {
	margin: 0 0 .4em;
	padding-bottom: .4em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 2.0rem;
	font-weight: 500;
	color: rgb(230, 60, 50);
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.important_notice01 .date {
	margin: 1.6rem 0;
	padding-right: 1.6rem;
	text-align: right;
}

.important_notice01 .title {
	margin: 1.6rem 0 0;
	padding-right: 1.6rem;
	font-size: 1.4rem;
	text-align: right;
}

.important_notice01 .name {
	margin: 0;
	padding-right: 1.6rem;
	font-size: 1.6rem;
	text-align: right;
}

.important_notice01 .small {
	font-size: 1.2rem;
	text-align: right;
	color: rgb(0, 0, 0);
}

#page_home .change_log {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 25px 64px;
	background: rgb(19, 46, 62);
}

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

#page_home .change_log .log_outer {
	height: 200px;
	overflow-y: auto;
	scrollbar-color: rgb(46, 168, 225) rgb(64, 152, 221);
}

#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;
	color: rgb(240, 240, 240);
}

#page_home .change_log dl dt {
	position: relative;
	width: 130px;
	padding-left: 40px;
}

#page_home .change_log dl dt::before {
	content: "";
	background: rgb(240, 240, 240);
	position: absolute;
	top: 1.5em;
	left: 0;
	display: block;
	width: .7rem;
	height: .7rem;
	transform: translateY(-50%);
	margin-left: 1em;
	border-radius: 1rem;
}

#page_home .change_log dl dd a {
	color: rgb(196, 80, 40);
}

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

#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 .main_area,
#page_home .contents_area{
	min-height: 0;
	background: rgb(19, 46, 62);
}
#page_home .contents_area{
	padding: 3.2rem 6.2rem 0;
}
#page_home .contents_area h2{
	text-align: center;
	border-bottom: none;
	margin-top: .8rem;
}
#page_home .contents_area h2::before{
	content: none;
}
#page_home .contents_area .colorbox01{
	border: solid 2px rgb(229, 64, 51);
	margin-top: 0
}

@media screen and (max-width:1000px) {
	#page_home {
		padding: 0;
		width: 100%;
		background-position-y: 0;
	}

	#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 {
		overflow: hidden;
		min-height: 0;
	}

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

	#page_home .meeting_info h1 img {
	}

	#page_home .meeting_info .home_title01 {
}

	#page_home .meeting_info .home_bnr {
		position: relative;
		width: 40rem;
		top: 53rem;
	}

	#page_home .meeting_info .home_info01 {
		top: 62rem;
	}

	#page_home .meeting_info .home_info01 img {
		width: 32rem;
	}
#page_home .meeting_info .home_period {
    right: 1rem;
    top: 70rem;
    position: absolute;
    width: 33vw;
}
	#page_home .meeting_info .today_tel {
    left: -22rem;
    top: 41rem;
}
	#page_home .main_area {
    margin-bottom: 0;
}
	#page_home .main_area .contents_area {
    margin-top: 0;
}
}

@media screen and (max-width:600px) {
	#page_home .meeting_info {
		height: 90rem;
	}

	#page_home .meeting_info .home_bnr {
    top: calc(300px - calc(575px - 100vw));
}

	#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: 4.2vw;
	}

	#page_home .change_log dl dt::before {
		background-size: 5vw 4vw;
	}
	#page_home .meeting_info .home_title01 {
		top: 24rem;
	}
	#page_home .meeting_info .today_tel {
    left: -19rem;
    top: 31rem;
}
	#page_home .meeting_info .home_period {
    top: 59rem;
}
	#page_home .meeting_info .home_info01 {
    top: 52rem;
}
}

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

#page_message .profile {
	display: block;
}

#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;
	vertical-align: bottom;
}

#page_message .title {
	margin: 0;
	padding-top: 10.4rem;
	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;
	padding-right: .8rem;
	letter-spacing: .4rem
}

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

#page_message .main_text p {
	margin: 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: 2rem;
	}
}

/*----- page_overview -----*/
#page_overview dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

#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: 160px;
	color: rgb(27, 49, 90);
	display: block;
}

#page_overview dl dt b {
	font-weight: 700;
	min-width: 3em;
	display: inline-block;
	text-align-last: justify;
}

#page_overview dl dd {
	margin: 0;
	width: calc(100% - 160px);
	text-align: left;
}

#page_overview dl dd address {
	margin: 0;
}

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

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

#page_overview span.note_large {
	display: block;
}

#page_overview address {
	display: inline-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 section{
	margin-bottom: 8rem
}
#page_program .timeandvenue{
	float: right;
	position: relative;
	top: -6rem;
}
#page_program time {
	font-weight: 700;
	line-height: 1.5;
	display: block;
	padding: 0 5px;
	font-size: 1.8rem;
	color: rgb(27, 49, 90);
	border: none;
	margin-bottom: -1rem;
	text-align: right;
	margin-right: 1.6rem;
}

#page_program h2 {
	border-left: solid 8px rgb(4, 135, 217) ;
	padding: .8rem 1.2rem 1rem;
	font-size: 2.4rem;
	margin-bottom: 0;
}
#page_program h2::before {
	content: none;
}
#page_program h3 {
	font-size: 2.4rem;	
	margin-top: .8rem;
	white-space: nowrap;
	text-indent: -1.2em;
	padding-left: 1.2em
}
#page_program h3::before {
	content: "";
	display: inline-block;
	width: .56em;
	height: .56em;
	background: rgb(17, 58, 140);
	border-radius: 1rem;
	margin: 0 .8rem;
	position: relative;
	top:-.25rem
	
	
}
#page_program .venue {
	display: block;
	margin-top: .5rem;
	margin-bottom: 1rem;
	text-align: right;
	margin-right: 2.2rem;
	color: rgb(4, 135, 217);
	font-weight: 700;
}

#page_program .session_theme {
	margin: .8em 0 .8em 1rem;
	padding-bottom: .3em;
	font-size: 1.125rem;
	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: 1rem 0 0 1rem;
	line-height: 1.6;
}

#page_program .speakers_box dt {
	margin: 0 0 0 1rem;
	width: 160px;
	border: solid 1px rgb(4, 58, 80);
	border-radius: 3px;
	font-size: 1.8rem;
	font-weight: 700;
	color: rgb(4, 58, 80);
	text-align: center;
	float: left;
}

#page_program .speakers_box dd {
	margin: 0 0 0 190px;
	padding-bottom: .6em;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
}

#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.5rem;
	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: 2em;
	font-size: 0.75em;
	font-weight: 400;
	/* text-indent: 5em; */
}

@media screen and (max-width: 1000px) {
	#page_program .speakers_box dd .affi {
		line-height: 1;
	}
#page_program .timeandvenue{
	float: none;
	position: relative;
	top: 0;
}
}
@media screen and (max-width: 500px) {
	#page_program .speakers_box dd .affi {
	font-size: 1em;
	}
}
#page_program .sub_title {
	float: right;
	font-size: 1.5rem;
	line-height: 2em;
}

#page_program .sponsor {
	text-align: right;
}

#page_program .sponsor::before {
	content: "共催：";
}

@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_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);
}



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

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

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

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

#page_sponsor .flowchart li::after {
	position: absolute;
	top: calc(50% - .3em);
	right: -33px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 1.6rem;
	height: 1rem;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 200, 100, 1);
	border-width: .8rem 0 .8rem 1rem;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

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

#page_sponsor .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_sponsor .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_sponsor dl.type01 dt {
		margin: 0;
		width: 100%;
		font-weight: 700;
		border-bottom: none;
	}

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

	#page_sponsor dl.type01 {
		display: block;
	}

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

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

	#page_sponsor ol.flowchart {
		display: block;
	}

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

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

	#page_sponsor .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 -----*/
#page_registration table.type02 th {
	width: 250px;
}

@media screen and (max-width:800px) {
#page_registration table.type02 th {
	width: 20rem;
}
	#page_registration table.type02 th,
	#page_registration table.type02 td {
		font-size: 1.4rem;
		
	}
@media screen and (max-width:600px) {
	#page_registration table.type02 th {
		width: auto;
	}

}

/*----- 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_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(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;
}

/*#page_access*/
#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_inquiry h2 {
	border: none;
	font-size: 2rem;
	padding: 0;
	margin-left: 1.6rem;
}

#page_inquiry h2::before {
	content: none;
}