@charset "UTF-8";

/* @group common */

html {
	display: flex;
	flex-direction: column;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #343434;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1 1 auto;
}

h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
}

h1 {
	color: #2C4F33;
	font-size: 34px;
	margin-bottom: 30px;
}

h1, h2 {
	text-align: center;
}

h2, h3 {
	color: #3e3e3e;
}

h2, h3 {
	color: #3e3e3e;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

a {
	color: #2C4F33;
}

a.pdf-link:after {
	color: #BEBEBE;
	font-family: fontawesome;
	content: "\f1c1";
	margin-left: 0.2em;
	margin-right: 0.2em;
}

a.ex-link:after {
	color: #BEBEBE;
	font-family: fontawesome;
	content: "\f08e";
	margin-left: 0.2em;
	margin-right: 0.2em;
}

img.icon {
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

p.session-pdf {
	font-size: 12px;
	text-align: right;
	margin-bottom: 12px;
}

p.session-pdf a {
	background-color: white;
	padding: 5px 12px;
	border: 1px solid #dcdddc;
	border-radius: 14px;
	transition: 0.5s;
}

p.session-pdf a:hover {
	color: white;
	text-decoration: none;
	background-color: #144D80;
}

p.session-pdf a:after {
	font-family: fontawesome;
	content: '\f1c1';
	margin-left: 0.4em;
}


th.no a:after {
	font-family: fontawesome;
	content: '\f1c1';
	margin-left: 0.4em;
}

/* @end */

/* @group nav */

.navbar {
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.76);
}

.navbar-fixed-top {
	transition: ease-in-out 0.4s;
}

ul.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.76);
}

/*  */

/* @end */

/* @group top */

.jumbotron.top-img {
	height: 90vh;
	background: url(../img/stripe.png), url(../img/top-img.jpg) center center / cover no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jumbotron.top-img>.container {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

.jumbotron.top-img h1, .jumbotron.top-img small, .jumbotron.top-img p {
	color: white;
	font-weight: bold;
}

.jumbotron.top-img small {
	margin-bottom: 1px;
}

.jumbotron.top-img p {
	font-feature-settings: "palt";
}

.jumbotron.top-img p:last-child {
	margin-bottom: 0;
}

.jumbotron.sub-img {
	height: 260px;
	background: url(../img/stripe.png), url(../img/top-img.jpg) center center / cover no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jumbotron.sub-img h1 {
	font-size: 54px;
}

.jumbotron.sub-img>.container {
	margin-right: 0;
	margin-left: 0;
}

.jumbotron.sub-img h1, .jumbotron.sub-img small {
	color: white;
	font-weight: bold;
	margin-bottom: 0;
}

#kokoku-text {
	font-feature-settings: "palt";
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
}

#kokoku-text a {
	width: 220px;
	text-align: center;
	margin-bottom: 15px;
}

#kokoku-text a:after {
	color: #BEBEBE;
	font-family: fontawesome;
	content: "\f08e";
	margin-left: 0.25em;
}

.arrow-down {
	height: 40px;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	-ms-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.5;
}

@-webkit-keyframes spin {
0% {
	-webkit-transform: rotateY(0deg);
}

100% {
	-webkit-transform: rotateY(360deg);
}
}
@-moz-keyframes spin {
0% {
	-moz-transform: rotateY(0deg);
}

100% {
	-moz-transform: rotateY(360deg);
}
}
@-ms-keyframes spin {
0% {
	-ms-transform: rotateY(0deg);
}

100% {
	-ms-transform: rotateY(360deg);
}
}
@keyframes spin {
0% {
	transform: rotateY(0deg);
}

100% {
	transform: rotateY(360deg);
}
}

/* @end */

/* @group table */

table.table {
	background-color: white;
	box-shadow: 0 4px 10px rgba(190, 190, 190, 0.30);
}

table.table thead {
	background: #2C4F33;
	color: white;
}

/*table.table tbody tr:hover {
	background-color: #f8f8f8;
}*/

table.table th {
	font-weight: normal;
	font-style: normal;
}

table.table tbody th {
	color: #3e3e3e;
}

table.table thead th, table.table thead td {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-width: 1px;
}

.author, .keyword {
	width: 15%;
}

.no, .time {
	text-align: center;
	white-space: nowrap;
	width: 10%;
}

td p.title {
	margin-bottom: 5px;
}

td p.authors {
	font-size: 14px;
	text-indent: -1em;
	margin-left: 32px;
	margin-bottom: 0;
}

/* @end */

/* @group index */

.control {
	border-bottom: 1px dashed #dedede;
	margin-bottom: 20px;
}

.control p {
	text-align: center;
	font-size: 14px;
}

.index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

table.tbl-index {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: white;
	width: auto;
}

table.tbl-index tr:nth-of-type(odd) {
	background-color: #f8f8f8;
}

table.tbl-index tr, table.tbl-index th, table.tbl-index td {
	border: 1px solid #dedede;
	padding: 0;
}

table.tbl-index td {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.tbl-index.prog td {
	width: 300px;
	height: 50px;
}

table.tbl-index.kana td {
	width: 36px;
	height: 36px;
}

table.tbl-index.roman td {
	width: 30px;
	height: 36px;
}

h2.index-head {
	margin-bottom: 8px;
	text-align: left;
	margin-left: 5px;
}

h2.index-head:before {
	font-family: fontawesome;
	content: "\f0ca";
	margin-right: 0.25em;
	color: #BEBEBE;
}

h2.venue-top{
    margin-top: 2.5em;
}

/* @end */

/* @group about */

ul.about, ul.copy {
	list-style-type: none;
}

ul.about {
	padding-left: 2em;
	margin-bottom: 40px;
}

ul.about li {
	text-indent: -1.5em;
}

ul.about li:before {
	font-family: fontawesome;
	content: "\f058";
	margin-right: 0.5em;
	color: #16d889;
}

ul.about li:not(:last-child) {
	margin-bottom: 8px;
}

ul.about li.pro-img {
	text-align: center;
}

ul.about li.pro-img img {
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 10px rgba(173, 173, 173, 0.34);
}

ul.about li.pro-img:before {
	content: "";
}

ul.about li.pro-img .img-pdf {
	position: absolute;
	background-color: red;
	top: 0;
	right: 0;
}

ul.copy {
	list-style-type: none;
	padding-left: 0;
	font-size: 14px;
}

ul.copy li:not(:last-child) {
	margin-bottom: 4px;
}

/* @end */

/* @group schedule */

.table.tbl-schedule th, .table.tbl-schedule td {
	text-align: center;
	vertical-align: middle;
}

td.am, td.pm {
	width: 42%;
}

td.first {
	background-color: #97d2fa;
}

td.second {
	background-color: #83c8f9;
}

td.ss-title {
	background-color: #f8f8f8;
}

/* @end */

/* @group program */

.chairs:before {
	font-family: fontawesome;
	content: "\f007";
	margin-right: 0.5em;
}

.place {
	float: right;
	clear: right;
	margin-bottom: 8px;
	margin-right: 0.5em;
}

.place:before {
	font-family: fontawesome;
	content: "\f041";
	margin-right: 0.5em;
}

h2 span.theme {
	font-size: 20px;
	display: block;
	margin-top: 8px;
}

.tbl-sympo td p.authors {
	text-align: right;
}

.tbl-sympo td span.aff {
	margin-right: 2em;
}

.tbl-sympo tbody th {
	text-align: center;
}

.faq {
	text-align: center;
}

/* @end */

/* @group author */



/* @end */

/* @group keyword */



/* @end */

/* @group kokoku */

#kokoku {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.ad {
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	padding-top: 4px;
	box-shadow: 0 4px 10px rgba(190, 190, 190, 0.30);
}

.ad figure {
	text-align: center;
	margin-bottom: 0;
}

.ad a {
	display: block;
	padding-top: 0;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}

.ad img {
	transition: ease-in-out 0.36s;
}

.ad a img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.ad figcaption {
	color: white;
	font-size: 14px;
	text-align: center;
	font-feature-settings: "palt";
	background-color: #2B93F4;
}

#top-ads {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.top-ad {
	text-align: center;
	margin: 10px;
}

.top-ad img {
	margin-bottom: 5px;
}

.top-ad a {
	transition: 0.5s;
}

.top-ad a hover {
	opacity: 0.5;
}

/* @end */

/* @group back to top */

#back-to-top a {
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	background: url(../img/back-to-top.svg) rgba(255, 255, 255, 0.54);
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	border: 1px solid #cdcdcd;
}

/* @end */

/* @group footer */

footer {
	height: 200px;
	margin-top: 50px;
	padding-top: 20px;
	background: linear-gradient(to top, rgba(5,73,6,0.80) 0%, rgba(5,73,6, 0.7) 100%), url(../img/footer.jpg) center center / cover;
}

ul#footer-nav {
	font-size: 12px;
	text-align: right;
	list-style-type: none;
	margin-bottom: 30px;
}

ul#footer-nav li {
	display: inline;
}

ul#footer-nav li:not(:first-child):before {
	color: white;
	content: " | ";
}

ul#footer-nav li a, ul#footer-nav li a.ex-link:after {
	color: white;
}

footer p {
	color: white;
	font-size: 12px;
	text-align: center;
	background-repeat: no-repeat;
}

/* @end */

/* @group zoom */

.zoom-icon {
	width: 1.8em;
	height: 1.8em;
	margin: 0 7px 0 0px;
	vertical-align: middle;
}

.zoom-icon:hover {
	opacity: 0.75;
	transform: scale(1.2);
	transition-duration: 500ms;
}

.zoom-id {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dashed #ccc;
}

.zoom-id span:first-child::before {
	display: inline-block;
	text-align: center;
	background-color: rgba(202,231,252,0.3);
	border: 1px solid rgba(202,231,252,1);
	content: 'ID';
	padding: 1px 4px;
	border-radius: 3px;
	margin-right: 3px;
}

.zoom-id span:nth-child(2)::before {
	display: inline-block;
	text-align: center;
	background-color: rgba(202,231,252,0.3);
	border: 1px solid rgba(202,231,252,1);
	content: 'PW';
	padding: 1px 4px;
	border-radius: 3px;
	margin-right: 3px;
	margin-left: 5px;
}

.zoom-info{
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 771px) {
	span.zoom-area {
		display: block;
	}
	
	.zoom-id {
		display: flex;
		flex-direction: column;
	}
}

/* @end */

/* @group トップページボタン*/

.jumbotron.top-img {
	position: relative;
}

.jumbotron.top-img .top-btn-control {
	position: absolute;
	bottom: 20%;
	display: flex;
}

.jumbotron.top-img .top-btn-control a {
	display: block;
	font-size: 24px;
	width: 300px;
	background-color: rgba(20,133,206,1.00);
	text-align: center;
	padding: 10px 0;
	box-shadow: 14px 16px 0px -6px rgba(255,199,0,0.7);
	color: #ffffff;
}

.jumbotron.top-img .top-btn-control a:first-child {
	margin-right: 50px;
}

.jumbotron.top-img .top-btn-control a:hover {
	text-decoration: none;
	transform: translateY(5px);
	transition-duration: 500ms;
}

@media screen and (max-width: 771px) {
	.jumbotron.top-img .top-btn-control {
		position: absolute;
		bottom: 10%;
		display: flex;
		flex-direction: column;
	}
	
	.jumbotron.top-img .top-btn-control a {
		font-size: 20px;
		width: 260px;
	}
	
	.jumbotron.top-img .top-btn-control a:first-child {
		margin-bottom: 30px;
	}
}

/* @end */

@media screen and (max-width: 320px) {
	table.tbl-index.prog td {
		width: 54px;
	}
	
	#back-to-top a {
		right: 10px;
		bottom: 10px;
	}
}

@media screen and (max-width: 452px) {
	table.tbl-index.kana:nth-child(1) {
		margin-bottom: 0;
	}
	
	table.tbl-index.kana .last {
		border-bottom-style: none;
	}
	
	table.tbl-index.kana:nth-child(2) tr:nth-last-of-type(odd) {
		background-color: white;
	}
	
	table.tbl-index.kana:nth-child(2) tr:nth-last-of-type(even) {
		background-color: #f8f8f8;
	}
}
