@charset "UTF-8";

/*	under　共通
----------------------------------------------- */
.under .u_container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.under .bg_white {
	background: #fff;
}
.under .u_contents {
	width: 100%;
	margin-bottom: 200px;
}
.under .tit {
  text-align: center;
  padding: 50px 10px;
  background-color: #c7d869;
}
.under .tit h1 {
	font-size: 3.5rem;
	width: 100%;
  padding: 12px 20px 0;
}
.under .apply_btn {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 500;
	background-color: #0e370fff;
	text-align: center;
	border-radius: 5px;
	padding: 1em;
	transition: 0.3s ease;
	font-size: 1.6rem;
	max-width: 180px;
	margin: 0 auto;
}
.under .apply_btn:hover {
	background: #606833;
}
.under .content_area p {
	margin-bottom: 1em;
}
.under .content_area .content_box + .content_box {
	margin-top: 50px;
}
.under .content_area h2 {
	font-size: 2.2rem;
  color: #0e370fff;
	margin-bottom: 15px;
  padding: 15px 5px;
  border-bottom: 1px solid #0e370fff;
}
.under .content_area h3 {
	font-size: 1.8rem;
	line-height: 1.6;
  margin-bottom: 5px;
	color: #0e370fff;
}
.under .content_area h3.bg {
  padding: 8px 10px;
  background-color: #f9f5da;
}
.under .content_area h3:first-of-type {
  margin-top: 0;
}
.under .content_area h3 span {
	font-size: 1.6rem;
}
.under .content_area h4 {
  margin: 35px 0 10px;
}
.under .content_area h5 {
  margin: 20px 0 10px;
	font-size: 1.5rem;
  line-height: 1.5;
}
.under .content_area .p_big {
	font-size: 1.8rem;
  font-weight: bold;
}
.under .content_area .p_small {
	font-size: 1.4rem;
}
.under .content_area .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.under .content_area .indent-abc {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.under .content_area {
	/*padding: 0 25px;*/
	margin: 50px 0;
}
.english .content_area {
	padding: 0 20px;
}
.under .content_area .sec_mb {
  margin-bottom: 50px;
}
.under .content_area p.text_r {
	text-align: right;
}
.under .content_area .p_mb {
  margin-bottom: 30px;
}
.under .content_area .mb {
	margin-bottom: 1em;
}
.under .content_area .red {
  color: #ff0000;
}
.under .content_area a.p_link {
  color: #003FFF;
}
.under .content_area a.p_link:hover {
	color: #685900;
	text-decoration: underline;
}
.under .content_area p.ta_r {
    text-align: right;
}
.under .content_area .waku {
	padding: 10px 20px;
	border: 1px solid #352E00;
	background-color: #f9f5da;
}
.under .content_area .waku p {
	margin: 0;
}
.under .deco_box01 {
    margin: 1.5rem 0;
    padding: 2rem 1.2rem 0.5em;
    border: solid 1px rgb(180, 180, 200);
    border-radius: 3px;
}

.under .content_area .strikethrough {
  text-decoration: line-through;
}
.under .content_area .encho {
	margin-left: 11em;
}

/*--table--*/
.under table {
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
.under table th,
.under table td {
	padding: 5px 10px;
	border: 1px solid #333;
	font-size: 1.4rem;
  line-height: 1.8;
  word-break: break-all;
  background-color: #fff;
}
.under table th {
	color: #fff;
	font-weight: 500;
	background-color: #606833;
}
.under table td.p_s {
	font-size: 1.3rem;
}
.under .table_area dl {
	width: 100%;
	border: 1px solid #333;
	border-bottom: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.under .table_area dl dt,
.under .table_area dl dd {
	padding: 10px;
	border-right: 1px solid #333;
	font-size: 1.6rem;
	line-height: 1.8;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.under .table_area dl dt:last-of-type,
.under .table_area dl dd:last-of-type {
	border-right: none;
}
.under .table_area dl.border_b dt,
.under .table_area dl.border_b dd {
	border-bottom: 1px solid #333;
}
.under .table_area dl dt {
	color: #fff;
	font-weight: 500;
	background: linear-gradient(to bottom, #685900, #352E00);
}

.abstract.english p {
	text-align: left;
}



@media only screen and (max-width: 1024px) {
	.under .tit h1 {
		font-size: 3rem;
	}
	.under .content_area h2 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.under .content_area h3 {
		font-size: 1.5rem;
	}
	.under .content_area h3 span {
		font-size: 1.3rem;
	}
	.under .content_area .p_big {
		font-size: 1.6rem;
	}
	.under .content_area .p_small {
		font-size: 1.3rem;
	}

	.under table th,
	.under table td {
		font-size: 1.3rem;
	}
	.under table td.p_s {
		font-size: 1.2rem;
	}
	.under .table_area dl dt,
	.under .table_area dl dd {
		font-size: 1.4rem;
	}
	.under .apply_btn {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 800px) {
	.under .content_area h3 {
		font-size: 1.4rem;
	}
	.under .content_area h3 span {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 768px) {
	.under .u_contents {
		margin-bottom: 24vw;
	}
  .under .content_area .content_box + .content_box {
  	margin-top: 30px;
  }
	.under .content_area h3 {
		font-size: 1.5rem;
	}
	.under .content_area h3 span {
		font-size: 1.3rem;
	}
  .under .tit {
    padding: 30px 10px;
  }
	.under .tit h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .under .content_area {
  	margin: 30px 0;
  }
	.under .content_area h3 span {
		font-size: 1.2rem;
	}
	.under .content_area .encho {
		margin-left: 0;
		text-align: right !important;
		display: block;
	}
}

@media only screen and (max-width: 479px) {
  .under .tit h1 {
    font-size: 1.8rem;
		padding: 5px;
  }
	.under .tit h1 span {
		font-size: 1.4rem;
	}
	.under .content_area,
	.english .content_area {
		padding: 0;
	}
	.under .content_area h2 {
		font-size: 1.5rem;
    padding: 5px 5px;
	}
  .under .content_area h3 {
		font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2px;
  }
	.under .content_area h3 span {
		font-size: 1.2rem;
	}
	.under .content_area .p_big {
		font-size: 1.5rem;
	}
	.under .content_area .p_small {
		font-size: 1.2rem;
	}
  .under .content_area .sec_mb {
    margin-bottom: 30px;
  }
  .under .content_area .p_mb {
    margin-bottom: 20px;
  }

	.under table th,
	.under table td {
		font-size: 1.2rem;
		line-height: 1.6;
    padding: 5px;
	}
	.under table td.p_s {
		font-size: 1.1rem;
	}
	.under .table_area dl dt,
	.under .table_area dl dd {
		padding: 5px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.under .table_area dl dt {
		padding: 8px 5px;
	}
	.under .apply_btn {
		font-size: 1.4rem;
		width: 150px;
	}
}


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

}




/*	ご挨拶
----------------------------------------------- */
#greeting .g_profile {
	-webkit-box-pack: center;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: end;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #606833;
}
#greeting .g_name_area p {
	font-weight: 700;
}
#greeting .g_name_area .g_name {
  font-size: 2.2rem;
}
#greeting .g_name_area .g_affi {
  font-size: 1.5rem;
	font-weight: 400;
}
#greeting .g_photo {
  margin: 0 3rem 0 0 ;
  vertical-align: bottom;
}
#greeting .g_photo img {
  width: 170px;
}
@media only screen and (max-width: 1024px) {
	#greeting .g_name_area .g_name {
	  font-size: 1.9rem;
	}
	#greeting .g_name_area .g_affi {
	  font-size: 1.3rem;
	}
}

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

}

@media only screen and (max-width: 479px) {
	#greeting .g_profile {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}
	#greeting .g_name_area p {
		text-align: center;
		margin-bottom: 0.5rem;
	}
	#greeting .g_name_area .g_name {
		font-size: 1.5rem;
	}
	#greeting .g_name_area .g_affi {
		font-size: 1.1rem;
	}
	#greeting .g_photo {
		margin: 0;
		text-align: center;
	}
	#greeting .g_photo img {
		width: 55%;
		margin: 0 auto 10px;
	}
}



/*	開催概要
----------------------------------------------- */
#outline .outline_dl p {
  margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {}

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

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

}




/*	会場のご案内
----------------------------------------------- */
#access .content_area iframe {
	width: 100%;
	height: 450px;
}



@media only screen and (max-width: 1024px) {
	#access .content_area iframe {
		height: 350px;
	}
}

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

@media only screen and (max-width: 479px) {
	#access .content_area iframe {
		height: 250px;
	}
}



/*	企業の皆様へ
----------------------------------------------- */
#companies dl .type {
	width: 60%;
}
#companies dl .date {
	width: 40%;
}
#companies dl .apply {
	width: 25%;
}
.doc_area {
	margin-bottom: 50px;
}
.doc_area .apply_btn {
	max-width: unset;
	width: 400px;
}
.doc_area .apply_btn + .apply_btn {
	margin-top: 15px;
}


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

}

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

@media only screen and (max-width: 479px) {
	#companies dl .type {
		width: 65%;
	}
	#companies dl .date {
		width: 35%;
	}
	#companies dl .apply {
		width: 22%;
		font-size: 1.2rem;
	}
	.doc_area {
		margin-bottom: 30px;
	}
	.doc_area .apply_btn {
		width: 90%;
	}
	.doc_area .apply_btn + .apply_btn {
		margin-top: 15px;
	}
}



/*	リンク
----------------------------------------------- */
#link .link_list li {
	line-height: 1.8;
}
#link .link_list li + li {
	margin-top: 30px;
}
#link .link_list li a {
	font-size: 15px;
	/*padding-left: 1em;*/
	overflow-wrap: anywhere;
}




@media only screen and (max-width: 1024px) {
	#link .link_list li a {
		font-size: 14px;
	}
}

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

}

@media only screen and (max-width: 479px) {
	#link .link_list li + li {
		margin-top: 20px;
	}
	#link .link_list li a {
		font-size: 13px;
	}
}





/*	組織委員
----------------------------------------------- */
#organizing_committee table tr th {
	width: 22%;
	text-align: left;
	color: #333;
	background: #B4BA98;
	vertical-align: top;
}
#organizing_committee table tr td:first-of-type {
	width: 16%;
}
#organizing_committee .table01 {
	margin-bottom: 80px;
}
#organizing_committee .table01 table th {

}
#organizing_committee .table02 table th {

}



@media only screen and (max-width: 1024px) {
	#organizing_committee table tr td:first-of-type {
		width: 18%;
	}
	#organizing_committee .table01 {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
	#organizing_committee table tr td:first-of-type {
		width: 16%;
	}
}

@media only screen and (max-width: 479px) {
	#organizing_committee table tr td:first-of-type {
		width: 26%;
	}
	#organizing_committee .table01 {
		margin-bottom: 40px;
	}
}




/*	演題登録
----------------------------------------------- */
.abstract .btn_wrap {
	margin: 30px auto;
	gap: 15px 10px;
}
.abstract .apply_btn {
	max-width: 350px;
}
.apply_btn.a_none {
	color: #bbb;
	background: #f2f2f2;
}
.abstract .category_wrap .category_box {
	width: 50%;
}
.abstract .category_wrap .category_box dl {
	border: 1px solid #333;
	border-bottom: none;
}
.abstract .category_wrap .category_box dl.dllast {
	border-left: none;
}
.abstract .category_wrap .category_box dl dt,
.abstract .category_wrap .category_box dl dd {
	border-bottom: 1px solid #333;
}
.abstract .category_wrap .category_box dl dt {
	font-size: 1.8rem;
	width: 12%;
	padding: 10px 5px;
	color: #352E00;
  background-color: #f9f5da;
	text-align: center;
}
.abstract .category_wrap .category_box dl dd {
	font-size: 1.6rem;
	width: 88%;
	padding: 10px 12px;
	border-left: 1px solid #333;
}
.pc1000 {
	display: block;
}





@media only screen and (max-width: 1024px) {
	.abstract .category_wrap .category_box dl dt {
		font-size: 1.6rem;
		padding: 10px 3px;
	}
	.abstract .category_wrap .category_box dl dd {
		font-size: 1.3rem;
	}
	.pc1000 {
		display: none;
	}

}

@media only screen and (max-width: 1000px) {
	.abstract .category_wrap .category_box {
		width: 100%;
	}
	.abstract .category_wrap .category_box dl.dllast {
		border-top: none;
		border-left: 1px solid #333;
	}
}

@media only screen and (max-width: 768px) {
	.abstract .apply_btn {
		max-width: 300px;
	}
	.abstract .category_wrap .category_box {
		width: 100%;
	}
	.abstract .category_wrap .category_box dl dt {
		width: 10%;
	}
	.abstract .category_wrap .category_box dl dd {
		width: 90%;
	}
	.abstract .category_wrap .category_box dl.dllast {
		border-top: none;
		border-left: 1px solid #333;
	}
}

@media only screen and (max-width: 479px) {
	.abstract .btn_wrap {
		margin: 20px auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.abstract .apply_btn {
		max-width: unset;
		width: 90%;
	}
	.abstract .category_wrap .category_box dl dt {
		font-size: 1.3rem;
		padding: 8px 3px;
	}
	.abstract .category_wrap .category_box dl dd {
		font-size: 1.2rem;
		padding: 8px 5px;
	}
}




/*	利益相反
----------------------------------------------- */
.coi {

}



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

}

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

}

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

}


/*	日程表・プログラム
----------------------------------------------- */
#program .center .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#program .content_area .link_area {
  margin-bottom: 80px;
}
#program .content_area .link_area .link_wrap {
  gap: 20px 50px;
  padding-left: 30px;
}
#program .content_area .link_area .link_wrap li {
  font-size: 18px;
}
#program .content_area .link_area .link_wrap li::before {
  content: '▼';
  margin-right: 5px;
  color: #406bc3;
}
#program .content_area .link_area .link_wrap li a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #406bc3;
}
#program .content_area .session_area .current {
  text-align: right;
  margin-bottom: 5px;
  padding-right: 10px;
  max-width: 1200px;
  width: 100%;
}
#program .content_area .session_area .session_box {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 1px solid #7bc8d2;
  max-width: 1200px;
  width: 100%;
}
#program .content_area .session_area .session_box .title {
  padding: 0 0 15px;
  border-bottom: 2px solid #0C1543;
}
#program .content_area .session_area .session_box .title .session_name {
  font-weight: bold;
    color: #0b6e9b;
    padding-left: 1rem;
    margin: 0;
}
#program .content_area .session_area .session_box .title .session_date {
	margin: 0;
	font-size: 1.8rem;
}
#program .content_area .session_area .session_box .inner {
  padding: 0 0 20px;
}
#program .content_area .session_area .session_box .inner .session_theme {
  font-size: 22px;
  font-weight: bold;
  /*color: #ED8F26;*/
  color: #0C1543;
}
#program .content_area .session_area .session_box .inner .session_kyousai {
  font-size: 22px;
  font-weight: bold;
}
/*#program .content_area .session_area .session_box .inner .session_theme::before {
  content: 'テーマ： ';
}*/
#program .content_area .session_area .session_box .inner .role {
  display: none;
}
#program .content_area .session_area .session_box .inner dl {
  margin-top: 15px;
}
#program .content_area .session_area .session_box .inner dl dt {
  color: #fff;
  background-color: #3dc3b8; /*#5288af #ED8F26*/
  padding: 2px 15px;
  margin-right: 20px;
  min-width: 69px;
}
#program .content_area .session_area .session_box .inner dl.organizer dt {
  background-color: #000; /*#74af45*/
}
#program .content_area .session_area .session_box .inner dl.zacho dt {
  background-color: #0C1543; /*#74af45*/
}
#program .content_area .session_area .session_box .inner dl.kyousai dt {
  background-color: #74af45;
}
#program .content_area .session_area .session_box .inner dl dt p {
  	margin: 0;
	text-align: center;
}
#program .content_area .session_area .session_box .inner dl dd p {
  margin: 0;
}

#program .content_area .session_area .session_box .inner dl dd .endaimei {
  font-size: 16px;
  padding-left: 1em;
  color: #555;
}
#program .content_area .session_wrap {
  margin: 0 0 5rem;
}
#program .session_area .session_tab p {
    margin: 0;
    padding: 1.1rem 2rem;
    color: #fff;
	background: #2196F3;
    border-radius: 5px 5px 0 0;
	text-align: center;
	display: inline-block;
  }
#program .current {
    text-align: right;
    margin: 10px 0;
    padding-right: 10px;
    max-width: 1200px;
	width: 100%;
}
#program p{
    font-size: 15px;
}
#program p.endai{
    line-height: 1.3;
}


@media only screen and (max-width: 1024px) {
  #program .center .btn {
    margin-bottom: 30px;
  }
  #program .content_area .link_area {
    margin-bottom: 50px;
  }
  #program .content_area .link_area .link_wrap {
    padding-left: 0;
  }
  #program .content_area .link_area .link_wrap li {
    font-size: 16px;
  }
  #program .content_area .session_area .session_box {
    padding: 20px 30px;
  }
  #program .content_area .session_area .session_box .title .session_name {
    font-size: 22px;
  }
  #program .content_area .session_area .session_box .inner .session_theme {
    font-size: 19px;
  }
  #program .content_area .session_area .session_box .inner {
    padding: 20px;
  }
  #program .content_area .session_area .session_box .inner dl dt {
    padding: 2px 10px;
    min-width: 70px;
  }
  #program .content_area .session_area .session_box .inner dl dd .endaimei {
    font-size: 14px;
  }

}

@media only screen and (max-width: 768px) {
  #program .content_area .session_area .session_box {
    padding: 15px;
  }
  #program .content_area .session_area .session_box .inner dl {
    -webkit-box-align: start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  #program .content_area .link_area {
    margin-bottom: 30px;
  }
  #program .content_area .link_area .link_wrap {
    gap: 15px 20px;
  }
  #program .content_area .link_area .link_wrap li {
    font-size: 13px;
  }
  #program .content_area .session_area .session_box .title {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #program .content_area .session_area .session_box .title .session_date {
    font-size: 13px;
    margin-top: 5px;
  }
  #program .content_area .session_area .session_box .title .session_name {
    font-size: 14px;
    width: 100%;
  }
  #program .content_area .session_area .session_box .inner {
    padding: 10px 0px;
  }
  #program .content_area .session_area .session_box .inner .session_theme {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #program .content_area .session_area .session_box .inner .role {
    display: block;
    color: #fff;
    background-color: #3dc3b8;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
  }
  #program .content_area .session_area .session_box .inner p.organizer {
  background-color: #000; /*#74af45*/
}
  #program .content_area .session_area .session_box .inner .role.zacho {
    background-color: #0C1543; /*#74af45*/
    margin-top: 10px;
  }
  #program .content_area .session_area .session_box .inner .role.enjya {
    margin-top: 10px;
  }
  #program .content_area .session_area .session_box .inner .role.kyousai {
    margin-top: 10px;
    background-color: #74af45;
  }
  #program .content_area .session_area .session_box .inner dl {
    margin-top: 0;
  }
  #program .content_area .session_area .session_box .inner dl dt {
    display: none;
  }
  #program .content_area .session_area .session_box .inner dl dd {
    padding: 8px 0;
    width: 100%;
  }
  #program .content_area .session_area .session_box .inner dl.organizer dd {
  background-color: rgba(116,175,69,0.1);
}
	#program .content_area .session_area .session_box .inner dl.zacho dd {

  }
  #program .content_area .session_area .session_box .inner dl.kyousai dd {
    background-color: rgba(116,175,69,0.1);
  }
  #program .content_area .session_area .session_box .inner dl dd .endaimei {
    font-size: 12px;
    padding-left: 0;
  }
  #program .content_area p.left {
    text-align: left;
  }
}





/* オンライン参加登録
----------------------------------------------- */
#registration table tr th:first-of-type,
#registration table tr td:first-of-type {
  width: 40%;
}
#registration table tr th,
#registration table tr td {
  width: 20%;
}
#registration table tr td.bg_gray {
  background-color: #eee;
}
#registration .period dt,
#registration .period dd {
  font-size: 1.6rem;
  padding: 5px 0;
}
#registration .period dt {
	width: 20%;
}
#registration .period dd {
	width: 80%;
}
#registration .period dd::before {
	content: '： ';
}



@media only screen and (max-width: 768px) {
  #registration .period dt,
  #registration .period dd {
    font-size: 1.5rem;
  }
  #registration .period dt {
  	width: 28%;
  }
  #registration .period dd {
  	width: 72%;
  }
}

@media only screen and (max-width: 600px) {
  #registration table tr th:first-of-type,
  #registration table tr td:first-of-type {
    width: 30%;
  }
  #registration .period dt {
  	width: 100%;
    font-weight: 700;
  }
  #registration .period dd {
  	width: 100%;
    padding-left: 1em;
  }
  #registration .period dt::after {
    content: ' ：';
  }
  #registration .period dd::before {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #registration table tr th,
  #registration table tr td {
    width: 24%;
  }
  #registration table tr th {
    padding: 5px 0;
  }
  #registration table tr th:first-of-type,
  #registration table tr td:first-of-type {
    width: 28%;
  }
  #registration .period dt,
  #registration .period dd {
    font-size: 1.4rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}


/*	座長、演者へのご案内
----------------------------------------------- */
#speakers h3:first-of-type {
    margin-top: 35px;
}
#speakers ol h4{
	border: none;
	font-size: 1.7rem;
	top: 4px;
	line-height: 1.4;
}
#speakers h5 {
    line-height: 2;
	margin-top: 30px;
}
#speakers ol li ul.type01 {
	list-style: disc;
}

#speakers ol dl{
	margin-left: 1em;
}
#speakers ol dl dt{
	width: 7.8em;
	padding: .6em 0;
}
#speakers ol dl dd{
	width: calc(100% - 8.3em);
	padding: .6em 0;
}
#speakers ol dl dd time{
	display: block;
}

#speakers dl.font {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .7em 0;
}
#speakers dl.font dt:before {
    content: "";
    width: 100%;
    display: block;
    border-top: dotted 2px rgb(168, 168, 168);
    position: relative;
    top: 1em;
    left: .7em;
    z-index: 0;
}
#speakers dl.font dt{
	width: 6em;
}
#speakers dl.font dt b{
	background: rgba(255,255,255,1.00);
	padding-right: .3em;
	line-height: 0.6em;
	position: relative;
	z-index: 1;
}
#speakers dl.font dd{
	width: calc(100% - 6em);
	margin: 0;
}
#speakers dl.font dt, dl.font dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5em!important;
}

#speakers dl.font dt:nth-last-of-type(1),
#speakers dl.font dd:nth-last-of-type(1){
	border-bottom: none;
}

#speakers .poster_inner {
	display: flex;
}
#speakers .poster_inner .left{
	width: 70%;
}
#speakers .poster_inner .left h4{
	margin: 10px 0;
}
#speakers .poster_inner table.type01{
	width: 90%;
	background: #fff;
}
#speakers .poster_inner table.type01 th{
	vertical-align: middle;
}
#speakers .poster_inner table time{
	display: block;
}
#speakers figure p figcaption{
	display: block;
}
#speakers .poster_inner .right{
	width: 30%;
	padding-top: 3em;
}
#speakers dl.name_affi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .7em 0;
}
#speakers dl.name_affi dt, #speakers dl.name_affi dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6em .5em;
    border-bottom: dotted 1px rgb(200, 200, 200);
}
#speakers table.type01{
	margin:1em 0;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
	width: 100%
}
#speakers table.type01 th,
#speakers table.type01 td{
	padding:.7em .8em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	vertical-align: middle;
}
#speakers table.type01 th + *,
#speakers table.type01 td + *{
	border-left:dotted 1px rgb(200,200,200);
}
#speakers table.type01 th{
	background:rgb(250,240,220);
	font-weight:500;
	text-align:center;
}
#speakers table.type01 td{
	text-align: center;
}
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 540px) {
	#speakers .poster_inner {
    display: block;
}
	#speakers .poster_inner .left {
    width: 100%;
}
	#speakers .poster_inner .right {
    width: 100%;
    padding-top: 1em;
	text-align: center;
}
	#speakers .poster_inner table.type01 {
    width: 100%;
}

}

@media only screen and (max-width: 479px) {
	#speakers ol h4 {
    font-size: 1.5rem;
    line-height: 1.5;
	margin: 20px 0 5px;
}
	#speakers .type02{padding-left: 1.5em;}

}
#speakers .under .content_area ol.type02 > li:before {
    left: -1.5em;
}
span.sp_adjust01{letter-spacing: 0.2px;}



/* 参加者の皆様へ
----------------------------------------------- */
#participants {

}

#participants .entrytime {
    display: flex;
    flex-wrap: wrap;
}
#participants .entrytime dt {
    width: 7em;
    text-align-last: justify;
    margin: 0.3em 0;
    font-weight: 600;
}
#participants .entrytime dd {
    text-indent: 0;
    width: calc(100% - 11em);
    margin: 0.3em 2em;
}
#participants h3{color: #1a3473;}
#participants h4{color: #3B56D1;
    background: #e9f6ff;
    margin: 25px 0 10px;
font-size: 16px;
    padding: 0.5rem;}
/*--テーブル--*/
#participants table.type01{
	margin:1em 0;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
	width: 100%
}
#participants table.type01 th,
#participants table.type01 td{
	padding:.7em .8em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	vertical-align: top;
}
#participants table.type01 th + *,
#participants table.type01 td + *{
	border-left:dotted 1px rgb(200,200,200);
}
#participants table.type01 th{
	background: rgb(245 245 245);
	font-weight:500;
	text-align:left;
	width: 20%;
}
#participants table.type01 td{
}
#participants .table_note{
	margin-top:.3em;
	font-weight:700;
}

#participants .d_list{
	display: flex;
	flex-wrap: wrap;
}
#participants .d_list dt {
	width: 4em;
	text-align-last: justify;
	margin: 0.3em 0;
	font-weight: 600;

}
#participants .d_list.e2 dt {
	width: 2em;

}
#participants .d_list.e6 dt {
	width: 5.5em;

}
#participants .d_list dd {
	text-indent: 0;
	width: calc(100% - 10em);
	margin: 0.3em 2em;

}
#participants .d_list.e2 dd {
	width: calc(100% - 7em);

}
#participants .d_list.e6 dd {
	width: calc(100% - 10em);

}
#participants .d_list dd time{
	width: 99%;
	display: inline-block;
}
#participants .d_list dd:before{
	content: "：";
	margin-left: -1em;
}

#participants dl.unit > dt{
	font-weight: 600;
	margin: 1em 0 0;
}
#participants dl.unit > dt::before{
	content: "◆";
	padding-right: .5em
}
#participants dl.unit > dd{
	margin-top: 0;
}

#participants dl.unit > dd{
	margin-top: 0;
	margin-left: 1.5em;
	line-height: 1.75;
}
#participants dl.unit dd dl.entrytime dt{
	width: 9em;
	font-weight: 500;
}
#participants dl.unit dd dl.entrytime dd{
	width: calc(100% - 12em);
	margin-left: 1em;
}
#participants dl.unit dd dl.entrytime dt,
#participants dl.unit dd dl.entrytime dd{
	margin-bottom: 0;
	margin-top: 0;
}
#participants dl.entrytime,
#participants dl.d-border{
	margin: 0;
	width: 96%;
}

#participants dl.unit dl.d-border{
	display: inline-block;
	padding: 0;
}
#participants dl.unit dl.d-border dt,
#participants dl.unit dl.d-border dd{
	display: inline-block;
	padding: 0
}
#participants dl.unit dl.d-border dd{
	width: calc(100% - 12em);
	font-weight: 400;
	padding-left: 0.8em;
}
#participants dl.unit dl.d-border dt {
    width: 11em;
}
#participants dl.d-border dt:before {
    left: 0;
}
#participants table.type01 th{
	vertical-align: middle;
	text-align: center;
}
#participants table.type01 td{
	vertical-align: middle;
}
#participants table.type01 thead th {
	    background-color: rgb(87 139 193);
	color: rgba(255,255,255,1.00)
}

#participants .bg_lineblue {
	background: linear-gradient(transparent 20%, rgb(0, 255, 255) 20%);
}

#participants ol h4,
#participants ul h4{
	padding-left: 0;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#participants ol h4::before,
#participants ul h4::before{
	content: none;
}

#participants ol.type01.h4 > li::marker{
	font-size:1.4em;
	font-weight: 700;
}
#participants dl.d-border dt:before {
    content: "";
    width: 100%;
    display: block;
    border-top: dotted 2px rgb(168, 168, 168);
    position: relative;
    top: .9em;
    left: 0.5em;
    z-index: 1;
}
#participants dl.d-border dt b {
    background: rgba(255, 255, 255, 1.00);
    padding-right: .3em;
    line-height: 0.6em;
    position: relative;
    z-index: 5;
}
#participants dl.d-border dt b span{
	font-weight: 500;
    color: #494b4f;
}


@media only screen and (max-width: 1024px) {}

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

@media only screen and (max-width: 479px) {}




/*	単位についてのご案内
----------------------------------------------- */
#units {

}



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

}

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

}

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

}




/*	宿泊のご案内
----------------------------------------------- */
#accommodation {

}



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

}

@media only screen and (max-width: 768px) {
  #accommodation table tr th:first-of-type,
  #accommodation table tr td:first-of-type {
    width: 10%;
  }
  #accommodation table tr th:nth-of-type(2),
  #accommodation table tr td:nth-of-type(2) {
    width: 50%;
  }
  #accommodation table tr th:nth-of-type(3),
  #accommodation table tr td:nth-of-type(3) {
    width: 40%;
  }
}

@media only screen and (max-width: 479px) {
  #accommodation table tr th:nth-of-type(2),
  #accommodation table tr td:nth-of-type(2) {
    width: 60%;
  }
  #accommodation table tr th:nth-of-type(3),
  #accommodation table tr td:nth-of-type(3) {
    width: 30%;
  }
}





/*	託児所のご案内
----------------------------------------------- */
#creche  {

}



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

}

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

}

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

}




/*	出展のご案内
----------------------------------------------- */
#exhibition div.kikan {
	margin: 30px 0;
}



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

}

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

}

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

}






/*	ポスター掲示のご案内
----------------------------------------------- */
#poster {

}
#poster .d-list_clon {
    display: flex;
    flex-wrap: wrap;
}
#poster .d-list_clon dt {
    width: 7em;
    margin: 0.3em 0;
    font-weight: 600;
}
#poster .d-list_clon dd {
    text-indent: 0;
    width: calc(100% - 10em);
    margin: 0.3em 1em;
}
#poster .d-list_clon dd:before {
    content: "：";
    margin-left: -1em;
}
#poster .period {
    padding: .8em 1em;
    border: solid 2px rgb(215 34 34);
    border-radius: 5px;
    color: rgb(215 34 34);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.4em auto;
    width: 60%;
    display: block;
}
#poster .btn_wide {
    margin-top: 20px;
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {
	#poster .period {
    width: 90%;
		font-size: 1.3rem;
}
}

@media only screen and (max-width: 479px) {}



















/*	協賛申込
----------------------------------------------- */
#sponsor table .table_title {
  font-size: 1.6rem;
  font-weight: 700;
}
#sponsor .apply_btn {
  max-width: 350px;
}


@media only screen and (max-width: 1024px) {
  #sponsor table .table_title {
    font-size: 1.4rem;
  }
}

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

}

@media only screen and (max-width: 479px) {
  #sponsor table tr th:first-of-type,
  #sponsor table tr td:first-of-type {
    width: 15%;
  }
  #sponsor table tr th:nth-of-type(2),
  #sponsor table tr td:nth-of-type(2) {
    width: 53%;
  }
  #sponsor table tr th:nth-of-type(3),
  #sponsor table tr td:nth-of-type(3) {
    width: 32%;
  }
  #sponsor table .table_title {
    font-size: 1.2rem;
  }
  #sponsor .apply_btn {
    max-width: unset;
    width: 90%;
  }
}





/*	お問い合わせ
----------------------------------------------- */
#contact {

}



@media only screen and (max-width: 1024px) {}

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

@media only screen and (max-width: 479px) {}


/*ご挨拶
----------------------------------------------- */
.greeting{}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1024px) {}

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

@media only screen and (max-width: 479px) {}






/*
----------------------------------------------- */

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1024px) {}

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

@media only screen and (max-width: 479px) {}
