@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 *    4.1 - Main
 *    4.2 - Side
 * 5.0 - Footer
 * 6.0 - Option
 *    6.1 - List
 *    6.2 - Button
 *    6.3 - Table
 *    6.4 - Link
 *    6.5 - Title
 *    6.6 - Float
 * 7.0 - Page Option ページ共通
 *    7.1 - Index
 *    7.2 - Conference Information
 *    7.3 - Program
 * 8.0 - Media
 *    8.1 - 769~ - PC only
 *    8.2 - 768 - iPad
 *    8.3 - 414 - large device
 *    8.4 - 320 - iPhone5
 * 9.0 - Text,Margin Media
 *    9.1 - 769~ - PC only
 *    9.2 - 768 - iPad
 *    9.3 - 414 - large device
 *    9.4 - 320 - iPhone5
 
 font-family: 'Lato', sans-serif;
font-family: 'Quicksand', sans-serif;

title_cont 3.0  3.0  2.4
h2 2.6  2.6  2.0 
h3 2.4  2.4  2.0
h4 2.2  2.2  1.8
all 1.6 1.5 1.5
 */
/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
/*HTML5 display definitions*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
/*Base*/
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
ol, ul {
	list-style: none;
}
/*Links*/
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
/*Typography*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C""\201D""\2018""\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*Embedded content*/
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
/*Figures*/
figure {
	margin: 0;
}
/*Forms*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/*Tables*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	font-size: 62.5%; /* base-font-size:10px */
}
body {
	background-color: #fff;
	color: #222;
	font-family: 'Lato', "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "Verdana", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
	overflow-y: scroll;
	min-width: 1000px;
	width: 100%;
}
#wrapper {
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	margin: 0 auto;
}
header, #contents, footer {
	box-sizing: border-box;
	width: 100%;
}
* { /*全称セレクタでリセットしていますがサイトに合わせて必要ない場合は削除してください*/
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	background: #132064;
	color: #fff;
}
.site_title {
	margin: 0 2%;
	text-align: center;
	line-height: 0;
	padding: 20px 0;
}
.nuv_button {
	display: none;
}
.header_top {}
.header_bottom {}
/*nav*/
nav {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	width: 100%;
	margin: 0 auto;
}
.header_nav {
	display: table;
	width: 1000px;
	margin: 0 auto;
	vertical-align: top;
}
.header_nav > li {
	list-style: none;
	display: table-cell;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	vertical-align: middle;
	line-height: 1.2;
}
.header_nav > li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header_nav > li > a > span, .header_nav > li > .nav_coming, .no_link > span {
	padding: 10px;
}
.header_nav li > a > span, .megamenu_inner li a, .nav_coming, .no_link > span {
	color: #fff;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
}
.header_nav > li > a, .no_link {
	padding: 0;
	display: block;
}
/*.nav_coming {
	 color: rgba(255,255,255,0.3);
}
.nav_coming:before {
	 filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	opacity: 0.3;
}*/
.header_nav li .megamenu {
	position: absolute;
	z-index: 100;
}
.header_nav li .megamenu .megamenu_inner {
	margin: 0 auto;
	position: relative;
	background: #132064;
}
.header_nav li .megamenu .megamenu_inner li {
	display: block;
	text-align: left;
	line-height: 1.2;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header_nav li .megamenu .megamenu_inner li:last-child {
	border-bottom: none;
}
.megamenu .megamenu_inner li a, .megamenu .megamenu_inner li .nav_coming {
	position: relative;
	padding: 10px 20px;
}
/*----------------------------------------------------
	4.0 - Contents 
----------------------------------------------------*/
#contents {
	background-color: #fff;
	overflow: hidden;
}
/*----------------------------------------------------
	4.1 - Main
----------------------------------------------------*/
section {
	width: 1000px;
	margin: auto;
	padding: 50px 0;
}
.conts section {
	margin: 0px auto 80px;
	padding: 0;
}
/*----------------------------------------------------
	5.0 - Footer
----------------------------------------------------*/
footer {
	background-color: #132064;
	color: #fff;
	padding: 70px 0 30px;
}
footer ul {
	padding: 0;
}
footer li {
	list-style-type: none;
}
.footer_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/*footer_banner*/
.footer_banner {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: grid;
	/* template-columns と column-gap を合計して100%になるようにする */
	grid-template-columns: repeat(auto-fit, calc((100% - 40px) / 4));
	row-gap: 1em;
	column-gap: calc(40px / 3);
	justify-content: center;
}
@media (max-width: 768px) {
	.footer_banner {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 2em) / 3));
		column-gap: 1em;
	}
}
@media (max-width: 480px) {
	.footer_banner {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 1em) / 2));
		column-gap: 1em;
	}
}
.footer_banner li {
	display: inline-block;
	/*width: 24.7%;*/
	font-size: 0;
	/* margin-bottom: 20px;*/
}
.footer_banner li img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/*footer_address*/
.footer_address {
	margin-bottom: 50px;
}
.footer_address li {
	text-align: center;
}
.footer_address li dl dt {
	display: inline-block;
	width: 160px;
	font-size: 2.2rem;
	vertical-align: top;
	border: 1px solid #fff;
	padding: 12px 15px 15px;
	box-sizing: border-box;
}
.footer_address li dl dd {
	display: inline-block;
	text-align: left;
	padding-left: 40px;
	font-size: 1.5rem;
}
.footer_address a:link, .footer_address a:visited {
	color: #fff;
}
.footer_address a:hover, .footer_address a:active {
	text-decoration: none;
}
footer .copyright {
	text-align: center;
	font-size: 1.5rem;
}
.link_top {
	position: fixed;
	display: table;
	margin: 0;
	bottom: 40px;
	right: 40px;
	z-index: 100;
}
.link_top a {
	display: table-cell;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	line-height: 0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	opacity: 1.0;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}
.link_top a:after {
	content: " ";
	position: absolute;
	display: inline-block;
	top: 23px;
	left: 18px;
	width: 22px;
	height: 22px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_top a:link, .link_top a:visited {
	background-color: #0455b7;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
/*----------------------------------------------------
	6.0 - Option
----------------------------------------------------*/
input, select, textarea {
	margin: 2px 2px 5px;
}
section p, section ul, section dl, section table {
	/*margin-bottom: 50px;*/
}
/*display*/
.block {
	display: block;
}
/*----------------------------------------------------
	6.1 - List
----------------------------------------------------*/
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.list_normal15 li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/* No icon Style/English */
ul.list_normal_en li {
	padding-left: 0.6em;
	text-indent: -0.6em;
}
/* Disk Style */
ul.list_disc {
	margin-left: 1em;
}
ul.list_disc li {
	position: relative;
}
ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: "";
	position: absolute;
	top: 0.65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
/* Mark Style */
ul.list_mark li {
	padding-left: 1em;
	position: relative;
}
ul.list_mark li:before, ul.list_mark li:after {
	content: " ";
	position: absolute;
}
ul.list_mark li:before {
	background-color: #051887;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	transform: translateY(0.5em);
	clip-path: polygon(0% 0%, 85% 0%, 85% 85%, 0% 85%);
}
ul.list_mark li:after {
	background-color: #fff;
	width: 1em;
	height: 1em;
	top: 0;
	left: 0;
	transform: translateY(0.4em);
	clip-path: polygon(30% 25%, 60% 50%, 30% 75%);
}
/* Link Style */
ul.list_link li {
	padding: 0 0 0.5em 1em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	margin-left: -1em;
	background: #3845aa;
	clip-path: polygon(0 0, 60% 50%, 0 100%);
	transform: translate(0.2em, 0.5em);
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2em;
}
ol.list_decimal > li {
	position: relative;
}
ol.list_decimal > li:before {
	counter-increment: num;
	content: counter(num) ".";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen > li {
	position: relative;
}
ol.list_numberParen > li:before {
	counter-increment: ol_li;
	content: "("counter(ol_li) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
	list-style-type: none;
	counter-reset: ul_lione;
	margin-left: 2em;
}
ol.list_numberParenR > li {
	position: relative;
}
ol.list_numberParenR > li:before {
	counter-increment: ul_lione;
	content: counter(ul_lione) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
ol.list_num_bold li::before {
	font-weight: 700;
}
/*----------------------------------------------------
	6.2 - Button
----------------------------------------------------*/
/*1列で収まるボタンの場合*/
.list_banner {
	width: 100%;
}
.list_banner li {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	font-size: 0;
}
.list_banner li.double {
	width: 49%;
}
.list_banner li.triple {
	width: 33%;
}
.list_banner li.triple {
	width: 33%;
}
.list_banner li.four {
	width: 25%;
}
.list_banner li a, .list_banner li .banner_coming {
	display: block;
	text-align: center;
	line-height: 0.6;
}
/*バナー画像をテキストに差し替えた場合*/
.list_banner_text {
	width: 100%;
	overflow: hidden;
}
.list_banner_text li {
	display: inline-block;
	padding: 0 10px 10px;
	text-align: center;
	box-sizing: border-box;
}
.list_banner_text li a, .list_banner_text li .banner_coming {
	display: inline-block;
	padding: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
}
.list_banner_text li a {
	background-color: #FFC200;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
}
.list_banner_text li .banner_coming {
	background-color: #999;
	pointer-events: none;
	cursor: default;
}
.list_banner_text li.single {
	width: 100%;
}
.list_banner_text li.double {
	width: 49%;
}
.w300 a, .w300 .banner_coming {
	max-width: 300px;
	width: 100%;
}
.w400 a, .w400 .banner_coming {
	max-width: 400px;
	width: 100%;
}
/*----------------------------------------------------
	6.3 - Table
----------------------------------------------------*/
section table {
	box-sizing: border-box;
	/*table-layout: fixed;
	width: 100%;*/
	border-top: 1px solid #666;
}
section th, section td {
	padding: 8px 12px;
	border: 1px solid #666;
	border-top: none;
	margin: 0;
}
section th {
	background-color: #132064;
	color: #fff;
}
section td {
	background-color: #fff;
}
section table tr.cell_noborder_b td, section table tr.cell_noborder_b th, section table td.cell_noborder_b, section table th.cell_noborder_b {
	border-bottom: none;
}
section table.no_border {
	width: auto;
	border-top: none;
}
section table.no_border th, section table.no_border td {
	padding: 0 0 5px;
	background: none;
	border: none;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	text-align: left;
}
/*----------------------------------------------------
	6.4 - Link
----------------------------------------------------*/
a:link, a:visited {
	color: #005BAC;
}
a:hover, a:active {
	color: #5AC8FF;
	text-decoration: none;
}
a:hover img, a:active img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity: 0.7;
}
/*----------------------------------------------------
	6.5 - Title
----------------------------------------------------*/
.title_cont {
	background: #132064;
	border: 3px double #fff;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
	padding: 18px;
	width: 1000px;
	margin: 30px auto;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 0.05em;
}
section h2 {
	background: #132064;
	border-left: 8px solid #0455b7;
	color: #fff;
	font-size: 2.6rem;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-weight: 700;
}
section h3 {
	border-bottom: 3px solid #132064;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	padding: 0 0 3px;
	font-weight: 700;
	font-size: 2.4rem;
	color: #132064;
}
section h4 {
	position: relative;
	color: #0455b7;
	font-size: 2.2rem;
	margin-top: 1em;
	margin-bottom: 0.75em;
	font-weight: 700;
	padding-left: 20px;
}
section h4:before {
	position: absolute;
	content: " ";
	left: 0px;
	top: 7px;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	border: 8px solid transparent;
	border-left: 13px solid #0455b7;
}
/*----------------------------------------------------
	6.6 - Float
----------------------------------------------------*/
/*----------------------------------------------------
	7.0 - Page Option[ページの共通で使用するオプション]
----------------------------------------------------*/
/*----------------------------------------------------
	7.1 - Index
----------------------------------------------------*/
.main_image {
	text-align: center;
	padding: 0 2%;
}
/*information*/
.index section {
	padding: 0;
}
section.info h2 {
	padding: 15px 20px 10px;
}
.dl_info {
	padding-top: 10px;
}
.dl_info dt {
	position: relative;
	float: left;
	padding: 0 20px 20px;
}
.dl_info dt:before {
	position: absolute;
	content: " ";
	left: 0px;
	top: 8px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 5px solid transparent;
	border-left: 7px solid #103675;
}
.dl_info dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 0 15px 20px 120px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
/*----------------------------------------------------
	7.2 - Conference Information
----------------------------------------------------*/
/*----------------------------------------------------
	7.3 - Program
----------------------------------------------------*/
.tbl_pro_glance {
	table-layout: fixed;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	border-top: 1px solid #666;
}
.tbl_pro_glance th, .tbl_pro_glance td {
	padding: 5px 0px;
	letter-spacing: -0.03em;
	border: 1px solid #666;
	/*word-wrap: break-word;*/
}
.tbl_pro_glance strong {
	font-weight: 900;
}
.tbl_pro_glance .bg_red {
	background: #ffbdd6;
}
.tbl_pro_glance .bg_blue {
	background: #94a6ff;
}
.tbl_pro_glance .bg_sblue {
	background: #84d7f4;
}
.tbl_pro_glance .bg_ygreen {
	background: #d7ed77;
}
.tbl_pro_glance .bg_orange {
	background: #ffbc8f;
}
.tbl_pro_glance .bg_green {
	background: #91ce6e;
}
.tbl_pro_glance .bg_purple {
	background: #bea0f9;
}
.tbl_pro_glance .bg_gray {
	background: #8e8e8e;
}
.tbl_pro_glance .bg_lgray {
	background: #d1d1d1;
}
.tbl_pro_glance .border_r {
	border-right: 3px dotted #666;
}
.tbl_pro_glance .border_b {
	border-bottom: 2px solid #666;
}
/* photo list */
.prg_box {
	display: flex;
	column-gap: 1.5em;
}
.prg_box .prg_photo {
	width: 160px;
	height: 200px;
	order: 1;
	flex-shrink: 0;
}
.prg_box .prg_photo img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.prg_box .prg_text {
	order: 2;
	flex-grow: 4;
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.prg_box h4 {
	font-size: 1.25em;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
.prg_box h4::before {
	content: none;
}
.prg_box dt {
	font-size: 1.125em;
	font-weight: 700;
}
@media only screen and (max-width: 480px) {
	.prg_box {
		flex-direction: column;
		row-gap: 1em;
		align-items: center;
	}
}
/*----------------------------------------------------
	8.0 - Media
----------------------------------------------------*/
/*----------------------------------------------------
	8.1 - 769~ - PC only
----------------------------------------------------*/
@media only screen and (min-width: 769px) {
	.view_sp, .view_tb {
		display: none;
	}
	.view_pc {
		display: inline-block;
	}
	/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
	/*nav*/
	.header_nav > li:hover, .header_nav > li.on {
		background: #e4005a;
	}
	.header_nav li:nth-child(1), .header_nav li:nth-child(3), .header_nav li:nth-child(4), .header_nav li:nth-child(5), .header_nav li:nth-child(6) {
		line-height: 2.5em;
	}
	.header_nav li:hover .megamenu {
		transition: all .2s ease-in;
	}
	.megamenu .megamenu_inner li a:hover, .megamenu .megamenu_inner li a:active {
		background: #e4005a;
	}
	#main-menu li:hover ul {
		display: block;
	}
	.submenu {
		display: none;
	}
	#main-menu li ul {
		display: none;
	}
	/*----------------------------------------------------
	5.0 - Footer
----------------------------------------------------*/
	.link_top a:hover, .link_top a:active {
		background-color: #010b35;
		color: #fff;
		transition: 0.3s;
	}
	/*----------------------------------------------------
	6.2 - Button
----------------------------------------------------*/
	/*バナー画像をテキストに差し替えた場合*/
	.list_banner_text li a:hover, .list_banner_text li a:active {
		background-color: #000109;
		color: #fff;
	}
}
/*----------------------------------------------------
	8.2 - 768 - iPad
----------------------------------------------------*/
@media only screen and (max-width: 768px) {
	* {
		white-space: normal;
	}
	img {
		height: auto;
		max-width: 100%;
	}
	body, #wrapper {
		min-width: 100%;
		width: 100%;
	}
	[class*="_inner"], #contents {
		width: 100%;
	}
	.view_pc, .view_sp {
		display: none;
	}
	.view_tb {
		display: inline-block;
	}
	/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
	/*任意で設定して下さい*/
	.nuv_button {
		background-color: #132064;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		position: relative;
		width: 100%;
		height: 50px;
		z-index: 200;
	}
	.nuv_button figure {
		background: #fff;
		display: block;
		position: absolute;
		left: 50%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		width: 15px;
		height: 2px;
		margin-left: -37px;
	}
	.nuv_button figure:nth-child(1) {
		top: 20px;
	}
	.nuv_button figure:nth-child(2) {
		top: 25px;
	}
	.nuv_button figure:nth-child(3) {
		top: 30px;
	}
	.open .nuv_button figure:nth-child(1) {
		top: 24px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open .nuv_button figure:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open .nuv_button figure:nth-child(3) {
		top: 24px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.nuv_button p {
		/*width: 100%;*/
		color: #fff;
		position: absolute;
		top: 11px;
		left: 50%;
		font-size: 1.8rem;
		font-weight: 700;
		padding-left: 25px;
		margin-left: -37px;
	}
	#main-menu {
		display: none;
	}
	.open #main-menu {
		display: block;
	}
	/*nav*/
	nav {
		display: block;
		width: 100%;
		font-size: 1.8rem;
	}
	.header_nav {
		display: block;
		position: absolute;
		top: 0;
		background: rgba(19, 32, 100, 0.9);
		width: 100%;
		height: 200%;
		padding-top: 50px;
		z-index: 99;
	}
	.header_nav li {
		display: block;
		position: relative;
		text-align: left;
	}
	.header_nav > li > a > span, .header_nav > li > .nav_coming, .no_link > span {
		border-left: none;
		padding: 0;
	}
	.header_nav > li:last-of-type > a > span {
		border-right: none;
	}
	.header_nav > li > a, .header_nav > li > .nav_coming, .no_link {
		margin: 0;
		padding: 20px 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.header_nav li a, .nav_coming {
		height: auto;
	}
	.header_nav li .megamenu {
		position: relative;
		margin-top: 0;
		padding-top: 0;
	}
	.header_nav li .megamenu .megamenu_inner {
		margin: 0 auto;
		position: relative;
		background: #010b35;
	}
	.header_nav li .megamenu .megamenu_inner li {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		margin: 0;
	}
	.header_nav li .megamenu .megamenu_inner:before {
		display: none;
	}
	#main-menu li ul {
		display: none;
	}
	.submenu {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 10%;
		height: 100%;
		border-left: 1px solid rgba(255, 255, 255, 0.4);
		cursor: pointer;
	}
	.submenu:after {
		content: " ";
		position: absolute;
		display: inline-block;
		top: 15px;
		right: 50%;
		margin-right: -7px;
		width: 15px;
		height: 15px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header_nav li .megamenu .megamenu_inner li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.megamenu .megamenu_inner li a, .megamenu .megamenu_inner li .nav_coming {
		position: relative;
		padding: 20px 20px;
	}
	/*----------------------------------------------------
	4.1 - Main
----------------------------------------------------*/
	section {
		width: 96%;
		margin: auto;
		padding: 50px 2%;
	}
	/*----------------------------------------------------
	5.0 - Footer
----------------------------------------------------*/
	footer {
		padding: 30px 10px 50px;
	}
	footer li {
		list-style-type: none;
	}
	/*footer_address*/
	.footer_address {
		display: block;
		width: 100%;
	}
	.footer_address li {
		display: block;
		text-align: center;
	}
	.footer_address li:last-child {
		margin-top: 10px;
		text-align: center;
		vertical-align: middle;
	}
	.link_top {
		bottom: 10px;
		right: 10px;
	}
	.link_top a:hover, .link_top a:active {
		background-color: #005BAC;
	}
	/*----------------------------------------------------
	6.2 - Button
----------------------------------------------------*/
	/*1列で収まるボタンの場合*/
	.list_banner li.double {
		width: 49%;
		margin-bottom: 10px;
	}
	.list_banner li.triple {
		width: 100%;
	}
	.list_banner_text li.double {
		width: 100%;
	}
	/*----------------------------------------------------
	6.5 - Title
----------------------------------------------------*/
	.title_cont {
		width: 96%;
		margin: 30px 2%;
	}
	section h2 {
		padding: 10px 20px;
	}
	/*----------------------------------------------------
	7.0 - Page Option[ページの共通で使用するオプション]
----------------------------------------------------*/
	/*----------------------------------------------------
	7.1 - Index
----------------------------------------------------*/
	.info h2 img {
		width: 30%;
	}
	.main_image {
		text-align: center;
		padding: 4% 2%;
	}
	/*----------------------------------------------------
	7.3 - Program 
----------------------------------------------------*/
	.tbl_scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	section .tbl_scroll table.tbl_pro_glance {
		border-collapse: collapse;
		max-width: 1000px;
		min-width: 1000px;
		border: none;
		display: table;
		border-left: none;
	}
	section .tbl_scroll table.tbl_pro_glance th, section .tbl_scroll table.tbl_pro_glance td {
		display: table-cell;
	}
	section .tbl_scroll table.tbl_pro_glance th.cell_sticky, section .tbl_scroll table.tbl_pro_glance td.cell_sticky {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
		border: 1px solid #666;
		border-bottom: 2px solid #666;
		/*border-left: none;*/
	}
	section .tbl_scroll table.tbl_pro_glance tr:first-child td.cell_sticky, section .tbl_scroll table.tbl_pro_glance tr:nth-child(12) th.cell_sticky {
		border-bottom: 1px solid #666;
	}
	section .tbl_scroll table.tbl_pro_glance th.cell_sticky:before, section .tbl_scroll table.tbl_pro_glance td.cell_sticky:before {
		content: "　";
		position: absolute;
		border-left: 1px solid #666;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		right: 0;
		z-index: 3;
	}
}
/*----------------------------------------------------
	8.3 - 414 - large device
----------------------------------------------------*/
@media only screen and (max-width: 414px) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.view_pc, .view_tb {
		display: none;
	}
	.view_sp {
		display: inline-block;
	}
	/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
	/*任意で設定して下さい*/
	.nuv_button figure:nth-child(1) {
		top: 18px;
	}
	.nuv_button figure:nth-child(2) {
		top: 23px;
	}
	.nuv_button figure:nth-child(3) {
		top: 28px;
	}
	/*nav*/
	.submenu {
		width: 15%;
	}
	/*----------------------------------------------------
	4.1 - Main
----------------------------------------------------*/
	section {
		margin: 30px 2%;
	}
	.conts section {
		margin: 0 2% 30px;
	}
	/*----------------------------------------------------
	5.0 - Footer
----------------------------------------------------*/
	footer {
		padding: 30px 10px 100px;
	}
	/*footer_address*/
	.footer_address {
		margin-bottom: 30px;
	}
	.footer_address li {
		text-align: center;
	}
	.footer_address li dl dt {
		font-size: 2.0rem;
		padding: 5px 15px 8px;
		margin-bottom: 20px;
	}
	.footer_address li dl dd {
		text-align: center;
		padding-left: 0px;
		font-size: 1.5rem;
	}
	footer .copyright {
		font-size: 1.4rem;
		letter-spacing: -0.03em;
	}
	/*----------------------------------------------------
	6.2 - Button
----------------------------------------------------*/
	/*1列で収まるボタンの場合*/
	.list_banner li.double {
		width: 100%;
	}
	/*----------------------------------------------------
	6.3 - Table
----------------------------------------------------*/
	section table {
		width: 100%;
	}
	section th, section td {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	section table.no_border {
		width: 100%;
	}
	section table.no_border th {
		font-weight: 700;
	}
	section table.no_border td {
		padding: 0 0 10px;
	}
	.tbl_scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	section .tbl_scroll table {
		border-collapse: collapse;
		max-width: 750px;
		min-width: 550px;
		border: none;
	}
	section .tbl_scroll table {
		display: table;
	}
	section .tbl_scroll th, section .tbl_scroll td {
		display: table-cell;
		width: auto;
	}
	/*----------------------------------------------------
	6.5 - Title
----------------------------------------------------*/
	.title_cont {
		font-size: 2.4rem;
		padding: 10px;
		margin: 20px 2% 10px;
		letter-spacing: 0;
	}
	section h2 {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	section h3 {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	section h4 {
		font-size: 1.8rem;
		padding-left: 13px;
	}
	section h4:before {
		top: 5px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 6px solid transparent;
		border-left: 10px solid #0455b7;
	}
	/*----------------------------------------------------
	7.0 - Page Option[ページの共通で使用するオプション]
----------------------------------------------------*/
	section p, section ul, section dl, section table {
		margin-bottom: 30px;
	}
	/*----------------------------------------------------
	7.1 - Index
----------------------------------------------------*/
	section.info {
		margin-top: 0;
	}
	section.info h2 {
		padding: 10px 15px;
	}
	.info h2 img {
		width: 50%;
	}
	.dl_info {
		padding-top: 0;
	}
	.dl_info dt {
		position: relative;
		float: none;
		padding: 0 15px;
	}
	.dl_info dt:before {
		top: 5px;
	}
	.dl_info dd {
		padding: 0 0 10px 15px;
		margin-bottom: 10px;
	}
	/*----------------------------------------------------
	7.2 - Conference Information
----------------------------------------------------*/
	.welcome_sign {
		width: 50%;
	}
}
/*----------------------------------------------------
	7.7 - Instruction for presenters
----------------------------------------------------*/
.instruction_poster {
	display: flex;
	column-gap: 2em;
	row-gap: 2em;
}
.instruction_poster > .poster_info {
	width: calc(100% - 2em - 260px);
}
.instruction_poster > .poster_image {
	width: 260px;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.instruction_poster {
		flex-wrap: wrap;
		justify-content: center;
	}
	.instruction_poster > .poster_info {
		width: 100%;
	}
	.instruction_poster > .poster_image {
		width: 100%;
		text-align: center;
	}
}
/*----------------------------------------------------
	10.0 - login
----------------------------------------------------*/
.login_page {}
.login_page * {
	box-sizing: border-box;
}
.login_page form {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login_page label {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}
.login_page dl.login_form {
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
	text-align: center;
	border: 1px solid rgba(92, 97, 156, 1.00);
}
.login_page .login_form dt, .login_page .login_form dd {
	width: auto;
}
.login_page .login_form dt {
	background: rgba(92, 97, 156, 1.00);
	color: #fff;
	padding: 0.75em 1em;
	font-weight: 700;
}
.login_page .login_form dd {
	width: 20em;
}
.login_page .login_form dd input {
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	padding: 0.5em 1em;
	border: 1px solid #fff;
}
.login_page .login_form dd input:hover, .login_page .login_form dd input:focus, .login_page .login_form dd input:active {
	border: 1px solid #FFD877;
}
@media only screen and (max-width: 480px) {
	.login_page dl.login_form {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.login_page dl.login_form dt, .login_page dl.login_form dd {
		width: 100%;
	}
}
.login_page button {
	width: 100%;
	max-width: 320px;
	background-color: #FFC200;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	border-radius: 5px;
}
.login_page button:hover, .login_page button:active, .login_page button:focus {
	background-color: #000109;
	color: #fff;
}
.login_page {}
/*----------------------------------------------------
	11.0 - Gallery
----------------------------------------------------*/
.photo_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 2em;
	row-gap: 2em;
	flex-wrap: wrap;
}
.photo_list li {
	width: calc((100% - 4em) / 3);
}
.photo_list li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.lb-caption .lb-download::before {
    font-family: "Font Awesome 5 Free";
    content: '\f019';
    margin-left: 0.2em;
    color: #4ae;
    font-size: 1em;
    font-weight: 900;
}
@media only screen and (max-width: 480px) {
	.photo_list {
		column-gap: 4vw;
		row-gap: 1em;
	}
	.photo_list li {
		width: calc((100% - 4vw) / 2);
	}
}
@media only screen and (max-width: 320px) {}
/*----------------------------------------------------
	8.4 - 320 - iPhone5
----------------------------------------------------*/
@media only screen and (max-width: 320px) {
	/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
	nav {
		font-size: 1.6rem;
	}
}
/*----------------------------------------------------
	9.0 - Text,Margin Media
----------------------------------------------------*/
/*indent*/
.indent01 {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
/*position*/
.tx_Ul {
	text-decoration: underline;
}
.tx_L {
	text-align: left;
}
.tx_R {
	text-align: right;
}
.tx_C {
	text-align: center;
}
/**letter-spacingの限度は-0.08em**/
.ls03 {
	letter-spacing: -0.03em;
}
.ls05 {
	letter-spacing: -0.05em;
}
/**line-heightの限度は-0.08em**/
/*color*/
/*size*/
.tx11 {
	font-size: 1.1rem;
}
/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/*  Hr
-----------------------------------------------*/
hr {
	border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_under {
	text-decoration: underline;
}
.tx_cancel {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}
.tx_cancel_red {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #f10e15;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #f10e15;
}
.tx_blue {
	color: #19375b;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.tx_13 {
	font-size: 1.3rem;
}
.tx_13B {
	font-size: 1.3rem;
	font-weight: 700;
}
.tx_14 {
	font-size: 1.4rem;
}
.tx_14B {
	font-size: 1.4rem;
	font-weight: 700;
}
.tx_15 {
	font-size: 1.5rem;
}
.tx_15B {
	font-size: 1.5rem;
	font-weight: 700;
}
.tx_16 {
	font-size: 1.6rem;
}
.tx_16B {
	font-size: 1.6rem;
	font-weight: 700;
}
.tx_17 {
	font-size: 1.7rem;
}
.tx_17B {
	font-size: 1.7rem;
	font-weight: 700;
}
.tx_18 {
	font-size: 1.8rem;
}
.tx_18B {
	font-size: 1.8rem;
	font-weight: 700;
}
.tx_20 {
	font-size: 2rem;
}
.tx_20B {
	font-size: 2rem;
	font-weight: 700;
}
.tx_22 {
	font-size: 2.2rem;
}
.tx_22B {
	font-size: 2.2rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.tx_13, .tx_13B {
		font-size: 1.2rem;
	}
	.tx_14, .tx_14B {
		font-size: 1.3rem;
	}
	.tx_15, .tx_15B {
		font-size: 1.4rem;
	}
	.tx_16, .tx_16B {
		font-size: 1.5rem;
	}
	.tx_17, .tx_17B {
		font-size: 1.6rem;
	}
	.tx_18, .tx_18B {
		font-size: 1.7rem;
	}
	.tx_20, .tx_20B {
		font-size: 1.8rem;
	}
	.tx_22, .tx_22B {
		font-size: 2rem;
	}
}
.tx_space01 {
	letter-spacing: 0.1rem;
}
.tx_space02 {
	letter-spacing: 0.2rem;
}
.tx_space03 {
	letter-spacing: 0.3rem;
}
.tx_space04 {
	letter-spacing: 0.4rem;
}
.tx_space05 {
	letter-spacing: 0.5rem;
}
.tx_space_nw001 {
	letter-spacing: -0.01rem;
}
.tx_space_nw01 {
	letter-spacing: -0.1rem;
}
.tx_space_nw02 {
	letter-spacing: -0.2rem;
}
.tx_space_nw03 {
	letter-spacing: -0.3rem;
}
.tx_indent00 {
	text-indent: 1em;
}
.tx_indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.tx_indent012 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.tx_indent015 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.tx_indent02 {
	padding-left: 2em;
	text-indent: -2em;
}
.tx_dumy {
	word-break: break-all;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
	line-height: 0;
	vertical-align: middle;
}
.line_height01 {
	line-height: 1;
	vertical-align: middle;
}
.line_height02 {
	line-height: 2;
	vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media (max-width: 999px) {
	span.br999_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 768px) {
	span.br768_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 480px) {
	span.br480_under:before {
		content: "\A";
		white-space: pre;
	}
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
	margin-bottom: 30px;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 1em;
}
.mgl_02 {
	margin-left: 2em;
}
.mgl_03 {
	margin-left: 3em;
}
.mgl_04 {
	margin-left: 4em;
}
.mgl_05 {
	margin-left: 5em;
}
/*----------------------------------------------------
	9.1 - 769~ - PC only
----------------------------------------------------*/
@media only screen and (max-width: 769px) {}
/*----------------------------------------------------
	9.2 - 768 - iPad
----------------------------------------------------*/
@media only screen and (max-width: 768px) {}
/*----------------------------------------------------
	9.3 - 414 - large device
----------------------------------------------------*/
@media only screen and (max-width: 414px) {}
/*----------------------------------------------------
	9.4 - 320 - iPhone5
----------------------------------------------------*/
@media only screen and (max-width: 320px) {}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #174e91;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #f10e15;
}
.bg_orange {
	background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/*  Hr
-----------------------------------------------*/
hr {
	border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_under {
	text-decoration: underline;
}
.tx_cancel {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}
.tx_cancel_red {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #f10e15;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #f10e15;
}
.tx_blue {
	color: #19375b;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.img_fit {
	width: 100%;
	height: auto;
	vertical-align: middle;
}