@charset "UTF-8";

/*	under　共通
----------------------------------------------- */
.under .bg_white {
	background: #fff;
}
.under .u_contents {
	width: 100%;
	margin-bottom: 200px;
}
.under .tit {
  margin: 15px 0 25px;
}
.under .tit h1 {
	font-size: 2.5rem;
	font-family: "Noto Serif", serif;
  font-weight: 400;
	color: #fff;
  background: linear-gradient(to bottom, #685900, #352E00);
  width: 100%;
  padding: 12px 20px;
}
.under .content_area .content_box {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #000;
}
.under .content_area h2 {
	font-size: 2.2rem;
  color: #958217;
	margin-bottom: 15px;
}
.under .content_area h3 {
  margin: 35px 0 10px;
	color: #1a3473;
	border-top: 1px dotted #6ab5d2cc;
    border-bottom: 1px dotted #6ab5d2cc;
    line-height: 2.5;
}
.under .content_area h3:first-of-type {
  margin-top: 0;
}
.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 {
	padding: 0 25px;
}
.under .content_area .sec_mb {
  margin-bottom: 50px;
}
/*.under .content_area p {
  text-align: justify;
}*/
.under .content_area p.text_r {
	text-align: right;
}
.under .content_area .p_mb {
  margin-bottom: 30px;
}
.under .content_area .red {
  color: #ff0000;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
.under .content_area a.p_link {
  text-decoration: underline;
  color: #406bc3;
}
.under .content_area p.ta_r {
    text-align: right;
}
.under .deco_box01 {
    margin: 1.5rem 0;
    padding: 2rem 1.2rem 0.5em;
    border: solid 1px rgb(180, 180, 200);
    border-radius: 3px;
}

.under dl,dt,dd{font-size: 16px;}
.under ul,ol,li{font-size: 16px;}

/*--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.5rem;
  line-height: 1.8;
}
.under table th {
	color: #fff;
	font-weight: 500;
	background: linear-gradient(to bottom, #685900, #352E00);
}
.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);
}

.under .apply_btn {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 500;
	background: #352E00;
	text-align: center;
	border-radius: 5px;
	padding: 1em 0;
	transition: 0.3s ease;
	font-size: 1.6rem;
	max-width: 180px;
	margin: 0 auto;
}
.under .apply_btn:hover {
	color: #352E00;
	background: #B4BA98;
}

/*--リスト--*/
.under .content_area ul.type01,
.under .content_area ol.type01{
	margin:1em 0;
	padding:0;
	list-style: disc;
}
.under .content_area ul.type01 > li,
.under .content_area ol.type01 > li{
	margin:1em 0;
	margin-left:2em;
	list-style: disc;
	line-height: 1.5;
}
.under .content_area ol.type02{
	margin:1em 0;
	padding-left:2em;
	list-style:none;
	counter-reset:paren;
}
.under .content_area ol.type02 > li{
	position:relative;
	margin:.6em 0;
}
.under .content_area ol.type02 > li:before{
	position:absolute;
	left:-2em;
	counter-increment:paren;
	content:"("counter(paren)")";
	font-weight:500;
}
.under .content_area ol.type03{
	margin:1em 0;
	padding-left: 1.5em;
	counter-reset:circle;
	list-style:none;
}
.under .content_area ol.type03 > li{
	margin:.6em 0;
}
.under .content_area ol.type03 > li:before{
	counter-increment:circle;
	content:counter(circle);
	display:inline-block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 .6em 0 -2em;
	padding-top:.25em;
	width:1.4em;
	height:1.4em;
	border:solid 1px rgb(60,60,60);
	border-radius:.7em;
	font-size:1.15rem;
	line-height:.7em;
	text-align:center;
	vertical-align:20%;
	letter-spacing:-0.05em;
	text-indent:-0.05em;
}
.under .content_area ol.type04{
	margin:1em 0;
	padding-left:3em;
	list-style:none;
	counter-reset:roman_numerals;
}
.under .content_area ol.type04 > li{
	position:relative;
	margin:.6em 0;
}
.under .content_area ol.type04 > li:before{
	position:absolute;
	left:-2em;
	counter-increment:roman_numerals;
	content:"("counter(roman_numerals,lower-roman)")";
	font-weight:500;
}
.under .content_area ol.type05{
	margin:1em 0;
	padding-left:3em;
	list-style:none;
	counter-reset:r_paren;
}
.under .content_area ol.type05 > li{
	position:relative;
	margin:.6em 0;
}
.under .content_area ol.type05 > li:before{
	position:absolute;
	left:-2em;
	counter-increment:r_paren;
	content:counter(r_paren)")";
	font-weight:500;
}

.under .content_area ul.type_note{
	margin:1em 0;
	padding:0;
	list-style: none;
}
.under .content_area ul.type_note > li{
	margin:0;
	padding-left:2em;
	line-height: 1.4em;
	text-indent: -1.5em;
}
.under .content_area ul.type_note > li:before{
	content: "※";
	margin-right: 0.51em;
}
.under .content_area ul.type05{
    list-style-type: disc;
}
.under .content_area ul.type05{
    list-style-type: disc;
}
.arrange01{display: inline-block;
    vertical-align: top;
}
section{margin-bottom: 6rem;}

/*--デコ--*/
.f_deco_bb{font-weight: 600; color: #3B56D1;background: #e9f6ff; margin-bottom: 0.5em;}
.f_deco_fb{font-weight: 600; color: #fff;background: #3072a0; margin-bottom: 0.5em;}
.bg_deco_b{background: #e9f6ff; padding: 10px;}
p.note {font-size: 1.4rem; padding: 0.5em 0;}
.u_line{border-bottom: 1px solid #000;}
.cancel_p_justify{text-align: unset;}

@media only screen and (max-width: 1024px) {
	.under .tit h1 {
		font-size: 2rem;
	}
	.under .content_area h2 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.under .content_area .content_box {
		padding-bottom: 15px;
    margin-bottom: 25px;
	}
  .under dl,dt,dd{font-size: 15px;}
  .under ul,ol,li{font-size: 15px;}

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

@media only screen and (max-width: 768px) {
	.under .u_contents {
		margin-bottom: 24vw;
	}
	.under table th,
	.under table td {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 479px) {
  .under .tit {
		margin: 15px 0 20px;
  }
  .under .tit h1 {
    font-size: 1.6rem;
		padding: 10px;
  }
	.under .tit h1 span {
		font-size: 1.4rem;
	}
	.under .content_area {
		padding: 0 10px;
	}
	.under .content_area h2 {
		font-size: 1.5rem;
	}
  .under .content_area h3 {
    margin: 35px 0 10px;
    line-height: 1.5;
    padding: 1.8rem 0;
  }
	.under .content_area .content_box {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
  .under .content_area .sec_mb {
    margin-bottom: 30px;
  }
  .under .content_area .p_mb {
    margin-bottom: 20px;
  }
  .under dl,dt,dd{font-size: 13px;}
  .under ul,ol,li{font-size: 13px;}

	.under table th,
	.under table td {
		font-size: 1.2rem;
		line-height: 1.6;
		padding: 3px 5px;
	}
	.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.3rem;
		width: 150px;
	}
}

.under .content_area ul.type01 > li, .under .content_area ol.type01 > li {
    margin-left: 1.5em;
}




/*	ご挨拶
----------------------------------------------- */
.greeting .g_profile {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
}
.greeting .g_name_area p {
	text-align: right;
	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 0 0 2rem;
  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;
	}
}



/*	開催概要
----------------------------------------------- */
#gakkai {
}


@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%;
}
#companies .syuisyo_area {
	margin-bottom: 50px;
}
#companies .syuisyo_area .apply_btn {
	max-width: unset;
	width: 400px;
}
#companies .syuisyo_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;
	}
	#companies .syuisyo_area {
		margin-bottom: 30px;
	}
	#companies .syuisyo_area .apply_btn {
		width: 90%;
	}
	#companies .syuisyo_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;
	display: block;
	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 {

}



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

}

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

}

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

}




/*	利益相反
----------------------------------------------- */
#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 .entrytime{
	display: flex;
	flex-wrap: wrap;
}
#registration .entrytime dt  {
	width: 7em;
	text-align-last: justify;
	margin: 0.3em 0;
	font-weight: 600;

}
#registration .entrytime dd{
	text-indent: 0;
	width: calc(100% - 11em);
	margin: 0.3em 2em;

}
#registration .entrytime dd:before{
	content: "：";
	margin-left: -1em;
}
#registration .type01 {
    margin: 1em 0;
    border-collapse: collapse;
    line-height: 1.5;
    text-align: left;
    table-layout: fixed;
    width: 100%;
}
#registration table.type01.credit th,
#registration table.type01.credit td {
    vertical-align: middle;
	padding: .7em .8em;
    border-top: solid 1px rgb(200, 200, 200);
    border-bottom: solid 1px rgb(200, 200, 200);
}
#registration table.type01.credit th + *,
#registration table.type01.credit td + *{
    border-left: dotted 1px rgb(200, 200, 200);
}
#registration table.type01.credit td.bk001{
	background-color: rgb(242, 242, 242);
}
#registration table.type01.credit th.bk001{
	background-color: rgb(242, 242, 242);
}



#registration .period{
	font-size:1.6rem;
	font-weight:500;
	color:rgb(240,100,80);
	line-height:1.5;
	border:solid 2px rgb(255,130,130);
	padding: 1rem;
}

#registration .period .end_box{
	display:inline-block;
	vertical-align:top;
}

#registration .flowchart {
    display: flex;
    flex-wrap: wrap;
	box-sizing: content-box;
}
#registration .flowchart ol{
	display:flex;
	justify-content:flex-start;
	margin:1rem 0;
	padding:0;
	font-size:1em;
	line-height:1.5;
	text-align:center;
	list-style: none;
	counter-reset: "count 0";
	flex: 1;
}

#registration .flowchart ol li{
	position:relative;
	display:flex;
	flex-wrap:wrap-reverse;
	margin-left:30px;
	counter-increment: count 1;
}
#registration .flowchart ol li:after{
	content: "STEP" counter(count);
	display: block;
	width: 100%;
	padding: 0.3em;
	background:rgb(150,180,160);
	color:rgb(255,255,255);
}

#registration .flowchart ol li::before{
	position:absolute;
	top:38%;
	left:-24px;
	content:"";
	display:block;
	box-sizing:border-box;
	width:1.6rem;
	height:1rem;
	border-style:solid;
	border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(255,200,100,1);
	border-width:.8rem;
	vertical-align:10%;
	transition:.2s ease-out;
	transition-opacity:right,border;
}

#registration .flowchart ol li:last-child{
	margin-right:0;
}

#registration .flowchart ol:first-child li:first-child{
	margin-left: 0;
}
#registration .flowchart ol:first-child li:first-child::before{
	content:none;
}
#registration .flowchart ol li.end::after{
	content:none;
}

#registration .flowchart ol li .description{
	margin:0;
	padding:1rem 1rem 2rem .8rem;
	width:100%;
	min-height:35px;
	background:rgb(210,230,220);
	font-weight: 600;
}

#registration .flowchart ol li.end .description{
	background:rgb(50,140,80);
	color:rgb(255,255,255);
	padding-top:45px;
}

#registration .step_box{
	list-style: none;
	counter-reset: count 0;
	padding: 0;
}

#registration .step_box > li{
	margin:50px 0 50px 15px;
	padding-left:18px;
	border-left:solid 1px rgb(80,120,180);
	counter-increment: count 1;
}

#registration .step_box > li:before{
	content: "STEP" counter(count);
	position: relative;
	top:0.5em;
	margin: .1em 0 .5em;
	padding-bottom: 0.4em;
	border-bottom: dotted 1px rgb(180,180,220);
	font-size: 1.125em;
	color: rgb(0,120,160);
	line-height: 1.4;
	display: block;
	font-weight: 600;
}

#registration .step_box .step_summary{
	margin-bottom:18px;
	padding-bottom:6px;
	border-bottom:solid 1px rgb(80,120,180);
}
#registration .button_box_wrap{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#registration dl.spec{
	margin-left: 1em;
}
#registration dl.spec dd{
	margin-left: 0;
	margin-bottom: 2em;
}
#registration dl.spec dt::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    position: relative;
    top: -1.5px;
    right: -2px;
    transform: rotate(45deg);
}
#registration dl.spec dt::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-bottom: 1px solid rgb(0,0,0);
    border-left: 1px solid rgb(0,0,0);
    position: relative;
    top: -1.5px;
    left: -2px;
    transform: rotate(45deg);
}

#registration dl.d-border{
    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;
}
#registration 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;
}
#registration dl.d-border dt{
	width: 12em;
}
#registration dl.d-border dt b{
	background: rgba(255,255,255,1.00);
	padding-right: .3em;
	line-height: 0.6em;
	position: relative;
	z-index: 5;
}
#registration dl.d-border dt span{
	font-size: 0.8em;
	display: block;
}
#registration dl.d-border dd{
	width: calc(100% - 12em);
	margin: 0;
}
#registration dl.d-border dt, dl.d-border dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5em;
}

#registration dl.d-border dt,
#registration dl.d-border dd
{
	padding-bottom: .5em;
}


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

#registration dl.unit > dd{
	margin-top: 0;
	margin-left: 1.5em;
}
#registration dl.unit dd dl.entrytime dt{
	width: 10em;
	font-weight: 500;
	line-height: 1.75;
}
#registration dl.unit dd dl.entrytime dd{
	width: calc(100% - 13em);
	margin-left: 1em;
	line-height: 1.75;
}
#registration dl.unit dd dl.entrytime dt,
#registration dl.unit dd dl.entrytime dd{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.75;
}

#registration .button_box_wrap .button_box_inner_01,#registration .button_box_wrap .button_box_inner_02{
	width: 330px;
}
#registration .button_box_inner_01 p,#registration .button_box_inner_02 p{
	text-align: center;
	line-height: 1.3;
}
#registration .button_box_wrap .button_box_inner_01,#registration .button_box_wrap .button_box_inner_02{
	margin-right: 1.25rem;
}
#registration .button_box_wrap ul{
	padding-inline-start: 0px;
}
#registration .button_box_wrap ul li{
	list-style: none;
	text-align: center;

}

#registration .button_box_wrap .button_box_inner_01 li a{
	text-decoration: none;
	background:rgb(140,78,204);
	color:rgb(255,255,255);
	display:block;
	border: solid 1px rgb(140,78,204);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}
#registration .button_box_wrap .button_box_inner_02 li a{
	text-decoration: none;
	background: rgb(50,120,220);
	color:rgb(255,255,255);
	display:block;
	border: solid 1px  rgb(50,120,220);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}

#registration .button_box_wrap .button_box_inner_01 li a:hover{
	text-decoration: none;
	background:rgb(255,255,255);
	color:rgb(140,78,204);
	width: 20.625rem;
	display:block;
}

#registration .button_box_wrap .button_box_inner_02 li a:hover{
	text-decoration: none;
	background:rgb(255,255,255);
	color:rgb(50,120,220);
	width: 20.625rem;
	display:block;
}

#registration .step_summary{
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:solid 1px rgb(80,120,180);
}

#registration .c2c > tbody > tr > td:nth-child(2){
	text-align:center;
}

#registration .c3c > tbody > tr > td:nth-child(3){
	text-align:center;
}

#registration .wrap_creditcard {
}
#registration .creditcard {
		width: 100vw;

	display: flex;
}
#registration .creditcard img {
	height: 5vw;
}

#registration .ta_c .creditcard_security{
	max-width: 190px;
}
#registration .ta_c .creditcard_security02{
	max-width: 360px;
}
#registration .card_new_line{
	text-indent:-1em;
	display:inline-block;
}
#registration .button_box {
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5em auto;
    padding: 0;
    text-align: center;
    list-style: none;
    z-index: 0;
}
#registration .button_box li {
    width: 80%;
    margin: 10px auto;
}
#registration h3 {
    color: #1a3473;
}
#registration .content_area ol.type03{
	padding-left: 0;}
#registration .content_area ol.type03 > li:before {
	display: none;}





/*	座長、演者へのご案内
----------------------------------------------- */
#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) {

}

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

}





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

}



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

}

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

}

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

}




/*	出展のご案内
----------------------------------------------- */
#exhibition  {

}



@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 .content_area ul {
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 10px 10px 0;
}

#sponsor .content_area ul li {
  list-style-type: disc;
  font-size: 15px;
  margin-bottom: 15px;
  color: #636763;
  margin-left: 27px;
}
#sponsor .content_area ul li:last-of-type {
  margin-bottom: 0;
}
#sponsor .content_area table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}
#sponsor .content_area table th,
#sponsor .content_area table td {
  padding: 3%;
  text-align: center;
	border-top: solid 1px rgb(200, 200, 200);
    border-bottom: solid 1px rgb(200, 200, 200);
    vertical-align: middle;
	line-height: 2;
}
#sponsor .content_area table th + *,
#sponsor .content_area table td  + *{
  border-left:dotted 1px rgb(200,200,200);
}
#sponsor .content_area table th {
  background: #e4fbf5;
	width: 50%;
}
#sponsor .content_area table td {
  background: #fff;
}
#sponsor .center .btn {
  margin-left: auto;
  margin-right: auto;
}
#sponsor .info_area {
  text-align: center;
  background-color: #fff;
  border: 2px solid #051d52;
  padding: 20px 80px;
  margin-top: 30px;
  display: inline-block;
}
#sponsor .info_area p {
  text-align: center;
}
#sponsor .info_area p span {
  color: #051d52;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #sponsor .content_area table {
    min-width: 0;
    width: 100%;
  }
  #sponsor .content_area table th,
  #sponsor .content_area table td {
    font-size: 15px;
  }
  #sponsor .content_area ul li {
    font-size: 13px;
    margin-bottom: 13px;
  }
  #sponsor .info_area {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #sponsor .content_area table th,
  #sponsor .content_area table td {
    font-size: 12px;
  }
  #sponsor .info_area {
    margin-top: 20px;
    padding: 15px;
  }
  #sponsor .content_area table td.mini {
    font-size: 11px;
    padding: 3% 0;
  }
}

/*	一般演題登録
----------------------------------------------- */
#general-abstract dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	/* border-top:solid 1px rgb(200,200,200); */
	margin-bottom: 1em;
}
#general-abstract  dl dt,
#general-abstract  dl dd{
	box-sizing:border-box;
	padding:.3em 0em;
	/* border-bottom:solid 1px rgb(200,200,200); */
}
#general-abstract dl dt{
	margin:0;
	width:100px;
	/* font-weight:700; */
	padding-left: 1em;
	text-align:justify;
	text-align-last:justify;
}
#general-abstract dl dd{
	margin:0;
	width:calc(100% - 100px);
}
#general-abstract dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}
#general-abstract .type01{
	margin:1em 0;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
	width: 100%
}
#general-abstract .type01 th,
#general-abstract .type01 td{
	padding:.7em .8em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	vertical-align: middle;
}
#general-abstract .type01 th + *,
#general-abstract .type01 td + *{
	border-left:dotted 1px rgb(200,200,200);
}
#general-abstract .type01 th{
	background:rgb(250,240,220);
	font-weight:500;
	text-align:center;
	width: 50px;
}
#general-abstract .type01 td{
	padding: 1em 0.5em;
}
#general-abstract .button_box {
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5em auto;
    padding: 0;
    text-align: center;
    list-style: none;
    z-index: 0;
}
#general-abstract .button_box li {
    width: 49%;
	margin-top: 10px;
}
#general-abstract p.note{
	font-size: 1.4em;
    padding: 0.5em 1em;
}


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

@media only screen and (max-width: 768px) {
	#general-abstract .type01 th{
	width: 30px;
	padding: .7em .6em;
}
	#general-abstract .button_box li {
    margin-top: 0;
}
}

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


/*	指定演題登録
----------------------------------------------- */
#designated-abstract .button_box {
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5em auto;
    padding: 0;
    text-align: center;
    list-style: none;
    z-index: 0;
}
#designated-abstract .button_box li {
    width: 49%;
    margin-top: 10px;
}
#designated-abstract h3 {
     color: #1a3473;
}
#designated-abstract dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	/* border-top:solid 1px rgb(200,200,200); */
	margin-bottom: 1em;
}
#designated-abstract  dl dt,
#designated-abstract  dl dd{
	box-sizing:border-box;
	padding:.3em 0em;
	/* border-bottom:solid 1px rgb(200,200,200); */
}
#designated-abstract dl dt{
	margin:0;
	width:100px;
	/* font-weight:700; */
	padding-left: 1em;
	text-align:justify;
	text-align-last:justify;
}
#designated-abstract dl dd{
	margin:0;
	width:calc(100% - 100px);
}






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

}



@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) {}
