@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 ;
	background-size:100% auto;
	background-color: rgb(255, 255, 255);
	box-shadow:0 0 5px rgba(0,0,0,.3);
}
#page_home img{
	width:100%;
	vertical-align:bottom;
}
#page_home img.sp{
	display:none;
}
.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:35px 25px 0;
	background:rgba(255,255,255,.9);
}
#page_home .change_log h2{
	margin:0;
	padding:.5rem .5em;
	font-size:1.5em;
	font-weight:400;
	color:rgb(0, 95, 139);
	line-height:1.4;
	letter-spacing:0.05em;
	border-bottom: solid 1px rgb(180, 180, 180);
}
#page_home .change_log .log_outer{
	height:200px;
	overflow-y:scroll;
}
#page_home .change_log dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
#page_home .change_log dl dt,
#page_home .change_log dl dd{
	box-sizing:border-box;
	padding-top:.7em;
	padding-bottom:.7em;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:1.5rem;
	line-height:1.5;
}
#page_home .change_log dl dt{
	position:relative;
	width:130px;
	padding-left:16px;
}
#page_home .change_log dl dt::before{
	content:"";
	position:absolute;
	top:1.5em;
	left:.3rem;
	display:block;
	background:rgb(0, 95, 139);
	width:.6rem;
	height:.6rem;
	border-radius:.3rem;
	transform:translateY(-50%);
}
#page_home .change_log dl dd a{
	color:rgb(218, 126, 15);
}
#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);
}

@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 .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%;
	}
}

@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 .text{
	text-indent:1em;
}
#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:186px 0 0;
	padding-right:1rem;
	font-size:1em;
	line-height:1.5;
	text-align:right;
}
#page_message .name{
	margin:0;
	padding-right:1rem;
	font-size:1.25em;
	font-weight:700;
	line-height:1.5;
	text-align:right;
}
#page_message .name small{
	font-size:.875em;
	font-weight:400;
}
#page_message .affi{
	margin:0 0 50px;
	padding-right:1rem;
	font-size:.875em;
	text-align:right;
}
#page_message .main_text{
	text-indent:1em;
}
#page_message .main_text p{
	margin:0;
}


#page_message dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	/* border-top:solid 1px rgb(200,200,200); */
	margin-bottom: 1em;
}
#page_message  dl dt,
#page_message  dl dd{
	box-sizing:border-box;
	padding:.3em 0em;
	/* border-bottom:solid 1px rgb(200,200,200); */
}
#page_message dl dt{
	margin:0;
	width:165px;
	font-weight:700;
	padding-left: 1em;
	text-align:justify;
	text-align-last:justify;
}
#page_message dl dd{
	margin:0;
	width:calc(100% - 165px);
}
#page_message dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}

#page_message ul.type,
#page_message ol.type{
	margin:0;
	padding:0;
}
#page_message ul.type > li,
#page_message ol.type > li{
	margin:0;
	margin-left:2em;
}

@media screen and (max-width: 950px) {
	#page_message dt{
		padding-top:0;
		width:100%;
		border-bottom:none;
	}
	#page_message dd{
		padding-top:0;
		width:100%;
	}

}


@media screen and (max-width: 500px) {
	#page_message .profile{
		flex-flow: column;
		align-items: flex-end;
		flex-direction: column-reverse;
	}
}



/*----- page_overview -----*/
#page_overview h2 {
    margin: 0 0 8px;
    padding-bottom: 0.3em;
    border-bottom: dotted 1px rgb(180,180,160);
    text-shadow: 2px 2px 0 rgba(240, 228, 160, 0.3), 1px 1px 3px rgba(240, 228, 160, 0.3);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
}

#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:160px;
	font-weight:700;
}
#page_overview dl dd{
	margin:0;
	width:calc(100% - 160px);
}
#page_overview dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}

#page_overview dd .small{
	font-size: .85em;
}


/*--補足・注（先頭に※や＊の付く所）--*/
#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%;
	}
}


/*------ 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_access .lead{
	font-size: 1.3em;
	font-weight: 600;
	margin: -15px 0 -13px;
}

#page_access img{
	width:100%;
}

/*------ links ------*/
#page_links dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	width: 4px;
	height: 4px;
	background: rgb(160,80,0);
}

#page_links dl dt {
	box-sizing: border-box;
	font-weight: 700;
	padding-left: 1em;
	position: relative;
}

#page_links dl dd {
	box-sizing: border-box;
	margin: 0 0 25px 18px;
	font-weight: 700;
}

#page_links dl dd a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	border-bottom: 1px rgba(60, 60, 60, 0) dotted;
	color: rgb(230,80,60);
	text-decoration: none;
	transition: .4s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_links dl a:hover {
	display: inline-block;
	padding-left: 10px;
	border-bottom: 1px rgb(230,80,60) dotted;
	transition: .2s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_links dl a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(160,80,0);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: .2s ease-out;
}

#page_links dl a:hover::after {
	content: "";
	position: absolute;
	right: 10px;
	width: 10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(160,80,0);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/*------------------------------
	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.w250 dt {
	margin: 0;
	width: 250px;
	font-weight: 700;
}

#page_sponsors dl.type01.w250 dd {
	margin: 0;
	width: calc(100% - 250px);
}

#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;
	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.2rem;
	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;
}


#page_sponsors  dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	/* border-top:solid 1px rgb(200,200,200); */
	margin-bottom: 1em;
}
#page_sponsors   dl dt,
#page_sponsors   dl dd{
	box-sizing:border-box;
	padding:.3em 2em .3em 0em;
	/* border-bottom:solid 1px rgb(200,200,200); */
}
#page_sponsors  dl dt{
	margin:0;
	width:130px;
	/* font-weight:700; */
	/* padding-left: 1em; */
	text-align:justify;
	text-align-last:justify;
}
#page_sponsors  dl dd{
	margin:0;
	width:calc(100% - 130px);
}
#page_sponsors  dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}


@media screen and (max-width:520px) {
	#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.2rem;
	}

	#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_cfa
------------------------------*/
#page_cfa dl.type04 {
	margin: 1em 0;
	margin-left: 1em;
}

#page_cfa table.type01 {
	font-size: .937em;
	border: 1px solid rgb(200, 200, 200);
}

#page_cfa table.type01 th{
	background: rgb(235, 249, 250);
}

#page_cfa table.type02 {
	font-size: 1.5rem;
}

#page_cfa table.type02 th{
	text-align: left;
}

#page_cfa .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;
}

#page_cfa .button_box li a {
	background: rgb(74, 102, 172);
	border: solid 1px rgb(74, 102, 172);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#page_cfa .button_box a::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 230, 140, 1);
}

#page_cfa .button_box a:hover {
	background: rgb(255, 255, 255);
	color: rgb(74, 102, 172);
}

#page_cfa .button_box a:hover::after {
	border-left-color: rgb(74, 102, 172);
}

#page_cfa .button_box li.disabled a {
	pointer-events: none;
	cursor: default;
	background: rgb(204, 204, 204);
}

#page_cfa dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	/* border-top:solid 1px rgb(200,200,200); */
	margin-bottom: 1em;
}
#page_cfa  dl dt,
#page_cfa  dl dd{
	box-sizing:border-box;
	padding:.3em 0em;
	/* border-bottom:solid 1px rgb(200,200,200); */
}
#page_cfa dl dt{
	margin:0;
	width:150px;
	/* font-weight:700; */
	padding-left: 1em;
	text-align:justify;
	text-align-last:justify;
}
#page_cfa dl dd{
	margin:0;
	width:calc(100% - 150px);
}
#page_cfa dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}

#page_cfa .note {
    margin: 0.1em 0;
    padding-left: 1em;
    font-size: 1.5rem;
    text-indent: -1em;
}


/*------------------------------
	page_registration
------------------------------*/

#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 .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;
}
#page_registration .flowchart li::after{
	position:absolute;
	top:calc(50% - .3em);
	right:-17px;
	content:"";
	display:block;
	box-sizing:border-box;
	width:2rem;
	height:1rem;
	border-style:solid;
	border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(255,200,100,1);
	border-width:.8rem 0 .8rem 1rem;
	vertical-align:10%;
	transition:.2s ease-out;
	transition-opacity:right,border;
}

#page_registration .flowchart li:last-child{
	margin-right:0;
}

#page_registration .flowchart li:last-child::after{
	content:none;
}

#page_registration .flowchart li .name{
	box-sizing:border-box;
	margin:0;
	padding:.5rem .4rem;
	width:90%;
	background:rgb(150,160,180);
	color:rgb(255,255,255);
	font-weight:500;
}

#page_registration .flowchart li .description{
	margin:0;
	padding:1rem 0rem;
	width:90%;
	min-height:35px;
	background:rgb(210,220,230);
}

#page_registration .flowchart li .description.end{
	display:flex;
	align-items: center;
	width:100%;
	letter-spacing:-0.05em;
	padding: 10px;
	background:rgb(80,120,180);
	color:rgb(255,255,255);
	font-size: 1.35rem;
}

#page_registration .step_box{
	margin:50px 0 0 0px;
	padding-left:18px;
	border-top:solid 3px rgb(80,120,180);
	border-left:solid 1px rgb(80,120,180);
}
#page_registration .button_box_wrap{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#page_registration .button_box_wrap .button_box_inner_01,#page_registration .button_box_wrap .button_box_inner_02{
	width: 330px;
}
#page_registration .button_box_inner_01 p,#page_registration .button_box_inner_02 p{
	text-align: center;
	line-height: 1.3;
}
#page_registration .button_box_wrap .button_box_inner_01,#page_registration .button_box_wrap .button_box_inner_02{
	margin-right: 1.25rem;
}
#page_registration .button_box_wrap ul{
	padding-inline-start: 0px;
}
#page_registration .button_box_wrap ul li{
	list-style: none;
	text-align: center;

}

#page_registration .button_box_wrap .button_box_inner_01 li a{
	text-decoration: none;
	background:rgb(140,78,204);
	color:rgb(255,255,255);
	display:block;
	border: solid 1px rgb(140,78,204);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}
#page_registration .button_box_wrap .button_box_inner_02 li a{
	text-decoration: none;
	background: rgb(50,120,220);
	color:rgb(255,255,255);
	display:block;
	border: solid 1px  rgb(50,120,220);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}

#page_registration .button_box_wrap .button_box_inner_01 li a:hover{
	text-decoration: none;
	background:rgb(255,255,255);
	color:rgb(140,78,204);
	width: 20.625rem;
	display:block;
}

#page_registration .button_box_wrap .button_box_inner_02 li a:hover{
	text-decoration: none;
	background:rgb(255,255,255);
	color:rgb(50,120,220);
	width: 20.625rem;
	display:block;
}

#page_registration .step_summary{
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:solid 1px rgb(80,120,180);
}

#page_registration .c2c > tbody > tr > td:nth-child(2){
	text-align:center;
}

#page_registration .c3c > tbody > tr > td:nth-child(3){
	text-align:center;
}

#page_registration .wrap_creditcard {
	display: flex;
	justify-content: space-around;
}
/*--テーブル--*/
#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 {
	vertical-align: middle;
	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 thead th {
	background: rgb(250, 240, 220);
}

#page_registration table.type01 tbody th {
	background-color: rgb(235, 249, 250)!important;
}
#page_registration table.type01 tbody td {
	background-color: rgb(253, 254, 254)!important;
}

#page_registration .type01.table_note {
	width: auto;
}
#page_registration .type01.table_note > li {
	margin: 0 1.5em;
}

#page_registration dl.konshin {
	border: none!important;
}

#page_registration dl.konshin dt, 
#page_registration dl.konshin dd{
	border: none!important;
	padding: 0.1em 0!important;
}

#page_registration dl.konshin dt{
	max-width: 50px;
	text-align: right;
}

#page_registration dl.konshin dd{
	width: calc(100% - 90px);
}

#page_registration h4 {
	border: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1em;
}
#page_registration h4::before {
	display: none;
}

@media screen and (max-width:510px){
	#page_registration .wma500_scr{
		overflow-x: auto;		
	}
	#page_registration table.type01{
		min-width: 500px;
	}

}

@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 {
		display:block;
	    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_program
------------------------------*/
#page_program .date_and_time{
	padding:0em .7em;
	font-size:1em;
	font-weight:700;
	line-height:1.5;
}

#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 .sponsor{
	display:block;
	text-align: right;
	color:rgb(100,40,0);
}
#page_program .speakers_box{
	margin:0 0 0 1rem;
	line-height:1.6;
}
#page_program .speakers_box dt{
	margin:0;
	width:100px;
	border:solid 1px rgb(100,40,0);
	border-radius:3px;
	font-size:.875em;
	font-weight:700;
	color:rgb(100,40,0);
	text-align:center;
	float:left;
}
#page_program .speakers_box dd{
	margin:0 0 0 115px;
	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 .title{
	display:block;
	margin-top:.5em;
	margin-bottom:1em;
	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:.9em;
	font-weight:400;
	text-indent:-.5em;
}

#page_program .speakers_box dd + dt,
#page_program .speakers_box dd + dt + dd{
	margin-top:.5em;
}

#page_program .list_prg_nav li {
	display: inline-table;
	letter-spacing: 0;
	margin-right: 13px;
	margin-bottom: 0.2em;
	font-size: .9em;
	vertical-align: top;
	position: relative;
	padding-left: 0.65em;
}

#page_program .list_prg_nav li:before {
	border: 0.4em solid transparent;
	border-left: 0.4em solid rgb(239, 230, 41);
	content: " ";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 0;
	height: 0;
}

#page_program .list_prg_nav li:hover {
	opacity: .7;
}

#page_program .date_and_time {
    margin-top: -.4rem;
    padding: 0.3em 0.4em;
	text-align: right;
    border-bottom: solid 1px rgb(200, 200, 200);
    font-size: .8em;
    line-height: 1.5;
}

#page_program .session_theme {
    display: block;
    margin: 0rem;
    padding-bottom: 0.3em;
	padding-left: .7em;
    font-size: 1.125em;
    font-weight: 900;
	color: rgb(47, 52, 134);
    border-bottom: dotted 1px rgb(180, 180, 180);
    line-height: 1.5;
}
#page_program .session_theme_nav {
    display: block;
    margin-bottom: -.4em;
    padding-bottom: 0.3em;
    font-size: 1.05em;
    font-weight: 900;
	color: rgb(47, 52, 134);
    border-bottom: dotted 1px rgb(180, 180, 180);
    line-height: 1.5;
}

#page_program .list_prg_nav ul li {
	list-style-type: none;
}

#page_program  a.links {
    color: rgb(30, 37, 124);
    transition: opacity .2s ease-out;
    word-break: break-all;
}

@media screen and (max-width: 500px){
#page_program .speakers_box .title {
    font-size: 1em;
    line-height: 1.2;
}
#page_program .speakers_box dt {
    float: none;
	width: 80px;
}
#page_program .speakers_box dd {
    margin: 0 0 0 0px;
	}
}


/*----- page_social_gathering -----*/
#page_social_gathering dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	border-top:solid 1px rgb(200,200,200);
}
#page_social_gathering dl dt,
#page_social_gathering dl dd{
	box-sizing:border-box;
	padding:1.2em 0.6em;
	border-bottom:solid 1px rgb(200,200,200);
}
#page_social_gathering dl dt{
	margin:0;
	width:160px;
	font-weight:700;
}
#page_social_gathering dl dd{
	margin:0;
	width:calc(100% - 160px);
}
#page_social_gathering dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_social_gathering .note_large{
	padding-left:1em;
	font-size:1.6rem;
	text-indent:-1em;
}
#page_social_gathering span.note_large{
	display:block;
}

@media screen and (max-width:520px){
	#page_social_gathering dl dt{
		padding-bottom:0;
		width:100%;
		border-bottom:none;
	}
	#page_social_gathering dl dd{
		padding-top:0;
		width:100%;
	}
}

#page_handsonseminar .d-list_clon{
	display: flex;
	flex-wrap: wrap;
}
#page_handsonseminar .d-list_clon dt {
	width: 8em;
	text-align-last: justify;
	margin: 0.3em 0;
	font-weight: 600;
	
}
#page_handsonseminar .d-list_clon dd {
	text-indent: 0;
	width: calc(100% - 9em);
	margin: 0.3em  0 0.3em 1em;
	
}
#page_handsonseminar .d-list_clon dd:before{
	content: "：";
	margin-left: -1em;
}
#page_handsonseminar .border_single{
	display: inline-block;
	position: relative;
}
#page_handsonseminar .border_single::before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: solid 4px rgb(255,0,0);
	position: absolute;
	left: 0 ;
	top: 50%;
}
#page_handsonseminar .text_decoration{
	font-size: 1.8rem;
	color: red;
	font-weight: 700;
	border: 1px solid #666;
	padding: 2px 10px;
	margin: 0 1em;
}
/*#page_speakes*/
#page_speakes ol li > h4{
	padding-left: 0;
	font-size: 1.6rem;
}
#page_speakes ol li > h4::before{
	content: none;
}

#page_speakes dl.name_affi dt{
	width: 9em;
	text-align: right;
}
#page_speakes dl.name_affi.w70 dt{
	width: 70px;
}
#page_speakes dl.name_affi dd{
	width: calc(100% - 9em);
}
#page_speakes dl.name_affi.w70 dd{
	width: calc(100% - 70px);
}
#page_speakes dl.lang dt span{
	display: inline-block;
	width: 3em;
	text-align-last: justify;
}
#page_speakes time span{
	display: inline-block;
	width: 3.3em;
	text-align: right;
	padding-right: .3em;
}

#page_speakes .img_box_fr {
    margin: .5rem 0;
    margin-left: 2rem;
    width: 35.834%;
    float: right;
}

#page_participant table.th_l tbody th{
	background-color:rgb(248, 249, 255);
}