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


#second #rightslot{
	padding: 5% 0 10% 0;
}

#second h2{
	position: relative;
	margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
}
/*
#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 h4 {
	font-size: 1.3em;
  position: relative;
  padding: 0 0 0 36px;
	margin-bottom: 0.2rem;
	 color: #2a395f;
	text-align: left;
	font-weight: 700;
 }
 
#second h4::before,
#second h4::after {
  position: absolute;
  content: '';
  border-radius: 50%
}
#second h4::before {
  top: 0.2em;
  left: 0.2em;
  width: 19px;
  height: 19px;
  background: rgba(42, 57, 95, 0.85);
}
#second h4::after {
  top: 0.7em;
  left: 0.7em;
  width: 13px;
  height: 13px;
  background: rgba(42, 57, 95, 0.5);
}

#second h5 {
	font-size: 1.18em;
	position: relative;
	color:#000;
	font-weight: 700;
	margin-bottom:8px;
	text-align: left;
}

#second h5:before {
	width: 100%;
	border-top: 3px dotted #000;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
}

#second h5 span {
	background-color: #fff;
	display: inline-block;
	padding-right: 14px;
	position: relative;
}
#second .bg2 h5 span {
	background-color: #f7f7f7;
}

#second h6 {
	position: relative;
	padding: .5em 1em .5em 0.9em;
	text-align: left;
	color: #a28c47;
	font-size: 1.1em;
}
#second h6::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #a28c47;
	border-radius: 4px;
}*/


/*welcome*/
#second #welcome p{
	line-height: 2;
}
#second #welcome dl{
	text-align: left;
	border-left: 7px solid #cca049;
	margin-bottom: 5%;
	padding: 7px 0 7px 14px;
  font-family: "Noto Serif JP", serif;
}
#second #welcome dl dt{
	font-size: 15px;
	font-weight: 700;
}
#second #welcome dl dd{
	font-weight: 700;
	}
#second #welcome dl dd span{
	font-size: 2em;
}





/* 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 #rightslot{
	width: 90%;
	padding:5% 5%;
	margin-bottom: 10%;
	position: relative;
	min-height: inherit;
}

#second h2{
	position: relative;
	margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
}

/*
#second h3{
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

#second h3 span {
	padding:4px 0.7rem 6px 0.7rem;
	position: relative;
	border-radius: 24px;
	font-weight:700;
}
#second h4 {
	font-size: 1.05em;
  padding: 0 0 0 24px;
 }

#second h4::before {
  top: 0.2em;
  left: 0em;
  width: 15px;
  height: 15px;
}
#second h4::after {
  top: 0.7em;
  left: 0.5em;
  width: 11px;
  height: 11px;
}

#second h5 {
	font-size: 1.03em;
	margin-bottom:5px;
}

#second h5:before {
	border-top: 2px dotted #000;
}

#second h5 span {
	padding-right: 5px;
}
	
#second h6 {
	padding: 0.4em 0 0.4em 0.6em;
	font-size: 1em;
}
#second h6::after {
	width: 4px;
}
*/


	
/*welcome*/
#second #welcome p{
	line-height: 2;
}
#second #welcome dl{
	text-align: left;
	border-left: 5px solid #cca049;
	margin-bottom: 3%;
	padding: 4px 0 4px 12px;
		clear: both;
	display: block;
}
#second #welcome dl dt{
	font-size: 13px;
	font-weight: 700;
}
#second #welcome dl dd{
	font-weight: 700;
	font-size: 12px;
	}
#second #welcome dl dd span{
	font-size: 27px;
}
	#second #welcome dl img._pc{
	display: none;
	}
	#second #welcome figure.forSp{
		display: block;
		margin-bottom: 5%;
	}

}