@charset "UTF-8";
/* CSS Document */

#rightslot.second{
	padding:5% 0 5% 2%;
	margin-bottom: 5%;
	position: relative;
	min-height: 800px;
	color: #000;
}
#rightslot.second a:link {color:#617ea2; text-decoration:underline;}
#rightslot.second a:visited {color:#617ea2;text-decoration:none;}
#rightslot.second a:hover {color:#81e5fb; text-decoration:underline;}

#rightslot h2{
	width:100%;
	text-align: left;
	position: relative;
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 1.5em;
	color: #4c5162;
}
#rightslot.second h3{
	width: 95%;
	text-align: left;
	padding:1% 2% 1% 2%;
	margin: 0 0 1em 0;
	font-weight:700;
	color: #81e5fb;
	font-size: 1.25em;
	background: -moz-linear-gradient(right, #3170d1, #1b1c96);
	background: -webkit-linear-gradient(right, #3170d1, #1b1c96);
	background: linear-gradient(to left, #3170d1, #1b1c96);
	box-shadow:3px 3px 0 #81e5fb;
	border-radius: 4px;
}

#rightslot.second h4 {
	font-size: 1.2em;
  position: relative;
  padding: 0 0 0 30px;
	margin-bottom: 0.5em;
	color: #617ea2;
	text-align: left;
	font-weight: 700;
 }
 
#rightslot.second h4::before,
#rightslot.second h4::after {
  position: absolute;
  content: '';
  border-radius: 50%
}

#rightslot.second h4::before {
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(118, 161, 215, 0.8);
}

#rightslot.second h4::after {
  top: 1em;
  left: 0.7em;
  width: 12px;
  height: 12px;
  background: rgba(129, 229, 251, 0.4);
}

/*

#second h3.ver2 {
	font-size: 1.1em;
  position: relative;
  padding: 0 0 0 36px;
	margin-bottom: 0.2rem;
	 color: #2265c8;
	text-align: left;
 }
 
#second h3.ver2::before,
#second h3.ver2::after {
  position: absolute;
  content: '';
  border-radius: 50%
}
#second h3.ver2::before {
  top: 0.2em;
  left: 0.2em;
  width: 19px;
  height: 19px;
  background: rgba(67, 159, 227, 0.7);
}
#second h3.ver2::after {
  top: 0.7em;
  left: 0.7em;
  width: 13px;
  height: 13px;
  background: rgba(67, 159, 227, 0.4);
}

#second .bg h4,
#second .bgBl h3 {
  position: relative;
  display: inline-block;
  padding: 0 35px;
	color: #2265c8;
	font-weight: 700;
	font-size: 1.15em;
	margin-bottom: 0.8em;
	text-align: left;
}

#second .bg h4:before, #second .bg h4:after,
#second .bgBl h3:before, #second .bgBl h3:after{
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 34px;
	height: 2px;
	background-color: #2265c8;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#second .bg h4:before,
#second .bgBl h3:before {left:0;}
#second .bg h4:after,
#second .bgBl h3:after {right: 0;}

#second h4.ver2 {
	font-size: 1.1em;
	position: relative;
	color:#333;
	font-weight: 700;
	margin-bottom:10px;
	text-align: left;
}

#second.program h4.ver2 {
	line-height: 1.5;
}

#second h4.ver2:before {
	width: 100%;
	border-top: 3px dotted #333;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
}

#second h4.ver2 span {
	background-color: #fff;
	display: inline-block;
	padding-right: 14px;
	position: relative;
}
#second h5{
	font-size: 1rem;
  color: #aa79b8;
  padding: 0.5em 0;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
	font-weight: 700;
}
#second h5:before {
	content: '●';
	color: #aa79b8;
	margin-right: 5px;
}
#second.online h5{
  color: #000;
}
#second.online h5:before {
	content: '▶︎';
	color: #000;
}

#second .bgBl h4{
	font-size: 1rem;
  color: #29518c;
  padding: 0.5em 0;
  line-height: 1.3;
  vertical-align: middle;
	font-weight: 700;
	text-align: left;
}

#second.sponsored-seminar h5,
#second.program h5,
#second.speaker h5,
#second.cadaver h5{
	width: 100%;
	position: relative;
	padding: 0 0 0 0.7rem;
	margin-bottom: 1%;
	font-weight: 700;
	font-size: 1em;
	color: #000;
	background-image: repeating-linear-gradient(45deg, #000 0px 2px, transparent 0px 2px, transparent 4px);
	background-repeat: no-repeat;
	background-size: 0.3rem;
	text-align: left;
}
#second.sponsored-seminar h5:before,
#second.program h5:before,
#second.speaker h5:before,
#second.cadaver h5:before {
	content:none;
	color: inherit;
	margin-right: 0;
}

#second h6{
	width: auto;
	font-size: 1em;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
}
#second h6 span{border: 1px solid #000; padding:1% 2%;}
#second.cadaver h6{text-align: left;}
*/


/*welcome*/

#welcome h2{
	margin-bottom: -30px;
}
#welcome .president_box{
	width: 100%;
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: 2px solid #bdbdbd;
}
#welcome .president_box th{
	width: auto;
	vertical-align: bottom;
	text-align: right;
}
#welcome .president_box td{
	width: 24%;
	vertical-align: bottom;
	padding: 0 0 0 20px !important;
}
#welcome .president_box td img{
	width: 100%;
	height: auto;
}
#welcome p{
	line-height: 2.2;
}


/* abstract
--------------------------------------------------------------------------------------

#second.abstract .category{
	width: 100%;
	border: 1px solid #ccc;
	text-align: left;
	border-collapse: collapse;
}

#second.abstract .category th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px 10px;
	background-color: #f7f7f7;
	font-weight: 700;
}

#second.abstract .category td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 8px;
}
#second.abstract .category td.classification{background-color: #cde2f6; text-align: center; font-weight: 700;color: #405ab1;}
*/


/* participant
--------------------------------------------------------------------------------------
#second.participant .one th{width: 5%;padding: 8px 20px 8px 0;}
#second.participant .one td{padding: 8px 0 8px 20px;}
*/


/* speaker
-------------------------------------------------------------------------------------
#second.speaker .one th{width: 5%;padding: 8px 20px 8px 0;}
#second.speaker .one td{padding: 8px 0 8px 20px;}
-*/

/* switchHat
--------------------------------------------------------------------------------------*/
/*
.switchHat {
	width: 8%;
	margin:1% 0;
	text-align: center;
	padding: 1% 5%;
	background:#2660ac url("../img/common/arrowDown.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #fff;
}
.nowOpen {
	background: #e3e1ee url("../img/common/arrowUp.png") no-repeat 8px 14px;
	background-size: 12px 9px;
	color: #483e8f;
}
.closeBtnHat{display:none;}
.switchDetail {}
.switchDetail p{
	padding: 2% 2.5%;
	text-align: left;
	color: #111;
	background-color: #f1f1f1;
}


dl.faq{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	clear:both;
}

.faq dt{
	background:#fff url(../img/common/fq_Q.png) no-repeat 5px 7px;
	background-size:20px 20px;
	padding:4px 4px 4px 32px;
	color:#2c70ba;
	margin-bottom:5px;
	font-size: 1.1em;
	font-weight:700;
	border: 1px solid #2c70ba;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.faq dd{
	background: url(../img/common/fq_A.png) no-repeat 8px 3px;
	background-size:18px 18px;
	padding:0 0 25px 32px;
}


.anchors {
  display: flex;
	flex-wrap:wrap;
	border: 3px double #4ea2c2;
	padding: 1rem 2rem;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #effbff;
}

.anchors li {
	flex-direction: row;
	margin-right: 1.5rem;
	margin-bottom: .5rem;
}
.anchors li a{4
	color:#4ea2c2;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:5px;
	background:url("../img/common/pagedown.png") no-repeat 0 0px;
	background-size:16px 16px;
	font-weight: 700;
}
.anchors li a:hover{color: #99ccff;}

.at{
	background: url("../img/common/at.png") no-repeat 0px 4px;
	background-size: 18px 18px;
	padding-left: 22px;
	text-align: left;
	float: right;
	color: #6666cc;
	margin-bottom:0.5%;
	padding-bottom:3px;
	font-size: 1.1em;
	font-weight: 700;
}
.sponsored{
	background: url("../img/common/sponsored.png") no-repeat 0px 4px;
	background-size: 18px 18px;
	padding-left: 22px;
	text-align: left;
	float: right;
	color: #f97749;
	margin-bottom:0.5%;
	padding-bottom:3px;
	font-size: 1.1em;
	font-weight: 700;
	clear: both;
}

#second.program .one{border: 1px solid #ccc;}

#second.program .one th,
#second.program .one td{
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#second.program .one th{width:3%; border-right: 1px solid #ccc;background: #fcfcfc;}
*/

/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

}



/* for Sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
#rightslot.second{
	padding: 5%;
	margin-bottom: 5%;
	min-height: inherit;
}
#rightslot h2{
	font-size: 1.3em;
}
	
/*
#second h3.h3{
	width: 95%;
	text-align: left;
	padding:1% 2% 0.7% 2%;
	margin: 0 0 1em 0;
	font-weight:700;
	color: #fff;
	font-size: 1.2em;
}

#second .box.mgB80{
	margin-bottom: 8%;
}
*/

/* sponsor
--------------------------------------------------------------------------------------
#second .box{
	padding: 3% 5%;
}

#second .btnC.mgB20{
	margin-bottom: 2%;
}

#second .btnC img{
	width: 48%;
	margin:0 1%;
	padding: 0;
	height: auto;
}
#second.abstract .category td{width: auto;}
#second.abstract .category td._number{width: 0.5em !important;}
#second.abstract .category th{white-space: nowrap;}

#welcome .switchHat ._figure{width: 20%; margin:1% 5% 1% 0;display: block;}
#welcome .switchHat ._figure img{width: 100%; margin-right: 0;}
#welcome .switchHat ._figure img.doubles{width: 100%; margin-right:0; display: block; clear: both;margin-bottom:5%;}
#welcome .switchHat ._figure img.doubles2{width: 100%; margin-right:0; display: block; clear: both;}
	
#second.program h3.h3{font-size: 1em;}
#second.program .one{border: none;}

#second.program .one th,
#second.program .one td{
	border-bottom: none;
	background: #fff;
}
#second.program .one th{
	width:auto; 
	padding:1% 2%;
	margin:0 0 2% 0;
	border-bottom:1px dotted #172a88;
	border-right: none;
	background: #fcfcfc;
}
#second.program .one td{
	padding:1% 0 5% 0;
}
*/
	

/*registration
#second.registration .fL.width48,
#second.registration .fR.width48{
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 5%;
}
*/
	
/*nursery
#second.nursery img.mgB20{
	margin-bottom: 10px;
}
#second.nursery img.fR{
	width: 100px;
	clear: both;
	margin-left: 20px;
}*/

	
/*handson
#second.handson .fL,
#second.handson .fR{
	float: none;
	clear: both;
	margin-bottom: 5%;
}

#second.handson .width75{
	width: 100%;
}
	
#second.handson .width23{
	width: 60%;
	margin:0 20%;
}*/
	

/*welcome*/
	
#welcome .president_box{
	border-bottom: 1px solid #bdbdbd;
}
	/*
#welcome .president_box th{
	width: auto;
	vertical-align: bottom;
	text-align: right;
}*/
#welcome .president_box td{
	width: 30%;
	padding: 0 0 0 20px;
}
#welcome .president_box td img{
	width: 100%;
	height: auto;
}
#welcome p{
	line-height: 1.8;
}
	
}




