@charset "UTF-8";

/* @group Color */

.deep-blue {
	background-color: #0d3645;
}

.red {
	background-color: #b42521;
}

.red-color {
	color: #b42521;
}

.cream {
	background-color: #eae8db;
}

.white {
	background-color: #f3f2ec;
}

/* @end */

/* @group Rayout */

html {
	display: flex;
	flex-direction: column;
	scroll-behavior: smooth;
}

body {
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #6f6f6f;
}

.navbar {
	transition: 0.5s;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #e1e1e1;
	height: 60px;
}

.navbar-menu.is-active {
	background-color: transparent;
	border-top: 1px dashed #cacaca;
}

nav.panel p, nav.panel a {
	font-size: 14px;
}

.navbar-item {
	font-size: 13px;
}

.navbar-item a img.nihon-univ_logo {
	width: 32px;
}

.navbar-item img.cst_logo {
	width: 32px;
	margin-left: 10px;
}

.is-one-fifth div {
	overflow: scroll;
	border: 1px solid #e3e8ec;
	border-radius: 6px;
	max-height: 360px;
}

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

.site-content {
	flex: 1 1 auto;
	padding-top: 80px;
	padding-bottom: 50px;
}

.site-content + .container {
	max-width: 1080px;
}

.information {
	background-color: white;
	border: 1px dashed #c6c6c6;
	padding: 1em;
	border-radius: 6px;
}

.information p {
	font-size: 14px;
}

.information p:last-child {
	margin-bottom: 0;
}

.information {
	font-size: 14px;
	margin-bottom: 20px;
}

.information ul li {
	text-indent: -20px;
	margin-left: 22px;
}

.information ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #bcbcbc;
}

.information.top {
	display: flex;
	align-items: flex-start;
}

.information.top img {
	display: flex;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.information.top hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.top-img {
	background: url(../img/background.jpg) center center;
	background-size: cover;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	margin-bottom: 30px;
}

.top-img > div {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 50px;
}

.top-img h1, .top-img h2 {
	color: black;
	font-weight: bold;
	text-align: center;
}

.top-img h1 {
	font-size: 32px;
	font-feature-settings: "palt";
	margin-bottom: 40px;
}

.top-img div h2, .top-img div p {
	font-size: 20px;
	font-feature-settings: "palt";
	border-bottom-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.top-img div h2 .num {
	font-size: 150%;
}

.top-img div p {
	text-align: center;
	font-weight: bold;
	color: #08386E;
}

/* @end */

/* @group Common */

.site-content h1, .site-content h2, .site-content h3, .site-content a {
	color: #08386E;
}

.site-content h2 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom: 3px double #08386E;
	padding-bottom: 4px;
	margin-top: 8px;
}

.site-content h2 small {
	font-size: 70%;
}

.site-content h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0.75em;
	border-bottom: 1px dashed #bababa;
	padding-bottom: 5px;
	margin-top: -70px;
	padding-top: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-content h3 small.zoom-id {
	font-weight: bold;
	padding-top: 5px;
}

.site-content h3 a {
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.site-content h3 a:hover {
	color: #fd6100;
}

.site-content h3 a img {
	margin-right: 8px;
}

.site-content h3 small {
	
}

.greetings p {
	line-height: 1.75em;
	margin-bottom: 0.75em;
}

a, .is-active i {
	color: #08386E;
}

.is-10pct {
	width: 10%;
}

.is-20pct {
	width: 20%;
}

.is-30pct {
	width: 30%;
}

.is-40pct {
	width: 40%;
}

.is-50pct {
	width: 50%;
}

.is-60pct {
	width: 60%;
}

.is-70pct {
	width: 70%;
}

.is-80pct {
	width: 80%;
}

.is-90pct {
	width: 90%;
}

.is-100pct {
	width: 100%;
}

small {
	font-weight: normal;
	font-style: normal;
}

[class*="link-"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 8px;
	margin-left: 8px;
}

a.link-ex:after {
	content: '\f35d';
}

a.link-int:after {
	content: '\f2d2';
}

a.link-doc:after {
	content: '\f1c2';
}

a.link-pdf:after {
	content: '\f1c1';
}

a.link-download:after {
	content: '\f381';
}

a.link-zip:after {
	content: '\f1c6';
}

a.link-mail:after {
	content: '\f0e0';
}

.is-two-thirds p a {
	text-decoration: underline;
}

.table {
	font-size: 14px;
}

.table caption {
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	font-size: 16px;
}

.table, .table th, .table thead th {
	color: #6f6f6f;
}

.table.is-fullwidth.program thead th, .table.is-fullwidth.program tbody th, .table.is-fullwidth.program tbody td:not(:last-child) {
	text-align: center;
}

.table.is-fullwidth.program thead th:not(:last-child) {
	width: 5em;
}

th {
	background: #f7f7f7;
}

td:empty {
	background-image: url(../img/na.png);
	opacity: 0.3;
}

td.cat-a {
	background-color: #fff73a;
}

td.cat-b {
	background-color: #ffc6e3;
}

td.cat-c {
	background-color: #62f362;
}

td.cat-d {
	background-color: #a1d9ff;
}

td.cat-e {
	background-color: #c6feff;
}

td.cat-f {
	background-color: #bdff50;
}

td.cat-g {
	background-color: #dcdcdc;
}

td.cat-h {
	background-color: #00d98a;
}

td.cat-i {
	background-color: #00f2f2;
}

td.cat-j {
	background-color: #ffd17f;
}

td.cat-k {
	background-color: #fffea5;
}

td.cat-l {
	background-color: #eabfff;
}

td.cat-m {
	background-color: #d7e8f6;
}

td.cat-n {
	background-color: #cbcbcb;
}

td.cat-o {
	background-color: #ff8bc7;
}

td.cat-p {
	background-color: #ffa66a;
}

.table.time-table thead {
	border-bottom: 3px double #dadbda;
}

.table.time-table thead th, .table.time-table tbody th {
	text-align: center;
}

.table.time-table tbody td {
	vertical-align: top;
}

.table.time-table thead th:first-child {
	width: 10%;
	white-space: nowrap;
}

.table.time-table thead th:not(:first-child) {
	width: calc(90%/4);
}

td p.session-name {
	font-weight: bold;
	margin-bottom: 5px;
}

td p.session-name a:hover {
	transition: 0.3s;
	color: #fd6100;
}

td p.session-name a:hover {
	color: #fd6100;
}

td p.session-name a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	margin-left: 5px;
}

td p.article-no {
	font-size: 12px;
	margin-left: 8px;
}

td p.article-no:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	margin-right: 5px;
}

.site-content h3 small {
	color: #6f6f6f;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	float: right;
}

.table.is-fullwidth.au-index tbody th {
	text-align: left;
	white-space: normal;
	width: 10em;
}

td a.zoom {
	display: inline-block;
	float: right;
	transition: 0.5s;
}

td a.zoom:hover {
	opacity: 0.7;
}

td a.zoom img {
	width: 24px;
	height: 24px;
}

.table th {
	white-space: nowrap;
}

.table th, .table td {
	vertical-align: middle;
}

td.no-movie {
	color: #ff5200;
	font-size: 12px;
	font-weight: bold;
}

p.help {
	font-size: 13px;
	margin-top: 8px;
	text-indent: -20px;
	margin-left: 20px;
}

p.help:before, dd.help:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	margin-right: 5px;
	color: #ffaa3d;
}

dd.help:before {
	margin-left: 0.4rem;
}

.help.is-top:first-child {
	margin-top: 0;
}

.button {
	color: white;
	border-style: none;
	transition: 0.5s;
	width: 220px;
	border-radius: 20px;
}

.button.is-small:hover {
	color: #0d3645;
	background-color: #E78E96;
	opacity: 0.5;
}

.button:hover {
	color: white;
	transform: translateY(2px);
	opacity: 0.5;
}

.session {
	margin-top: -70px;
	padding-top: 70px;
	margin-bottom: 40px;
}

.session-info {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}

.article-title {
	font-weight: bold;
}

.article-auth {
	margin-left: 1em;
}

.button {
	background-color: #08386E;
}

.button i {
	margin-left: 10px;
}

hr.menu {
	background-color: white;
	border: 1px dashed #e3e8ec;
	margin-top: 25px;
	margin-bottom: 25px;
}

#back-to-top {
	position: fixed;
	right: 35px;
	bottom: 35px;
	transition: 0.3s;
	background-color: #08386E;
	border-radius: 6px;
}

#back-to-top a {
	text-indent: -9999px;
	background: url(../img/back_to_top.svg) center center no-repeat;
	background-size: 70%;
	width: 45px;
	height: 45px;
	display: block;
}

#back-to-top:hover {
	opacity: 0.5;
}

.menu-list li {
	font-size: 13px;
	white-space: nowrap;
	position: relative;
}

.menu-list li a {
	white-space: normal;
}

.menu-list li a img {
	display: inline-block;
	position: absolute;
	top: 6px;
	margin-left: 5px;
}

.menu-list li.top a {
	padding-left: 0;
}

.menu-list a.is-active {
	background-color: #08386E;
	transition: 0.3s;
}

.menu-list a.is-active i.fas {
	color: white;
}

.menu-list a.is-active:hover {
	opacity: 0.5;
}

.menu-label:not(:first-child) {
	margin-top: 1em;
}

.menu-label:not(:last-child) {
	margin-bottom: 0.75em;
}

.menu-label {
	position: relative;
	width: 100%;
}

.menu-label:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #dadada;
}

.menu-label span {
	position: relative;
	background: #fff;
	padding-right: 0.5em;
}

.vimeo {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* @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;
}

@supports (-ms-ime-align: auto) {
	/* Edge用 */
	table.
	tbl-index {
	width: 186px;
}
}

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: 36px;
	height: 36px;
}

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

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

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

h2.index-head.idx-author:before {
	content: "\f007";
}

h2.index-head.idx-aff:before {
	content: "\f0f7";
}

h2.index-head.idx-keyword:before {
	content: "\f02b";
}

/* @end */

/* @group Footer */

footer {
	background-color: #f2f2f2;
	height: 80px;
	padding-top: 15px;
	border-top: 1px solid #e4e5e4;
}

footer p {
	font-size: 12px;
	text-align: center;
	color: #999999;
}

/* @end */

/* @group Media Queries */

@media screen and (max-width: 1080px) {
	.header>.container, .site-content>.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* @end */
