@charset "UTF-8";




#outline {

	color: #fff;
	background: #005bac;
}
#outline .wrap {padding-bottom: 50px;}
#outline .container {

}

#outline .container h2 {color: #fff; letter-spacing: 0.1em; /*font-size: 1.8em; margin-bottom: 15px;*/}

#outline .container > ul {
	font-size: 1.3em;

}
#outline .container > ul > li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#outline .container > ul > li:first-child {border-top: 1px solid  rgba(255,255,255,0.3); margin-top: 10px; padding-top: 10px;}
#outline .container > ul > li > dl {display: flex; flex-wrap: wrap;}
#outline .container > ul > li > dl > dt {width: 120px; text-align-last: justify; padding-right: 30px; position: relative; font-weight: 500;}

#outline .container > ul > li > dl > dt span {
	box-sizing: border-box;
	/*background: #006C8B;*/
	background: #fff;
	color: #005bac;
	padding: 0 10px;
	border-radius: 3px;
}

#outline .container > ul > li > dl > dd {width: calc(100% - 150px); text-align: left;}

#outline .container > ul > li > dl > dd .sTxt {font-size: 0.7em;}
#outline .container > ul > li > dl > dd .toNewWindow {display: block; margin-top: 5px;}
#outline .container > ul > li > dl > dd .toNewWindow a {font-size: 0.7em; color: #fff; text-decoration: underline;}

#outline .container > ul > li.participate > dl > dd  {}
#outline .container > ul > li.participate > dl > dd > div {margin-top: 10px;}
#outline .container > ul > li.participate > dl > dd > div > span {display: inline-block; font-size: 0.8em;}
#outline .container > ul > li.participate > dl > dd > div > span.online {
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 0 8px;
}

#outline .container > ul > li.participate > dl > dd > div > p {font-size: 0.9rem; margin-top: 8px;}


@media screen and (max-width: 520px) {
	#outline .container > ul > li > dl > dt {width: 85px; padding-right: 20px;}
	#outline .container > ul > li > dl > dd {width: calc(100% - 105px);}
}
@media screen and (max-width: 420px) {
	#outline .container > ul > li > dl > dt {width: 100%; margin-bottom: 5px; text-align-last: justify; font-size: 1.0em;}
	#outline .container > ul > li > dl > dt span {display: block; width: 92px;}

	#outline .container > ul > li > dl > dd {width: 100%;}
}


#outline .btnArea {margin-top: 30px}







#symposium {}
.scheList {position: relative;}

.scheList > li {
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom:10px;
	background: #eef4f9;
	overflow: hidden;
}



.sContainer {display: flex; flex-wrap: wrap; justify-content: space-between;}
.sContainer .time {
	width: 70px;
	font-size: 0.9em;
	line-height: 1;
	box-sizing: border-box;
	background: #006cb6;
	padding: 20px 10px 10px;
	color: #fff;
}

.sContainer .time span {
	font-weight: 500;
	display: block;
	text-align: center;
	position: relative;
	line-height: 1;
}
.sContainer .time span:first-child {margin-bottom: 15px;}
.sContainer .time span:first-child::after {
	content: '';
	width: 2px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	transform: translateX(-50%);

	
}




.sContainer .sBox {
	box-sizing: border-box;
	padding: 30px;
	width: calc(100% - 70px);
	position: relative;
	
}

li:not(.noPrn):not(.noPic) .sContainer .sBox {min-height: 180px;}



.speaker {
	display: flex;
	justify-content: space-between;
	/*min-height: 160px;*/
	align-items: flex-end;
}


.sContainer .sBox .tArea {}

.sContainer .sBox h3 {font-size: 1.5em; font-weight: 500; /*margin-bottom: 20px;*/ color: #006cb6; text-align: left; line-height: 1.3;}
.sContainer .sBox h3 small {
	display: inline-block;
	font-size: 0.7em;
	background: #006cb6;
	color: #fff;
	line-height: 1;
	padding: 5px 5px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	box-sizing: border-box;
	border-radius: 3px;
}
.sContainer .sBox h3 span {display: block;}

.noPrn .sContainer .sBox {display: flex; align-items: center;}
.noPrn .sContainer .sBox h3 {margin-bottom: 0;}


.speakerList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.speakerList > li {
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	width: calc(50% - 10px);
	margin-top: 20px;
	position: relative;
}



.sBox .prof {width: calc(100% - 150px); text-align: left;}
.sBox .noPic01 .prof {width: 100%;}
.sBox .noPic .prof {width: 100%;}
.sBox .prof > span {display: inline-block; line-height: 1.4}
.sBox .speakerList .prof > span {display: block; line-height: 1.4}
.sBox .prof .title {font-size: 0.8em; margin-right: 10px;}
.sBox .prof .name {font-size: 1.2em; font-weight: 500; margin-top: 5px;}
.sBox .prof .name small {font-weight: normal; font-size: 0.6em; display: inline-block; margin-left: 5px;}


.sBox .picture {margin-right: 10px; width: 130px;}

.sBox .speaker .picture {/*position: absolute; right: 10px; top: 10px;*/}


.panelist::after, .moderator:after {
	position: absolute;
	top: 0;
	right: 0;
	/*background: #00a1e9;*/
	background: #4e4e4e;
	color: #fff;
	font-size: 0.8em;
	width: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px 6px;
	line-height: 1.2;
}
.panelist:after {content: 'パネリスト';}
.moderator:after {content: '司　会';}

.noPic .speaker {height: 100%}


.pDis h4 {
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: 500;
	position: relative;
	border-bottom: 2px solid #006cb6;

}
.pDis h4 span {
	color: #006cb6;
	box-sizing: border-box;
	padding: 3px 15px;
	width: 150px;
	display: inline-block;
	position: relative;
	background: #fff;
	border: 1px solid #006cb6;
	border-bottom: none;
}


.pDis .tArea {}
.pDis .tArea > section:nth-of-type(2) {margin-top: 15px;}

ul.panelist > li .prof .title {margin-bottom: 10px; display: block; text-align: left;}

@media screen and (max-width: 748px) {
	.sContainer .sBox h3 {margin-bottom: 10px;}

	
	.sContainer .time {
	width: 50px;
	padding: 10px 0px 10px;
	}
.sContainer .sBox {
	padding: 20px;
	width: calc(100% - 50px);
}
	
	.speakerList > li {
	padding: 10px;
	width: calc(50% - 5px);
	margin-top: 10px;
}
	
	
	.sBox .picture {width: 100px;}
	.sBox .prof {width: calc(100% - 110px);}
	
	
	.sBox .prof .title {display: block; margin-bottom: 5px;}
	.sBox .prof .name {margin-top: 0;}
}



@media screen and (max-width: 680px) {
	.speakerList > li {width: 100%;}
}




@media screen and (max-width: 620px) {
	ul.panelist > li {width: 100%;}

}
@media screen and (max-width: 520px) {
	.sContainer .time {font-size: 1.0em; width: 42px;}
	.sContainer .sBox {width: calc(100% - 42px);}
	
	
	li:not(.noPrn):not(.noPic) .sContainer .sBox {min-height: 125px;}
	.sBox .prof {width: calc(100% -  95px)}
	.sBox .picture {width: 85px; }
	
	.sBox ul.panelist > li.sikai .prof {width: 100%;}
	
	.panelist::after, .moderator:after {width: 70px;}
	
}

@media screen and (max-width: 420px) {
	.sContainer .sBox {padding: 12px;}
	.speakerList > li {padding: 5px;}
}





.konshinkai h3 {margin-bottom: 10px;}




#access {}
#access .container {max-width: none; padding-left: 0; padding-right: 0;}
#access .mapArea {
	background: rgba(0,0,0,0.05);
	box-sizing: border-box;
	border-radius: 8px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
#access .mapArea iframe {width: 100%; height: 800px; }

.access_list {

	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	background: #f9f7f3;
	max-width: 1000px;
	margin: auto;
	border-radius: 5px;
}

.access_list > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.access_list > ul > li {width: calc(50% - 10px); margin: 10px 0; line-height: 1.4; position: relative; box-sizing: border-box; padding-left: 20px;}
.access_list > ul > li::before {
	content: '';
	width: 5px;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
}
.access_list > ul > li small {display: block;}
.access_list > ul > li span {display: block; text-indent: -0.8em;}
.access_list > ul > li span em {
	font-size: 1.6em;
}

.access_list .cap {margin-top: 15px;}


@media screen and (max-width: 750px) {
	.access_list > ul > li {width: 100%;}
}




@media screen and (max-width: 520px) {
	#access .mapArea iframe {height: 100vw;}
}






#index .btnArea {box-sizing: border-box; padding: 0 20px;}





.topBtn {
	background: #005bac;
	padding: 60px 0px 0;
}

footer .topBtn {padding: 0;}


.topBtn .btnContainer {
	/*max-width: 1200px;*/
	width: 100%;
	margin: auto;
	
	box-sizing: border-box;
	position: relative;
	background: #000;
}
.topBtn .btnContainer::before {
	content: '';

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;

	position: absolute;
	
	background: url("../images/btnBg01.jpg") no-repeat center center;
	background-size: cover;
	opacity: 0.6;
	transition: all 0.6s ease;
	pointer-events: none;

	/*mix-blend-mode: multiply;*/
}
.topBtn .btnContainer:hover::before {
	opacity: 0.9;
}

.topBtn .btnContainer::after {
	content: '';
	width: calc(100% - 0px);
	height: calc(100% - 10px);
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	top: 5px;
	left: 0px;
	transition: all 0.3s ease;
	pointer-events: none;
}
.topBtn .btnContainer:hover::after {
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
}





.topBtn a {

	display: block;
	box-sizing: border-box;
	padding: 60px 20px;
	text-align: center;
	color: #fff;
	position: relative;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 2.3em;

}






.topBtn a > div {display: inline-block; position: relative; /*padding-right: 60px;*/}
.topBtn a span {}


.topBtn a::before, .topBtn a::after {
	content: '≫';
	position: absolute;
	left: 50%;
	opacity: 0.4;
	font-size: 0.8em;
	pointer-events: none;
	color: #fff;
	transition: all 0.3s ease;
}

.topBtn a::before {
	top: 5px;
	transform: translateX(-50%) scaleX(2) rotate(90deg);
	
}
.topBtn a::after {
	bottom: 5px;
	transform: translateX(-50%) scaleX(2) rotate(-90deg);
}

.topBtn a:hover::before {top: 10px;}
.topBtn a:hover::after {bottom: 10px;}









