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

#second{
	width: 100%;
	padding:5% 0;
	margin-bottom: 20%;
	position: relative;
	min-height: 800px;
}

#second h2{
	position: relative;
	margin-bottom: 5%;
  font-family: "Noto Serif JP", serif;
	text-align: left;
	color: #fff;
	font-size: 1.8rem;
}
#second h3{
	margin: 0 0 16px 0;
	padding:0;
	position: relative;
	text-align: left;
	font-weight:400;
	font-size: 1.25em;
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
}
#second h3:before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
}
#second h3 span {
	background-color: #fff;
	border: 1px solid #a28c47;
	color: #a28c47;
	display: inline-block;
	padding:4px 1rem 6px 1rem;
	position: relative;
	border-radius: 24px;
	font-weight:700;
}
#second.overview h3{font-size: 1em;
	margin: 0 0 10px 0;}
#second.overview h3 span {padding:2px 0.5rem 3px 0.5rem;}
/*
#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;
	background: -moz-linear-gradient(right, #dcd5f1, #2265c8);
	background: -webkit-linear-gradient(right, #dcd5f1, #2265c8);
	background: linear-gradient(to left, #dcd5f1, #2265c8);
 box-shadow:4px 4px 0 #576275;
}
#second h3.h3b{
	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;
	background: -moz-linear-gradient(right, #db3f72, #f32d6e);
	background: -webkit-linear-gradient(right, #db3f72, #f32d6e);
	background: linear-gradient(to left, #db3f72, #f32d6e);
 box-shadow:4px 4px 0 #7c3e57;
}
#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*/

#second.welcome figure.presidents{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	align-items: center;
	padding: 0;
}
#second.welcome figure.presidents figcaption{
}
#second.welcome figure.presidents figcaption dl{
	text-align: left;
	border-left:4px solid #997f3c;
	color: #997f3c;
	padding-left: 10px;
}
#second.welcome figure.presidents figcaption dt{
	font-weight: 700;
	font-size: 1.3em;
}

#second.welcome figure.presidents figcaption dd{
	font-size: 1.2em;
	font-weight: 500;
}

#second.welcome figure.presidents figcaption dd span{
	font-size: 0.8em;
	font-weight: 400;
	margin-right: 1em;
}

#second.welcome .switchDetail{
	padding-top: 5%;
}

#second.welcome.english figure.presidents figcaption dt{
	font-size: 1.2em;
}
#second.welcome.english figure.presidents figcaption dd{
	margin-bottom: 40px;
	line-height: 1.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{
	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;}
*/

#second.links .lists li{
	margin-bottom: 0.5em;
}
#second.links .lists li a{color:#a28c47;}

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

}



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

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

#second{
	width: 90%;
	padding:5% 5%;
	margin-bottom: 10%;
	position: relative;
	min-height: inherit;
}

#second h2{
  font-family: "Noto Serif JP", serif;
	text-align: left;
	color: #fff;
	font-size: 1.8rem;
}


/*welcome*/
#second.welcome figure.presidents{
}

#second.welcome figure.presidents figcaption dt{
	font-size: 1.1em;
}

#second.welcome figure.presidents figcaption dd{
	font-size: 1em;
	margin-bottom: 12%;
}

#second.welcome figure.presidents figcaption dd span{
	font-size: 0.8em;
}

#second.welcome .switchDetail{
	padding-top: 5%;
}

#second.welcome .presidents img{
	width:27%;
}
#second.welcome p.alignR.fontWhite.font120{font-size: 0.9em;}

	

}