@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #ffffff;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0055bd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

a img.opacity {
	transition: .2s;
}

a img.opacity:hover {
	opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}


.note {
	font-size: 0.8em;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.blue {
	color: #0020ff;
}

.black {
	color: #231815;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through solid #ef0000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

p.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

p.pagetop:hover {
	opacity: 1;
}

.btn1 {
	width: 300px;
	min-height: 50px;
	padding: 5px 25px 6px;
	color: #ed6b04;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	color: #fff;
	background: #ed6b04;
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ed6b04;
	border-right: solid 2px #ed6b04;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

a.btn1:hover::before {
	border-top-color: #fff;
	border-right-color: #fff;
}

.btn1 span,
.btn2 span,
.btn3 span {
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.btn1.ppt span {
	padding-right: 15px;
	position: relative;
	z-index: 0;
}

.btn1.pdf span {
	padding-right: 15px;
	position: relative;
	z-index: 0;
}

.btn1.word span {
	padding-right: 15px;
	position: relative;
	z-index: 0;
}

a.btn1.pdf::before,
a.btn1.ppt::before,
a.btn1.word::before {
	content: none;
}

.btn1.pdf span:after {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	right: -30px;
}

.btn1.ppt span:after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../img/icon_ppt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	right: -30px;
}

.btn1.word span:after {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_word.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 3px;
	right: -40px;
}


.btn2 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #ed6b04;
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background-color: #f59346;
	border: solid 2px #f59346;
}

a.btn2::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}




/* --------------- header --------------- */


header {
	width: 100%;
	background-color: #174f9a;
	border-bottom: solid 1px #ffffff;
}

.col_header {
	width: 1260px;
	margin: 0 auto;
	padding: 13px 0 17px 28px;
	box-sizing: border-box;
}


/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #174f9a;
}

footer .col_footer {
	width: 767px;
	margin: 0 auto;
	padding: 17px 0 15px 0;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 0 2px 15px;
	font-weight: 500;
	line-height: 1.32;
	border-left: solid 1px #fff;
}

footer .col_footer dl.left {
	width: 195px;
}

footer .col_footer dl.right {
	width: 572px;
}

footer .col_footer dl dt {
	margin: 0 0 4px;
	padding: 0;
}

footer .col_footer dl dd {
	margin: 0;
	padding: 0;
}

footer .col_footer dl dd a {
	color: #fff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

.copy {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #231815;
}


/* --------------- contents --------------- */


#contents {
	width: 1260px;
	margin: 0 auto;
	padding: 0 0 25px;
	display: flex;
}

#rightcontents {
	width: 970px;
	margin: 0;
	padding: 0;
}

#rightcontents_sub {
	width: 970px;
	min-height: 600px;
	margin: 0;
	padding: 40px 60px;
}

.mds1 {
	width: 100%;
	height: 45px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #004386;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #004386;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #004386;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #004386;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}



/* --------------- leftcontents --------------- */


#leftcontents {
	width: 250px;
	margin: 0 40px 0 0;
	padding: 0;
}

#navi {
	width: 250px;
	margin: 40px auto 40px;
	padding: 0 0 20px;
	background-color: #fff;
}

#navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e1dfdf;
	background-color: #ffffff;
}

#navi li.active,
#navi li:hover {
	border-bottom: solid 1px #174f9a;
	background: #174f9a;
}

#navi li a {
	width: 100%;
	height: 100%;
	padding: 11px 12px 11px 21px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: #231815;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li.active a,
#navi li:hover a {
	color: #ffffff;
}

#navi li a::after {
	content: "";
	width: 4px;
	height: 9px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
}

#navi li.active a::after,
#navi li:hover a::after {
	background-image: url(../img/arrow_on.png);
}

.label_red {
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 8px);
	right: 24px;
}


#navi li a span.label_led {
	margin: 0 0 0 10px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}

#navi li a span.label_led2 {
	margin: 0 0 0 2px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}



#navi li.pdf a::after {
	content: "";
	width: 24px;
	height: 30px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 15px);
	right: 10px;
}

.box_poster {
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

.box_poster a {
	text-decoration: none;
}

.box_poster a:hover img {
	opacity: 0.8;
}

/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	height: 734px;
	margin: 0 0 38px;
	padding: 0;
	background-image: url(../img/top/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	position: relative;
	box-sizing: border-box;
}

.top_info1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 593px;
	left: 27px;
}

a.btn2.top{
	margin: 0 auto 38px;
}

.box_topnews {
	width: 890px;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.box_topnews .mds {
	width: 130px;
	padding: 3px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
}

.col_topnews {
	width: 760px;
	margin: 0;
	padding: 0;
}

.scroll_topnews {
	max-height: 142px;
	margin: 0;
	padding: 0 15px 0 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 6px 7px;
	border-bottom: dotted 1px #231815;
	box-sizing: border-box;
	display: flex;
}

.col_topnews dl:first-child {
	border-top: dotted 1px #231815;
}

.col_topnews dl dt {
	width: 160px;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 1px 6px 2px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 18px;
}

.col_topnews dl dd {
	width: calc(100% - 160px);
	margin: 0;
	padding: 0 0 0 15px;
}


/* --------------- sponsor --------------- */

.btn1.sponsor1 {
	width: 300px;
	margin: 40px auto 40px;
}


.tbl_sponsor1 {
	width: 100%;
	margin: 0 0 30px;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_sponsor1 th {
	width: 200px;
	padding: 10px 12px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #c4d9f5;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_sponsor1 td {
	padding: 10px 15px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

ul.list_sponsor1 {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

ul.list_sponsor1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.cont_flow_sponsor {
	width: 100%;
	margin: 0 0 40px;
	padding: 10px 0 0;
	display: flex;
}

.cont_flow_sponsor dl {
	width: calc((100% - 60px)/3);
	margin: 0 30px 0 0;
	padding: 0;
	border: solid 1px #174f9a;
	position: relative;
	z-index: 0;
}

.cont_flow_sponsor dl:last-child {
	margin-right: 0;
}

.cont_flow_sponsor dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 12px #174f9a;
	border-top: solid 12px rgba(255, 255, 255, 0);
	border-bottom: solid 12px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 12px);
	right: -23px;
}

.cont_flow_sponsor dl:last-child::before {
	content: none;
}

.cont_flow_sponsor dl dt {
	height: 66px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	background-color: #174f9a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 10px;
}

.btn2.sponsor2 {
	width: 320px;
	margin: 0 auto 20px;
}

dl.list_faq {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	display: table;
}

dl.list_faq:first-child {
	padding-top: 5px;
}

dl.list_faq dt {
	width: 38px;
	margin: 0;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq.ques dd {
	font-weight: bold;
}

dl.list_faq.ques {
	color: #437dc4;
}

dl.list_faq.ans dt {
	color: #ef0000;
}

dl.list_faq.ans {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: dashed 1px #ccc;
}




/* --------------- greeting --------------- */


.mds1.greeting {
	margin: 0 0 30px;
}

.col_greeting {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 10px 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px #000;
}

.col_l_greeting {
	width: calc(100% - 160px);
	padding: 0 0 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ttl_greeting2 {
	padding: 8px 0 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}

.box_name {
	width: 410px;
	padding: 0 0 0 10px;
	display: flex;
	flex-wrap: wrap;
}

.name_greeting {
	margin: 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	text-align: right;

}

.name_greeting span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	margin-top: 5px;
	line-height: 1.7;
	font-size: 14px;
}

.img_greeting1 {
	margin: 0 0 0 15px;

}

.txt_greeting {
	padding: 0 13px;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

span.font_greet {
	font-style: oblique;
}

/* --------------- link --------------- */

.mds1.link {
	margin: 0 0 30px;
}

.list_link {
	margin: 0;
	padding: 0;
}

.list_link li {
	margin: 0 0 10px;
	padding: 0 0 0 17px;
	position: relative;
	z-index: 0;
}

.list_link li:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #6ca6e6;
	position: absolute;
	top: 7px;
	left: 0;
}

/* --------------- abstract --------------- */

.extend_abst1{
	padding: 0 0 0 206px;
	font-size: 17px;
}

table.tbl_abst1 {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-top: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
}

table.tbl_abst1 th {
	margin: 0;
	padding: 5px 8px;
	font-weight: 600;
	text-align: center;
	background-color: #d5e5f5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_abst1 td {
	margin: 0;
	padding: 6px 12px;
	line-height: 1.5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_abst2 {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-top: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
}

table.tbl_abst2 th {
	margin: 0;
	padding: 5px 8px;
	font-weight: 600;
	text-align: center;
	background-color: #d5e5f5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_abst2 td {
	margin: 0;
	padding: 6px 12px;
	line-height: 1.5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_abst2 .td1{
	width: 55%;}

table.tbl_abst2 .td2{
width: 25%;}

table.tbl_abst2 .td3{
	min-width: 100px;
	text-align: center;
}

table.tbl_abst3{
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-top: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
}

table.tbl_abst3 th {
	margin: 0;
	padding: 5px 8px;
	font-weight: 600;
	text-align: center;
	background-color: #d5e5f5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_abst3 th:nth-child(2){
	width: 41%;
}

table.tbl_abst3 td {
	margin: 0;
	padding: 6px 12px;
	line-height: 1.5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_abst3 td:nth-child(3) {
	text-align: center;
}



.ss_box01 .ssbtn{
	box-sizing:border-box;
	display:block;
	margin:0 auto;
	padding:.5em .8em;
	background:rgb(240,100,60);
	border-bottom:solid 2px rgb(200,60,30);
	border-radius:4px;
	box-shadow:0 0 5px rgb(255,255,255);
	font-size:.8rem;
	color:rgb(255,255,255);
	font-weight:700;
	line-height:1.5;
	cursor:pointer;
	transition:opacity .2s ease-out;
	text-align:center;
}
.ss_box01 .ssbtn:hover{
	opacity:.65;
}
.ss_content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;

}
.ss_content.is-show {
	opacity: 1;
	visibility: visible;
}
.ss_content > .inner {
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	width:1000px;
	height:600px;
	padding: 2rem 1.5rem;
	background-color: rgb(255,255,255);
	z-index: 2;
	overflow-y: auto;
	transform: translate(-50%,-50%);
}

.ss_content .session_name {
	margin: 0 0 15px;
	padding: 0 0 5px 10px;
	border-bottom: solid 2px #004386;
	color: #004386;
	font-size: 18px;
	font-weight: 600;
}

.ss_content .apply {
	padding: 0 0 0 10px;
}

.ss_content .title_program {
    margin: 10px 0 10px 0;
    padding: 0 10px 2px;
    color: #ea5205;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.ss_content  dl.list_program {
    width: 100%;
    margin: 0 0 5px;
    padding: 0 10px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss_content  dl.list_program dt {
	width: 65px;
	margin: 0;
	padding: 0 25px 0 10px;
	text-align: left;
	display: table-cell;
	vertical-align: top;
}

.ss_content  dl.list_program dd {
	display: table-cell;
	vertical-align: top;
}

.ss_content  dl.list_program dd.name1 {
	width: 130px;
	margin: 0;
	vertical-align: top;
}

.ss_content dl.list_program dd.shozoku1 {
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.ss_content .host_txt{
	margin: 20px 0;
	padding: 0 10px;
}







.ss_content .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.ss_content .close-btn{
	font-size: 20px;
	color: rgb(51, 51, 51);
}
.ss_content .black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}
















.box_abst1 {
	width: 530px;
	margin: 10px 0 30px;
	padding: 10px 23px;
	border: solid 1px #0055bd;
}


ol.list_abst1 {
	padding: 0;
	list-style: none;
}

ol.list_abst1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.6;
}

ol.list_abst1 li * {
	text-indent: 0;
}

ol.list_abst1 li .indent1 {
	text-indent: -1em;
}


.mds3.abst1 {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: bold;
}

.ttl_abst1 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #004386;
}

ol.list_abst2 {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ol.list_abst2.blue {
	color: #004386;
}

ol.list_abst2 li {
	margin: 0 0 5px;
	padding: 0 0 0 1.3em;
	text-indent: -1.3em;
	line-height: 1.6;
}

ol.list_abst2 li * {
	text-indent: 0;
}

ol.list_abst2 li .indent1 {
	text-indent: -1em;
}


ul.list_abst3 {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ul.list_abst3 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.btn2.abst1.gray {
	width: 320px;
	margin: 20px auto 20px;
	background-color: #8e8e8e;
	border: #8e8e8e;
}

.mds2.abst2 {
	margin: 0 0 30px 0;
}


/* --------------- session --------------- */

.btn1.ses1 {
	width: 260px;
	margin: 20px auto 30px;

}

.btn2.ses1.gray {
	width: 260px;
	margin: 20px auto 30px;
	background-color: #8e8e8e;
	border: #8e8e8e;

}

table.tbl_session1 {
	width: 400px;
	margin: 20px 0;
	padding: 0;
	border-top: solid 1px #8c8c8c;
	border-left: solid 1px #8c8c8c;
}

table.tbl_session1 th {
	margin: 0;
	padding: 5px 8px;
	font-weight: 600;
	text-align: center;
	background-color: #d5e5f5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_session1 td {
	margin: 0;
	padding: 6px 12px;
	line-height: 1.5;
	border-right: solid 1px #8c8c8c;
	border-bottom: solid 1px #8c8c8c;
}

table.tbl_session1 td:nth-child(1){
	width: 150px;
}

table.tbl_session1 td:nth-child(2){
	width: 250px;
}

/* --------------- stay --------------- */
.btn2.stay1 {
    width: 300px;
    margin: 20px auto 20px;
}

.btn1.stay1 {
    width: 300px;
    margin: 40px auto 40px;
	min-height: 56px;
}

/* --------------- cinflict --------------- */

.list_conflict1{
	margin: 0 0 15px 0;
	padding: 0;
}

.list_conflict1 li{
	list-style: disc;
    margin-left: 25px;
    margin-bottom: 8px;
}

/* --------------- program --------------- */

.title_program {
    margin: 0px 0 4px 1em;
    padding: 0 5px 2px;
    color: #179343;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

dl.list_program {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

dl.list_program.clearfix{
	margin: 0 0 5px 0;
}


dl.list_program dt {
    width: 85px;
    margin: 0;
    padding: 0 25px 0 0;
    text-align: right;
    display: table-cell;
    vertical-align: top;
}

dl.list_program dd {
    display: table-cell;
    vertical-align: top;
}

dl.list_program dd.name {
    width: 130px;
    margin: 0;
    vertical-align: top;
}

dl.list_program dd.name.long {
    width: 160px;
}

dl.list_program dd.name.long2 {
    width: 195px;
}

dl.list_program dd.shozoku {
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.mds2.program, .mds3.program {
    margin: 0 0 25px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
}

.program_page .mds2.program{
	color: #2767ad;
	font-size: 20px;
	font-weight: bold;
}

.mds2.program span.data{
	padding: 3px 0 0;
    margin-left: auto;
    font-weight: normal;
    color: #221814;
    font-size: 13px;
    line-height: 1;
}

.mds3.program {
	font-size: 15px;
    font-weight: bold;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
	align-items: flex-end;
	width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px 1em;
    padding: 3px 8px 4px 10px;
	background-color: transparent;
	line-height: 1.75;
	color: #000;
}

.mds3.program span.data{
	padding: 0 0 0;
    margin-left: auto;
    font-weight: normal;
    color: #221814;
    font-size: 13px;
    line-height: 1;
}

.theme_program {
    margin: 0 0 0 20px;
    padding: 0 0 0;
    color: #000;
    font-weight: 700;
}

.name_sponsor {
    text-align: right;
    margin: 10px 0 0;
}


.moderatorsWords {
	margin: 0 auto 0px;
	text-align: center;
}
.m_words {
	display: block;
	position: relative;
	width: 150px;
    padding: 5px 10px;
    margin-top: 0px;
	margin-left: auto;
	color: #fff;
	background-color: #174f9a;
	text-decoration: none;
	border: 1px solid #715c1f;
	cursor: pointer;
	background-image:url(../../images/icon_za.png);
	background-repeat: no-repeat;
	background-position: right;
}

.m_words::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    top: calc(50% - 3px);
    right: 8px;
}

.m_words:hover {
	opacity: 0.8;
}
.m_words_c {
	padding: 15px 20px;
	margin-bottom: 5px;
	background-color: #fdfdee;
	border: 1px solid #232738;
	text-align: left;
}

.m_words_c p {
	margin-bottom: 0px;
}

.wrap_program1{
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
}

a.btn1.program1.pdf{
	width: 250px;
	margin: 0 20px 0 0;
}

a.btn1.program1.pdf:nth-of-type(2){
	margin: 0;
}

/* --------------- join --------------- */


.box_join1 {
    width: 100%;
    margin: 0;
    padding: 10px 18px;
    border: solid 2px #999;
}

table.tbl_join1 {
	width: 600px;
	margin: 5px 0 5px;
	padding: 0;
	border-top: solid 1px #221714;
	border-left: solid 1px #221714;
}

table.tbl_join1 th {
	margin: 0;
	padding: 7px 15px;
	line-height: 1.5;
	text-align: center;
	border-right: solid 1px #221714;
	border-bottom: solid 1px #221714;
	background-color: #afcaed;
}

table.tbl_join1 td {
	margin: 0;
	padding: 7px 15px;
	text-align: center;
	border-right: solid 1px #221714;
	border-bottom: solid 1px #221714;
}

table.tbl_join1 td:first-of-type {
	width: 290px;
	text-align: left;
}

.ind_join2 {
    padding-left: 300px;
}

.box_abstract1 {
    width: 390px;
    margin: 0;
    padding: 10px 18px;
    background-color: #ebeef2;
}

table.tbl_join2 {
	margin: 5px 0 0;
	padding: 0;
	border-top: solid 1px #221714;
	border-left: solid 1px #221714;
}

table.tbl_join2 th {
	margin: 0;
	padding: 7px 15px;
	line-height: 1.5;
	text-align: center;
	border-right: solid 1px #221714;
	border-bottom: solid 1px #221714;
	background-color: #afcaed;
}

table.tbl_join2 td {
	margin: 0;
	padding: 7px 15px;
	text-align: center;
	border-right: solid 1px #221714;
	border-bottom: solid 1px #221714;
}

table.tbl_join2 td:first-of-type {
	width: 330px;
	text-align: left;
}

.ind_join1 {
	padding-left: 460px;
}

.ind_join2 {
	padding-left: 385px;
}

table.tbl_join3 {
	width: 100%;
	margin: 5px 0 15px;
	padding: 0;
	border-top: solid 1px #221714;
	border-left: solid 1px #221714;
}

table.tbl_join3 th {
	margin: 0;
	padding: 7px 15px;
	line-height: 1.5;
	text-align: center;
	border-right: solid 1px #221714;
	border-bottom: solid 1px #221714;
	background-color: #afcaed;
}

table.tbl_join3 td {
	margin: 0;
	padding: 7px 15px;
	text-align: left;
	border-right: solid 1px #221714;
	border-bottom: solid 1px #221714;
}

table.tbl_join3 td:nth-of-type(2),
table.tbl_join3 td:nth-of-type(3) {
	width: 290px;
}

ul.list_flow_join1 {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
}

ul.list_flow_join1 li {
	width: 175px;
	margin: 0;
	padding: 12px 20px;
	background-color: #f5f7fd;
	border: solid 1px #042579;
	position: relative;
	z-index: 0;
	font-weight: 700;
	text-align: center;
}

ul.list_flow_join1 li:nth-of-type(3) {
	width: 165px;
}

ul.list_flow_join1 li::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 8px #46b1eb;
	border-top: solid 8px rgba(255, 255, 255, 0);
	border-bottom: solid 8px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 8px);
	right: -25px;
}




ul.list_flow_join1 li:last-child::before {
	content: none;
}

.box_flow_join1 {
	margin: 0 0 25px;
	padding: 0 0 15px;
}

.box_flow_join1 .mds_flow_join1 {
	margin: 0 0 15px;
	padding: 12px 15px;
	color: #fff;
	background-color: #1a4575;
	text-align: center;
}

.box_flow_join1 .mds_flow_join1 span {
	font-size: 17px;
	font-weight: 600;
}

ol.list_flow_join2 {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

ol.list_flow_join2 li {
	margin: 0 0 4px;
	padding: 0 0 0 22px;
	text-indent: -22px;
}

ol.list_flow_join2 li * {
	text-indent: 0;
}

.col_note_flow1 {
	margin: 10px 0 14px;
	padding: 8px 12px;
	border: solid 1px #ccc;
}

table.subbox_flow_join1 {
	margin: 10px 0 14px;
	padding: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

table.subbox_flow_join1 th {
	width: 50%;
	margin: 0;
	padding: 8px 8px 0px;
	text-align: left;
	border-right: solid 1px #ccc;
}

table.subbox_flow_join1 td {
	margin: 0;
	padding: 8px;
	vertical-align: top;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

table.subbox_flow_join1 td .indent1 {
	text-indent: -1em;
}

.box_attntion_join {
	width: 100%;
	margin: 0 auto 25px;
	padding: 0;
	color: #df0000;
	font-weight: 600;
}




table.tbl_flow_join1 {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-top: solid 1px #221714;
	border-left: solid 1px #221714;
	border-bottom: solid 1px #221714;
}

table.tbl_flow_join1 th {
	width: 50%;
	margin: 0;
	padding: 10px 12px 8px;
	border-right: solid 1px #221714;
}

table.tbl_flow_join1 td {
	margin: 0;
	padding: 0 12px 10px;
	border-right: solid 1px #221714;
	vertical-align: top;
}

.box_attntion_join {
	margin: 0 0 10px;
	padding: 10px 14px;
	color: #df0000;
	font-weight: 600;
	border: solid 1px #df0000;
}

table.tbl_flow_join1.credit th {
	text-align: center;
}

table.tbl_flow_join1.credit th:first-child {
	width: 340px;
}

table.tbl_flow_join1.credit th:nth-child(2) {
	width: 436px;
}

table.tbl_flow_join1.credit td {
	text-align: center;
}

.box_online_join{
	padding: 10px 20px;
	border: solid 1px #000;
}


.indent1.join{
	text-indent: -12px;
}


.indent1.join2.red{
	text-indent: -1em;
}

.btn2.join1{
	margin: 20px auto 0;
}

/* --------------- luncheon --------------- */

.btn2.luncheon1{
	margin: 20px auto 0;
}

.btn2.luncheon2{
	margin: 20px auto 40px;
}


/* --------------- bus --------------- */

.btnarea_bus{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.btnarea_bus a{
	margin: 0 10px;
}

.btn1.bus3.pdf span:after {
	right: -20px;
}

.indent1.bus1{
	padding-left: 147px;
	text-indent: -147px;
}

table.tbl_bus1{
	width: 100%;
    margin: 20px 0;
    padding: 0;
    border-top: solid 1px #8c8c8c;
    border-left: solid 1px #8c8c8c;
}

table.tbl_bus2{
	width: 100%;
    margin: 20px 0;
    padding: 0;
    border-top: solid 1px #8c8c8c;
    border-left: solid 1px #8c8c8c;

}

table.tbl_bus3{
	width: 100%;
    margin: 20px 0;
    padding: 0;
    border-top: solid 1px #8c8c8c;
    border-left: solid 1px #8c8c8c;

}

table.tbl_bus1 th{
	margin: 0;
    padding: 5px 8px;
    font-weight: 600;
    text-align: center;
    background-color: #d5e5f5;
    border-right: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
}

table.tbl_bus1 th:not(:first-child){
	width: 110px;
}

table.tbl_bus2 th{
	margin: 0;
    padding: 5px 8px;
    font-weight: 600;
    text-align: left;
    background-color: #fdfcde;
    border-right: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
}

table.tbl_bus2 th:not(:first-child){
	width: 110px;
}

table.tbl_bus3 th{
	width: 45%;
	margin: 0;
    padding: 5px 8px;
    font-weight: 600;
    text-align: center;
    background-color: #fdfcde;
    border-right: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
}


table.tbl_bus1 td{
	margin: 0;
    padding: 6px 12px;
    line-height: 1.5;
    border-right: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
	text-align: center;
	
}

table.tbl_bus2 td{
	margin: 0;
    padding: 6px 12px;
    line-height: 1.5;
    border-right: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
	text-align: center;
	background-color: #fdfcde;
}

table.tbl_bus3 td{
	margin: 0;
    padding: 6px 12px;
    line-height: 1.5;
    border-right: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
	text-align: left;
	background-color: #fdfcde;
}

table.tbl_bus1 td:first-of-type{
	text-align: left;
}

ul.ist_bus1{
	margin: 0 0 20px;
}

ul.ist_bus2{
	margin: 0 0 20px;
	padding: 0;
}

ul.list_bus3{
	margin: 0 0 20px;
	padding: 0;
}

ul.ist_bus2 li{
	text-indent: -1em;
    padding-left: 1em;
}

ul.list_bus3 li{
	text-indent: -1em;
    padding-left: 1em;

}

a.btn1.bus1{
	margin: 0 auto;
}

a.btn2.bus1{
	width: 350px;
	margin: 20px auto;
}


/* --------------- pr --------------- */


ul.list_pr1{
	margin: 0 0 20px;
	padding: 0;
}

ul.list_pr1 li{
	padding-left: 1em;
	text-indent: -1em;
}


a.btn2.pr{
	margin: 20px auto;
}

a.btn1.pr{
	width: 350px;
	margin: 20px auto 0;
}




/* --------------- participant --------------- */


.wrap_participant{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.btn1.participant1.pdf{
	margin: 0 20px 20px 0;
}

a.btn1.participant1.pdf:nth-of-type(2){
	margin: 0 0 20px;
}

a.btn1.participant2.pdf{
	width: 400px;
    margin: 0;
}

/* --------------- access --------------- */

.wrap_access{
	display: flex;
	justify-content: center;
}

a.btn1.access.pdf{
	margin: 0 20px 0 0;
}

a.btn1.access.pdf:nth-of-type(2){
	margin: 0;
}





