@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #221714;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	background-color: #fff;
}

@media screen and (max-width: 990px) {
	body {
		min-width: 100%;
	}
}

.serif {
	font-family: serif;
	font-weight: bold;
}

* {
	-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;
}

a {
	outline: none;
	color: #003180;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img.opacity {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

img.opacity:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-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;
}

ul {
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

.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;
}

.iblock {
	display: inline-block;
}

.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;
}

.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;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}


.note {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
	line-height: 24px;
}

.fs16 {
	font-size: 15px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}


.bold {
	font-weight: bold;
}

.red {
	color: #ea0000;
}

.blue {
	color: #044390;
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.strike_red {
	text-decoration: line-through 1px solid #ea0000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.tbl_scroll {
	overflow-x: scroll;
}

.tbl_scroll::-webkit-scrollbar {
	display: none;
}

.y-hidden {
	overflow-y: hidden !important;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.indent00 {
	padding-left: 6px;
	text-indent: -6px;
}

.indent0 {
	padding-left: 10px;
	text-indent: -10px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}

.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.pagetop a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.underline {
	text-decoration: underline;
}

/* --------------- header --------------- */


.logo_header {
	width: 908px;
	height: 125px;
	margin: 0 auto 32px;
}

.wrap_sub_header {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	padding: 0 18px 0 34px;
	background-color: #fff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo_sub_header {
	margin: 25px 0 0 0;
}

.col_sub_nav {
	width: calc(100% - 120px);
	margin: 0 0 0 auto;
	padding: 20px 10px 0 20px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.nav {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.nav li {
	width: auto;
	margin: 8px 0;
	padding: 0;
	text-align: center;
	line-height: 20px;
	border-right: 1px solid #050001;
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
}

.nav li:first-child {
	border-left: 1px solid #050001;
}

.nav li.sponsor {
	width: 135px;
	height: 45px;
	margin-left: 20px;
	padding: 0;
	font-size: 15px;
	line-height: 1.25;
	border: solid 1px #050001;
}

.nav li.sponsor a {
	width: 100%;
	height: 100%;
	padding: 4px 0 0 0;
}

.nav li.sponsor a span.inner {
	font-size: 15px;
	font-weight: 700;
}

.nav li.sponsor .en {
	font-size: 12px;
	font-weight: 400;
	display: block;
}

.nav li .icon_new {
	width: 37px;
	margin: 0 auto;
	padding: 1px 0px 2px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	background-color: #df0000;
	display: block;
	/*	animation:blink 1s ease-in-out infinite alternate; */
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
}

.nav li .icon_new::before {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 5px #df0000;
	border-left: solid 4px rgba(255, 255, 255, 0);
	border-right: solid 4px rgba(255, 255, 255, 0);
	position: absolute;
	top: 100%;
	left: calc(50% - 4px);
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.nav li a,
.nav li div.nolink {
	display: block;
	margin: 0;
	padding: 2px 18px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #050001;
	text-shadow:
		0px 0px 2px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 10px #fff,
		0px 0px 10px #fff;
	text-decoration: none;
	transition: .2s;
}

.nav li a:hover {
	color: #2476de;
}

.nav li a span {
	font-size: 11px;
	font-weight: 500;
}

.nav li a span.inner {
	font-size: 14px;
}

.col_header {
	width: 1200px;
	margin: 0 auto;
	padding: 3px 0 0 0;
	background-color: #8cd2f4;
}

.col_header .logo {
	margin: 0 0 15px 30px;
}

.wrap_navi {
	margin: 0;
	padding: 0;
	background-color: #006fc3;
}

ul.navi {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ffffff;
	background-color: #0084ce;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.navi li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}

ul.navi li a,
ul.navi li>div.nolink {
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	color: #050001;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

ul.navi li:hover,
ul.navi li.active {
	background-color: #005788;
}

ul.navi li a:after {
	content: "";
	width: 1px;
	height: 1em;
	margin: auto 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
}

ul.navi li:last-child a:after {
	content: none;
}

ul.navi li.pre a {
	color: #c7c7c7;
}


.btn_lang:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #050001;
	border-right: 2px solid #050001;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	transition: .2s;
}

.btn_lang:hover {
	color: #fff;
	background-color: #050001;
}

.btn_lang:hover:after {
	border-top-color: #fff;
	border-right-color: #fff;
}

.header {
	display: none;
}

@media screen and (max-width: 990px) {
	.header {
		width: 100%;
		height: 70px;
		padding: 0 1% 0 3%;
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 10000;
		background-color: #FFFFFF;
	}

	.header h1 {
		width: 65%;
		text-align: left;
	}

	.header h1 img {
		width: 100%;
		max-width: 330px;
		display: block;
	}

	#menubtn {
		width: 50px;
		height: 50px;
		margin: 0 0 0 auto;
		padding: 0;
		display: block;
		background-color: #231815;
		position: relative;
		z-index: 2;
	}

	#menubtn .btn {
		width: 33px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 100%;
		height: 3px;
		margin: auto;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		-webkit-transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
	}

	#menubtn span:nth-child(1) {
		top: 11px;
	}

	#menubtn span:nth-child(2) {
		top: 24px;
	}

	#menubtn span:nth-child(3) {
		top: 37px;
	}




	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		transform: translateY(20px) rotate(-45deg);
		top: 3px;
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		transform: translateY(-20px) rotate(45deg);
		top: 43px;
	}




}

/* --------------- contents --------------- */

#contents {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
}

#contents.sub {
	background-color: #fff;
	/* border-top: solid 4px #050001; */
}

.col_prepare {
	height: 140px;
	margin: 0;
	padding: 100px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width: 990px) {
	#contents {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: colum;
		display: block;
	}
}


/* --------------- leftcontents --------------- */


#leftcontents {
	width: 348px;
	padding: 0px 0 30px 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

#leftcontents_sub {
	width: 300px;
	padding: 28px 0 30px 0;
	background-color: #f4c9c6;
}

.home_logo {
	margin: 0 auto 25px;
}

.btn_lang {
	width: 260px;
	margin: 0 auto 12px;
	display: flex;
	justify-content: space-between;
}

#navi {
	width: 260px;
	margin: 0 auto 25px;
	padding: 0;
	border: solid 1px #221714;
	border-bottom: none;
}

#navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #221714;
	background: #fff;
	position: relative;
}

#navi li.gray {
	display: none;
}



#navi li:last-of-type {
	border-bottom-color: #221714;
}



#navi li a {
	width: 100%;
	height: 100%;
	padding: 10px 12px 10px 14px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #221714;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li:hover a,
#navi li.active a {
	color: #2476de;
}



#navi li:hover a.nolink {
	color: #221714;
}

#navi li:not(.parent) a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #a8a8a9;
	border-right: 0;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 5px);
	right: 12px;
}

#navi li a.nolink::after {
	content: none;
}

#navi li a .label {
	margin: 0;
	padding: 2px 4px;
	color: #fff;
	font-size: 13px;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
	animation: label_blink 2s linear 0s infinite normal none;
	position: absolute;
	top: calc(50% - 9px);
	right: 7px;
	line-height: 1.2;
}

@keyframes label_blink {
	0% {
		opacity: 1;
	}

	15% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

#navi li a.siren::after {
	display: none;
}

.accordion-content {
	display: block;
}

#navi li.pdf a::after {
	content: "";
	width: 22px;
	height: 27px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 14px);
	right: 6px;
}

#navi .parent::after {
	content: '−';
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 2px;
	right: 11px;
}

#navi .open::after {
	content: '+';
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 2px;
	right: 11px;
}



#navi li:not(.sub)::before {
	content: '';
	position: absolute;
	background-color: #000000;
	width: 5px;
	height: 43.1px;
	left: -5px;
	top: -1px;
}

.icon_sns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon_sns a:nth-child(2) {
	margin: 0 25px;
}

.icon_sns a:nth-child(3) {
	margin: 0 25px 0 0;
}

.icon_sns a:hover {
	opacity: 0.8;
}

.icon_sns.pc_none {
	display: none;
}


@media screen and (max-width: 990px) {
	#leftcontents {
		position: static;
		padding: 0;
	}

	.home_logo {
		display: none;
	}

	.col_navi {
		width: 100%;
		max-width: 100%;
		height: calc(100vh - 70px);
		margin: 0;
		padding: 0;
		background-color: #fff;
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}

	#navi {
		width: 100%;
	}

	#navi li.gray {
		display: block;
	}

	#navi li.sub.box.gray {
		background: #9e9f9f;
	}

	#navi li.sub.box.gray a {
		color: #fff;
		position: relative;
		padding: 10px 12px 10px 45px
	}


	#navi li.sub.box.gray a:before {
		content: "";
		width: 33px;
		height: 33px;
		background-image: url(../img/icon_archive.svg);
		background-repeat: no-repeat;
		background-size: 34px auto;
		background-position: center center;
		border-radius: 50% 0% 0% 50%;
		box-sizing: border-box;
		position: absolute;
		top: 4px;
		left: 3px;
		z-index: 0;
	}

	#navi li.sub.box.gray a:after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid #fff;
	}

	.icon_sns.pc_none {
		margin: 0 auto 30px;
		display: flex;
	}


}

/* --------------- rightcontents --------------- */


div#rightcontents {
	width: calc(100% - 348px);
}

#rightcontents.sub {
	margin-left: 25px;
}

.bg_ttl {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

.wrap_content {
	max-width: 846px;
	min-height: 748px;
	margin: 0 auto;
	padding: 15px 15px 50px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top: solid 4px #050001;
}

.ttl {
	margin: 53px auto;
	text-align: center;
	color: #2476de;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 990px) {
	.ttl {
		margin: 20px auto;
		font-size: min(7vw, 30px);
	}
}

.mds1 {
	margin: 0 auto 15px auto;
	padding: 6px 10px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #050001;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px;
	padding: 3px 15px 3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #808080;
}

.col_content {
	margin-left: auto;
	margin-right: auto;
}

.btn1 {
	width: 190px;
	height: 46px;
	margin: auto;
	padding: 0 0 4px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #2b84f5;
	background: -moz-linear-gradient(top, #2b84f5 0%, #113768 75%, #113768 100%);
	background: -webkit-linear-gradient(top, #2b84f5 0%, #113768 75%, #113768 100%);
	background: linear-gradient(to bottom, #2b84f5 0%, #113768 75%, #113768 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b84f5', endColorstr='#113768', GradientType=0);
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}

.btn1 span {
	padding: 0px 45px 0 45px;
	display: table-cell;
	vertical-align: middle;
}

a.btn1:hover {
	background: #113768;
	/* Old browsers */
	background: -moz-linear-gradient(top, #113768 0%, #113768 25%, #2b84f5 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #113768 0%, #113768 25%, #2b84f5 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #113768 0%, #113768 25%, #2b84f5 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113768', endColorstr='#2b84f5', GradientType=0);
	/* IE6-9 */
}

.btn1.gray {
	background: #b9b9b9;
}

.btn1.gray:hover {
	background: #b9b9b9;
}

.btn2 {
	min-width: 120px;
	height: 49px;
	padding: 0;
	color: #e24020;
	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 #e24020;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}

.btn2 span {
	padding: 3px 0 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background: rgba(214, 214, 214, 1);
	background: -moz-linear-gradient(top, rgba(214, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214, 214, 214, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	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);
}

.btn1.pdf span:after,
.btn2.pdf span:after {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 7px;
	right: 16px;
}

.btn1 span,
.btn2 span {
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn1.pdf span,
.btn2.pdf span {
	padding-right: 20px;
	position: relative;
}

.btn2.ppt span {
	padding-right: 37px;
	position: relative;
}

.btn2.ppt span:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../img/icon_ppt.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	right: 14px;
}

@media screen and (max-width: 990px) {
	div#rightcontents {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#rightcontents.sub {
		margin: 0;
		padding: 70px 0 0;
	}

	.wrap_content {
		width: 100%;
		max-width: 100%;
	}

}

/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	max-width: 1200px;
	min-height: 850px;
	margin: 0 auto;
	padding: 0;
}

.col_topmain.top {
	width: 100%;
	min-width: 853px;
	min-height: 722px;
	margin: 0;
	padding: 14px 0 0;
	background-color: #fff;
	background-image: url(../img/bg_mainimg2.jpg);
	background-repeat: no-repeat;
	/* background-position: left top; */
	background-size: contain;
	position: relative;
}


#Top .col_topmain #contents {
	padding: 0 0 15px;
	background-color: #87776a;
	background-image: url(../img/bg_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: top 140px;
}

@media screen and (max-width: 720px) {
	.col_topmain.top {
		background-image: url(../img/sp/bg_mainimg2.jpg);
		background-size: 100% auto;
	}
}

body:not(#Top) {
	background: #fff;
}

body:not(#Top) .col_topmain {
	height: auto;
	background-color: #fff;
}

.box_info {
	display: flex;
}

.img_topinfo1 {
	margin: 15px 0 0 38px;
}

.cont_topsponsor {
	margin: 0 0 272px 96px;
	padding: 10px 0 0;
}

.img_topinfo1 img.pc_none {
	display: none;
}

@media screen and (max-width: 990px) {


	.col_topmain.top {
		padding: 0;
		min-width: auto;
		min-height: 85vw;
		position: relative;
	}

	.box_info {
		justify-content: space-between;
	}

	.img_topinfo1 {
		width: 95%;
		max-width: 387px;
		margin: 0;
		padding: 100px 0 0 4%;
	}

	.img_topinfo1 img {
		width: 100%;
	}

	.img_topinfo1 img.pc_none {
		display: block;
	}

	.img_topinfo1 img.sp_none {
		display: none;
	}



}

@media screen and (max-width: 720px) {
	.col_topmain.top {
		min-height: 120vw;
	}
}

.btn_topsponsor {
	width: 195px;
	height: 46px;
	margin: 0 0 10px;
	padding: 7px 0 6px 22px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	background-color: #c41a1f;
	box-sizing: border-box;
	transition: .2s;
	display: block;
	position: relative;
	z-index: 0;
}

.btn_topsponsor::before {
	content: "";
	width: 46px;
	height: 46px;
	background-color: #c41a1f;
	background-image: url(../img/icon_archive.svg);
	background-repeat: no-repeat;
	background-size: 34px auto;
	background-position: center center;
	border-radius: 50% 0% 0% 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: -26px;
	z-index: 0;
	transition: .2s;
}

.btn_topsponsor.main {
	display: none;
}

.btn_topsponsor .inner {
	width: 148px;
	display: block;
}

.btn_topsponsor .inner::before {
	content: "";
	width: 170px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 14px;
	right: 0;
}

.btn_topsponsor .inner::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: calc(50% + 3px);
	left: 24px;
	transform: rotate(225deg);
}

@media screen and (max-width: 990px) {
	.btn_topsponsor .inner::before {
		content: none;
	}

	.btn_topsponsor .inner::after {
		content: none;
	}
}




.btn_topsponsor .en {
	margin-top: 5px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: 400;
	border-top: solid 1px #fff;
	display: block;
	position: relative;
	z-index: 0;
}

.btn_topsponsor .en::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
	transform: rotate(-45deg);
}

.btn_topsponsor:hover,
.btn_topsponsor:hover::before {
	background-color: #aaa;
}


/* .col_topinfo {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0 20px 15px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.btnarea_top {
	width: 83%;
	margin: 0 0 0 54px;
    padding: 17px 23px;
    font-weight: 500;
    background-color: #fff;
    border: solid 2px #df0000;
    line-height: 1.8;
} */


.btn_topinfo1 {
	width: 520px;
	height: 48px;
	margin: auto;
	padding: 0;
	color: #fa6411;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 2px #fa6411;
	background: linear-gradient(180deg, #fff, #e0e0e0);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.btn_topinfo1:hover {
	background: linear-gradient(0deg, #fff, #e5e5e5);
}

.btn_topinfo1 span {
	padding: 0px 20px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.btn_topinfo1 span::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 8px #fa6411;
	border-top: solid 6px rgba(255, 255, 255, 0);
	border-bottom: solid 6px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 6px);
	left: 5px;
}

.box_announce_fin {
	margin: 0 auto;
	padding: 10px 16px;
	font-weight: 500;
	background-color: #fff;
	border: solid 2px #df0000;
	width: 90%;
	position: absolute;
	bottom: 3%;
	left: 4%;
}


.box_announce_fin.max450 {
	display: none;
}

@media screen and (max-width: 450px) {
	.box_announce_fin.min450 {
		display: none;
	}

	.box_announce_fin.max450 {
		display: block;
		position: static;
		width: 95%;
		max-width: 820px;
		margin: 10px auto 15px;
	}
}

a.btn_toplive {
	width: 280px;
	margin: 0 0 10px auto;
	padding: 6px 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	background-color: #2476de;
	background: linear-gradient(180deg, #659fe9, #146cdb);
	border: solid 2px #0953b1;
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_toplive::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);
	left: 15px;
}

a.btn_toplive:hover {
	background-color: #659fe9;
	background: linear-gradient(0deg, #659fe9, #146cdb);
}

a.btn_toplive .term {
	color: #dfdf55;
	font-size: 14px;
}

.btn_insta {
	margin: 0;
}

.col_topsns {
	width: 500px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.col_topsns .cont {
	width: 365px;
	max-height: 90px;
	margin: 0 15px 12px 0;
	padding: 4px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	overflow: auto;
}

.col_topsns .cont:last-child {
	margin-bottom: 0;
}

a.btn_linkedin {
	width: 280px;
	height: 40px;
	margin: 0 15px 0 0;
	padding: 5px;
	color: #2867b2;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #2867b2;
	border-radius: 6px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

a.btn_linkedin .icon {
	width: 30px;
	margin: 0 10px 0 0;
	padding: 0;
}

.wrap_topnews {
	width: 820px;
	margin: 20px 0 25px;
	padding: 0;
}

.col_topnews {
	margin: 0;
	border: solid 1px #231823;
}

.mds_topnews {
	margin: 0;
	padding: 0;
	background-color: #000000;
	display: flex;
}

.mds_topnews h2 {
	width: 100%;
	margin: 0;
	padding: 3px 15px 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.scroll_topnews {
	min-height: 70px;
	max-height: 125px;
	margin: 0;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, 0.85);
	overflow: auto;
	font-size: 14px;
}

.scroll_topnews dl {
	width: 100%;
	margin: 0;
	padding: 10px 7px;
	border-bottom: dashed 1px #231815;
	display: flex;
}

.scroll_topnews dl:last-of-type {
	border-bottom: none;
}

.scroll_topnews dl dt {
	width: 90px;
	margin: 0;
	padding: 0;
}

.top_obituary {
	margin: 20px;
	padding: 20px 30px 20px 30px;
	border: solid 1px #000;
	background-color: #fff;
}

.top_obituary .img {
	margin: 0 0 5px 15px;
	padding: 0;
	float: right;
	display: block;
}

.top_obituary .img2 {
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}


a.btn1.ondemand {
	margin-top: 130px;
	width: 530px;
	background: linear-gradient(180deg, #f7a360, #ec6b03);
}

a.btn1.ondemand:hover {
	background: linear-gradient(0deg, #f7a360, #ec6b03);
}

@media screen and (max-width: 990px) {

	a.btn1.ondemand {
		max-width: 530px;
		width: 96%;
		margin: 0 auto;
		position: absolute;
		bottom: 30px;
		left: calc(50% - 265px);
	}

	.wrap_topnews {
		width: 95%;
		max-width: 820px;
		margin: 20px auto 25px;
	}

	.cont_topsponsor {
		width: 57%;
		margin: 0 0 0 2vw;
		padding: 100px 0 0;
	}

	.sub_sp_btn {
		display: none;
	}

	.btn_topsponsor {
		width: 100%;
		max-width: 195px;
		padding-left: 47px;
		border-radius: 50px 0% 0% 50px;
		margin: 0 0 10px auto;
		padding: 7px 0 6px 22px;
	}

	.btn_topsponsor.main {
		width: 100%;
		max-width: 195px;
		padding-left: 47px;
		border-radius: 50px 0% 0% 50px;
		margin: 0 0 10px auto;
		padding: 13px 14px 6px 22px;
		display: block;

	}

	.btn_topsponsor.main::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translateY(-50%) rotate(45deg);
		width: 8px;
		height: 8px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}


	.btn_topsponsor::before {
		width: 36px;
		height: 36px;
		transition: none;
		left: 0;
		background-color: none;
		background-size: 72% auto;
		top: 4px;

	}

	.btn_topsponsor.main.btn_topsponsor .inner {
		width: 48%;
		margin: 0 auto;
		font-size: min(5vw, 18px);
	}

	.btn_topsponsor .inner {
		width: 48%;
		margin: 0 auto;
		line-height: 1.2;
	}

	.btn_topsponsor .en {
		display: none;
	}


}

@media screen and (max-width: 720px) {
	.mds_topnews h2 {
		text-align: center;
	}

	.scroll_topnews dl {
		width: 95%;
		margin: 0 auto;
		display: block;
		border-bottom: solid 1px #b9b9b9;
	}

	.scroll_topnews dl dd {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 550px) {

	a.btn1.ondemand {
		width: 90%;
		margin: 0 auto;
		position: absolute;
		bottom: 30px;
		left: 5%;
	}
}

@media screen and (max-width: 500px) {
	.btn_topsponsor {
		font-size: 13px;
	}

	.btn_topsponsor.main {
		font-size: 13px;
	}
}

@media screen and (max-width: 400px) {
	.btn_topsponsor.main {
		padding: 13px 32px 6px 22px;
	}

	.btn_topsponsor.main::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 7px;
		transform: translateY(-50%) rotate(45deg);
		width: 4px;
		height: 4px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
}

/* --------------- information --------------- */

.bg_ttl.about {
	background-image: url(../img/information/img_fuji.jpg);
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.mds_information1 {
	margin: 0 0 15px 0;
	padding: 3px 0 3px 9px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-left: solid 5px #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex_information {
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	display: flex;
}


.flex_information2 {
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	display: flex;
}

.flex_information2.top {
	border-bottom: none;
}

.theme_invited.info .name,
.theme_invited.info .shozoku {
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
}

.theme_invited.info .name {
	font-weight: bold;
}

.box_invited2 {
	width: 50%;
	margin: 0 15px;
	display: flex;
	align-items: flex-end;
}

.list_information {
	margin: 0 15px;
}

dl.list_information {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex_information:first-of-type {
	padding-top: 0;
}

.flex_information:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

dl.list_information dt {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
}

dl.list_information dd {
	margin: 0;
	padding: 0;
}

dl.list_information dd.img {
	width: 100px;
	margin-right: 15px;
}

dl.list_information dd.img img {}

dl.list_information dd.name1.long1 {
	width: 140px;
}

dl.list_information dd.name1.long1-5 {
	width: 160px;
}

dl.list_information dd.name1.long2 {
	width: 300px;
}

dl.list_information dd.shozoku1 {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

dl.list_information dd.shozoku1 * {
	text-indent: 0;
}

.indent_information1 {
	padding-left: 48px;
	text-indent: -48px;
}

.indent_information2 {
	padding-left: 120px;
	text-indent: -120px;
}

.information_logo {
	display: flex;
	align-items: center;
}

.information_logo img {
	margin: 10px 20px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.information_logo img:hover {
	opacity: 0.8;
}

dl.list_information2 {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 15px;
	border-bottom: dashed 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

dl.list_information2:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

@media screen and (max-width: 720px) {
	.flex_information2 {

		display: block;
	}

	.box_invited2 {
		width: 100%;
		margin: 0 0 15px;
		padding: 0 0 10px;
		border-bottom: dashed 1px #ccc;
	}


	.information_logo {
		display: block;
	}

	.information_logo a {
		display: block;
	}

}


@media screen and (max-width: 500px) {
	.box_invited2 {
		display: block;
	}



}


/* --------------- invited --------------- */

.theme_invited.none {
	margin-left: 100px;
}

.theme_invited .name,
.txt_invited_bio .name {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.theme_invited .shozoku,
.txt_invited_bio .shozoku {
	font-size: 14px;
}


.box_invited1 {
	margin: 0 15px 15px;
	padding: 5px 4px 15px;
	border-bottom: dashed 1px #ccc;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.img_invited1 {
	width: 100px;
	height: 129px;
}

.img_invited1.preparation {
	background: #959494;
}

.txt_invited1 {
	margin: 0;
	padding: 21px 0 0 25px;
	box-sizing: border-box;
}

.txt_invited1.none {
	padding: 0px 0 0 25px;
}

.theme_invited {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.txt_cv_invited {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.indent1.faculty {
	padding-left: 32px;
	text-indent: -32px;
}


table.tbl_invited_bio1 {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
}

table.tbl_invited_bio1 th {
	margin: 0;
	padding: 0 10px 4px 0;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

table.tbl_invited_bio1 th.wide {
	width: 144px;
}

table.tbl_invited_bio1 th.wide2 {
	width: 100px;
}

table.tbl_invited_bio1 td {
	margin: 0;
	padding: 0 0 4px;
	vertical-align: top;
	line-height: 1.4;
}

.cbox_program {
	display: none;
}

.inner_cbox_bio {
	width: 100%;
	max-width: 784px;
	min-height: 450px;
	max-height: 600px;
	padding: 30px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner_cbox_bio .ttl {
	margin: 0 0 20px;
	padding: 0 0 5px 4px;
	color: #2476de;
	font-size: 170%;
	line-height: 1.4;
	border-bottom: solid 1px #2476de;
}

.info_cbox_invited {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 15px;
	border-bottom: solid 1px #2476de;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


.indent1.fuculty {
	padding-left: 39px;
	text-indent: -39px;
}

.img_invited_bio {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.img_invited_bio span {
	width: 100px;
	height: 129px;
	display: block;
}

.img_invited_bio.preparation {
	background: #959494;
}

.txt_invited_bio {
	margin: 0;
	padding: 0px 0 0 20px;
	display: table-cell;
	vertical-align: top;
}

#cboxContent #cboxClose {
	width: 28px;
	height: 28px;
	background-image: url(../img/btn_close.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
	bottom: auto;
	top: 8px;
	right: 8px;
	transition: all .2s ease;
}

#cboxContent #cboxClose:hover {
	opacity: 0.65;
}

.flex_information1,
.flex_information3,
.flex_information4,
.flex_information5,
.flex_information6,
.flex_information7,
.flex_information8 {
	display: flex;
}

.flex_information1 .day,
.flex_information3 .day,
.flex_information4 .day,
.flex_information5 .day,
.flex_information6 .day,
.flex_information7 .day {
	text-align: right;
	padding-right: 10px;
	flex-shrink: 0;
}

.flex_information1 .day {
	width: 102px;
}

.flex_information3 .day {
	width: 80px;
}

.flex_information4 .day {
	width: 112px;
}

.flex_information5 .day {
	width: 45px;
}

.flex_information6 .day {
	width: 181px;
}

.flex_information7 .day {
	width: 136px;
}

.flex_information8 .day {
	width: 160px;
}

.box_invited_none {
	width: 50%;
	margin: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box_invited_none .name {
	font-weight: bold;
	font-size: 14px;
}


/* --------------- venue --------------- */

.bg_ttl.venue {
	background-image: url(../img/venue/img_tower.jpg);
}

.accessCtnt {
	margin: 30px 0 0;
}

.accessCtnt .map {
	margin-bottom: 20px;
}

.accessCtnt .map {
	margin: auto;
}

.accessCtnt p img {
	vertical-align: middle;
	margin: 0 2px 1px 0;
}

.accessCtnt:after {
	content: "";
	display: table;
	clear: both;
}

#container .accessCtnt p {
	line-height: 1.5;
	margin-bottom: 10px;
}

/* --------------- sponsor --------------- */

.wrap_content.sponsors {
	padding-top: 40px;
}

.wrap_content.sponsors .ttl {
	padding-bottom: 35px;
}

.col_content.big {
	width: 100%;
}

.wrap_content.sponsor {
	padding: 25px 0 50px;
}

.sponsor .ttl {
	padding-bottom: 15px;
}

.mds_sponsors {
	width: 846px;
	margin: 0 auto;
	padding: 4px 12px;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

.mds_sponsors.diamond {
	background: linear-gradient(90deg, #ddf8ff 50%, #fff);
}

.mds_sponsors.platinum {
	background: linear-gradient(90deg, #c3dbfd 50%, #fff);
}

.mds_sponsors.gold {
	background: linear-gradient(90deg, #edce26 50%, #fff);
}

.mds_sponsors.silver {
	background: linear-gradient(90deg, #ddd 50%, #fff);
}

.banner_bnr {
	width: 100%;
	margin: 20px auto 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.banner_bnr.diamond {
	flex-direction: column;
}

.banner_bnr a,
.banner_bnr>div {
	width: 430px;
	margin: 0 20px 15px;
	text-align: center;
	display: block;
}

.banner_bnr.diamond a {
	height: 182px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_bnr.border a {
	border: 1px solid #cccccc;
}

.banner_bnr a.novartis,
.banner_bnr a.alcon {
	width: 340px;
}

.banner_bnr a.santen,
.banner_bnr a.nitto {
	width: 260px;
}

.banner_bnr a.senju {
	width: 260px;
}

.banner_bnr a.w210 {
	width: 210px;
}


.banner_bnr img {
	max-width: 100%;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.banner_bnr a img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

/* --------------- abstracts --------------- */
.col_abstracts {
	position: relative;
}

.btn_abstracts {
	position: absolute;
	top: -12px;
	right: 100px;
}

.btn1.abstracts {
	background: #b3b3b3;
}

.btn1.abstracts2 {
	width: 230px;
	height: 66px;
}

.btn1.abstracts2 span {
	padding: 8px 45px 0 45px;
	display: inline-block;
	vertical-align: middle;
}

.btn1.abstracts2 span.smoll {
	padding: 0;
	font-size: 12px;
}

.tbl_abstracts1 {
	width: 80%;
	min-width: 500px;
	margin: 0;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_abstracts1 th {
	width: 50px;
	padding: 10px 12px 8px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-color: #c1c1c1;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_abstracts1 td {
	padding: 10px 12px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.ml_guidelines {
	margin-left: 8px;
}

ol.list_abstracts1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.list_abstracts1 li {
	margin: 0 0 8px 8px;
	padding: 0;
}

ol.list_abstracts1 li.indent {
	text-indent: -2em;
	padding-left: 2em;
}

ol.list_abstracts1 li.two {
	margin: 0 0 8px;
	padding: 0 0 0 23px;
	text-indent: -23px;
}

ol.list_abstracts1 li:last-child {
	margin-bottom: 0;
}

ol.list_abstracts1.box {
	margin: 0 0 15px 8px;
	padding: 10px 20px;
	border: solid 1px #000;
	display: inline-block;
	list-style: none;
}

ol.list_abstracts1.box li:first-child {
	font-weight: bold;
}

.btn_gray_abstracts {
	width: 300px;
	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: #737373;
	border-radius: 7px;
	box-sizing: border-box;
	display: table;
}

.btn_gray_abstracts span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}



/* --------------- registration --------------- */

.tbl_reg1 {
	border: 1px solid #000;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.tbl_reg1 td {
	border: 1px solid #000;
	padding: 5px 15px;
}

.red.bold.regist1 {
	padding: 0 0 0 12.5em;
}

.red.bold.regist2 {
	padding: 0 0 0 12em;
}

.box_registration1 {
	width: 940px;
	margin: 15px auto 35px;
	padding: 12px 16px;
	border: solid 2px #2476de;
}

.box_registration1 .mds {
	margin: 0 0 4px;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}

.note_period_registration {
	margin: 0;
	padding: 0 0 0 167px;
}

.note_mds_registration {
	margin: 0 0 0 15px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

table.tbl_registration1 {
	width: 800px;
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	table-layout: fixed;
}

table.tbl_registration1 th {
	margin: 0;
	padding: 9px 4px 8px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1c1;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_registration1 th.bg {
	background-color: #b4d2f9;
}

.normal {
	font-weight: normal
}

table.tbl_registration1 th.td1 {}


table.tbl_registration1 th.td2 {}

table.tbl_registration1 th:first-child {
	width: 90px;
}

table.tbl_registration1 th:nth-of-type(3) {
	width: 70px;
}

table.tbl_registration1 th:last-child {
	width: 210px;
	border-right: solid 1px#231815;
}

table.tbl_registration1 td {
	margin: 0;
	padding: 10px 8px 4px 12px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_registration1 td:first-child {
	border-left: solid 1px #231815;
	text-align: left;
}

table.tbl_registration1 td.left {
	text-align: left;
}

table.tbl_registration1 th.left {
	text-align: left;
}

table.tbl_registration1 td.jpy {
	padding: 10px 1px 4px 6px;
}

ul.list_registration {
	padding-left: 3px;
}

ul.list_registration li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	text-indent: -13px;
}

.indent1_regi1 {
	padding-left: 16px;
	text-indent: -16px;
	margin-bottom: 10px;
}

table.tbl_registration2 {
	width: 800px;
	margin: 0px 0 10px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	table-layout: fixed;
}

table.tbl_registration2 th {
	margin: 0;
	padding: 9px 7px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1c1;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_registration2 th.bg {
	background-color: #e0e0e0;
}

table.tbl_registration2 th:first-child {
	width: 115px;
}

table.tbl_registration2 th:last-child {
	width: 330px;
	border-right: solid 1px#231815;
}

table.tbl_registration2 td {
	margin: 0;
	padding: 10px 14px 4px 10px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_registration2 td:first-child {
	border-left: solid 1px #231815;
	text-align: left;
}


table.tbl_registration2 td.left {
	text-align: left;
}

table.tbl_registration2 th.left {
	text-align: left;
	padding-left: 20px;
}


.btn1.registration1 {
	width: 280px;
	margin: 0 auto;
}

.btn1.registration1.gray {
	background: #b3b3b3;
}

.registration.indent1 {
	padding-left: 17.5px;
	text-indent: -17.5px;
}

.indent_reg1 {
	padding-left: 7.5px;
	text-indent: -7.5px;
}

.indent_reg2 {
	padding-left: calc(1em + 7.5px);
	text-indent: calc(-1em - 7.5px);
}


.img.reg1 {
	margin: 10px 0;
}

@media print,
screen and (max-width: 990px) {
	.tbl_reg1 {
		min-width: 600px;
	}

	.tbl_reg2 {
		min-width: 720px;
	}

	.img.reg1 {
		width: 100%;
		max-width: 376px;
	}

	.img.reg1 img {
		width: 100%;
	}


}


/* --------------- faculty about page--------------- */


.flex_faculty {
	margin: 30px 0 30px;
	display: flex;
	justify-content: center;
}


.btn1.faculty {
	margin: 0 30px;
}

.btn1.faculty.active {
	background: #113768;
}

@media screen and (max-width: 500px) {
	.flex_faculty {
		display: block;
	}

	.btn1.faculty {
		margin: 0 auto 15px;
	}

}

.mds_faculty1 {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.col_content.faculty {
	display: flex;
	flex-wrap: wrap;
}

.faculty .box_invited1 {
	width: 306px;
	margin: 0 0 30px;
	padding: 5px 15px 10px 15px;
	flex-direction: column;
	align-items: flex-start;
}

.faculty .txt_invited1 {
	padding: 10px 0 0 0px;
}

.theme_invited {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.theme_invited.none {
	margin-left: 100px;
}

.theme_invited .name,
.txt_invited_bio .name {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.theme_invited .shozoku,
.txt_invited_bio .shozoku {
	font-size: 14px;
}


.cbox_program {
	display: none;
}

.inner_cbox_bio {
	width: 100%;
	max-width: 784px;
	min-height: 450px;
	max-height: 600px;
	padding: 30px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner_cbox_bio .ttl {
	margin: 0 0 20px;
	padding: 0 0 5px 4px;
	color: #2476de;
	font-size: 170%;
	line-height: 1.4;
	border-bottom: solid 1px #2476de;
}

.info_cbox_invited {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 15px;
	border-bottom: solid 1px #2476de;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}



.img_invited_bio {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.img_invited_bio span {
	width: 100px;
	height: 129px;
	display: block;
}

.txt_invited_bio {
	margin: 0;
	padding: 0px 0 0 20px;
	display: table-cell;
	vertical-align: top;
}

#cboxContent #cboxClose {
	width: 28px;
	height: 28px;
	background-image: url(../img/btn_close.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
	bottom: auto;
	top: 8px;
	right: 8px;
	transition: all .2s ease;
}

#cboxContent #cboxClose:hover {
	opacity: 0.65;
}

.box_invited_none {
	width: 50%;
	margin: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box_invited_none .name {
	font-weight: bold;
	font-size: 14px;
}

.indent_faculty1 {
	margin: 0;
	padding: 0 0 0 160px;
	text-indent: -160px;
}

.indent_faculty2 {
	padding: 0 0 0 114px;
}

.txt_cv_invited p {
	margin: 0 0 15px;
	padding: 0;
}

table.tbl_faculty1 {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.tbl_faculty1 td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.tbl_faculty1 td:first-child {
	width: 100px;
}

table.tbl_faculty1 td.short {
	width: 50px;
}




/* --------------- faculty --------------- */

.box_invited2.first {
	width: 50%;
	margin: 0 15px;
	display: flex;
	align-items: flex-start;
}

.box_invited2.first .txt_invited1 {
	padding: 0 0 0 25px;
}

.theme_invited.first {
	padding: 28px 0 0;
}

.theme_invited.first2 {
	padding: 53px 0 0;
}

.theme_invited.first3 {
	padding: 50px 0 0;
}

.theme_invited.first4 {
	padding: 79px 0 0;
}



.theme_invited.none {
	margin-left: 100px;
}

.theme_invited .name,
.txt_invited_bio .name {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
}

.theme_invited .shozoku,
.txt_invited_bio .shozoku {
	font-size: 14px;
}

.theme_invited .shozoku.long {
	width: 660px;
}

.txt_invited_bio .shozoku.long {
	width: 500px;
}

.box_invited1 {
	margin: 0 15px 15px;
	padding: 5px 4px 15px;
	border-bottom: dashed 1px #ccc;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.img_invited1 {
	width: 100px;
	height: 129px;
}

.txt_invited1 {
	margin: 0;
	padding: 21px 0 0 25px;
	box-sizing: border-box;
}

.txt_invited1.long {
	padding: 0 0 0 25px;
}


.txt_invited1.none {
	padding: 0px 0 0 25px;
}

.theme_invited {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}



.txt_cv_invited {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.list_invited_bio1 {
	width: 100%;
	margin: 0 0 3px;
	padding: 0;
	display: table;
}

.list_invited_bio1 dt {
	width: 60px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.list_invited_bio1 dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.cbox_program {
	display: none;
}

.inner_cbox_bio {
	width: 100%;
	max-width: 784px;
	min-height: 450px;
	max-height: 600px;
	padding: 30px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner_cbox_bio .ttl {
	margin: 0 0 20px;
	padding: 0 0 5px 4px;
	color: #2476de;
	font-size: 170%;
	line-height: 1.4;
	border-bottom: solid 1px #2476de;
}

.info_cbox_invited {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 15px;
	border-bottom: solid 1px #2476de;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 720px) {
	.box_invited2.first {
		width: 100%;
		margin: 0 0 15px;
	}

	.flex_information2 {
		padding: 0 15px;
		border-bottom: none;
	}

	.theme_invited.first {
		padding: 0;
	}

}

@media screen and (max-width: 500px) {
	.info_cbox_invited {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}



}

.img_invited_bio {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.img_invited_bio span {
	width: 100px;
	height: 129px;
	display: block;
}

.txt_invited_bio {
	margin: 0;
	padding: 0px 0 0 20px;
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 500px) {
	.txt_invited_bio {
		margin: 5px 0 0;
		padding: 0;
		text-align: center;
	}
}

#cboxContent #cboxClose {
	width: 28px;
	height: 28px;
	background-image: url(../img/btn_close.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
	bottom: auto;
	top: 8px;
	right: 8px;
	transition: all .2s ease;
}

#cboxContent #cboxClose:hover {
	opacity: 0.65;
}

.flex_information1,
.flex_information3,
.flex_information4,
.flex_information5,
.flex_information6,
.flex_information7,
.flex_information8 {
	display: flex;
}

.flex_information1 .day,
.flex_information3 .day,
.flex_information4 .day,
.flex_information5 .day,
.flex_information6 .day,
.flex_information7 .day {
	text-align: right;
	padding-right: 10px;
	flex-shrink: 0;
}

.flex_information1 .day {
	width: 102px;
}

.flex_information3 .day {
	width: 80px;
}

.flex_information4 .day {
	width: 112px;
}

.flex_information5 .day {
	width: 45px;
}

.flex_information6 .day {
	width: 181px;
}

.flex_information7 .day {
	width: 136px;
}

.flex_information8 .day {
	width: 160px;
}

.box_invited_none {
	width: 50%;
	margin: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box_invited_none .name {
	font-weight: bold;
	font-size: 14px;
}


.mds1.faculty1 {
	margin: 45px auto 15px auto;
}

@media screen and (max-width: 500px) {

	.txt_invited1 {
		padding: 10px 0 0 0;
	}

}


dl.list_bio {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_bio dt {
	margin: 0;
	padding: 0;
	width: 80px;
}

dl.list_bio dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 80px);
}

dl.list_bio2 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_bio2 dt {
	margin: 0;
	padding: 0;
	width: 42px;
}

dl.list_bio2 dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 42px);
}

dl.list_bio3 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_bio3 dt {
	margin: 0;
	padding: 0;
	width: 38px;
}

dl.list_bio3 dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 38px);
}

dl.list_bio4 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_bio4 dt {
	margin: 0;
	padding: 0;
	width: 47px;
}

dl.list_bio4 dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 47px);
}

/* --------------- Welcome Message --------------- */


.bg_ttl.welcome {
	color: #000;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.bg_ttl.welcome::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../img/welcome/bg_welcome.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: auto;
	pointer-events: none;
}

.bg_ttl.welcome .wrap_content {
	position: relative;
	background: none;
	padding: 200px 30px 50px;
	text-align: justify;
	z-index: 1;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
	font-size: 16px;
}

.bg_ttl.welcome .wrap_content.second {
	padding: 300px 30px 50px;
}

.mds_welcome {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}

.col_greeting {
	margin: 0 0 15px;
	padding: 5px 4px 15px;
	border-bottom: 1px solid #010109;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.img_greeting1 {
	margin: 0 18px 0 15px;
	padding: 0;
}

.name_greeting {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.name_greeting .name {
	font-size: 19px;
	font-weight: bold;
}

.name_greeting .shozoku {
	line-height: 1.4;
}

ul.list_welcome1 {
	margin: 0 0 15px;
}

ul.list_welcome1 li {
	text-indent: -15px;
	padding-left: 15px;
}

@media screen and (max-width: 990px) {
	.bg_ttl.welcome .wrap_content {
		padding: 22vw 30px 50px;
	}

	.bg_ttl.welcome .wrap_content.second {
		padding: 30vw 30px 50px;
	}

}


/* --------------- visa --------------- */

.wrap_content.visa {
	padding: 30px 15px 50px;
}

.mds_visa1 {
	margin: 30px 0 15px 0;
	padding: 3px 0 3px 9px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-left: solid 5px #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.list_visa1 {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

ul.list_visa1 li {
	margin: 0;
	padding: 0 0 0 9px;
	text-indent: -9px;
}

ol.list_visa1 {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

ol.list_visa1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}


/* --------------- program --------------- */

.ttl.program1 {
	padding-bottom: 30px;
}

.mds1.program1 {
	margin: 0 auto 30px auto;
}

.btn2.program {
	width: 210px;
	margin: 30px auto 80px;
}

.btn2.program2 {
	width: 300px;
	margin: 20px auto 50px;
}

.img_floor {
	width: 600px;
	margin: 45px auto 0;
}

.btn2.program1 {
	width: 100%;
	max-width: 310px;
	margin: 20px auto 0;
}

/* --------------- presenter --------------- */

.flex_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.flex_list dt {
	margin: 0;
	padding: 0;
}

.flex_list dd {
	margin: 0;
	padding: 0 0 0 0.2em;
}


.indent_presenter1 {
	margin: 0 0 0 30px;
}

.indent_presenter2 {
	margin: 0 0 0 60px;
}


.btn2.presenter1 {
	width: 350px;
	margin: 0 auto;
}

.mds_presenter1 {
	margin: 0 0 15px 0;
	padding: 3px 0 3px 9px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-left: solid 5px #000;
}


ul.list_presenter1 {
	margin: 0 0 30px;
	padding: 0;
}

ul.list_presenter1 li {
	margin: 0;
	padding: 0;
}

.tbl_presenter1 {
	width: 100%;
	min-width: 500px;
	margin: 0 0 40px;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_presenter1 th {
	padding: 10px 12px 8px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-color: #c7eafc;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_presenter1 th:first-child {
	width: 150px;
}

.tbl_presenter1 td {
	padding: 10px 12px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
	text-align: center;
}

.box_presenter1 {
	display: flex;
}

.box_presenter1 .txt {
	margin: 15px 20px 0 0;
}

.box_presenter1 .img {
	width: 300px
}

.box_presenter1 .img img {
	width: 300px
}

.list.presenter1 {
	margin: 0 0 20px;
	padding: 0 15px;
}

.list.presenter1 li {
	margin: 0 0 4px;
	padding: 0 0 0 7px;
	text-indent: -7px;
}

ol.list_presenter2 {
	margin: 0 0 20px;
	padding: 0 15px;
	list-style: none;
}

ol.list_presenter2 li {
	margin: 0 0 4px;
	padding: 0 0 0 14px;
	text-indent: -14px;
}



.mds_presenter1 {
	margin: 10px 0 15px 0;
	padding: 3px 0 3px 9px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-left: solid 5px #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box_l {
	margin: 0 15px;
}

.indent1.presenter {
	padding-left: 161px;
	text-indent: -161px;
}

@media screen and (max-width: 500px) {


	.box_presenter1 {
		flex-direction: column;
		gap: 20px;
	}

}

/* --------------- participant --------------- */


table.tbl_participant1 {
	margin: 15px 0 15px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	table-layout: fixed;
}

table.tbl_participant1 th {
	margin: 0;
	padding: 9px 7px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #16c1f3;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_participant1 th:first-child {
	color: #fff;
}

table.tbl_participant1 th:last-child {
	border-right: solid 1px#231815;
}

table.tbl_participant1 th.bg.td1 {
	background-color: #c7eafc;
}

table.tbl_participant1 th.bg.td2 {
	background-color: #c7eafc;
}

table.tbl_participant1 td {
	margin: 0;
	padding: 12px 14px 4px 10px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_participant1 td:first-child {
	border-left: solid 1px #231815;
	text-align: left;
}

table.tbl_participant1 td.left {
	text-align: left;
}

table.tbl_participant1 td.center {
	padding: 9px 7px 8px;
	text-align: center;
	background-color: #c7eafc;
	font-weight: bold;
}


.txt_participant1 {
	margin-left: 102px;
}

.tbl_partici_seminar {
	margin: 20px 0 10px 0px;
	padding: 0;
}

.tbl_partici_seminar th {
	margin: 0;
	padding: 8px 20px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1c1;
	border: solid 1px #231815;
}

.tbl_partici_seminar td {
	margin: 0;
	padding: 14px 30px 14px;
	border: solid 1px #231815;
	text-align: center;
}

.box_participant1 {
	display: flex;
}


table.tbl_participant2 {
	width: 100%;
	min-width: 600px;
	margin: 20px 0 10px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	table-layout: fixed;
}

table.tbl_participant2 th {
	margin: 0;
	padding: 9px 7px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #16c1f3;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_participant2 th.bg {
	background-color: #c7eafc;
}

table.tbl_participant2 th.bg.black {
	color: #000;
}

table.tbl_participant2 th:first-child {
	width: 115px;
	color: #fff;
}

table.tbl_participant2 th:last-child {
	width: 285px;
	border-right: solid 1px#231815;
}

table.tbl_participant2 td {
	margin: 0;
	padding: 10px 14px 4px 10px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_participant2 td:first-child {
	border-left: solid 1px #231815;
}

table.tbl_participant2 td.left {
	text-align: left;
}

table.tbl_participant2 th.left {
	text-align: left;
	padding-left: 20px;
}

.indent1.participant2 {
	padding-left: 6px;
	text-indent: -6px;
}

.indent1.participant3 {
	padding-left: 105px;
	text-indent: -105px;

}

.indent1.participant1 {
	padding-left: 50px;
	text-indent: -50px;
}

.indent1.participant2 {
	padding-left: 106px;
	text-indent: -106px;
}

.indent1.participant4 {
	padding-left: 49px;
	text-indent: -49px;
}

.blue.mds.fs18 {
	margin: 0 0 15px 0;
	padding: 3px 0 3px 9px;
	font-weight: bold;
	border-bottom: solid 1px #044390;
	border-left: solid 5px #044390;
}

/* --------------- credit --------------- */

.ttl .small_credit {
	font-size: 20px;
}

table.tbl_credit1 {
	margin: 0 0 15px;
	padding: 0;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_credit1 th {
	margin: 0;
	padding: 9px 12px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_credit1 td {
	width: 100px;
	margin: 0;
	padding: 9px 12px 8px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_credit1 td:first-child {
	width: 420px;
	text-align: left;
}

ol.list_num_credit1 {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ol.list_num_credit1 li {
	margin: 0 0 3px;
	padding: 0 0 0 20px;
	text-indent: -20px;
}

ol.list_num_credit1 li *:not(.indent1) {
	text-indent: 0;
}

ol.list_num_credit1 li span.num {
	width: 20px;
	margin: 0;
	padding: 0;
	display: inline-block;
}

table.tbl_credit2 {
	width: 500px;
	margin: 15px 0 0;
	padding: 0;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
}

table.tbl_credit2 th {
	margin: 0;
	padding: 9px 12px 8px;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

table.tbl_credit2 .format th {
	background-color: #eee;
}

table.tbl_credit2 td {
	width: 100px;
	margin: 0;
	padding: 9px 12px 8px;
	text-align: center;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.label_live {
	margin: 0 5px;
	padding: 1px 5px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	background-color: #df0000;
	display: inline-block;
}

.bk_credit1 {
	background-color: #eee;
}

/* --------------- live --------------- */

.btn1.live1 {
	width: 240px;
	height: 56px;
	margin: 20px auto 20px;
	font-size: 18px;
}

.btn2.live2 {
	width: 300px;
	margin: 0 auto;
}



/* --------------- gallery --------------- */

.link_gallery1 {
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.link_gallery1>div,
.link_gallery1>a {
	width: 180px;
	margin: 0 15px 0 0;
	padding: 10px;
	color: #2476de;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: solid 1px #2476de;
	box-sizing: border-box;
	display: block;
}

.link_gallery1>div {
	color: #fff;
	background-color: #2476de;
}

.link_gallery1>a:hover {
	background-color: #e4eefb;
}

ul.list_gallery {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_gallery li {
	width: calc((100% - 40px)/5);
	margin: 0 10px 10px 0;
	padding: 0;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

ul.list_gallery li:nth-child(5n) {
	margin-right: 0;
}

ul.list_gallery li a {
	width: 100%;
	height: 176px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f9f9f9;
	transition: background .3s;
	display: block;
	overflow: hidden;
}

ul.list_gallery li a:hover {
	background-color: #fff;
}

ul.list_gallery li a img {
	width: auto;
	height: 100%;
	transition: opacity .3s vertical-align: top;
	transform: translate(-50%, -50%);
	position: relative;
	top: 50%;
	left: 50%;
}

ul.list_gallery li a.vertical img {
	width: 100%;
	height: auto;
}

ul.list_gallery li a:hover img {
	opacity: 0.8;
}

#cboxLoadedContent {
	margin-bottom: 0 !important;
}



/* --------------- ondemand --------------- */

.red.bold.ondemand1 {
	padding: 0 0 0 17em;
}

.btnarea_ondemand {
	width: 700px;
	margin: 20px auto 30px;
}

.btnarea_ondemand a,
.btnarea_ondemand span {
	width: 320px;
	margin: 0 auto 30px;
}

a.btn2.ondemand1.pdf {
	width: 250px;
	height: 40px;
	margin: 0 auto;
}

a.btn2.ondemand1.pdf span:after {
	content: "";
	width: 25px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 3px;
	right: 14px;
}


ul.list_ondemand1 {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

ul.list_ondemand1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

@media screen and (max-width: 990px) {
	.btnarea_ondemand {
		width: 100%;
		margin: 20px auto 30px;
	}
}

@media screen and (max-width: 500px) {

	.btnarea_ondemand a,
	.btnarea_ondemand span {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 30px;
	}
}

/* --------------- Photo Gallery Download --------------- */

a.btn_gallery_dl {
	width: 330px;
	margin: 25px auto 0 auto;
	padding: 15px 15px 15px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	border: solid 2px #2476de;
	border-radius: 7px;
	background: linear-gradient(180deg, #fcfcfc, #e5e5e5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn_gallery_dl:hover {
	background: linear-gradient(0deg, #fcfcfc, #e5e5e5);
}

a.btn_gallery_dl::before {
	content: "";
	width: 9px;
	height: 9px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #2476de;
	border-top: solid 2px #2476de;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 11px;
}

a.btn_gallery_dl .inner {
	margin: 0;
	padding: 0;
	display: block;
}

a.btn_gallery_dl .inner .en {
	font-size: 20px;
}

.btnarea_gallery_dl {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
	display: flex;
	justify-content: center;
}

.btnarea_gallery_dl a {
	width: 200px;
	margin: 0 15px;
	padding: 15px 15px 15px 10px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	border: solid 2px #2476de;
	border-radius: 7px;
	background: linear-gradient(180deg, #fcfcfc, #e5e5e5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.btnarea_gallery_dl a:hover {
	background: linear-gradient(0deg, #fcfcfc, #e5e5e5);
}

.btnarea_gallery_dl a::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #2476de;
	border-top: solid 2px #2476de;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 11px;
}

/* --------------- Stamp Lally --------------- */

.mds1.stamp1 {
	margin: 15px auto 25px auto;
	padding: 6px 10px;
}

.box_stamp1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.box_stamp1 .txt {
	width: calc(100% - 360px);
	padding: 0 30px 0 0;
}

.box_stamp1 .img {
	width: 360px;
	padding: 10px 30px 0 0;
}

.indent_stamp1 {
	padding: 0 0 0 98px;
}

.indent1.stamp2 {
	padding-left: 17px;
	text-indent: -17px;
}

@media screen and (max-width: 750px) {
	.box_stamp1 {
		display: block;
	}

	.box_stamp1 .txt {
		width: 100%;
		padding: 0;
	}

	.box_stamp1 .img {
		width: 95%;
		max-width: 360px;
		margin: 20px auto 0;
		padding: 0;
	}
}

/* --------------- Social Events --------------- */

img.event_map1 {
	border: solid 1px #b8b5b5;
	width: 100%;
	max-width: 1080px;
}



/* --------------- sponsor --------------- */

.wrap_content.sponsors {
	padding-top: 40px;
}

.wrap_content.sponsors .ttl {
	padding-bottom: 35px;
}

.col_content.big {
	width: 100%;
}

.wrap_content.sponsor {
	padding: 25px 0 50px;
}

.sponsor .ttl {
	padding-bottom: 15px;
}

.mds_sponsors {
	max-width: 846px;
	width: 100%;
	margin: 0 auto;
	padding: 4px 12px;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

.mds_sponsors.diamond {
	background: linear-gradient(90deg, #ddf8ff 50%, #fff);
}

.mds_sponsors.platinum {
	background: linear-gradient(90deg, #c3dbfd 50%, #fff);
}

.mds_sponsors.gold {
	background: linear-gradient(90deg, #edce26 50%, #fff);
}

.mds_sponsors.silver {
	background: linear-gradient(90deg, #ddd 50%, #fff);
}

.banner_bnr {
	width: 100%;
	margin: 20px auto 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.banner_bnr.diamond {
	flex-direction: column;
}

.banner_bnr a,
.banner_bnr>div {
	max-width: 430px;
	width: 100%;
	margin: 0 20px 15px;
	text-align: center;
	display: block;
}

.banner_bnr.diamond a {
	height: 182px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 500px) {

	.banner_bnr a,
	.banner_bnr>div {
		max-width: 290px;
		width: 100%;
		margin: 0 auto 15px;
	}

}


.banner_bnr.border a {
	border: 1px solid #cccccc;
}

.banner_bnr a.novartis {
	width: 340px;
}

.banner_bnr a.santen {
	width: 260px;
}

.banner_bnr a.senju {
	width: 260px;
}

.banner_bnr a.alcon img {
	height: 112px;
}

.banner_bnr img {
	max-width: 100%;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.banner_bnr a img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}


/* --------------- credit_ja --------------- */


.tbl_credit_ja1 {

	width: 600px;
	margin: 0 0 5px;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_credit_ja1 th {
	padding: 10px 12px 8px;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color: #c7eafc;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
	line-height: 1.4;
}

.tbl_credit_ja1 th:first-child {
	width: 150px;
}

.tbl_credit_ja1 td {
	padding: 10px 12px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
	text-align: center;
}

ul.list_credit_ja1 {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

ul.list_credit_ja1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.tbl_credit_ja2 {
	width: 100%;

	margin: 0 0 10px;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_credit_ja2 th {
	padding: 10px 12px 8px;
	color: #000;
	font-weight: bold;

	background-color: #c7eafc;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_credit_ja2 th:first-child {
	width: 70%;
}

.tbl_credit_ja2 td {
	padding: 10px 12px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_credit_ja3 {
	width: 100%;

	margin: 0 0 5px;
	border-top: solid 1px #231815;
	border-left: solid 1px #231815;
	table-layout: fixed;
}

.tbl_credit_ja3 th {
	padding: 10px 12px 8px;
	color: #000;
	font-weight: bold;

	background-color: #c7eafc;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.tbl_credit_ja3 th:first-child {
	width: 40%;
}

.tbl_credit_ja3 td {
	padding: 10px 12px 8px;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.font_normal {
	font-weight: normal;
	s
}