@charset "utf-8";

body {
	position: relative;
	background: #fff;
}

a {
	color: #212529;
	text-decoration: none;
}
a:hover {
	color: #212529;
	text-decoration: underline;
}

button:focus {
	outline: 0;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.1rem #fff;
}

.form-control::placeholder {
	color: #aaa;
}

#header {
	position: relative;
	z-index: 100;
}
#header.jumbotron {
	width: 100%;
	/*
	background-color: transparent;
	background-image: url("../images/header.jpg");
	background-size: cover;
	background-position: center 60%;
	*/
	background: #ffffff;
}
#header .header-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	/*background: url("../images/header_frame.png") left bottom repeat-x;*/
}
#header .container {
	display: flex;
	align-items: center;
}
#header h1 {
	flex: 2;
	margin: 0.25rem 0 0;
}
#header h1 img {
	max-width: 50%;
}
#header h1 small {
	color: #333;
	display: block;
	font-size: 0.4em;
	margin-top: 5px;
}
#header .logo {
	flex: 1;
	margin: 0.25rem 0 0;
}
#header .logo img {
	max-width: 100%;
}
#header .navbar {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 0;
	z-index: 998;
}
.navbar-brand {
	display: none;
}
#header .navbar .nav-item {
	border-bottom: 1px solid #ccc;
}
#header .navbar .nav-item a {
	padding: 20px 30px;
}
@media (max-height: 779px) {
	#header .navbar .nav-item a {
		padding: 20px 30px;
	}
}
@media (max-height: 659px) {
	#header .navbar .nav-item a {
		padding: 20px 30px;
	}
}
@media (max-height: 539px) {
	#header .navbar .nav-item a {
		padding: 10px 30px;
	}
}
#header .navbar .nav-item a:active,
#header .navbar .nav-item a:hover {
	background: #d5e9f8;
}
.navbar-light .navbar-toggler {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #113366;
	border-color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	z-index: 999;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler[aria-expanded="true"] {
	border-color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: none;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
	content: "×";
	position: absolute;
	top: 1px;
	right: 16px;
	color: #fff;
	font-size: 2rem;
}
#navbarToggler {
	background: #fff;
	z-index: 990;
}

#footer {
	margin-bottom: 3rem;
}
#footer .footer-logo {
	display: none;
	text-align: center;
}
#footer .footer-logo img {
	max-width: 100%;
}

#title {
	padding-top: 0;
}
#title h2 {
	margin: 10px 2px 6px;
	padding: 5px 15px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	background: #113366;
	border-radius: 3px;
}
#title h2.sub {
	margin: 5px 0 5px;
	padding: 10px 0;
	font-size: 1.2em;
	border-radius: 0.3rem;
}

#news {
	margin-bottom: 0.5em;
	padding: 5px;
	text-align: center;
	color: #212529;
	background: #fff;
	border: 1px solid #9aaad8;
	border-radius: 8px;
}
#news a {
	color: #212529;
}

.lecture-continued {
	width: 100%;
	max-width: 18rem;
	margin-bottom: 10px;
	position: relative;
}
.lecture-continued i {
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	width: 20px;
	transform: scale(0.4);
	top: 10px;
}
.lecture-continued i.arr1::before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 20px solid transparent;
	border-right-width: 0;
	border-left-color: #f30;
}
.lecture-continued i.arr2::before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 20px solid transparent;
	border-left-width: 0;
	border-right-color: #f30;
}

.blinking {
	-webkit-animation: blink 0.6s ease-in-out infinite alternate;
	-moz-animation: blink 0.6s ease-in-out infinite alternate;
	animation: blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.btnset-viewchange {
	margin-top: 0;
	z-index: 10;
}
.btn-viewchange {
	padding: 0.5rem;
}
.btn.btn-viewchange:focus {
	box-shadow: none;
}

.view-thumb {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
}
.view-thumb::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #e2e6ea;
	border-radius: 4px;
	box-shadow: 15px 0 0 #e2e6ea, 0 15px 0 #e2e6ea, 15px 15px 0 #e2e6ea;
}
.active > .view-thumb::before {
	background: #113366;
	box-shadow: 15px 0 0 #113366, 0 15px 0 #113366, 15px 15px 0 #113366;
}

.view-list {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
}
.view-list::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 28px;
	height: 4px;
	background: #e2e6ea;
	border-radius: 4px;
	box-shadow: 0 9px #e2e6ea, 0 18px #e2e6ea;
}
.active > .view-list::before {
	background: #113366;
	box-shadow: 0 9px #113366, 0 18px #113366;
}

.view-search {
	display: block;
	position: relative;
	padding: 5px;
	width: 30px;
	height: 30px;
	background-color: #e2e6ea;
	background-image: url("../images/icon_search.png");
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.active > .view-search {
	background-color: #113366;
}

.view-bookmark {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #e2e6ea;
	background-image: url("../images/bookmark_tab.png");
	background-size: cover;
}
.active > .view-bookmark {
	background-color: #113366;
}

#contents {
}

#contents .jumbotron {
	margin-bottom: 0.3rem;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #9aaad8;
}

#block-menu h2 {
	margin: 10px 2px 6px;
	padding: 5px 15px;
	font-size: 1em;
	color: #fff;
	background: #113366;
	border-radius: 3px;
}
#block-menu .col-12:first-of-type > h2 {
	margin-top: 2px;
}
#block-menu h2::before {
	content: "■";
	margin-right: 8px;
	color: #fff;
}

#block-menu a {
	color: #000;
	text-align: center;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
#block-menu a.level01 {
	margin-bottom: -1px;
	background: #d5e9f8;
	/*
	background: -webkit-linear-gradient(top, #d5e9f8 50%, #fff);
	background: -moz-linear-gradient(top, #d5e9f8 50%, #fff);
	background: linear-gradient(top, #d5e9f8 50%, #fff);
	*/
	border: 1px solid #9aaad8;
	border-radius: 1em !important;
}
@media (min-width: 576px) {
	#block-menu a.level01 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}
#block-menu a.level01.complete {
	background: #f8d5d5;
	/*
	background: -webkit-linear-gradient(top, #f8d5d5 50%, #fff);
	background: -moz-linear-gradient(top, #f8d5d5 50%, #fff);
	background: linear-gradient(top, #f8d5d5 50%, #fff);
	*/
}
#block-menu a.level01 span.txt {
	display: block;
	color: #06c;
	font-size: 1rem;
}
@media (min-width: 576px) {
	#block-menu a.level01 span.txt {
		font-size: 1.2rem;
	}
}
#block-menu a.level01 > span.txt::first-letter {
	/*font-size: 1.8em;*/
}
#block-menu a.level01.link,
#block-menu a.level01[data-toggle="collapse"] {
	display: block;
	padding: 10px;
	text-decoration: none;
	position: relative;
}
#block-menu a.level01.link:hover,
#block-menu a.level01[data-toggle="collapse"]:hover,
#block-menu a.level01[aria-expanded="true"] {
	background: #e1f1ff;
	/*
	background: -webkit-linear-gradient(top, #b1dff4 50%, #b1dff4);
	background: -moz-linear-gradient(top, #b1dff4 50%, #b1dff4);
	background: linear-gradient(top, #b1dff4 50%, #b1dff4);
	*/
}
#block-menu a.level01[data-toggle="collapse"]::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
}
#block-menu a.level01[aria-expanded="false"]::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#block-menu a.level01[aria-expanded="true"]::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 0;
}
#block-menu a.level01[aria-expanded="true"] {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
#block-menu a.level01 img.icon {
	width: auto;
	height: 3.5em;
}
#block-menu a.level02 {
	display: block;
	position: relative;
	padding: 20px 10px;
	font-size: 1rem;
	background: #ffd1d1;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
#block-menu a.level02.complete {
	background: #e9e9e9;
}
#block-menu a.level02.no-chapter {
	background: #e9e9e9;
}
#block-menu .btn-wrap {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #accce9;
}
#block-menu .btn-wrap .btn-lg {
	padding: 0.7rem 0.4rem;
	font-size: 1rem;
}
#block-menu button {
	text-align: center;
}
#block-menu a.disabled,
#block-menu button.disabled,
#block-menu button:disabled {
	color: #9e9e9e;
}

#block-menu a > i {
	position: absolute;
	right: -5px;
	top: -5px;
	font-size: 1.7rem;
	font-style: normal;
	line-height: 1.3;
}

#block-menu div.box-level01 {
	margin-bottom: 10px;
	position: relative;
}
#block-menu > div > div {
	position: absolute;
	width: calc(100% - 10px);
	z-index: 90;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.icon-num {
	background: #f00;
	color: #fff;
	border-radius: 22px;
	display: block;
	height: 40px;
	width: 40px;
}

i.icon-up {
	font-style: normal;
	color: #f00;
}

#block-menu a > i.icon-up {
	position: relative;
	right: 0px;
	top: 0px;
	margin-right: 3px;
	font-size: 1em;
}

.icon-complete {
	transform: scale(1.1);
	transform-origin: right top;
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #888;
	border-radius: 50px;
}
.icon-complete::after,
.icon-complete::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 20px;
	width: 6px;
	height: 28px;
	background: #fff;
	border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.icon-complete::before {
	top: 18px;
	left: 8px;
	height: 12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.collapse-icon[data-toggle="collapse"] {
	cursor: pointer;
}
.collapse-icon[aria-expanded="false"]::after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	width: 1.4em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.collapse-icon[aria-expanded="true"]::after {
	font-family: FontAwesome;
	content: "\f106";
	display: inline-block;
	width: 1.4em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.btn-default {
	font-size: 90%;
	color: #fff;
	background: #113366;
	border-color: #113366;
}
.btn-default:hover {
	color: #fff;
	background: #469ddb;
	border-color: #469ddb;
}
.btn-default:disabled {
	background: #ccc;
	border-color: #ccc;
}

.btn-default-radious {
	border-radius: 0.3em !important;
}

.btn-wide {
	padding-right: 2.375rem;
	padding-left: 2.375rem;
}
.btn-wide2 {
	padding-right: 3.875rem;
	padding-left: 3.875rem;
}

.btn-titelsearch {
	color: #fff;
	background: #075896;
	border-color: #075896;
	font-size: 90%;
}

.btn-still {
	color: #000 !important;
	background: #f66 !important;
	border-color: #f66 !important;
	font-size: 90%;
	text-align: left;
}

.btn-continued {
	color: #000 !important;
	background: #ffe273 !important;
	border-color: #ffe273 !important;
	font-size: 90%;
	text-align: left;
}

.btn-end {
	color: #000 !important;
	background: #e9e9e9 !important;
	border-color: #a9a9a9 !important;
	font-size: 90%;
	text-align: left;
}

.btn-text {
	color: #000 !important;
	background: #4ba3e4 !important;
	border-color: #4ba3e4 !important;
	font-size: 90%;
}

.btn-history {
	color: #000 !important;
	background: #3cb371 !important;
	border-color: #3cb371 !important;
	font-size: 90%;
}

.btn-halfway {
	position: relative;
	color: #000;
	background: #d5e9f8;
	background: -webkit-linear-gradient(top, #fbe79a 50%, #fff);
	background: -moz-linear-gradient(top, #fbe79a 50%, #fff);
	background: linear-gradient(top, #fbe79a 50%, #fff);
	border: none;
	border-radius: 1em !important;
}
.btn-halfway .arr1 {
	left: 10px;
}
.btn-halfway .arr2 {
	right: 10px;
}
.btn-halfway span {
	font-size: 1.8em;
}

.btn-file {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	border-radius: 0.2rem;
}
.btn-file:hover {
	color: #212529;
	background-color: #dbdfe2;
	border-color: #d4d9df;
}
.btn-file-delete {
	padding: 0.25rem 0.5rem;
	font-size: 0.8rem;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	border-radius: 0.2rem;
}
.btn-file-delete:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.class-list > .card {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.class-list > .card > .card-header {
	background: #d5e9f8;
}
.class-list > .card > .card-header img.icon {
	width: auto;
	height: 1em;
}
.curriculum-list {
	padding: 0 0.3em;
}
.curriculum-list > .card {
	background: rgba(240, 240, 240, 0.1);
	border-color: rgba(0, 0, 0, 0.125);
}
.curriculum-list > .card:nth-child(even) {
	background: rgba(240, 240, 240, 0.4);
}
.accordion.curriculum-list > .card:only-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.curriculum-list > .card > .card-header {
	background: transparent;
}
.curriculum-list > .card > .card-header.disabled {
	color: #9e9e9e;
}
.curriculum-list > .card > .card-body {
	background: transparent;
}
.curriculum-list .list-group-item:hover {
	text-decoration: none;
}

.sitemap h2 {
	margin: 2px 2px 6px;
	padding: 5px 15px;
	font-size: 1em;
	color: #fff;
	background: #113366;
	border-radius: 3px;
}
.sitemap h2::before {
	content: "■";
	margin-right: 8px;
	color: #fff;
}
.sitemap .class-list {
	margin-bottom: 40px;
}
.sitemap .class-list:last-of-type {
	margin-bottom: 10px;
}
.sitemap .accordion.class-list > .card:only-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.sitemap .class-list > .card > .card-header {
	padding: 0.5em 1.2em;
	border-bottom: 0;
}
.sitemap .class-list > .card > .card-body {
	margin: 0;
	padding: 0;
}
.sitemap .curriculum-list {
	margin: 0;
	padding: 0;
}
.sitemap .curriculum-list > .card {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
}
.sitemap .accordion.curriculum-list > .card:only-child {
	border-bottom: 0;
	border-radius: 0;
}
.sitemap .curriculum-list > .card > .card-header {
	padding: 0.3em 1.2em 0.3em 3.8em;
	background: transparent;
	border-bottom: 0;
	border-radius: 0;
}
.sitemap .curriculum-list > .card .card-body {
	margin: 0;
	padding: 0;
	background: transparent;
}
.sitemap ul.chapter-list {
	margin: 0;
	padding: 0.3em 0 0.3em 4em;
}
.sitemap ul.chapter-list.list-group {
	margin: 0;
	padding: 0;
}
.sitemap ul.chapter-list > li {
	padding: 0.2em 0;
	list-style: none;
}
.sitemap ul.chapter-list > li.list-group-item {
	padding-left: 4.8em;
	padding-right: 0.5em;
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
}
.sitemap .curriculum-list > .card > .card-header::before,
.sitemap ul.chapter-list > li::before {
	content: "└";
	display: inline-block;
	width: 1rem;
	margin-left: -1.5rem;
	margin-right: -0.1em;
	text-decoration: none;
}

.sitemap-search:not(.noword) h2 {
	display: none;
}
.sitemap-search h2.match {
	display: block;
}
.sitemap-search:not(.noword) .class-list {
	display: none;
}
.sitemap-search .class-list.match {
	display: block;
}
.sitemap-search:not(.noword) .class-list > .card {
	display: none;
}
.sitemap-search .class-list > .card.match {
	display: flex;
}
.sitemap-search:not(.noword) .curriculum-list {
	display: none;
}
.sitemap-search .curriculum-list.match {
	display: block;
}
.sitemap-search:not(.noword) .curriculum-list > .card {
	display: none;
}
.sitemap-search .curriculum-list > .card.match {
	display: flex;
}
.sitemap-search .search-word {
	background: -webkit-linear-gradient(transparent 0%, #ffff66 0%) !important;
	background: -moz-linear-gradient(transparent 0%, #ffff66 0%) !important;
	background: linear-gradient(transparent 0%, #ffff66 0%) !important;
}
.search-nodata {
	display: none;
}
.sitemap-search .search-nodata.show {
	display: block;
}

.bookmark {
	background: rgba(255, 255, 255, 0.8);
}
.bookmark > .card-header {
	padding: 0.45rem 1.25rem;
	font-size: 1em;
	color: #fff;
	background: #113366;
}
.bookmark .class-list {
	margin-bottom: 40px;
}
.bookmark .class-list:last-of-type {
	margin-bottom: 10px;
}
.bookmark .class-list > .card {
	background: transparent;
}
.bookmark .accordion.class-list > .card:only-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.bookmark .class-list > .card > .card-header {
	padding: 0.5em 1.2em;
	border-bottom: 0;
}
.bookmark .class-list > .card > .card-body {
	margin: 0;
	padding: 0;
}
.bookmark .curriculum-list {
	margin: 0;
	padding: 0;
}
.bookmark .curriculum-list > .card {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
}
.bookmark .accordion.curriculum-list > .card:only-child {
	border-bottom: 0;
	border-radius: 0;
}
.bookmark .curriculum-list > .card > .card-header {
	padding: 0.3em 1.2em 0.3em 3.8em;
	background: transparent;
	border-bottom: 0;
	border-radius: 0;
}
.bookmark .curriculum-list > .card .card-body {
	margin: 0;
	padding: 0;
	background: transparent;
}
.bookmark ul.chapter-list {
	margin: 0;
	padding: 0.3em 0 0.3em 4em;
}
.bookmark ul.chapter-list.list-group {
	margin: 0;
	padding: 0;
}
.bookmark ul.chapter-list > li {
	padding: 0.2em 0;
	list-style: none;
}
.bookmark ul.chapter-list > li.list-group-item {
	padding-left: 4.8em;
	padding-right: 0.5em;
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
}
.bookmark .curriculum-list > .card > .card-header::before,
.bookmark ul.chapter-list > li::before {
	content: "└";
	width: 1rem;
	margin-left: -1.5rem;
	margin-right: 0.2em;
}

.badge-num {
	color: #fff;
	background: #f00;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.badge.fa-check:empty {
	display: inline-block;
}
.badge.fa-check {
	padding-left: 0.3em;
	padding-right: 0.3em;
	color: #fff;
	background: #888;
	font-size: 75%;
}

.btn-footemenu {
	color: #fff;
	background-color: #133a58;
	border-color: #133a58;
	font-size: 80%;
}
.btn-footemenu:hover {
	color: #113366;
	background: #d5e9f8;
	border-color: #fff;
}
.btn-outline-footemenu {
	color: #fff;
	background: #075896;
	border-color: #075896;
	line-height: 1.5;
	font-size: 0.75rem;
}
@media (min-width: 576px) {
	.btn-outline-footemenu {
		font-size: 0.8rem;
	}
}
.btn-outline-footemenu:hover {
	color: #113366;
	background: #d5e9f8;
	border-color: #d5e9f8;
}
.btn-outline-footemenu-single {
	padding: 0.96rem 0.75rem;
}

.btn-outline-footemenu .badge-num {
	position: absolute;
	top: 3px;
	right: 7px;
	font-size: 100%;
}

.btnset-footermenu .border-left {
	border-left: 1px solid #2f92db !important;
}

.mb-4px {
	margin-bottom: 4px;
}

.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row-0 > div {
	padding-right: 0px;
	padding-left: 0px;
}

.row-2 {
	margin-left: -1px;
	margin-right: -1px;
}
.row-2 > div {
	padding-right: 1px;
	padding-left: 1px;
}

.row-4 {
	margin-left: -2px;
	margin-right: -2px;
}
.row-4 > div {
	padding-right: 2px;
	padding-left: 2px;
}

.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > div {
	padding-right: 5px;
	padding-left: 5px;
}

.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > div {
	padding-right: 10px;
	padding-left: 10px;
}

.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.row-30 > div {
	padding-right: 15px;
	padding-left: 15px;
}

.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row-40 > div {
	padding-right: 20px;
	padding-left: 20px;
}

.modal h5 {
	width: 100%;
	padding: 3rem 0 0;
}
.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
	justify-content: center;
	padding: 3rem 0;
}

#toast-audio {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 70%;
	max-width: 80%;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: none;
}
#toast-audio.show {
	z-index: 999;
}
#toast-audio audio {
	width: 100%;
}
@media (min-width: 992px) {
	#toast-audio {
		max-width: 350px;
	}
}

#modal-first .modal-content {
	border-radius: 1em;
}

img.icon {
	width: 25px;
}

ul.fileList {
	margin-top: 0.2em;
	margin-bottom: 0;
}
ul.fileList > li {
	margin-top: 0.1em;
	list-style: circle;
}

.dropTargetOver {
	border-radius: 0.25rem;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.info {
	width: 100%;
}
.info dt {
	float: left;
	margin-bottom: 1.2em;
}
.info dd {
	margin-left: 6em;
	margin-bottom: 1.2em;
}

.info-detail h3 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	font-size: 1.3em;
	border-bottom: 1px solid #2790de;
}
.info-detail div.detail {
	margin-bottom: 1em;
}
.info-detail div.attachments {
	margin-bottom: 1em;
}

.message {
	width: 100%;
}
.message dt {
	float: left;
	margin-bottom: 1.2em;
}
.message dd {
	margin-left: 10em;
	margin-bottom: 1.2em;
}
@media (max-width: 575px) {
	.message dt {
		float: none;
		margin-bottom: 0;
		width: 100%;
	}
	.message dd {
		margin-left: 0;
		width: 100%;
	}
}

.message-detail h3 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	font-size: 1.3em;
	border-bottom: 1px solid #2790de;
}
.message-detail h4 {
	font-size: 1.2em;
}
.message-detail div.detail {
	margin-bottom: 1em;
}
.message-detail div.attachments {
	margin-bottom: 1em;
}
.message-detail .card {
	background: rgba(255, 255, 255, 0.3);
}

.messagefrom {
	padding: 3px;
	font-size: 0.7em;
	background-color: #fff;
	border: 1px solid #525345;
	border-radius: 3px;
}

#contents.voice .jumbotron {
	margin-bottom: 1rem;
	padding: 1rem;
}
@media (min-width: 576px) {
	#contents.voice .jumbotron {
		padding: 1.5rem 2rem;
	}
}
#contents.voice .jumbotron h3 {
	font-size: 1.5rem;
}

#contents.voice .jumbotron .avatar {
	max-width: 50px;
}
@media (min-width: 576px) {
	#contents.voice .jumbotron .avatar {
		max-width: 70px;
	}
}
#contents.voice .jumbotron small {
	font-size: 90%;
}

.rankiing-icon {
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
	width: 24px;
	overflow: hidden;
	transform-origin: right bottom;
	transform-origin: left top;
}
@media (min-width: 576px) {
	.rankiing-icon {
		transform: scale(1.4);
	}
}
.ranking .star {
	font-size: 1.4em;
	letter-spacing: 1px;
}
.ranking .star span {
	color: #ff9900;
	margin-bottom: 0.5em;
}
.rankiing-icon::before {
	height: 25px;
	width: 24px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 1;
	line-height: 26px;
	border-radius: 4px;
	text-align: center;
}
.rankiing-icon::after {
	content: "";
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: -9px;
	border: 10px solid transparent;
	border-width: 16px 10px 0px 10px;
}

.ranking .count,
.ranking .like {
	margin-left: 1em;
	color: #2790de;
	font-size: 1em;
	font-style: italic;
}
.ranking .like {
	font-size: 1.2em;
}
.ranking .like img {
	height: 1.5em;
	margin-right: 5px;
	margin-left: 3px;
	vertical-align: text-bottom;
}

.rank1::before {
	content: "1";
	background: #bb972b;
	color: #fff;
}
.rank1::after {
	border-top-color: #bb972b;
}
.rank2::before {
	content: "2";
	background: #8e8e8e;
	color: #fff;
}
.rank2::after {
	border-top-color: #8e8e8e;
}
.rank3::before {
	content: "3";
	background: #624c0a;
	color: #fff;
}
.rank3::after {
	border-top-color: #624c0a;
}
.rank-other {
	border: 1px solid #666;
	height: 24px;
	display: block;
	position: relative;
	width: 24px;
	text-align: center;
	transform-origin: right bottom;
	transform-origin: left top;
	border-radius: 4px;
}
@media (min-width: 576px) {
	.rank-other {
		transform: scale(1.4);
	}
}

.voice .detail {
	margin-left: 5px;
}

.voice .good,
.voice .bad {
	margin-bottom: 5px;
}
.voice .good img,
.voice .bad img {
	height: 2em;
	margin-right: 2px;
}
.voice .bad img {
	transform: scale(-1, -1);
}

.history .card {
	margin-bottom: 1rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #9aaad8;
}
.history .card-header {
	color: #ffffff;
	background-color: #075896;
	border-color: #075896;
}
.nav-pills .nav-item {
	padding: 2px;
}
.nav-pills .nav-link {
	color: #ffffff;
	border-radius: 1em;
}
@media (min-width: 576px) {
	.history .nav-pills .nav-link {
		padding: 0.5em 0.7em;
		font-size: 0.9em;
	}
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	color: #222;
	background-color: rgba(255, 255, 255, 0.9);
}
.history .card-body {
	padding: 1rem;
}
@media (min-width: 576px) {
	.history .card-body {
		padding: 1rem 2rem;
	}
}
.history .card-body:last-of-type {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.history .card-body .card-title {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #004b7d;
}
.history .card-body .card-subtitle {
	margin-top: 1em;
	margin-left: 0.2em;
}
.history .card-body .card-text {
	margin: 0 0 0 0.5em;
}

.settings h3,
.inquiry h3 {
	font-size: 1.1em;
}

.exp::before {
	content: "必須";
	background: #f00;
	color: #fff;
	font-size: 0.7em;
	padding: 0.3em 5px;
	border-radius: 5px;
	margin-right: 5px;
}

.any::before {
	content: "任意";
	background: #808080;
	color: #fff;
	font-size: 0.7em;
	padding: 0.3em 5px;
	border-radius: 5px;
	margin-right: 5px;
}

.ext-txt {
	padding: 0.375rem 0;
}

.form-title {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #2790de;
}
.form-title::before {
	content: "";
	padding-left: 8px;
	border-left: 5px solid #010079;
}

i.icon-lecture-incomplete::before {
	content: "●";
	color: #f00;
	font-size: 2rem;
	margin-right: 5px;
}

i.icon-lecture-halfway::before {
	content: "●";
	color: #ffe273;
	font-size: 2rem;
	margin-right: 5px;
}

i.icon-lecture-complete::before {
	content: "○";
	color: #333;
	font-size: 2rem;
	margin-right: 5px;
}

i.icon-lecture-test::before {
	content: "●";
	color: #f00;
	font-size: 2rem;
	margin-right: 5px;
}

.lecture {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.lecture .jumbotron {
	padding-top: 10px;
}
@media (min-width: 576px) {
	.lecture .jumbotron {
		padding: 1rem 1rem;
	}
}

.messageLMS {
	margin-bottom: 3px;
	color: rgb(255, 255, 255);
	background-color: rgb(222, 0, 0);
	font-size: 1.2em;
	text-align: center;
}
.messageLMS:empty {
	display: none;
}

#canvasLMS .d-flex > .col-btn {
	flex: 1;
}
#canvasLMS .d-flex > .col-bookmark {
	width: 40px;
}

.icon-bookmark-off,
.icon-bookmark-on {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("../images/bookmark_off.png");
	background-size: cover;
	vertical-align: middle;
}
.icon-bookmark-off:hover {
	background-image: url("../images/bookmark_off_hover.png");
}
.icon-bookmark-on {
	background-image: url("../images/bookmark_on.png");
}
.icon-bookmark-on:hover {
	background-image: url("../images/bookmark_on_hover.png");
}

#canvasLMS .btn {
	height: 100%;
}
#canvasLMS .btn.btn-select {
	border-color: #4ba3e4;
	box-shadow: 0 0 0 0.1rem #4ba3e4;
}
#canvasSCO .iframe-wrap {
	position: relative;
	height: 0;
	padding: 58% 0 0 0;
}
#canvasSCO .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.evaluation {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.evaluation input[type="radio"] {
	display: none;
}
.evaluation label {
	position: relative;
	padding: 0 2px;
	color: #ccc;
	cursor: pointer;
	font-size: 2rem;
}
.evaluation label:hover,
.evaluation label:hover ~ label,
.evaluation input[type="radio"]:checked ~ label {
	color: #ff9900;
}

#contents.documents .boxContent {
	margin: 5px 0;
	padding: 10px 20px;
	background: #efefef;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	overflow: hidden;
}

.btn-document-history {
	float: right;
	margin-top: -2px;
	margin-right: 3px;
	color: #2b2b2b;
	background: #f2f2f2;
	border: 1px solid #b3b3b3;
	line-height: 1;
	font-size: 75%;
	width: 8em;
}
.btn-document-history:hover {
	color: #2b2b2b;
}

.btn-search {
	color: #2b2b2b;
	background: #f2f2f2;
	border-color: #b3b3b3;
}
.btn-search:hover {
	color: #2b2b2b;
}

#contents.documents h3 {
	padding-bottom: 10px;
	color: #333;
	font-size: 1.3em;
	border-bottom: 2px solid #b3b3b3;
}

#contents.documents h4 {
	margin-bottom: 0;
	padding-left: 5px;
	color: #333;
	font-size: 1em;
}

@media (min-width: 576px) {
	#contents.documents .jumbotron {
		padding: 2rem 2rem;
	}
}
#contents.documents > .jumbotron a {
	color: #1e90ff;
}
#contents.documents > .jumbotron a:hover {
	text-decoration: underline;
}

#contents.documents div.boxScroll {
	overflow-y: auto;
	max-height: 280px;
}

#contents.documents div.search {
	width: auto;
	margin: 10px 0 20px;
	padding: 5px 0 5px 10px;
	overflow: hidden;
	border-left: 5px solid #b3b3b3;
	border-bottom: 1px dotted #ccc;
	font-size: 90%;
}
#contents.documents div.search #searchWords {
	width: 70%;
	margin-right: 5px;
}

ul.tree {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: 400;
}
ul.tree li {
	margin: 3px 0 0;
	list-style: none;
}
ul.tree li.folder {
	padding: 0 0 0 18px;
	background: url(../images/icon_folder.png) no-repeat top left;
}
ul.tree li.file {
	padding: 0 0 0 5px;
}
ul.tree li ul {
	margin: 0 0 0 -5px;
	padding: 0;
}
ul.tree a {
	color: #1e90ff;
	text-decoration: none;
}
ul.tree a.current {
	color: #000;
	background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
	background: -moz-linear-gradient(transparent 0%, #ffff66 0%);
	background: linear-gradient(transparent 0%, #ffff66 0%);
}
.folderLink + ul.folderChilds {
	display: none;
}
.folderLink.open + ul.folderChilds {
	display: block;
}

ul.tree img.icon {
	max-width: 16px;
}

ul.tree span.newMark {
	margin: 0 0 0 5px;
	color: #ff0000;
}
ul.tree span.newMark::before {
	content: "NEW!";
}
ul.tree span.upMark {
	margin: 0 0 0 5px;
	color: #ff0000;
}
ul.tree span.upMark::before {
	content: "UP!";
}

#contents.documents .docview-content {
	font-size: 1.2em;
	position: relative;
}

#contents.documents .documentChoice {
	margin: 0;
}
#contents.documents .documentHead {
	margin: 0 0 1em 0;
}
#contents.documents .documentHead dl {
	margin: 0;
}
#contents.documents .documentHead dl dt {
	clear: both;
	float: left;
	font-weight: bold;
}
#contents.documents .documentHead dl dd {
	float: left;
	margin-bottom: 0.1rem;
	padding-left: 5px;
}
#contents.documents .documentHead dl dd.full {
	clear: both;
}

#contents.documents img.icon {
	max-width: 16px;
}

#contents.documents .searchWord {
	background: -webkit-linear-gradient(transparent 0%, #ffff66 0%) !important;
	background: -moz-linear-gradient(transparent 0%, #ffff66 0%) !important;
	background: linear-gradient(transparent 0%, #ffff66 0%) !important;
}
#contents.documents a > .searchWord {
	color: #333;
}
#contents.documents a.btn-close {
	float: right;
	color: #fff;
	background: #075896;
	border-color: #075896;
	line-height: 1;
	font-size: 75%;
	width: 5em;
	text-decoration: none !important;
}
#contents.documents .fixedBoxBottom {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	bottom: 70px;
	width: 100%;
	text-align: center;
	z-index: 1;
	height: 0;
}
#contents.documents .btn-bottom {
	margin: 0px;
	padding: 6px 15px;
	color: white;
	background-color: #000;
	opacity: 0.7;
	border: none;
	border-radius: 10px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	font-size: 0.8em;
}
#contents.documents a.description {
	padding: 0 0 0 2em;
	color: #ff8c00;
	font-size: 0.7em;
	font-weight: 100;
}

.content-box {
	margin-bottom: 0.5em;
	padding: 10px 15px 10px;
	font-size: 0.9em;
	color: #555555;
	background: #fff;
	border: 1px solid #a9a9a9;
	border-radius: 8px;
}

table.responsive-table {
	margin: 5px auto 20px;
	width: 100%;
	font-size: 90%;
}
table.responsive-table th {
	padding: 6px;
	background: #dcdcdc;
	border: 1px solid #cccccc;
	text-align: center;
}
table.responsive-table td {
	padding: 6px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	text-align: left;
}
@media (max-width: 991px) {
	table.responsive-table {
		border-collapse: separate;
		border-spacing: 0 10px;
		border-left: none;
	}
	table.responsive-table thead {
		display: none;
	}
	table.responsive-table tr {
		background-color: #f6f6f6;
		margin-bottom: 15px;
	}
	table.responsive-table tr {
		background-color: #fff;
	}
	table.responsive-table td {
		background-color: #fff;
	}
	table.responsive-table td {
		display: block;
		padding: 1px 6px;
		width: auto;
		border: none;
		line-height: 1.4;
		box-sizing: border-box;
	}
	table.responsive-table td.title-view::before {
		content: attr(data-title) "：";
		font-weight: bold;
	}
	table.responsive-table td:last-child {
		padding: 1px 6px 6px 6px;
	}
	table.responsive-table td.hide {
		display: none;
	}
}

.badge-new {
	color: #fff;
	background-color: #f00;
}
.badge-reply {
	color: #fff;
	background-color: #f00;
}

.text-orange {
	color: #ff8c00;
}
.text-red {
	color: #ff0000;
}

.exam-detail > dd {
	margin-left: 1rem;
}

.exam-form {
	margin: 0 1em;
}
.exam-form ul.question-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.exam-form ul.question-list li {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.exam-form .question-header {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.exam-form .question-no {
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0.2em 1.5em;
	font-weight: bold;
	color: #fff;
	background: #113366;
	border-radius: 5px;
}
.exam-form .question-text {
	margin: 0em 0.5em 0.5em;
	padding: 0;
}
.exam-form ul.question-list .form-check {
	margin-left: 1em;
}
.exam-form .answer {
	margin: 0.5em 0.2em;
	padding: 0;
}
.exam-form .answer-title {
	color: #094;
}
.exam-form .result {
	color: red;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
.exam-form .result.pass {
	color: red;
}
.exam-form .result.pass_full {
	color: red;
}
.exam-form .result.failure {
	color: blue;
}
.exam-form .correct,
.exam-form .incorrect {
	display: inline-block;
	padding: 0.2em 1.5em;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	border-radius: 5px;
}
.exam-form .correct {
	color: red;
	background: #ffebe9;
}
.exam-form .incorrect {
	color: #5989cf;
	background: #cde4ff;
}
