@charset "UTF-8";
/*
 * cmn_layout.css

/*  !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/*  !Reseting
---------------------------------------------------------- */
body {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 13px; /* 11px; */
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: /*#444*/#000;
	background-color: #fff;
	}
/* ie7 */ *:first-child+html body { font-size: 82%; /* 69%; */}
/* ie6Below */ * html body { font-size:82%; /* font-size: 69%; */}
/* ie8 */ html>/**/body { font-size /*\**/: 82%\9;}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
img
{ vertical-align: middle;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}


/*  !Clearfix
---------------------------------------------------------- */
.clearfix,
#wrapper,
#headerInner,
#btn,
#contents,
#Theme_title,
#talk,
#talk .sec,
#symposium_member,
#symposium_member .box {
	display: block;
	min-height: 1%;
}
.clearfix:after,
#wrapper:after,
#headerInner:after,
#btn:after,
#contents:after,
#Theme_title:after,
#talk:after,
#talk .sec:after,
#symposium_member:after,
#symposium_member .box:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #wrapper,
* html #headerInner,
* html #btn,
* html #contents,
* html #Theme_title,
* html #talk,
* html #talk .sec,
* html #symposium_member,
* html #symposium_member .box {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*  !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}


/*  !SP Style
---------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.sp_none { display: inherit !important;}
.pc_none { display: none !important; }

/*  !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
	z-index: -5;
}

/*  !header
---------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#headerInner {
	position: relative;
	margin: 0;
    padding: 10px 0;
}
#headerInner h1#title {
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#headerInner h1#title img { width: 100%;}
#theme {
	margin: 0 auto;
	padding: 6px 0 4px 0;
	text-align: center;
	font-size: 116%;
	font-weight: bold;
	color: #3ab5ea;
	background: /*#CDE1EB*/#eefaff;
	border-bottom: 4px solid #3ab5ea;
}
#theme .themeTxt {
	margin: 0 10px 0 0;
	padding: 5px 6px 4px 6px;
	font-size: 85%;
	line-height: 2.0;
	border-radius: 5px;
	color: #FFF;
	background-color: #3ab5ea;
}
#theme .themaSub {
	margin: 0 6px 0;
	font-size: 70%;
	display: inline-block;
} 

/*  !Navi
---------------------------------------------------------- */
/* !navMenu */
#navMenu {
	margin: 0;
	top: 10px;
	left: 10px;
	position: absolute;
 }
	#navMenu a {
		width: 46px;
		height: 46px;
		background: #FFF url(../images/icon_navmenu.png) no-repeat 	center center;
		background-size: cover;
		white-space: nowrap;
		vertical-align: bottom;
		display: inline-block;
		overflow: hidden;
		border: solid 1px #AAA;
		border-radius: 23px;
	}
	#navMenu a.active {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
#btn {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}
	#btn ul {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		display: table;
	}
	#btn ul li {
		vertical-align: middle;
		display: table-cell;
	}
	#btn ul li:first-child { margin-left: 0;}
	#btn ul li:nth-child(2) {
		border-left: solid 2px #FFF;
		border-right: solid 2px #FFF;
	}
	#btn ul li dl {
		text-align: center;
		background: #eefaff;
	}
	#btn ul li dl dt {
		margin: 0 auto;
		padding: 0;
		font-size: 116%;
		border-radius: 0;
		/*color: #555;*/
		text-align: center;
		float: none;
		clear: none;
	}
	#btn ul li dl.vol1 dt { }
	#btn ul li dl.vol2 dt { }
	#btn ul li dl.vol3 dt { }
	#btn ul li dl dd {
		display: none;
	}
	#btn ul li dl dd.sp_arrow {
		width: 28%;
		margin: 0 auto;
		display: block;
	}
	#btn ul li dl a {
		padding: 10px 0;
		color: #3ab5ea;
		font-size: 123.1%;
		font-weight: normal;
		text-decoration: none;
		display: block;
	}
	#btn ul li dl a:hover {
		color: #FFF;
		background: #3ab5ea;
	}
	#btn ul li .current a {
		color: #FFF;
		text-align: center;
		background: #3ab5ea;
	}

/* !contents
---------------------------------------------------------- */
#contents {
	margin: 0;
	padding: 0 0 15px;
	text-align: left;
}
#Theme_title {
	margin: 0;
	padding: 0 10px;
	color: #000;
	display: block;
}
	#Theme_title h2.vol1,
	#Theme_title h2.vol2,
	#Theme_title h2.vol3 {
		font-size: 146.5%;
		font-weight: bold;
		color: #000;
	}
	#Theme_title h2.vol1 span,
	#Theme_title h2.vol2 span,
	#Theme_title h2.vol3 span {
		font-size: 77%;
		margin-right: 10px;
		margin-bottom: 5px;
		padding: 8px 14px;
		color: #FFF;
		background: #3ab5ea;
		border-radius: 6px;
		display: inline-block;
	}

	#Theme_title p {
		margin: 10px 0 0 0;
		font-size: 100%;
		line-height: 1.6;
	}
.symposium {
	width: 200px;
	margin: 20px auto 50px;
	padding: 0;
}
	.symposium a {
		margin: 0;
		padding: 10px;
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border: solid 1px #f2a129;
		background: #f2a129;
		border-radius: 30px;
		display: block;
	}
	.symposium a:hover {
		border: solid 1px #FE9;
		background: #FE9;
	}


/* !talk
---------------------------------------------------------- */
#talk {
	margin: 0;
	padding: 0;
}
#talk h3 {
	margin: 0;
	padding: 0 10px;
	font-size: 161.6%;
	font-weight: bold;
	color: #3ab5ea;
}
.sec11 {
	margin: 0;
	padding: 0;
	clear: both;
}
	.sec_title_vol1,
	.sec_title_vol2,
	.sec_title_vol3 {
		max-width: 640px;
		margin: 5px 0 6px 0;
		padding: 8px 10px;
		color: #000;
		background: #EAF2FB;
		border: none;
	}
	.sec_title_vol1 p,
	.sec_title_vol2 p,
	.sec_title_vol3 p {
		margin: 0;
		padding: 0 0 0 8px;
		font-size: 120%;
		font-weight: bold;
		border-left: solid 10px #29D;
	}

.sec11 dl, .caution {
	max-width: 640px;
	margin: 0;
	padding: 10px;
	clear: both;
}
.sec11 dl dt.name {
	width: 100px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 108%;
	font-weight: bold;
	color: #000;
	float: none;
	clear: none;
}
.sec11 dl dd.text, .caution p {
	max-width: 640px;
	margin-left: 0;
	margin-bottom: 12px;
	font-size: 108%;
	line-height: 1.7;
	color: #333;
}
	.imgType01 {
		width: 90%;
		margin: 0 5% 5%;
		padding: 0 0 1%;
		text-align: center;
		border: solid 1px #3ab5ea;
	}

	.imgType01 .caption{
		text-align: right;
		font-size: 80%;
		font-weight: normal;
		color: #000;
		background: none;
		margin-top: 20px;
	}
	.imgType02 {
		width: 100%;
		margin: 0 auto 5%;
		padding: 3%;
		text-align: center;
	}
	.imgType01 p {
		font-size: 126%;
		font-weight: bold;
		color: #FFF;
		background: #3ab5ea;
	}
	.imgType01 img,
	.imgType02 img { width: 100%;}

#footer {
	text-align: center;
	line-height: 2.0;
	background: #eefaff;
	color: #333;
}
	#footer p {
		margin: 0 auto;
		padding: 20px 0 4px 0;
		font-size: 93%;
		line-height: 1.6;
	}
		#footer p a {
			color: #3ab5ea;
			text-decoration: none;
			font-weight: bold;
		}
		#footer p a:visited { color: #3ab5ea;}
		#footer p a:hover {
			opacity: 0.5;
			filter: alpha(opacity=50);
			-ms-filter: "alpha(opacity=50)";
		}
.copyright {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 93%;
	line-height: 1.4;
}

.toTop {
	width: 46px;
    height: auto;
	bottom: 20px;
    right: 20px;
	z-index: 10;
	position: fixed;
}
.toTop a:hover {
	opacity: 0.75;
     filter: alpha(opacity=75);
     -ms-filter: "alpha(opacity=75)";
}

/*symposium page
----------------------------------------------------------*/
#symposium_member { margin: 0 auto; padding: 0;}
  #symposium_member p.member,
  #Listener p.member {
	  margin: 0;
	  padding: 0 10px;
	  font-size: 182%;
	  font-weight: bold;
	  border-bottom: solid 4px #555;
	  color: #555;
  }
  .member_Box {
	  width: 100%;
	  margin: 0;
	  padding: 10px;
	  border-bottom: dotted 1px #555;
  }
    .Left-Box {
		width: 70%;
		margin: 10px auto 4px;
		padding: 0;
		display: block;
	}
	.Right-Box {
		width: 96%;
		margin: 0;
		padding: 10px;
		vertical-align: top;
		text-align: left;
		display: block;
	}
	  .Right-Box dl { }
	    .Right-Box dl dt.Position {
			font-size: 116%;
			font-weight: bold;
			color: #333;
		}
		  .Right-Box dl dd.Member-name {
			  margin: 0 0 2px 0;
			  font-size: 153.9%;
			  font-weight: bold;
			  color: #333;
		  }
		    .Right-Box dl dd.Profile { font-size: 108%; color: #555;}

#Listener { margin: 30px auto 10px; padding: 0;}

/* SP_menu */
#call-to-action { height: 100% !important;}
#sp_menu {
	top: 0px;
	left: -225px;
	width: 225px;
	height: 100%;
	position: absolute;
	z-index: 888888;
	overflow: hidden;
	backface-visibility: hidden;
	display: block;
	background: #ECF2FA;
	text-align: left;
}
  #sp_menu ul { }
    #sp_menu li {
		margin: 0 10px 10px 10px;
		padding: 0 0 10px 0;
		font-size: 116%;
		line-height: 1.6;
		list-style: none;
		border-bottom: solid 1px #555;
		text-decoration: none;
	}
	  #sp_menu li a {
		  color: #555;
		  text-decoration: none;
		  display: block;
	  }
	    #sp_menu li a:visited { color: #555;}
		#sp_menu li a:hover { color: #999;}

/*  !PC
---------------------------------------------------------- */
@media only print, screen and (min-width: 40.063em) {

/*  !wrapper
---------------------------------------------------------- */
#wrapper { }

/*  !header
---------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	background: #FFF;
}
	#headerInner {
		max-width: 1000px; /* Size */
		margin: 0 auto;
		padding: 10px 0px;
		border-bottom: none;
	}
		#headerInner h1#title {
			width: 60%;
			height: auto;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
		}
	#headerInner h1#title img { width: 100%;}
#theme {
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	font-size: 167%;
	font-weight: bold;
	color: #3ab5ea;
	background: /*#CDE1EB*/#eefaff;
}
#theme .themeTxt {
	margin: 0 10px 0 0;
	padding: 5px 6px 4px 6px;
	font-size: 70%;
	line-height: 2.0;
	border-radius: 5px;
	color: #FFF;
	background-color: #3ab5ea;
}

/*  !Navi
---------------------------------------------------------- */
#navMenu {
    display: none;
    margin: 0;
}
	#navMenu a { }
	#navMenu a.active { }
#btn {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}
	#btn ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#btn ul li {
		width: 320px;
		margin-left: 10px;
		vertical-align: middle;
		border-bottom: none;
		display: inline-block;
	}
	#btn ul li:first-child { margin-left: 0;}
	#btn ul li:nth-child(2) {
		border-left: none;
		border-right: none;
	}
	#btn ul li dl dt {
		margin: 0 8px 0 15px;
		padding: 0 10px;
		font-size: 93%;
		border-radius: 3px;
		color: #3ab5ea;
		float: left;
		clear: left;
	}
	#btn ul li dl.vol1 dt,
	#btn ul li dl.vol2 dt,
	#btn ul li dl.vol3 dt {
		border: solid 1px #3ab5ea;
		background: #FFF;
	}
	#btn ul li dl dd {
		text-align: left;
		display: block;
	}
	#btn ul li dl dd.sp_arrow { display: none;}
	#btn ul li dl a {
		padding: 15px 0;
		color: #3ab5ea;
		font-size: 123.1%;
		font-weight: 800;
		text-align: center;
		text-decoration: none;
		background: #eefaff;
		display: block;

		height: 4.5rem;
		display: flex;
		align-items: center;

	}
	#btn ul li .current a {
		text-align: center;
		background: #3ab5ea;
	}
	#btn ul li dl a:hover {
		background: #3ab5ea;
	}


/* !contents
---------------------------------------------------------- */
#contents {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#Theme_title {
	margin: 40px 0 0;
	padding: 0;
	color: #000;
	display: block;
}
	#Theme_title h2.vol1,
	#Theme_title h2.vol2,
	#Theme_title h2.vol3 {
		font-size: 146.5%;
		font-weight: bold;
		color: #000;
	}
	#Theme_title h2.vol1 span,
	#Theme_title h2.vol2 span,
	#Theme_title h2.vol3 span {
		font-size: 77%;
		margin-right: 10px;
		margin-bottom: 5px;
		padding: 8px 14px;
		color: #FFF;
		background: #3ab5ea;
		border-radius: 6px;
		display: inline-block;
	}
	
	#Theme_title p {
		margin: 18px 0 0 0;
		font-size: 116%;
		line-height: 1.6;
	}

	#Theme_title h3 {
		color: #3ab5ea;
		font-weight: bold;
		font-size: 190%;
		margin-bottom: -0.5em;
		margin-top: 1em;
	}

.symposium {
	width: 250px;
	margin: 40px auto;
}
	.symposium a {
		margin: 0;
		padding: 15px;
		font-size: 123.1%;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border: solid 1px #f2a129;
		background: #f2a129;
		border-radius: 30px;
		display: block;
	}
	.symposium a:hover {
		border: solid 1px #FE9;
		background: #FE9;
	}

/* !talk
---------------------------------------------------------- */
#talk {
	margin: 0;
	padding: 0;
}
#talk h3 {
	margin: 60px 0 30px;
	padding: 0;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}
.sec11 {
	margin: 0;
	padding: 0;
	clear: both;
}
	.sec_title_vol1,
	.sec_title_vol2,
	.sec_title_vol3 {
		max-width: 1000px;
		margin: 5px 0 15px 0;
		padding: 8px 20px;
		color: #000;
		background: #EAF2FB;
		border: none;
	}
	.sec_title_vol1 p,
	.sec_title_vol2 p,
	.sec_title_vol3 p {
		margin: 0;
		padding: 0 0 0 10px;
		font-size: 131%;
		font-weight: bold;
		border-left: solid 10px #3ab5ea;
	}
		.sec11 dl, .caution {
			max-width: 1000px;
			margin: 0;
			padding: 10px 20px;
			clear: both;
		}
			.sec11 dl dt.name {
				width: 50px;
				margin: 0;
				padding: 0;
				font-size: 120%;
				line-height: 1.8;
				font-weight: bold;
				color: #000;
				float: left;
				clear: left;
			}
			.sec11 dl dd.text, .caution p {
				max-width: 930px;
				margin-left: 60px;
				margin-bottom: 40px;
				font-size: 120%;
				line-height: 1.8;
				color: #333;
			}
	.imgType01 {
		margin: 0 5% 5%;
		padding: 3%;
		text-align: center;
		border: solid 1px #3ab5ea;
		max-width: 1000px;
	}
	.imgType01.-flex {
		display: flex;
		justify-content: space-between;
	}
	.imgType01.-flex img {
		width: 49%;
	}
	.imgType02.-flex {
		display: flex;
		justify-content: space-between;
	}
	.imgType02.-flex img {
		width: 49%;
	}
	.imgType02 {
		margin: 0 auto 5%;
		padding: 3%;
		text-align: center;
	}
	.imgType01 p {
		font-size: 126%;
		font-weight: bold;
		color: #FFF;
		background: #3ab5ea;
	}
	.imgType01 img,
	.imgType02 img { width: 100%;}
#footer {
	text-align: center;
	line-height: 2.0;
}
	#footer p {
		margin: 0 auto;
		padding: 20px 10px 6px 10px;
		font-size: 108%;
	}
		#footer p a { }
		#footer p a:visited { }
		#footer p a:hover {
			opacity: 0.5;
			filter: alpha(opacity=50);
			-ms-filter: "alpha(opacity=50)";
		}
.copyright {
	max-width: 1000px;
	margin: 10px auto 0;
	font-size: 90%;
	color: #555;
}
.toTop {
	width: 46px;
    height: auto;
	bottom: 20px;
    right: 20px;
	z-index: 10;
	position: fixed;
}
.toTop a:hover {
	opacity: 0.75;
     filter: alpha(opacity=75);
     -ms-filter: "alpha(opacity=75)";
}


/*symposium page
------------------------------------*/
#symposium_member { margin: 0 auto; padding: 0;}
  #symposium_member p.member,
  #Listener p.member {
	  font-size: 182%;
	  font-weight: bold;
	  border-bottom: solid 4px #555;
	  color: #555;
  }
    .member_Box {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: dotted 1px #555;
	}
	  .Left-Box {
		  width: 200px;
		  margin: 0;
		  padding: 10px;
		  display: inline-block;
	  }
	  .Right-Box {
		  width: 730px;
		  margin: 0;
		  padding: 10px;
		  vertical-align: top;
		  text-align: left;
		  display: inline-block;
	  }
	    .Right-Box dl { }
		  .Right-Box dl dt.Position {
			  font-size: 116%;
			  font-weight: bold;
			  color: #333;
		  }
		    .Right-Box dl dd.Member-name {
				margin: 0 0 6px 0;
				font-size: 153.9%;
				font-weight: bold;
				color: #333;
			}
			.Right-Box dl dd.Member-name span {
				margin-left: 2px;
				font-size: 80%;
			}
			  .Right-Box dl dd.Profile { font-size: 108%; color: #555;}

#Listener { margin: 30px auto 10px; padding: 0;} 

/* SP_menu */
#call-to-action { }
#sp_menu { display: none;}
  #sp_menu ul { }
    #sp_menu li { }
	  #sp_menu li a { }
	    #sp_menu li a:visited { }
		#sp_menu li a:hover { }
}

@media only print, screen and (max-width: 1280px) {
	
body{
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

#wrapper {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 backface-visibility: hidden;
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 transition: all 300ms ease;
 overflow: initial;
}

body.menuOpen #wrapper {
  -webkit-transform: translate3d(225px, 0px, 0px);
  -moz-transform: translate3d(225px, 0px, 0px);
  transform: translate3d(225px, 0px, 0px);
}

#sp_menu {
  top: 0px;
  left: -225px;
  width: 225px;
  height: 100%;
  padding: 10px 0 0 0;
  position: absolute;
  z-index: 888888;
  overflow: hidden;
  backface-visibility: hidden;
  display: block;
}

#contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
#Theme_title { padding: 0 3%;}

#btn { width: 100%;}
	#btn ul li { width: 31%;}
	#btn ul li dl dt {
		font-size: 88%;
	}
	#btn ul li dl a {
		font-size: 108%;
	}
/*symposium page
------------------------------------*/
#symposium_member { margin: 0 auto; padding: 0 2%;}
  #symposium_member p.member,
  #Listener p.member {
	  padding: 0 0 0 2%;
  }
    .member_Box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
.Left-Box { width: 28%}
.Right-Box { width: 70%;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
#Theme_title { padding: 0 3%;}

#btn { width: 100%;}
	#btn ul li { width: 31%;}
/*symposium page
------------------------------------*/
#symposium_member { margin: 0 auto; padding: 0 2%;}
  #symposium_member p.member,
  #Listener p.member {
	  padding: 0 0 0 2%;
  }
    .member_Box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
.Left-Box { width: 28%}
.Right-Box { width: 70%;}
}

@media only print, screen and (max-width: 640px) {
#contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5%;
}
#Theme_title { padding: 0 3%;}

#btn { width: 100%;}
	#btn ul li { width: 31%;}
	#btn ul li dl a {
		font-size: 140%;
	}

	.spnone{
		display: none;
	}
/*symposium page
------------------------------------*/
#symposium_member { margin: 0 auto; padding: 0 2%;}
  #symposium_member p.member,
  #Listener p.member {
	  padding: 0 0 0 2%;
	  font-size: 150%;
  }
    .member_Box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
.Left-Box { width: 55%}
.Right-Box { width: 100%;}
	 .Right-Box dl { }
	    .Right-Box dl dt.Position {
			font-size: 110%;
			font-weight: bold;
			color: #333;
		}
		  .Right-Box dl dd.Member-name {
			  margin: 0 0 2px 0;
			  font-size: 150%;
			  font-weight: bold;
			  color: #333;
		  }
		    .Right-Box dl dd.Profile { font-size: 98%; color: #555;}

			.imgType01.-flex {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			.imgType01.-flex img {
				width: 100%;
				margin: 10px 0;
			}
			.imgType02.-flex {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			.imgType02.-flex img {
				width: 100%;
				margin: 10px 0;
			}
}

@media only print, screen and (max-width: 320px) {
#contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5%;
}
#Theme_title { padding: 0 3%;}

#btn { width: 100%;}
	#btn ul li { width: 31%;}
/*symposium page
------------------------------------*/
#symposium_member { margin: 0 auto; padding: 0 2%;}
  #symposium_member p.member,
  #Listener p.member {
	  padding: 0 0 0 2%;
	  font-size: 150%;
  }
    .member_Box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
.Left-Box { width: 60%}
.Right-Box { width: 100%;}
	 .Right-Box dl { }
	    .Right-Box dl dt.Position {
			font-size: 110%;
			font-weight: bold;
			color: #333;
		}
		  .Right-Box dl dd.Member-name {
			  margin: 0 0 2px 0;
			  font-size: 150%;
			  font-weight: bold;
			  color: #333;
		  }
		    .Right-Box dl dd.Profile { font-size: 98%; color: #555;}
}



.spShow {
	display: none;
}
@media only print, screen and (max-width: 640px) {
	.pcShow {
		display: none;
	}
	.spShow {
		display: block;
	}
}


.nextPage {
    margin: 0 auto 4em;
    width: 90%;
	max-width: 550px;
	font-size: 16px;
}

.nextPage .nextPageLink {
    display: flex;
    width: 100%;
    border: 2px solid #f2a129;
    border-radius: 50px;
	text-decoration: none;
}

.nextPage .nextPageCaption {
    display: flex;
    align-items: center;
    width: 150px;
    height: 56px;
    padding: 0 25px;
    background-color: #f2a129;
	color: #fff;
	font-weight: bold;
    position: relative;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    z-index: 1;
}

.nextPage .nextPageTitleWrapper {
    -webkit-flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    z-index: 2;
    position: relative;
    left: -15px;
    background: #fff;
    border-radius: 50px 60px 60px 50px/70px 70px 70px 70px;
    -webkit-border-radius: 50px 60px 60px 50px/70px 70px 70px 70px;
    -moz-border-radius: 50px 60px 60px 50px/70px 70px 70px 70px;
}

.nextPage .nextPageTitle {
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
    max-height: 40px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    line-height: 1.3;
    padding: 0 5px 0 25px;
	color: #333;
}
@media only print, screen and (max-width: 640px) {
	.nextPage {
		font-size: 14px;
	}
	.nextPage .nextPageCaption {
		width: 140px;
	}
}