@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: 1260px;
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #162449;
	background-image: url(../img/bg_common.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 911px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: center top;
}

.sub #wrap {
	background-attachment: fixed;
}


.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;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.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: 54px;
	padding: 5px 25px;
	color: #ed6b04;
	font-size: 20px;
	font-weight: 500;
	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: #ed6b04;
	background: linear-gradient(180deg, #eaeaea, #fff);
}

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: #ed6b04;
	border-right-color: #ed6b04;
}


.btn2 {
	width: 300px;
	min-height: 54px;
	padding: 5px 25px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(0deg, #e67603, #fdb023);
	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 {
	color: #fff;
	background: linear-gradient(180deg, #e67603, #fdb023);
}

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;
}

a.btn2:hover::before {
	border-top-color: #fff;
	border-right-color: #fff;
}

.btn1.pdf::before{
    content: "";
    width: 27px;
    height: 32px;
    background-image: url(../img/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    transform: rotate(0);
    position: absolute;
    top: calc(50% - 16px);
    right: 10px;
}

.btn1.ppt::before {
    content: "";
    width: 27px;
    height: 32px;
    background-image: url(../img/icon_ppt.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    transform: rotate(0);
    position: absolute;
    top: calc(50% - 16px);
    right: 10px;
}


.btn1.pdf span,
.btn2.pdf span {
	padding-right: 25px;
	position: relative;
	z-index: 0;
}

.btn1.ppt span,
.btn2.ppt span {
	padding-right: 25px;
	position: relative;
	z-index: 0;
}

.btn1 span,
.btn2 span,
.btn3 span {
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.btn1.pdf span:after,
.btn2.pdf span:after {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	right: 10px;
}

/* .btn1.ppt span:after,
.btn2.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: 10px;
	right: 12px;
} */



/* --------------- footer --------------- */

footer {
	width: 100%;
	margin: 0;
	padding: 7px 0;
	background-color: #2862a0;
}

.copy {
	text-align: center;
	color: #fff;
	font-size: 14px;
}


/* --------------- contents --------------- */

.box_topannounce {
	width: 904px;
    margin: 0 0 33px 10px;
    padding: 14px 30px;
    background-color: #fff;
    border: solid 2px #ef0000;
    box-sizing: border-box;
}

.box_topannounce .right{
	margin-left: 27em;
}


#wrap_contents {
	width: 1260px;
	margin: 0 auto;
	padding: 0 0 15px;
	display: flex;
}

#rightcontents {
	width: 1010px;
	margin: 0;
	padding: 0 0 0 40px;
}


.col_header {
	width: 970px;
	height: 181px;
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.bg_subcontents {
	width: 970px;
	min-height: 600px;
	margin: 0 0 10px;
	padding: 50px 60px 60px;
	background-color: #fff;
}

.pagettl {
	margin: 0 0 20px;
	padding: 0;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
}

.mds1 {
	width: 850px;
	height: 44px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #1d599a;
	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 #1d599a;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 5px 15px 5px 12px;
	color: #1d599a;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #1d599a;
}

.mds4 {
	width: 100%;
	margin: 0 0 12px 0;
	padding: 3px 0 4px 10px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #494949;
	border-bottom: 1px solid #494949;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}



/* --------------- leftcontents --------------- */

#leftcontents {
	width: 250px;
	margin: 0;
	padding: 38px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#navi {
	width: 250px;
	margin: 0 0 50px;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#navi li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#navi li::after {
	content: "";
	width: 230px;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 10px;
	bottom: 0;
}

#navi li:last-of-type::after {
	content: none;
}

#navi li.active,
#navi li:hover {
	background-color: #2862a0;
}

#navi li a {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px 9px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a.pdf{
	position: relative;
}

#navi li a.pdf::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 26px;
    display: inline-block;
    background-image: url(../img/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 12px);
    right: 10px;
}

#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;
}

ul.list_bnr {
	width: 250px;
	margin: 0 auto 35px;
	padding: 0;
}

ul.list_bnr li {
	margin: 0 auto 15px;
	padding: 0;
	text-align: center;
}

ul.list_bnr li a {
	vertical-align: bottom;
	display: inline-block;
	background-color: #fff;
}

ul.list_bnr li a.threem {
	width: 100%;
	display: block;
}

ul.list_bnr li a img {
	vertical-align: bottom;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

ul.list_bnr li a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
}


.box_l_info {
	width: 260px;
	margin: 0 auto;
	margin-top: auto;
	padding: 0;
	font-weight: 350;
}

.box_l_info dl {
	margin: 0 0 28px;
}

.box_l_info dl:last-of-type {
	margin-bottom: 0;
}

.box_l_info dl dt {
	margin: 0 0 6px;
	padding: 2px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #231815;
}

.box_l_info dl dd {
	margin: 0;
	padding: 0 0 0 9px;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
}

.box_l_info dl dd a {
	color: #ffffff;
	text-decoration: none;
}

.box_l_info dl dd a:hover {
	text-decoration: underline;
}

/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	height: 525px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

.top_info1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10px;
	right: 15px;
}

.top_info2 {
	width: 100%;
	margin: 0;
	padding: 0 0 0 66px;
	box-sizing: border-box;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
	position: absolute;
	bottom: 25px;
	left: 0;
}

.top_thema {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -16px;
	left: 26px;
}

.box_topnews {
	width: 904px;
	margin: 0 0 33px 10px;
	padding: 0;
	background-color: #231815;
	display: flex;
	justify-content: center;
}

.box_topnews .mds {
	width: 160px;
	padding: 22px 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.col_topnews {
	width: 744px;
	margin: 0;
	padding: 13px 25px 13px 0;
	box-sizing: border-box;
}

.col_topnews a{
    color: #0099c2;
}

.scroll_topnews {
	max-height: 119px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 6px 2px;
	color: #fff;
	border-bottom: dotted 1px #fff;
	box-sizing: border-box;
	display: flex;
}

.col_topnews dl:first-child {
	border-top: dotted 1px #fff;
}

.col_topnews dl dt {
	width: 160px;
	margin: 0;
	padding: 0 0 0 15px;
	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 15px 0 15px;
	line-height: 1.6;
}





/* --------------- greeting --------------- */

.mds1.greeting {
	margin: 0 0 30px;
}

.link_greeting {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.link_greeting a {
	width: calc((100% - 15px)/2);
	height: 48px;
	margin: 0 15px 10px 0;
	padding: 2px 10px 2px 26px;
	color: #010109;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	background-color: rgba(1, 37, 121, 0.05);
	border: solid 1px #042579;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

.link_greeting a:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #4a96d2;
	border-right: 2px solid #4a96d2;
	transform: rotate(135deg);
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	bottom: 0;
	left: 8px;
}

.link_greeting a span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.link_greeting a:nth-child(even) {
	margin-right: 0;
}

.link_greeting a:hover,
.link_greeting a:hover:before {
	color: #4a96d2;
}

.col_content.greeting {
	margin-bottom: 40px;
	padding: 15px 0 0;
	border-top: solid 2px #455c75;
}

.col_greeting {
	width: 100%;
	margin: 0 0 15px;
	padding: 18px 8px 18px;
	border-bottom: dashed 1px #455c75;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.col_greeting .img {
	width: 160px;
	margin: 0 22px 0 0;
}

.col_greeting .name {
	width: calc(100% - 182px);
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.col_greeting .name .big {
	font-size: 19px;
	font-weight: 600;
}

.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;
}


.col_greeting1 {
	width: 100%;
	margin: 0 0 15px;
	padding: 18px 8px 18px;
	border-bottom: dashed 1px #455c75;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.col_greeting1 .name {
	width: calc(100% - 178px);
	margin: 0 0 0 20px;
	padding: 0;
	font-weight: 500;
}

.col_greeting1 .name .big {
	font-size: 19px;
	font-weight: 600;
}

.col_greeting2 {
	width: 100%;
	margin: 0 0 15px;
	padding: 48px 8px 18px;
	border-top: solid 2px #455c75;
	border-bottom: 1px dashed #455c75;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.col_greeting2 .name {
	width: calc(100% - 178px);
	margin: 0 0 0 20px;
	padding: 0;
	font-weight: 500;
}

.col_greeting2 .name .big {
	font-size: 19px;
	font-weight: 600;
}



/* --------------- 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: #65aedb;
	position: absolute;
	top: 7px;
	left: 0;
}



/* --------------- abstract --------------- */


.btnarea_abstract a {
	width: 400px;
	margin: 0 auto 20px;
	padding: 14px 10px 14px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	background-color: #888;
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

.btnarea_abstract a.laser45 {
	background-color: #dd0010;
}

.btnarea_abstract a.ray34 {
	background-color: #5cb110;
}

.btnarea_abstract a.neuro20 {
	background-color: #f39700;
}

.btnarea_abstract a:hover {
	opacity: 0.8;
}

.btnarea_abstract a::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% - 6px);
	left: 15px;
}

.mds3.abstract1 {
	margin: 30px 0 12px 0;
}

table.tbl_abstract1 {
	width: 490px;
	margin: 20px auto;
	padding: 0;
	border-top: solid 1px #042579;
	border-left: solid 1px #042579;
}

table.tbl_abstract1 th {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #184b82;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #042579;
}

table.tbl_abstract1 th:last-child {
	border-right-color: #042579;
}

table.tbl_abstract1 td {
	margin: 0;
	padding: 5px 13px;
	border-right: solid 1px #042579;
	border-bottom: solid 1px #042579;
}

table.tbl_abstract1.cat td {
	width: 200px;
}

table.tbl_abstract1 td.num {
	width: 40px;
	font-weight: 500;
	text-align: center;
	background-color: #e1eaf5;
}

ul.list_abstract1 {
	margin: 0;
	padding: 0;
}

ul.list_abstract1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.list_abstract1 li *:not(.indent1) {
	text-indent: 0;
}


ol.list_num_abstract1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.list_num_abstract1 li {
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: -20px;
}

ol.list_num_abstract1 li *:not(.indent1) {
	text-indent: 0;
}

ol.list_num_abstract1 li .num {
	width: 20px;
	display: inline-block;
}

.btn_entry_abstract {
	margin: 0 0 20px;
	padding: 10px 0 0;
	display: flex;
	justify-content: center;
}

.btn_entry_abstract a.btn1 {
	width: 260px;
	margin: 0 15px;
}

.btn_entry_abstract a.btn2 {
	width: 260px;
	margin: 0 15px;
}



/* --------------- program --------------- */

.mds1.program{
	margin: 0 0 30px;
}

.btnarea_program1{
	width: 700px;
    margin: 20px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.btn1.program{
	width: 260px;
    margin: 0 auto;
}

.btn1.program.pdf span{
	padding-right: 0;
    position: relative;
    z-index: 0;
}

.program.mds4 {
	margin-bottom: 12px;
	padding-right: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.program.mds4 .date{
	margin: 0 0 0 auto;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.mds2 .date{
	margin: 0 0 0 auto;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.mds2.program {
    margin-bottom: 20px;
    padding-right: 10px;
    display: flex;
    align-items: end;
}


.theme_program{
	margin: 0 0 11px;
    padding: 0;
    color: #1f528e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

dl.list_program1{
	width: 100%;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
}

dl.list_program1 dt{
	width: 80px;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: right;
}

dl.list_program1 dd.name{
	width: 100px;
    margin: 0;
    padding: 0;
}

dl.list_program1 dd.belongs{
	width: calc(100% - 200px);
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}


.endai_program {
	margin: 0 0 5px;
    padding: 0 1em 0 4.4em;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    text-indent: -4.4em;
}

dl.list_presenter_program1+.endai_program{
	margin-top: 12px;
}





/* --------------- neuro20 --------------- */
.bold.neuro20{
	margin-top: 7.5px;
}


/* --------------- summary --------------- */




/* --------------- access --------------- */

/* --------------- join --------------- */
table.tbl_join1 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

table.tbl_join1 th {
	margin: 0;
	padding: 10px;
	font-weight: normal;
	background-color: #b8d6f9;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_join1 td {
	margin: 0;
	padding: 8px 10px;
	text-align: center;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}



.join1.indent{
	padding-left: 8em;
}

table.tbl_join2 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

table.tbl_join2 th {
	margin: 0;
	padding: 10px;
	font-weight: normal;
	background-color: #b8d6f9;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_join2 th:first-child{
	width: 27%;
	}

table.tbl_join2 th.mid{
width: 20%;
}

table.tbl_join2 td {
	margin: 0;
	padding: 8px 10px;
	text-align: center;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.tbl_join2 td.left{
text-align: left;
}

.list_flow_join1 {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
	display: flex;
	justify-content: space-between;
}


.list_flow_join1>div {
	width: calc((100% - 60px)/ 4);
	margin: 0 30px 0 0;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	background-color: #b8d6f9;
	border: solid 1px #231815;
	position: relative;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.list_flow_join1>div:last-child {
	width: 290px;
	background-color: #1d599a;
	color: #fff;
}

.list_flow_join1>div::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 8px #4c53ba;
	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: -20px;
}

.list_flow_join1>div:last-child::before {
	content: none;
}

.box_join1 {
	margin: 0;
	padding: 10px;
	border: solid 1px #999;
}

.box_join1.first {
	margin: 0 0 20px;
}

.box_flow_join1 {
	margin: 0;
	padding: 0;
	border: solid 1px #000;
}

.mds_flow_join1 {
	margin: 0;
	padding: 9px 10px;
	font-weight: bold;
	text-align: center;
	background-color: #b8d6f9;
}

.mds_flow_join1 span {
	font-size: 17px;
}

.cont_flow_join1 {
	margin: 0;
	padding: 14px;
}

.list_flow_join2{
	display: flex;
	margin: 0;
	padding: 0;
}

.list_flow_join2 dt{
	margin: 0;
	padding: 0;
}

.list_flow_join2 dd{
	margin: 0;
	padding: 0;
}

.dl_felx{
	display: flex;
	margin: 0;
	padding: 0;
}

.dl_felx dd,
.dl_felx dt	{
	margin: 0;
	padding: 0;
}





.col_note_flow1 {
	margin: 10px 0;
	padding: 8px;
	border: solid 1px #aaa;
}

.subbox_flow_join1 {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
}

.subbox_flow_join1 th {
	width: 50%;
	margin: 0;
	padding: 8px 5px 5px 20px;
	text-indent: -10px;
	text-align: left;
	border-right: solid 1px #aaa;
}

.subbox_flow_join1 td {
	margin: 0;
	padding: 0 10px 10px;
	vertical-align: top;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

.box_attention_join2 {
	margin: 0 0 15px;
	padding: 8px 14px;
	color: #df0000;
	font-size: 13.5px;
	font-weight: bold;
	border: solid 1px #df0000;
}

table.card_join {
	width: 100%;
	margin: 10px 0;
	text-indent: 0;
	text-align: center;
	border: solid 1px #aaa;
}

table.card_join th,
table.card_join td {
	padding: 12px 0;
	font-weight: normal;
	line-height: 19px;
}

table.card_join th:first-child,
table.card_join td:first-child {
	border-right: solid 1px #aaa;
}

.btn2.join1 {
	width: 280px;
	margin: 0 auto;
}

.pl1m{
	padding-left:1em;
}





/* --------------- coi --------------- */
a.btn1.coi {
    width: 360px;
    margin: 0 auto;
    line-height: 1.4;
}

a.btn1.coi .small{
	display: flex;
	justify-content: center;
	padding: 0;
}