@charset "utf-8";

body {
	background: #87cefa;
	position: relative;
}

button:focus {
	outline: 0;
}

#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: #87cefa;
}
#header .header-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	/*background: url("../images/header_frame.png") left bottom repeat-x;*/
}
#header > .header-inner > .container {
}
#header h1 {
	text-align: center;
	margin: 0.25rem 0 0.5rem;
}

#header h2 {
	color: #fff;
	text-align: center;
	font-size: 80%;
}
#title {
	padding-top: 0;
}
#title h2 {
	color: #fff;
	text-align: center;
	font-size: 80%;
}
#contents .jumbotron {
	margin-bottom: 0.3rem;
	background: rgba(255, 255, 255, 0.8);
}
#title h2.sub {
	font-size: 120%;
	margin: 5px 0 5px;
	background: #113366;
	padding: 10px 0;
	border-radius: 0.3rem;
}
#header h1 small {
	color: #fff;
	display: block;
	font-size: 0.4em;
	margin-top: 5px;
}

#header .navbar {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 0;
	z-index: 998;
}
.navbar-brand {
	display: none;
}
#header .navbar .nav-item {
	border-bottom: solid 1px #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;
}

#footer {
	/*color: #fff;*/
}

.navbar-light .navbar-toggler {
	position: absolute;
	right: 5px;
	top: 5px;
	border-color: rgba(255, 255, 255, 0.8);
	background: #87cefa;
	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: rgba(0, 0, 0, 0.5);
	font-size: 32px;
}

#navbarToggler {
	background: #fff;
	z-index: 990;
}

#news {
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 80%;
	padding: 5px;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 0.5em;
}

.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 transparent solid;
	border-right-width: 0;
	border-left-color: #f30;
}
.lecture-continued i.arr2:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 20px transparent solid;
	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;
	}
}

.view-thumb {
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
}
.view-thumb:before {
	content: "";
	height: 19px;
	width: 19px;
	background: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	box-shadow: 21px 0 0 #333, 0 21px 0 #333, 21px 21px 0 #333;
	-webkit-box-shadow: 21px 0 0 #333, 0 21px 0 #333, 21px 21px 0 #333;
	-moz-box-shadow: 21px 0 0 #333, 0 21px 0 #333, 21px 21px 0 #333;
}

.btn-viewchange {
}
.btnset-viewchange {
	transform: scale(0.7);
	transform-origin: right bottom;
	margin-top: -25px;
	z-index: 10
}

.view-list {
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
}
.view-list:before {
	content: "";
	height: 6px;
	width: 40px;
	background: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	box-shadow: 0 12px #333, 0 24px #333;
	-webkit-box-shadow: 0 12px #333, 0 24px #333;
	-moz-box-shadow: 0 12px #333, 0 24px #333;
}

.active > .view-thumb:before {
	background: #fff;
	box-shadow: 21px 0 0 #fff, 0 21px 0 #fff, 21px 21px 0 #fff;
	-webkit-box-shadow: 21px 0 0 #fff, 0 21px 0 #fff, 21px 21px 0 #fff;
	-moz-box-shadow: 21px 0 0 #fff, 0 21px 0 #fff, 21px 21px 0 #fff;
}
.active > .view-list:before {
	background: #fff;
	box-shadow: 0 12px #fff, 0 24px #fff;
	-webkit-box-shadow: 0 12px #fff, 0 24px #fff;
	-moz-box-shadow: 0 12px #fff, 0 24px #fff;
}

#contents {
}

#contents .jumbotron {
	margin-bottom: 0.3rem;
	background: rgba(255, 255, 255, 0.8);
}

#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: -moz-linear-gradient(top, #d5e9f8 50%, #fff);
	background: -webkit-linear-gradient(top, #d5e9f8 50%, #fff);
	background: -ms-linear-gradient(top, #d5e9f8 50%, #fff);
	background: linear-gradient(top, #d5e9f8 50%, #fff);
	border-radius: 1em !important;
}
#block-menu a.level01.complete {
	background: #f8d5d5;
	background: -moz-linear-gradient(top, #f8d5d5 50%, #fff);
	background: -webkit-linear-gradient(top, #f8d5d5 50%, #fff);
	background: -ms-linear-gradient(top, #f8d5d5 50%, #fff);
	background: linear-gradient(top, #f8d5d5 50%, #fff);
}
#block-menu a.level01 span.txt {
	color: #06c;
	display: block;
}
#block-menu a.level01 > span.txt:first-letter {
	font-size: 1.8em;
}
#block-menu a.level01.link,
#block-menu a[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: -moz-linear-gradient(top, #b1dff4 50%, #b1dff4);
	background: -webkit-linear-gradient(top, #b1dff4 50%, #b1dff4);
	background: -ms-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: #999 1px solid;
	border-right: #999 1px solid;
	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: 60%;
}
#block-menu a.level02 {
	background: #ffd1d1;
	padding: 20px 10px;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	font-size: 1rem;
}
#block-menu a.level02.complete {
	background: #e9e9e9;
}
#block-menu a.level02.no-chapter {
	background: #e9e9e9;
}
#block-menu .btn-wrap {
	padding: 10px;
	background: #ffffff;
	border: solid 1px #accce9;
}
#block-menu .btn-wrap .btn-lg {
	padding: 0.7rem 0.4rem;
	font-size: 1rem;
}
#block-menu a > i {
	font-size: 32px;
	font-style: normal;
	position: absolute;
	right: -5px;
	top: -5px;
	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;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	display: block;
	height: 44px;
	width: 44px;
}

#block-menu a > i.icon-up {
	position: relative;
	color: #f00 !important;
	right: 0px;
	top: 0px;
	margin-right: 3px;
	font-size: 14px;
}

.icon-complete {
	transform: scale(1.1);
	transform-origin: right top;
	color: #f00 !important;
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #888;
}
.icon-complete:after,
.icon-complete:before {
	content: "";
	height: 28px;
	width: 6px;
	display: block;
	background: #fff;
	position: absolute;
	top: 6px;
	left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-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 {
	height: 12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 18px;
	left: 8px;
}

.btn-default {
	color: #000;
	background: #4ba3e4;
	border-color: #4ba3e4;
	font-size: 90%;
}

.btn-default-radious {
	border-radius: 0.3em !important;
}

.btn-default:disabled {
	background: #ccc;
	border-color: #ccc;
}

.btn-still {
	color: #000;
	background: #f66;
	border-color: #f66;
	font-size: 90%;
	text-align: left;
}

.btn-continued {
	color: #000;
	background: #ffe273;
	border-color: #ffe273;
	font-size: 90%;
	text-align: left;
}

.btn-end {
	color: #000;
	background: #e9e9e9;
	border-color: #e9e9e9;
	font-size: 90%;
	border: solid 1px #a9a9a9;
	text-align: left;
}

.btn-history {
	color: #000;
	background: #3cb371;
	border-color: #3cb371;
	font-size: 90%;
}

.btn-halfway {
	color: #000;
	background: #ffe273;
	border-color: #ffe273;
	border: none;
	position: relative;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	background: #d5e9f8;
	background: -moz-linear-gradient(top, #fbe79a 50%, #fff);
	background: -webkit-linear-gradient(top, #fbe79a 50%, #fff);
	background: -ms-linear-gradient(top, #fbe79a 50%, #fff);
	background: linear-gradient(top, #fbe79a 50%, #fff);
	border-radius: 1em !important;
}
.btn-halfway .arr1 {
	left: 10px;
}
.btn-halfway .arr2 {
	right: 10px;
}
.btn-halfway span {
	font-size: 1.8em;
}

#sitemap {
	background: rgba(255, 255, 255, 0.8);
}
#sitemap .card-header {
	color: #fff;
	background: #113366;
}
#sitemap .list-group-item {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background: transparent;
}
#sitemap .list-group-item[data-toggle="collapse"] {
	cursor: pointer;
}
#sitemap .list-group-item[aria-expanded="false"]::after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	width: 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#sitemap .list-group-item[aria-expanded="true"]::after {
	font-family: FontAwesome;
	content: "\f106";
	display: inline-block;
	width: 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#sitemap li {
	list-style: none;
}
#sitemap li.item-curriculum {
	padding-left: 3.5rem;
}
#sitemap li.odd {
	background: rgba(255, 255, 255, 0.5);
}
#sitemap li.even {
	background: rgba(255, 255, 255, 0.3);
}
#sitemap li.complete {
	background: #e9e9e9;
}
#sitemap li.still {
	background: #ffd1d1;
}
#sitemap li.item-chapter,
#sitemap li.item-other {
	padding-left: 4.5rem;
}
#sitemap li.item-curriculum:before,
#sitemap li.item-chapter:before,
#sitemap li.item-other:before {
	content: "└";
	width: 1rem;
	margin-left: -1em;
}
#sitemap i.icon-up {
	position: relative;
	color: #f00 !important;
	right: 0px;
	top: 0px;
	margin-right: 3px;
}

.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: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-outline-footemenu {
	color: #fff;
	border-color: #075896;
	background: #075896;
	line-height: 1.5;
	font-size: 75%;
}
@media (min-width: 576px) {
	.btn-outline-footemenu {
		font-size: 80%;
	}
}
.btn-outline-footemenu:hover {
	color: #000;
	border-color: #fff;
	background: #fff;
}
.btn-outline-footemenu-single {
	padding: 0.96rem 0.75rem;
}

.btn-outline-footemenu .badge-num {
	position: absolute;
	top: 3px;
	right: 7px;
	font-size: 100%;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.1rem #fff;
}

.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;
}

.btnset-footermenu .border-left {
	border-left: solid 1px #2f92db !important;
}

.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%;
}
#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;
}

.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: solid 1px #2790de;
}
.info-detail div.detail {
	margin-bottom: 1em;
}
.info-detail div.attachments {
	margin-bottom: 1em;
}

#contents.voice .jumbotron {
	margin-bottom: 1rem;
	padding: 1rem;
}
#contents.voice .jumbotron h3 {
	font-size: 1.5rem;
}

#contents.voice .jumbotron .avatar {
	max-width: 50px;
}
#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;
}
.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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
}
.rankiing-icon:after {
	content: "";
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: -9px;
	border: 10px transparent solid;
	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: solid 1px #666;
	height: 24px;
	display: block;
	position: relative;
	width: 24px;
	text-align: center;
	transform-origin: right bottom;
	transform-origin: left top;
	border-radius: 4px;
}

.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: none;
}
.history .card-header {
	color: #ffffff;
	background-color: #075896;
}
.nav-pills .nav-item {
	padding: 2px;
}
.nav-pills .nav-link {
	color: #ffffff;
	border-radius: 1em;
}
.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;
}
.history .card-body .card-title {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #2790de;
}
.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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 5px;
}

.any:before {
	content: "任意";
	background: #808080;
	color: #fff;
	font-size: 0.7em;
	padding: 0.3em 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 5px;
}

.ext-txt {
	padding: 0.375rem 0;
}

.form-title {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #2790de;
}
.form-title:before {
	content: "";
	padding-left: 8px;
	border-left: solid 5px #010079;
}

i.icon-lecture-incomplete:before {
	content: "●";
	color: #f00;
	font-size: 24px;
	margin-right: 5px;
}

i.icon-lecture-halfway:before {
	content: "●";
	color: #ffe273;
	font-size: 24px;
	margin-right: 5px;
}

i.icon-lecture-complete:before {
	content: "○";
	color: #333;
	font-size: 24px;
	margin-right: 5px;
}

i.icon-lecture-test:before {
	content: "●";
	color: #f00;
	font-size: 24px;
	margin-right: 5px;
}

.lecture {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.lecture .jumbotron {
	padding-top: 10px;
}

.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 .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;
}

.icon-like,
.icon-liked {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("../images/like.png");
	background-size: cover;
	vertical-align: middle;
}
a > .icon-like:hover {
	background-image: url("../images/like2.png");
}
.icon-liked {
	background-image: url("../images/like2.png");
}

.icon-feedback {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("../images/comment.png");
	background-size: cover;
	vertical-align: middle;
}

.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;
}

.badge-new {
	color: #fff;
	background-color: #f00;
}

.text-orange {
	color: #ff8c00;
}
.text-red {
	color: #ff0000;
}

@media (min-width: 576px) {
	#block-menu a.level01 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	#block-menu a.level01 span.txt {
		color: #06c;
		font-size: 1.5rem;
	}
	#block-menu a > i {
		font-size: 34px;
		line-height: 1.3;
	}
	#block-menu a > i.icon-up {
		font-size: 24px;
	}
	.icon-num {
		border-radius: 22px;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		height: 44px;
		width: 44px;
	}
	.icon-complete {
		transform: scale(1.1);
	}
	#contents.voice .jumbotron {
		padding: 1.5rem 2rem;
	}
	#contents.voice .jumbotron .avatar {
		max-width: 70px;
	}
	.rankiing-icon,
	.rank-other {
		transform: scale(1.4);
	}
	.lecture .jumbotron {
		padding: 1rem 1rem;
	}
	.history .nav-pills .nav-link {
		padding: 0.5em 0.7em;
		font-size: 0.9em;
	}
	.history .card-body {
		padding: 1rem 2rem;
	}
}
