@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Light.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Light.woff) format('woff'),
	url(../fonts/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Regular.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Regular.woff) format('woff'),
	url(../fonts/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Medium.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Medium.woff) format('woff'),
	url(../fonts/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Noto Sans JP"),
	url(../fonts/NotoSansJP-Bold.woff2) format('woff2'),
	url(../fonts/NotoSansJP-Bold.woff) format('woff'),
	url(../fonts/NotoSansJP-Bold.otf) format('opentype');
}

body {
	min-width: 1230px;
	margin: 0;
	padding: 0;
	color: #221714;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	background-color: #fff;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0099c2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.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;}
.mb45 {margin-bottom: 45px;}
.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;}


.bold {
	font-weight: bold;
}
.fs13 { font-size: 13px; }

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.red {
	color: #d71518;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through 1px solid #d71518;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.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;
}

.pagetop:hover {
	opacity: 1;
}

/* --------------- header --------------- */

header {
	width: 100%;
	height: 97px;
	margin: 0 auto;
	padding: 0;
	background-color: #1d2170;
	border-bottom: solid 3px #4a96d2;
}

.col_header {
	width: 100%;
	height: 94px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
}

.col_header h1 {
	width: 620px;
	height: 90px;
	padding: 0 15px 0 0;
	margin: 0 auto;
}


/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	background-color: #042579;
}

.copy {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}


/* --------------- contents --------------- */

.bg_contents {
	width: 100%;
	background-image: url(../img/bg_contents.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #c2e6fa;
}

#contents {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
}

#rightcontents {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

	#rightcontents_sub {
		width: 900px;
		margin: 0;
		padding: 28px 0;
		background-color: #c5e3f5;
	}

	.wrap_contents {
		width: 846px;
		min-height: 695px;
		margin: 0 auto;
		padding: 20px;
		background-color: #fff;
	}

.mds1 {
	width: 806px;
	margin: 0 0 30px;
	padding: 9px 40px 10px 31px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	background: #042579;
	z-index: 0;
}

.mds2 {
	width: 745px;
	margin: 0 0 10px 30px;
	padding: 0 5px 6px;
	color: #042579;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: solid 2px #042579;
}

.mds3 {
	margin: 0 0 12px 0;
	padding: 3px 0 4px 10px;
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #494949;
	border-bottom: 1px solid #494949;
}


.btn1 {
	width: 190px;
	min-width: 120px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	color: #ed6b04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );
	border: solid 2px #ed6b04;
	border-radius: 7px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	display: table;
}

.btn1 span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: rgba(214,214,214,1);
	background: -moz-linear-gradient(top, rgba(237,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff', GradientType=0 );
}

.btn2 {
	width: 190px;
	min-width: 120px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(0deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: linear-gradient(0deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);	border: solid 2px #ed6c00;
	border-radius: 7px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	display: table;
}

.btn2 span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background: rgb(230,3,18,1);
	background: -moz-linear-gradient(180deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
	background: linear-gradient(180deg, rgba(230,3,18,1) 0%, rgba(237,107,7,1) 100%);
}

.btn1.pdf span,
.btn2.pdf span {
	padding-right: 10px;
}

.btn1.pdf span:after,
.btn2.pdf span:after {
	content: "";
	width: 23px;
	height: 28px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 14px);
	right: 12px;
}


.btn1.ppt span,
.btn2.ppt span {
	padding-right: 10px;
}

.btn1.ppt span:after,
.btn2.ppt span:after,
.btnarea_top span:after {
	content: "";
	width: 23px;
	height: 28px;
	background-image: url(../img/icon_ppt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 14px);
	right: 12px;
}

.btnarea_top span:after {
	content: "";
	width: 30px;
	height: 40px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 16px);
	right: 17px;
}

.btn1.word span,
.btn2.word span {
	padding-right: 10px;
}

.btn1.word span:after,
.btn2.word span:after {
	content: "";
	width: 23px;
	height: 28px;
	background-image: url(../img/icon_word.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 11px);
	right: 12px;
}

.col_content {
	width: 745px;
	margin-left: 30px;
	padding: 0 5px 0;
}

.col_prepare {
	padding: 80px 0;
	text-align: center;
	font-size: 15px;
}

/* --------------- leftcontents --------------- */


#leftcontents {
	width: 300px;
	padding: 28px 0 40px 0;
	background-color: #4a96d2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#navi {
	width: 260px;
	margin: 0 auto 50px;
	padding: 0;
	border: solid 1px #1a254f;
}

#navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #1a254f;
	background: #fff;
}

#navi li.active,
#navi li.current,
#navi li:hover {
	border-bottom: solid 1px #fff;
	background: #1a254f;
}

#navi li:last-of-type {
	border-bottom-color: #fff;
}

#navi li.active:last-of-type,
#navi li:last-of-type:hover {
	border-bottom-color: #1a254f;
}

#navi li a {
	width: 100%;
	height: 100%;
	padding: 10px 12px 10px 14px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #1a254f;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li.active a,
#navi li.current a,
#navi li:hover a {
	color: #fff;
}

#navi li a::after {
	content: "";
	width: 10px;
	height: 12px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 6px);
	right: 13px;
}

#navi li:hover a::after,
#navi li.current a::after,
#navi li.active a::after {
	background-image: url(../img/arrow_on.png);
}

#navi li.pre a {
	color: #919191;
	pointer-events: none
}

#navi li.pdf a::after {
	width: 24px;
	height: 30px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: calc( 50% - 15px );
	right: 8px;
}

#navi li.nolink div {
	width: 100%;
	height: 100%;
	padding: 10px 12px 10px 14px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #1a254f;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li.nolink:hover {
	background-color: #fff;
	border-bottom: solid 1px #1a254f;
}


#navi li.nolink div:after {
	content: "";
	width: 8px;
	height: 18px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 9px);
	right: 9px;
}

#navi li.nolink:last-of-type,
#navi li.nolink:last-of-type:hover {
	border-bottom-color: #fff;
}

ul.list_bnr {
	width: 258px;
	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: 15px;
	color: #fff;
	background-color: #1a254f;
}

.box_l_info dl dd {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

.box_l_info dl dd a {
	color: #fff;
	text-decoration: none;
}

.box_l_info dl dd a:hover {
	text-decoration: underline;
}



/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	min-height: 740px;
	margin: 0 0 20px 0;
	padding: 21px 0 0;
	background-color: #fff;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.img_topinfo1 {
	width: 539px;
	padding: 0 0 32px 28px;
}

.theme_topmain1 {
	width: 348px;
	height: 109x;
	padding: 0 0 27px 116px;
}

.img_topinfo2 {
	width: 307px;
	padding: 0 0 0 25px;
}

.col_topfinish {
	width: 842px;
	margin: 0 0 20px 30px;
	padding: 13px 24px;
	font-size: 16px;
	line-height: ;
	background-color: #fff;
	border: solid 2px #d71518;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.wrap_topnews {
	width: 828px;
	margin: 0 0 50px 40px;
	padding: 0;
}

.box_topnews {
	width: 100%;
	max-width: 828px;
	margin: 0;
	padding: 0;
	display: flex;
}

.mds_topnews {
	width: 108px;
	margin: 0;
	padding: 0;
	color: #042579;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	border-right: solid 1px #042579;
}

.col_topnews {
	width: calc( 100% - 108px);
	max-height: 125px;
	margin: 0 0 0 0;
	padding: 0 20px 0 22px;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 8px 0;
	font-weight: 300;
	color: #221714;
	font-size: 13px;
	border-bottom: solid 1px #9fa0a0;
	display: flex;
}

.col_topnews dl:last-of-type {
	border-bottom: none;
}

.col_topnews dl dt {
	width: 118px;
	margin: 0;
	padding: 3px 58px 0 10px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 2px 6px 3px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #c41a1f;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 2px;
}

.col_topnews dl dd {
	width: calc(100% - 118px);
	margin: 0;
	padding: 0 10px 0 17px;
	font-size: 15px;
	display: table-cell;
	vertical-align: top;
	font-weight: 300;
}

.btnarea_top {
	width: 190px;
	min-width: 120px;
	height: 49px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	color: #ed6b04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );
	border-radius: 7px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	display: table;
}

.btnarea_top a {
	width: 400px;
	padding: 14px 10px 14px 15px;
	color: #ed6b04;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	border-radius: 8px;
	border: solid 2px #ed6b04;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}


.btnarea_top a:hover { 
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
 }

/* --------------- greeting --------------- */

.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:nth-child(even) { margin-right: 0; }

.link_greeting a:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #4a96d2;
	border-right: 2px solid #4a96d2;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	display: block;
	position: absolute;
	top: calc( 50% - 3px );
	bottom: 0;
	left: 8px;
}

.link_greeting a:hover,
.link_greeting a:hover:before {
	color: #4a96d2;
}

.link_greeting a span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.col_content.greeting2 {
	padding: 0 5px 10px;
	border-bottom: 2px solid #042579;
}


.col_content.greeting {
	padding: 0 5px 10px;
	border-bottom: 2px solid #5ba3d9;
}

.col_greeting {
	width: 100%;
	margin: 0 0 25px;
	padding: 5px 13px 15px;
	border-bottom: 1px dashed #8bc0e8;
	display: flex;
	align-items: flex-end;
}

.name_greeting {
	margin: 90px 0 0 0;
	padding: 0;
}

.name_greeting span {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.name_greeting .shozoku {
	margin-top: 5px;
	line-height: 1.7;
}

.img_greeting1 {
	margin: 0 22px 0 0;
}

.txt_greeting {
	padding: 0 13px;
	text-align: justify;
}



/* --------------- abstract --------------- */

.txt_extend_abstracts {
	margin: 0;
	padding: 0 0 0 257px;
}

.txt_extend_abstracts2 {
	margin: 0;
	padding: 0 0 0 181px;
}

.btnarea_abstract {
	width: 710px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btnarea_abstract a {
	width: 340px;
	margin: 0 0 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.laser44 { background-color: #dd0010; }
.btnarea_abstract a.laser35 { background-color: #00a4d9; }
.btnarea_abstract a.kousen33 { background-color: #5cb110; }
.btnarea_abstract a.neuro19 { 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: 8px;
}

table.tbl_abstract1 {
	margin: 0 0 10px;
	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: #042579;
	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: #e8edfb;
}

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.btn2 {
	width: 220px;
	margin: 0 15px;
}
.btn_entry_abstract a.btn2.fix { background: linear-gradient(0deg, #e67603, #fdb023); }
.btn_entry_abstract a.btn2.fix:hover { background: linear-gradient(180deg, #e67603, #fdb023); }

.box_laser1 {
	width: 100%;
	margin: 0 0 15px;
	display: flex;
}

.mds_laser35_1 {
	width: 100px;
	height: 30px;
	padding: 3px 6px 0;
	margin: 0 0 5px;
	text-align: center;
	font-weight: bold;
	background-color: #e8edfb;
	
}

.txt_laser35_1 {
	width: calc( 100% - 100px );
	padding: 0 0 0 15px;
}

.btnarea_laser35 {
	width: 100%;
	margin: 10px 0 20px;
	padding: 15px 0 0;
	display: flex;
	justify-content: center;
}

.btn1.laser35{ 
	width: 270px;
	margin: 0 15px;
}

ol.list_laser35_1 {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

ol.list_laser35_1 li {
	margin: 0;
	padding: 0 0 0 22px;
	text-indent: -22px;
}

table.tbl_abstract1.kousen {
	margin: 0 0 30px;
}

ul.list_abstract1.neuro {
	margin: 0 0 15px;
	padding: 0;
}


/* --------------- join --------------- */

table.tbl_join1 {
	width: 500px;
	margin: 0 0 15px;
	padding: 0;
	border-top: solid 1px #042579;
	border-left: solid 1px #042579;
}

table.tbl_join1 th {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #042579;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #042579;
}
table.tbl_join1 th:last-child { border-right-color: #042579; }

table.tbl_join1 td {
	margin: 0;
	padding: 5px 13px;
	border-right: solid 1px #042579;
	border-bottom: solid 1px #042579;
}
table.tbl_join1 td:not(.left) { text-align: center; }

table.tbl_join2 {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #042579;
	border-left: solid 1px #042579;
}

table.tbl_join2 th {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #042579;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #042579;
}
table.tbl_join2 th:last-child {
	width: 260px;
	border-right-color: #042579;
}

table.tbl_join2 td {
	margin: 0;
	padding: 5px 13px;
	border-right: solid 1px #042579;
	border-bottom: solid 1px #042579;
}

.box_join1 {
	margin: 0;
	padding: 10px 14px;
	border: solid 1px #ccc;
}
.indent_join1 {
	padding-left: 8em;
}

ul.list_join1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.list_join1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.cont_flow_join {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0 0;
	display: flex;
}

.cont_flow_join .box {
	width: calc( ( 100% - 75px )/4 );
	margin: 0 25px 0 0;
	padding: 10px 10px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	background-color: #e6ecfb;
	border: solid 1px #042579;
	position: relative;
	z-index: 0;
}
.cont_flow_join .box:last-child {
	margin-right: 0;
	color: #fff;
	background-color: #042579;
}

.cont_flow_join .box::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #042579;
	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: -19px;
}
.cont_flow_join .box:last-child::before { content: none; }

.cont_step_join {
	margin: 0;
	padding: 0;
	border: solid 1px #042579;
}

.cont_step_join .mds {
	margin: 0;
	padding: 12px 15px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	background-color: #e6ecfb;
}
.cont_step_join.last .mds {
	color: #fff;
	background-color: #042579;
}

.cont_step_join .mds .big { font-size: 17px; }

.cont_step_join .cont {
	margin: 0;
	padding: 10px 12px;
}

ol.list_num_join1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.list_num_join1 li {
	margin: 0 0 5px;
	padding: 0 0 0 24px;
	text-indent: -24px;
	line-height: 1.6;
}

ol.list_num_join1 li *:not(.indent1) { text-indent: 0; }

ol.list_num_join1 li span.num {
	width: 24px;
	display: inline-block;
}

ol.list_num_join1 li .box_join1 {
	margin: 10px 15px 10px 0;
	border-color: #df0000;
}

table.tbl_case_join1 {
	width: calc( 100% - 15px );
	margin: 10px 0;
	padding: 0;
	border: solid 1px #aaa;
	border-right: none;
}

table.tbl_case_join1 th {
	width: 50%;
	margin: 0;
	padding: 5px 10px;
	font-weight: 600;
	vertical-align: top;
	border-right: solid 1px #aaa;
}

table.tbl_case_join1 td {
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
	border-right: solid 1px #aaa;
}

.box_note_join1 {
	margin: 0 0 15px;
	padding: 12px 23px;
	color: #df0000;
	font-weight: 600;
	border: solid 1px #df0000;
}

ol.list_num_join1 li ol.list_num_join1 li { text-indent: -24px; }

table.tbl_credit_join {
	width: calc( 100% - 15px );
	margin: 10px 0;
	padding: 0;
	border: solid 1px #aaa;
	border-right: none;
}

table.tbl_credit_join th {
	margin: 0;
	padding: 5px 10px;
	font-weight: 600;
	vertical-align: top;
	border-right: solid 1px #aaa;
}

table.tbl_credit_join th span {
	font-weight: 400;
}

table.tbl_credit_join td {
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
	border-right: solid 1px #aaa;
}

.btn2.join1 { width: 260px; }


/* --------------- program --------------- */

.mds1.program {
	margin: 0 0 45px;
}

.btnarea_program1 {
	width: 540px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.btnarea_program1 .cont {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.btnarea_program1 .cont a {
	width: 210px;
	margin: 0 auto 4px;
}

.mds_program_session1 {
	margin: 0 0 15px 0;
	padding: 3px 0 3px 9px;
	font-weight: bold;
	border-bottom: solid 1px #221714;
	border-left: solid 5px #221714;
	display: flex;
	justify-content: space-between;
}

.mds2.program {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.session_name {
	font-size: 14px;
	font-weight: normal;
}

.date_program {
	width: auto;
	margin-right: 6px;
	line-height: 1.7;
	font-size: 13px;
	font-weight: normal;
}

.mds2.program .date_program {
	color: #221714;
}


dl.list_program {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 0 2.5em;
	display: table;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

dl.list_program.mb20 {
	margin-bottom: 20px;
}

dl.list_program dt {
	width: 115px;
	margin: 0;
	padding: 0 25px 0 0;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_program dd {
	display: table-cell;
	vertical-align: top;
}

dl.list_program dd.name1 {
	width: 90px;
	margin: 0;
	vertical-align: top;
}

dl.list_program dd.name1.long {
	width: 140px;
	margin: 0;
	vertical-align: top;
}

dl.list_program dd.shozoku1 {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

dl.list_program dd.shozoku1 * {
	text-indent: 0;
}

.title_program {
	margin: 0 0 12px 1em;
	padding: 0;
	color: #fc8200;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.endai_program {
	margin: 0 0 5px 2em;
	padding: 11px 0 0 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}

