@charset "utf-8";

body {
	position: relative;
	background: #2790de;
}

a:focus,
button:focus {
	outline: 0;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.1rem #fff;
}

.btn-default {
	font-size: 90%;
	color: #000;
	background: #4ba3e4;
	border-color: #4ba3e4;
}
.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-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: 1px solid #a9a9a9;
	font-size: 90%;
	text-align: left;
}
.btn-end.point-reacquired {
	padding-right: 1.5em;
	background-image: url(../images/reacquire.png);
	background-size: 1.8em;
	background-position: right 0.1em bottom 0.1em;
	background-repeat: no-repeat;
}

.btn-still:disabled,
.btn-continued:disabled,
.btn-end:disabled {
	background: rgba(255, 255, 255, 0.8);
	border-color: #2790de;
}

.btn-text {
	color: #000;
	background: #4ba3e4;
	border-color: #4ba3e4;
	font-size: 90%;
}

.btn-audio {
	color: #000;
	background: #4ba3e4;
	border-color: #4ba3e4;
	font-size: 90%;
}

.btn-history {
	color: #000;
	background: #3cb371;
	border-color: #3cb371;
	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.6em;
}

.icon-num {
	background: #f00;
	color: #fff;
	border-radius: 22px;
	display: block;
	height: 44px;
	width: 44px;
}

i.icon-up {
	margin-right: 3px;
	font-style: normal;
	color: #f00 !important;
}

i.icon-back {
	display: inline-block;
	padding-left: 0.5rem;
	width: 1.8rem;
	height: 1.8rem;
	color: #fff;
	background: #336699;
	border: 2px solid #aad7f0;
	border-radius: 0.9rem;
	text-align: left;
	vertical-align: text-bottom;
}
i.icon-back::after {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
}

.icon-complete {
	transform: scale(1.1);
	transform-origin: right top;
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	color: #f00 !important;
	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);
}

.icon-key {
	display: block;
	margin-right: 2px;
	margin-top: 2px;
	height: 0.8em;
	width: 0.8em;
	background: transparent;
	background-image: url(../images/key.png);
	background-size: 0.8em;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-reacquire {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: -1em 0;
	background: transparent;
	background-image: url(../images/reacquire.png);
	background-size: 1.6em;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.collapse-icon[data-toggle="collapse"] {
	cursor: pointer;
}
.collapse-icon[aria-expanded="false"]::after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	width: 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.collapse-icon[aria-expanded="true"]::after {
	font-family: FontAwesome;
	content: "\f106";
	display: inline-block;
	width: 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#header {
	position: relative;
	z-index: 100;
}
#header.jumbotron {
	position: fixed;
	top: 0;
	width: 100%;
	height: 116px;
	margin-bottom: 0.5rem;
	background-color: transparent;
	background-image: url("../images/header.jpg");
	background-size: cover;
	background-position: center 60%;
}
#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;
}
#header h1 small {
	color: #fff;
	display: block;
	font-size: 0.34em;
}

#header h2 {
	color: #fff;
	text-align: center;
	font-size: 80%;
}
#header .navbar {
	position: absolute;
	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: 15px 30px;
}
@media (max-height: 779px) {
	#header .navbar .nav-item a {
		padding: 8px 30px;
	}
}
@media (max-height: 659px) {
	#header .navbar .nav-item a {
		padding: 6px 15px;
	}
}
@media (max-height: 539px) {
	#header .navbar .nav-item a {
		padding: 3px 15px;
	}
}
#header .navbar .nav-item a:active,
#header .navbar .nav-item a:hover {
	background: #d5e9f8;
}
.navbar-light .navbar-toggler {
	position: absolute;
	right: 5px;
	top: 5px;
	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: rgba(0, 0, 0, 0.5);
	font-size: 32px;
}
#navbarToggler {
	background: #fff;
	z-index: 990;
}

#title {
	padding-top: 120px;
}
#title h2 {
	font-size: 80%;
	text-align: center;
	color: #fff;
}
#title h2.sub {
	margin: 5px 0 5px;
	padding: 10px 0;
	font-size: 120%;
	background: #113366;
	border-radius: 0.3rem;
}
#title h2.sub small {
	font-size: 0.9rem;
}

#footer {
	color: #fff;
}

h2#news-header {
	font-size: 100%;
}
@media (min-width: 576px) {
	h2#news-header {
		font-size: 1.8em;
	}
}

.news {
	display: flex;
	margin-bottom: 1em;
	padding: 5px 5px 5px 5em;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #212529;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 8px;
}
@media (max-width: 1199px) {
	.news {
		padding-left: 2em;
	}
}
@media (max-width: 991px) {
	.news {
		padding-left: 5px;
		font-size: 1.2rem;
	}
}
@media (max-width: 575px) {
	.news {
		font-size: 0.8rem;
	}
}
.news a {
	color: #212529;
}

.news {
	width: 100%;
	flex-wrap: wrap;
}
.news > .news-date,
.news > .news-icon,
.news > .news-title {
	text-align: left;
	vertical-align: top;
}
.news > .news-date {
	flex-basis: 6em;
}
.news > .news-icon {
	flex-basis: 4em;
	margin-top: -0.1em;
}
.news > .news-title {
	flex-basis: calc(100% - 11em);
}
@media (max-width: 575px) {
	.news > .news-date {
		flex-basis: 100%;
	}
	.news > .news-icon {
		flex-basis: 4em;
		margin-bottom: 0.3em;
	}
	.news > .news-title {
		flex-basis: calc(100% - 5em);
		margin-bottom: 0.3em;
	}
}

/* お知らせアイコン */
.koza_icon,
.report_icon,
.question_icon,
.exam_icon,
.news_icon {
	display: inline-block;
	margin: 0 0.2em 0 0;
	padding: 0.1em 0 0.1em 0;
	width: 6em;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #aaaaaa;
	border-radius: 10px 10px 10px 10px;
}
@media (min-width: 576px) {
	.koza_icon,
	.report_icon,
	.question_icon,
	.exam_icon,
	.news_icon {
		padding: 0.1em 0 0.2em 0;
		width: 6em;
		font-size: 0.6em;
	}
}
.koza_icon {
	background: #4ea1d5;
}
.report_icon {
	background: #e85a70;
}
.question_icon {
	background: #73d0c2;
}
.exam_icon {
	background: #f09199;
}
.news_icon {
	background: #ffc530;
}

.news_important {
	color: #dc143c;
	font-weight: bold;
	font-style: normal;
}

.banner-link img {
	max-width: 100%;
}

.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;
	}
}

.total-views {
	margin: 0.25rem;
	color: #fff;
	font-weight: bold;
}
@media (min-width: 576px) {
	.total-views {
		font-size: 1.4em;
	}
}

.btnset-viewchange {
	margin-top: 0;
}
.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: #333;
	border-radius: 4px;
	box-shadow: 15px 0 0 #333, 0 15px 0 #333, 15px 15px 0 #333;
}
.active > .view-thumb::before {
	background: #fff;
	box-shadow: 15px 0 0 #fff, 0 15px 0 #fff, 15px 15px 0 #fff;
}

.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: #333;
	border-radius: 4px;
	box-shadow: 0 9px #333, 0 18px #333;
}
.active > .view-list::before {
	background: #fff;
	box-shadow: 0 9px #fff, 0 18px #fff;
}

.view-bookmark {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	background-image: url("../images/bookmark4.png");
	background-size: cover;
}
.active > .view-bookmark {
	background-image: url("../images/bookmark3.png");
}

#contents {
}

#contents .jumbotron {
	margin-bottom: 0.3rem;
	background: rgba(255, 255, 255, 0.8);
}

.block-menu h2 {
	margin: 10px 0 6px;
	padding: 0.5em 1.2em;
	font-size: 1em;
	color: #fff;
	background: #113366;
	border-radius: 3px;
}
.block-menu .col-12:first-of-type > h2 {
	margin-top: 2px;
}
.block-menu a,
.block-menu a.scorebox {
	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,
.block-menu a.scorebox {
	margin-bottom: -1px;
	height: 100%;
	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-radius: 1em !important;
}
@media (min-width: 576px) {
	.block-menu a.level01,
	.block-menu a.scorebox {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}

.block-menu a.scorebox {
	margin-bottom: 30px;
}

.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,
.block-menu a.scorebox span.txt {
	display: block;
	color: #06c;
	font-size: 1.35rem;
}
.block-menu a.level01 > span.txt::first-letter,
.block-menu a.scorebox > span.txt::first-letter {
	font-size: 2.3rem;
}
@media (max-width: 575px) {
	.block-menu a.level01 span.txt,
	.block-menu a.scorebox span.txt {
		font-size: 0.85rem;
	}
	.block-menu a.level01 > span.txt::first-letter,
	.block-menu a.scorebox > span.txt::first-letter {
		font-size: 1.8rem;
	}
}
.block-menu a.level01 span.txt.txt-small,
.block-menu a.scorebox span.txt.txt-small {
	font-size: 0.75rem;
}
@media (max-width: 575px) {
	.block-menu a.level01 span.txt.txt-small,
	.block-menu a.scorebox span.txt.txt-small {
		font-size: 0.45rem;
	}
}
.block-menu a,
.block-menu a.scorebox {
	display: block;
	padding: 10px;
	text-decoration: none;
	position: relative;
}
.block-menu a.level01:hover,
.block-menu a.level01[aria-expanded="true"],
.block-menu a.scorebox:hover {
	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[aria-expanded="false"]::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;
	-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,
.block-menu a.scorebox img.icon {
	width: 60%;
}
.block-menu a.level02 {
	padding: 20px 10px;
	font-size: 1rem;
	background: #ffd1d1;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.block-menu a.level02.complete {
	background: #e9e9e9;
}
.block-menu a.level02.complete.point-reacquired {
	background-image: url(../images/reacquire.png);
	background-size: 2.2em;
	background-position: right 0.2em bottom 0.2em;
	background-repeat: no-repeat;
}
.block-menu a.level02.no-chapter {
	background: #e9e9e9;
}
.block-menu a.level02 small {
	font-size: 0.9rem;
}
.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 a > i {
	position: absolute;
	right: -5px;
	top: -5px;
	font-size: 32px;
	font-style: normal;
	line-height: 1.3;
}
@media (min-width: 576px) {
	.block-menu a > i {
		font-size: 34px;
	}
}

.block-menu div.box-level01 {
	margin-bottom: 15px;
	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);
}

.block-menu a > i.icon-up {
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 14px;
}
@media (min-width: 576px) {
	.block-menu a > i.icon-up {
		font-size: 24px;
	}
}

.block-icon2 > .card {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #b3b3b3;
}
.block-icon2 > .card > .card-header {
	color: #fff;
	background: #113366;
	border-bottom: 1px solid #b3b3b3;
}
.block-icon2 h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #113366;
	font-size: 1.3rem;
}
.block-icon2 h2 > img.icon {
	text-align: center;
}

.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: transparent;
}
.class-list > .card > .card-header img.icon {
	width: auto;
	height: 1em;
}
.curriculum-list {
	padding: 0 0.3em;
}
.curriculum-list > .card {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(0, 0, 0, 0.125);
}
.curriculum-list > .card:nth-child(even) {
	background: rgba(255, 255, 255, 0.3);
}
.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-body {
	background: transparent;
}
.curriculum-list .list-group-item:hover {
	text-decoration: none;
}

.sitemap {
}
.sitemap h2 {
	margin: 2px 0 6px;
	padding: 0.5em 1.2em;
	font-size: 1em;
	color: #fff;
	background: #113366;
	border-radius: 3px;
}
.sitemap > .card-header {
	color: #fff;
	background: #113366;
}
.sitemap .class-list {
	margin-bottom: 20px;
}
.sitemap .class-list:last-of-type {
	margin-bottom: 10px;
}
.sitemap .class-list > .card {
	background: rgba(255, 255, 255, 0.8);
}
.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: "└";
	width: 1rem;
	margin-left: -1.5rem;
	margin-right: 0.2em;
}

.bookmark {
	background: rgba(255, 255, 255, 0.8);
}
.bookmark > .card-header {
	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%;
}

.class-list .icon-key {
	display: inline-block;
	margin: 0;
	width: 1em;
	height: 1em;
	background-size: 1em;
}

.btn-footemenu {
	color: #fff;
	background-color: #133a58;
	border-color: #133a58;
	font-size: 80%;
}
.btn-footemenu:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}
.btn-outline-footemenu {
	color: #fff;
	border-color: #075896;
	background: #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: #000;
	background: #fff;
	border-color: #fff;
}
.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;
}

.footer-caution {
	color: #fff;
	font-size: 80%;
}

.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;
}

.modal-dialog.modal-strap {
	max-width: 560px;
}
@media (max-width: 575px) {
	.modal-dialog.modal-strap {
		max-width: auto;
	}
}
.modal-dialog.modal-strap .modal-content {
	padding: 0.5em;
	font-size: 1.2rem;
	background: linear-gradient(155deg, #ffff00, #66ffff);
	border-radius: 0.5em;
}
.modal-dialog.modal-strap .modal-header {
	padding: 0.25rem 0.75rem;
	color: #fff;
	background: #002060;
	border-radius: 0.3em;
}
.modal-dialog.modal-strap .close {
	right: 1em;
	top: 0.6em;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.modal-dialog.modal-strap .modal-body {
	margin-top: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1em;
	color: #000;
	background: #ffffff;
	border-radius: 0.3em;
}
@media (max-width: 575px) {
	.modal-dialog.modal-strap .modal-body {
		padding-right: 0.1em;
		font-size: 0.7em;
	}
}
@media (max-width: 375px) {
	.modal-dialog.modal-strap .modal-body {
		font-size: 0.65em;
	}
}
.modal-dialog.modal-check .modal-body {
	padding-left: 4em;
	background-size: 2.5em;
	background-position: left 0.6em top 1em;
	background-repeat: no-repeat;
	background-image: url(../images/reacquire.png);
}
@media (max-width: 575px) {
	.modal-dialog.modal-check .modal-body {
		padding-left: 3em;
		background-size: 2em;
		background-position: left 0.3em top 1.4em;
	}
}

img.icon {
	width: 25px;
}

.info {
	width: 100%;
}

.info .jumbotron {
	padding: 2rem 1rem;
}
@media (min-width: 576px) {
	.info .jumbotron {
		padding: 4rem 2rem;
	}
}

.info .news {
	font-size: 1.1rem;
}
@media (max-width: 575px) {
	.info .news {
		font-size: 1rem;
	}
}
.info .news > .news-icon {
	margin-top: -0.2em;
	margin-bottom: 0.5em;
}
.info .news > .news-title {
	margin-bottom: 0.5em;
}
@media (max-width: 575px) {
	.info .news > .news-icon {
		margin-top: -0.1em;
	}
}

.info-detail h3 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px solid #2790de;
}
@media (max-width: 575px) {
	.info-detail h3 {
		font-size: 1rem;
	}
}
.info-detail div.detail {
	margin-bottom: 1em;
}
.info-detail div.attachments {
	margin-bottom: 1em;
}

#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: none;
}
.history .card-header {
	color: #ffffff;
	background-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 .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;
	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: 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;
}
@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.png");
	background-size: cover;
	vertical-align: middle;
}
.icon-bookmark-off:hover {
	background-image: url("../images/bookmark_hover.png");
}
.icon-bookmark-on {
	background-image: url("../images/bookmark2.png");
}
.icon-bookmark-on:hover {
	background-image: url("../images/bookmark2_hover.png");
}

#canvasLMS .btn {
	padding: 0.5em 1em;
	height: 100%;
	border-width: 0.1em;
}
#canvasLMS .btn.btn-select {
	padding: 0.3em 0.8em;
	border: 0.3em solid #4ba3e4;
	box-shadow: 0 0 0 0.1rem #4ba3e4;
	font-weight: bold;
}
#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,
.icon-feedback-sent {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("../images/comment.png");
	background-size: cover;
	vertical-align: middle;
}
a > .icon-feedback:hover {
	background-image: url("../images/comment2.png");
}
.icon-feedback-sent {
	background-image: url("../images/comment2.png");
}

.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;
}

.score {
	position: relative;
	text-align: center;
	display: block;
	border-radius: 50px;
	max-width: 360px;
	margin: 0 auto 10px;
	height: 70px;
	background: #fff;
	padding: 2px;
	background: linear-gradient(160deg, #ffff00, #21ff00, #01abea);
}
.score.top-score a {
	color: #000;
	text-decoration: none;
}
.score > a {
	border-radius: 50px;
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
	text-decoration: none;
}
.score > a:hover {
	background: #fff5e1;
}
.score > a > span.title,
.score > a > span.subtitle {
	font-size: 1rem;
	padding-top: 5px;
	display: block;
	text-align: center;
}
.score > a > span.title {
	font-size: 1.25rem;
	font-weight: 500;
}
.score > a > b.num {
	font-size: 2.4rem;
}
.score-container {
	background: #ddf6ff;
	border-radius: 1em !important;
	position: relative;
	padding: 3% 2%;
	margin-bottom: 15px;
	overflow: hidden;
	border: 2px solid #385d8a;
}
@media (max-width: 991px) {
	.score-container {
		padding: 2% 2%;
	}
}
.score-container .score-class-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	margin: 2% 8% 0;
	text-align: center;
	font-size: 1em;
}
@media (max-width: 991px) {
	.score-container .score-class-box {
		position: static;
		float: left;
		margin: 2% 2%;
		width: 46%;
		font-size: 0.7em;
	}
}
.score-container .score-class-icon {
	line-height: 1.1;
	font-size: 1em;
}
.score-container .score {
	margin-top: 10px;
}

.score-container .score-class-box .score-class-img {
	margin: 5px 0 0;
	height: 80px;
}
.score-container .score-class-box .num {
	font-size: 1.3em;
	font-weight: bold;
}
.score-container .score-ranking-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	margin: 2% 8%;
}
@media (max-width: 991px) {
	.score-container .score-ranking-box {
		position: static;
		float: right;
		margin: 2% 2%;
		width: 46%;
	}
}
.score-container .score-ranking-box .score-ranking-detail {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 1.5;
}
.score-container .score-ranking-box .score-ranking-detail dt {
	width: 40%;
	line-height: 1.2;
}
.score-container .score-ranking-box .score-ranking-detail dd {
	width: 60%;
	line-height: 1.2;
	text-align: right;
}

.score-container .score-ranking-box .title,
.score-container .score-class-box .title {
	text-align: center;
	background: #000;
	display: block;
	border-radius: 5px;
	color: #fff;
	padding: 1%;
	font-size: 1.1rem;
}
span.point-link {
	background: #01abea;
	border: 1px solid #01abea;
	border-radius: 5px;
	color: #fff !important;
	position: absolute !important;
	width: 80%;
	display: block;
	text-align: center;
	padding: 2%;
	margin-left: 5%;
	text-decoration: none;
	font-size: 1.3rem;
}
a.scorebox:hover span.point-link {
	background: #0389ba;
	border: 1px solid #0389ba;
}

body.page-score {
	background: url(../images/bg_score.jpg) no-repeat center top #4025cc;
	background-size: 100% auto;
	background-attachment: fixed;
}
body.page-score #header.jumbotron {
	background-image: none;
}
body.page-score #header .header-inner {
	background: url(../images/bg_score.jpg) no-repeat center top #4025cc;
	background-size: 100% auto;
}
body.page-score .btnset-footermenu .border-left {
	border-left: 1px solid #4025cc !important;
}
body.page-score .btnset-footermenu .btn {
	background-color: rgba(255, 255, 255, 0.3);
}
body.page-score .btnset-footermenu .btn:hover {
	background-color: #fff;
}
body.page-score.page-medal #title {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	padding-top: 120px;
	width: 100%;
	background: url(../images/bg_score.jpg) no-repeat center top #4025cc;
	background-size: 100% auto;
	z-index: 99;
}
body.page-score.page-medal #contents {
	padding-top: 250px;
}
@media (max-width: 991px) {
	body.page-score.page-medal #contents {
		padding-top: 270px;
	}
}
@media (max-width: 539px) {
	body.page-score.page-medal #contents {
		padding-top: 220px;
	}
}

/* new score strap manager */
img.gray {
	filter: grayscale(100%);
	opacity: 0.3;
}
.card-main {
	background: rgba(255, 255, 255, 0.3);
	border: none;
	backface-visibility: hidden;
}
.card-main .card-header {
	background-color: transparent;
}
.card-medal {
	/*	min-height: 300px; */
	padding: 0.75rem 0 0;
	border-radius: 20px;
}
.card-medal .card-header {
	border-bottom: 1px solid #022260;
}
.card-medal .card-header > .row {
	/* 	min-height: 130px; */
}
.card-main.card-class {
	padding: 0.75rem 1.25rem 0;
	background: transparent;
	margin-bottom: 0px;
}
.exp-icon {
	width: 20px;
	vertical-align: sub;
	margin: 0 4px;
}
.medal-recommend {
	margin: 0 auto 5px;
	padding: 2px 0;
	width: 5em;
	color: #fff;
	background: #f22;
	border-radius: 5px;
	text-align: center;
}
.medal-level {
	margin: 0 auto;
	max-width: 180px;
	text-align: center;
	font-size: 18px;
}
@media (max-width: 991px) {
	.medal-level {
		font-size: 11px;
	}
}
.medal-level img {
	width: 60px;
}
@media (max-width: 991px) {
	.medal-level img {
		width: 35px;
	}
}
.icon-wrapc {
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 10%;
	margin: 0 auto 3px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #fff, #b6cfd8);
}
@media (max-width: 991px) {
	.icon-wrapc {
		width: 35px;
		height: 35px;
	}
}
.btn-medal-learning small {
	font-size: 0.8rem;
}
.icon-wrapc img {
	width: 100%;
	max-height: 100%;
}
.score-v2 {
	max-width: 100%;
	padding: 2px;
	border-radius: 20px;
	height: auto;
	margin-bottom: 0;
}
.score-v2 a {
	border-radius: 20px;
}
.score.score-v2 a span.title,
.score.score-v2 a span.subtitle {
	padding-top: 5px;
}
@media (max-width: 991px) {
	.score.score-v2 a span.subtitle {
		font-size: 0.8rem;
	}
}
.score.score-v2 a b.num {
	font-size: 2rem;
}
@media (max-width: 991px) {
	.score.score-v2 a b.num {
		font-size: 1.5rem;
	}
}
.btn-rule {
	height: 50px;
	line-height: 40px;
	color: #fff;
	background-color: #022260;
	border-color: #fff;
}
@media (max-width: 991px) {
	.btn-rule {
		height: 60px;
		line-height: 46px;
	}
}
.btn-rule:hover {
	border: 1px solid #fff;
	background-color: #fff;
	border-color: #fff;
	color: #022260;
}
.label-level {
	margin: 5px auto 10px;
	width: 6em;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: none;
}
.class-medal {
	margin: 0 auto;
	max-width: 480px;
	height: 4.5rem;
	font-size: 2rem;
	letter-spacing: 0.2em;
	text-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.class-medal {
		height: 3rem;
		font-size: 1.5rem;
		letter-spacing: 0.2em;
	}
}
@media (max-width: 539px) {
	.class-medal {
		height: 2.5rem;
		font-size: 1rem;
		letter-spacing: 0;
	}
}
.score-class-icon {
	text-align: center;
}
.score-class-icon img {
	height: 125px;
	/*
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .4));
	*/
}
@media (max-width: 991px) {
	.score-class-icon img {
		height: 100px;
	}
}
@media (max-width: 575px) {
	.score-class-icon img {
		height: 80px;
	}
}
.class-master-img {
	background-image: url(../images/icon_sels_master.png);
	background-size: 60px;
	background-position: calc(50% - 120px) bottom;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.class-master-img {
		background-size: 50px;
		background-position: calc(50% - 90px) bottom;
	}
}
@media (max-width: 575px) {
	.class-master-img {
		background-size: 30px;
		background-position: calc(50% - 55px) bottom;
	}
}

.class-medal img {
	width: 2.5rem;
}
@media (max-width: 991px) {
	.class-medal img {
		width: 2rem;
	}
}
@media (max-width: 539px) {
	.class-medal img {
		width: 1.3rem;
	}
}
.btn-rounded {
	border-radius: 45px;
}
.box-selectbunya {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991px) {
	.box-selectbunya .form-control {
		font-size: 12px;
	}
}
.view-ranking {
	padding: 0 0 0.5em 0;
	font-size: 0.9rem;
	font-weight: normal;
}
@media (max-width: 991px) {
	.view-ranking {
		font-size: 0.8rem;
	}
}
@media (max-width: 767px) {
	.view-ranking {
		font-size: 0.8rem;
	}
}
@media (max-width: 575px) {
	.view-ranking {
		font-size: 0.8rem;
	}
}
.view-ranking.d-flex {
	flex-wrap: wrap;
	justify-content: center;
}
.view-ranking .ranking-row-title {
	font-weight: bold;
}
@media (max-width: 575px) {
	.view-ranking.d-flex .ranking-row-title {
		margin: 0 auto;
		width: 100%;
	}
}
.view-ranking.d-flex > .ranking-title {
	flex-basis: 4em;
	margin-left: calc(50% - 8.75em);
	margin-bottom: 0.2em;
	text-align: right;
}
.view-ranking.d-flex > .ranking-value {
	flex-basis: 5em;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
	text-align: right;
}
.view-ranking.d-flex > .ranking-difference {
	flex-basis: 8em;
	margin-right: calc(50% - 8.75em);
	margin-bottom: 0.2em;
	text-align: left;
}

i.rank-up,
i.rank-down,
i.rank-nochange {
	display: inline-block;
	width: 1em;
	line-height: 1em;
	font-family: FontAwesome;
	font-style: normal;
	text-align: center;
}
i.rank-up::after {
	content: "\f148";
	/*
	content: "\f176";
	content: "\f062";
	*/
	color: #f00;
}
i.rank-down::after {
	content: "\f149";
	/*
	content: "\f175";
	content: "\f063";
	*/
	color: #33f;
}
i.rank-nochange::after {
	font-size: 0.9em;
	content: "\f178";
	/*
	content: "\f061";
	*/
}

.card-jukobox {
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.card-jukobox .h5 {
		font-size: 80%;
	}
	.card-jukobox .h6 {
		font-size: 80%;
	}
}
.btn-medal-learning {
	position: relative;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #022260;
	border-color: #022260;
}
@media (max-width: 991px) {
	.btn-medal-learning {
		font-size: 0.8rem;
	}
}
.btn-medal-learning:hover {
	color: #fff;
	background: #f00;
	border-color: #f00;
}
.btn-medal-learning.complete {
	color: #fff;
	background: #7b7b7b;
	border-color: #7b7b7b;
}
.btn-medal-learning.complete:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}
.btn-medal-learning.can-not-learn {
	padding-top: calc(0.8rem + 6px);
}
.btn-medal-learning.can-not-learn::after {
	content: "　終了講座　";
	display: block;
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 0.8rem;
	background: #7b7b7b;
	border: 1px solid #fff;
	border-radius: 5px;
}
@media (max-width: 991px) {
	.btn-medal-learning.can-not-learn::after {
		font-size: 0.7rem;
	}
}
@media (max-width: 991px) {
	.text-nextrank {
		font-size: 12px;
	}
	.text-nextfab {
		font-size: 12px;
	}
}
.count-medal > .col {
	flex-basis: inherit;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
}
.row-cols-1 > .col {
	max-width: 100%;
	flex: 0 0 100%;
}
.row-cols-1 > .col img {
	width: 15%;
}
.row-cols-2 > .col {
	max-width: 50%;
	flex: 0 0 50%;
}
.row-cols-2 > .col img {
	width: 30%;
}
.row-cols-3 > .col {
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.row-cols-3 > .col img {
	width: 60%;
}
.row-cols-4 > .col {
	max-width: 25%;
	flex: 0 0 25%;
}
.row-cols-4 > .col img {
	width: 60%;
}
.row-cols-5 > .col {
	max-width: 20%;
	flex: 0 0 20%;
}
.row-cols-5 > .col img {
	width: 70%;
}
@media (max-width: 991px) {
	.row-cols-5 > .col img {
		width: 80%;
	}
}
.row-cols-6 > .col {
	max-width: 16.66%;
	flex: 0 0 16.66%;
}
.row-cols-6 > .col img {
	width: 80%;
}
@media (max-width: 991px) {
	.row-cols-6 > .col img {
		width: 90%;
	}
}
.top-class-icon {
	display: block;
	position: relative;
	margin: 0 auto 10px;
	padding: 8px;
	max-width: 10em;
	height: 10em;
	text-align: center;
	border-radius: 80px;
	background: #fff;
	background: linear-gradient(160deg, #ffff00, #21ff00, #01abea);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	z-index: 10;
}
@media (max-width: 991px) {
	.top-class-icon {
		padding: 5px;
		max-width: 8em;
		height: 8em;
		border-radius: 60px;
	}
}
@media (max-width: 575px) {
	.top-class-icon {
		padding: 5px;
		max-width: 7em;
		height: 7em;
		border-radius: 60px;
	}
}
.top-class-icon a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
	color: #000;
	background: #fff;
	border-radius: 80px;
}
.top-class-icon a:hover {
	color: #fff;
	background: url(../images/bg_score.jpg) no-repeat center top #4025cc;
	background-size: cover;
}
.top-class-icon a img {
	margin-top: 1.5em;
	height: 8em;
}
@media (max-width: 991px) {
	.top-class-icon a img {
		height: 6em;
	}
}
@media (max-width: 575px) {
	.top-class-icon a img {
		height: 5em;
	}
}
.score.top-score {
	position: relative;
	margin-top: -9.5em;
	margin-bottom: 2em;
	padding: 2px;
	max-width: 600px;
	height: auto;
	border-radius: 30px;
	z-index: 6;
}
@media (max-width: 991px) {
	.score.top-score {
		margin-top: -8em;
		margin-bottom: 1em;
		border-radius: 20px;
	}
}
@media (max-width: 575px) {
	.score.top-score {
		margin-top: -7.1em;
	}
}
.score.top-score > div {
	height: 100%;
	background: #fff;
	border-radius: 30px;
}
@media (max-width: 991px) {
	.score.top-score > div {
		border-radius: 20px;
	}
}
.score.top-score > div > .row {
	align-items: center;
	margin-right: 10px;
	margin-left: 10px;
	height: 100%;
	font-size: 30px;
}
.score.top-score > div > .row > div > .row {
	margin: 0;
	padding: 0;
}
.score.top-score > div > .row > div > .row > div {
	margin: 0;
	padding: 0;
}
@media (max-width: 991px) {
	.score.top-score .row {
		align-items: center;
		height: 100%;
	}
}
.score.top-score img {
	padding-top: 0.22em;
	width: 1.1em;
	vertical-align: top;
}
@media (max-width: 991px) {
	.score.top-score img {
		width: 1em;
	}
}
.top-score-medal {
	padding-right: 30px;
	padding-left: 5px;
	font-size: 0.9em;
}
@media (max-width: 991px) {
	.top-score-medal {
		padding-left: 10px;
		font-size: 0.8em;
	}
}
@media (max-width: 575px) {
	.top-score-medal {
		padding-left: 10px;
		font-size: 0.7em;
	}
}
.top-score-point {
	padding-right: 5px;
	padding-left: 30px;
}
@media (max-width: 575px) {
	.top-score-point {
		font-size: 24px;
	}
}

a.box_hover {
	display: block;
	text-decoration: none !important;
	transition: transform 0.1s ease-out;
	backface-visibility: hidden;
	overflow: hidden;
}
a.box_hover:hover {
	transform: scale(1.03, 1.03);
	transition: transform 0.2s ease-out;
}
.class-medal > a.box_hover:hover {
	transform: scale(1.1, 1.1);
}

/* score history */
#title h2.text-title {
	font-size: 1.5em;
}
@media (max-width: 767px) {
	#title h2.text-title {
		font-size: 1.2em;
	}
}
.score-v3 {
	border-radius: 30px;
	height: auto;
}
.score-v3 .score-inner {
	border-radius: 30px;
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
	text-decoration: none;
}
.score-v3 > .score-inner > span.title,
.score-v3 > .score-inner > span.subtitle {
	font-size: 1rem;
	padding-top: 5px;
	display: block;
	text-align: center;
}
.score-v3 > .score-inner > span.title {
	font-size: 1.25rem;
	font-weight: 500;
}
.score-v3 > .score-inner > b.num {
	font-size: 2.4rem;
}
#contents .manage-content {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
	#contents .manage-content .view-count {
		font-size: 11px;
	}
}
@media (max-width: 767px) {
	table.table-score_history {
		font-size: 12px;
	}
}
table.table-score_history th {
	background: #032260;
	border-bottom: 0 solid #032260;
}
@media (max-width: 767px) {
	table.table-score_history th {
		font-size: 10px;
		white-space: nowrap;
	}
}
i.icon-score {
	display: inline-block;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	i.icon-score {
		margin-right: 5px;
		width: 20px;
		height: 20px;
	}
}
i.icon-score-login-first {
	background-image: url(../images/icon_score_login_first.png);
}
i.icon-score-login {
	background-image: url(../images/icon_score_login.png);
}
i.icon-score-test {
	background-image: url(../images/icon_score_test.png);
}
i.icon-score-movie {
	background-image: url(../images/icon_score_movie.png);
}
i.icon-score-comp {
	background-image: url(../images/icon_score_comp.png);
}
i.icon-score-question,
i.icon-score-exam {
	background-image: url(../images/icon_score_question.png);
}

/* medal history */
.nav-medal_history .nav-item {
	width: 33%;
}
.nav-medal_history .nav-item:last-of-type {
	width: 34%;
}
.nav-medal_history .nav-item a {
	padding: 15px 0;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	opacity: 0.4;
}
.nav-medal_history .nav-item:first-of-type a {
	font-size: 1.2em;
}
@media (max-width: 767px) {
	.nav-medal_history .nav-item a {
		padding: 10px 0;
		font-size: 0.7em;
	}
	.nav-medal_history .nav-item:first-of-type a {
		font-size: 0.8em;
	}
}
@media (max-width: 575px) {
	.nav-medal_history .nav-item a {
		font-size: 0.5em;
	}
	.nav-medal_history .nav-item:first-of-type a {
		font-size: 0.6em;
	}
}
.nav-medal_history .nav-item a:hover {
	opacity: 1;
}
.nav-medal_history .nav-item a.active {
	color: #fff;
	background-color: #021852;
	border-color: #dee2e6 #dee2e6 #021852;
	opacity: 1;
}
.nav-medal_history .nav-item a b {
	font-size: 1.3em;
}
.nav-medal_history .nav-item img {
	width: 35px;
	vertical-align: text-bottom;
}
@media (max-width: 767px) {
	.nav-medal_history .nav-item img {
		width: 10px;
		vertical-align: middle;
	}
}
.card-medal_history {
	margin-bottom: 10px;
}
.card-medal_history .getdate {
	min-height: 1.8em;
	font-size: 0.7em;
}
@media (max-width: 767px) {
	.card-medal_history .getdate {
		font-size: 0.4em;
	}
}
.card-medal_history img.medal,
.card-medal_history img.score-class-img {
	width: 100%;
}
.card-medal_history img.medal {
	max-width: 60px;
}
.card-medal_history img.score-class-img {
	margin-top: 10px;
	max-width: 110px;
}
@media (max-width: 767px) {
	.card-medal_history img.score-class-img {
		width: 95%;
	}
}
.card-medal_history img.score-class-img.original {
	max-width: 90px;
}
@media (max-width: 767px) {
	.card-medal_history img.score-class-img.original {
		width: 80%;
	}
}
.card-medal_history .medal-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-medal_history h3 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
@media (max-width: 767px) {
	.card-medal_history h3 {
		font-size: 0.8em;
	}
}
.card-medal_history.card3-medal_history h3 {
	font-size: 0.9rem;
}
.card-medal_history.card3-medal_history h3.h3-small {
	font-size: 0.7rem;
}
@media (max-width: 992px) {
	.card-medal_history.card3-medal_history h3 {
		font-size: 0.6rem;
	}
	.card-medal_history.card3-medal_history h3.h3-small {
		font-size: 0.5rem;
	}
}
@media (max-width: 767px) {
	.card-medal_history.card3-medal_history h3 {
		font-size: 0.6rem;
	}
	.card-medal_history.card3-medal_history h3.h3-small {
		font-size: 0.3rem;
	}
}
@media (max-width: 767px) {
	.card-medal_history.card3-medal_history h3 {
		font-size: 0.6rem;
	}
	.card-medal_history.card3-medal_history h3.h3-small {
		font-size: 0.25rem;
	}
}
.card-medal_history h4 {
	margin-bottom: 0.9em;
	padding: 0 3px;
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.card-medal_history h4 {
		padding: 0 5px;
		min-height: 2.4em;
		font-size: 0.6em;
	}
}
@media (max-width: 767px) {
	.card-medal_history .small {
		font-size: 9px;
	}
}
.card-medal_history .label-level {
	margin-top: auto;
	margin-bottom: 3px;
	width: 5em;
	height: 20px;
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.card-medal_history .label-level {
		height: 16px;
		font-size: 0.5em;
	}
}
.card-medal_history .label-level.no-level {
	border-color: transparent;
}
.card-medal_history .img-medal {
	padding: 0 5px;
}
@media (max-width: 767px) {
	.card-medal_history img.medal {
		max-width: 40px;
	}
}
.get-medal-list > div:nth-of-type(5n + 1) {
	margin-left: 8.333333%;
}
@media (max-width: 767px) {
	.get-medal-list > div:nth-of-type(5n + 1) {
		margin-left: 0;
	}
}

#toasts-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	flex-flow: column;
	justify-content: center;
	/*align-items: center;*/
	max-width: 95%;
	margin-right: -50%;
	z-index: 980;
}
#toasts-container > .toast {
	max-width: none;
}

.toast.toast-strap {
	padding: 0.5em;
	font-size: 1.2rem;
	background: linear-gradient(155deg, #ffff00, #66ffff);
	border-radius: 0.5em;
}
.toast.toast-strap.fade {
	transition: opacity 0.8s ease !important;
}
.toast.toast-strap .toast-header {
	font-size: 0.9em;
	color: #fff;
	background: #002060;
	border-radius: 0.3em;
}
.toast.toast-strap .close {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.toast.toast-strap .toast-body {
	margin-top: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1em;
	color: #000;
	background: #ffffff;
	background-size: 2em;
	background-position: left 0.3em center;
	background-repeat: no-repeat;
	border-radius: 0.3em;
}
.toast.toast-strap .toast-body {
	padding-left: 2.8em;
	background-image: url(../images/icon_point.png);
}
.toast.toast-strap.toast-medal .toast-body,
.toast.toast-strap.toast-medal1 .toast-body {
	padding-left: 2.8em;
	background-image: url(../images/icon_star.png);
}
.toast.toast-strap.toast-medal2 .toast-body {
	padding-left: 2.8em;
	background-image: url(../images/icon_moon.png);
}
.toast.toast-strap.toast-medal3 .toast-body {
	padding-left: 2.8em;
	background-image: url(../images/icon_UFO.png);
}
.toast.toast-strap.toast-grade .toast-body {
	padding-left: 2.8em;
	background-image: url(../images/icon_class.png);
}

/* exp */
ol.exp-step li {
	list-style: none;
}
.h2-exp {
	padding-left: 120px;
	position: relative;
	margin-bottom: 1em;
}
.h2-exp::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: contain;
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -15px;
}
@media (max-width: 991px) {
	.h2-exp {
		padding-left: 75px;
		font-size: 24px;
	}
	.h2-exp::before {
		width: 70px;
	}
}

.h2-exp-strapscore::before {
	background-image: url(../images/explanation_score_title.png);
}
.h2-exp-medal::before {
	background-image: url(../images/explanation_medal_title.png);
}
.h2-exp-class::before {
	background-image: url(../images/explanation_class_title.png);
	top: -30px;
}
.h2-exp span {
	font-size: 0.6em;
	display: block;
	color: #ffccff;
}

.h3-exp {
	padding-left: 60px;
	position: relative;
	margin-bottom: 1em;
	font-size: 16px;
}
.h3-exp::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: contain;
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0px;
}
.h3-exp-getscore::before {
	background-image: url(../images/explanation_getscore_title.png);
	top: -20px;
}
@media (max-width: 767px) {
	.h3-exp {
		padding-left: 40px;
		font-size: 14px;
	}
	.h3-exp::before {
		width: 30px;
		height: 30px;
		left: 0;
		top: 0px;
	}
	.h3-exp-getscore::before {
		top: -10px;
	}
}

.step-arrow {
	margin-bottom: 1em;
}
.step-arrow::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 30px;
	background: url(../images/arr-1.png) left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: -5%;
	top: 40%;
	font-weight: bold;
}
.step-arrow-2::after {
	width: 40px;
	height: 80px;
	top: 40%;
}
@media (max-width: 991px) {
	.step-arrow-2::after {
		width: 20px;
	}
}
.step-arrow-3::after {
	width: 30px;
	height: 60px;
	top: 20%;
	right: -26%;
}
.step-arrow-medal::after {
	top: 0%;
}
.step-plus::after {
	content: "+";
	right: 0%;
	font-size: 40px;
	top: 15%;
	background-image: none;
}
@media (max-width: 991px) {
	.step-plus::after {
		content: "+";
		right: 0%;
		top: 6%;
	}
}
.step-or::after {
	background-image: none;
	font-weight: normal;
	content: "or";
	right: -6%;
	font-size: 20px;
	top: 40%;
}
@media (max-width: 991px) {
	.step-or::after {
		right: -12%;
		font-size: 14px;
		top: 16%;
	}
}
.step-c-arrow1::after {
	width: 15px;
	height: 30px;
	background-image: url(../images/arr-1.png);
	right: 0;
	top: 20px;
}
.step-c-arrow2::after {
	width: 20px;
	height: 30px;
	background-image: url(../images/arr-1.png);
	right: 0px;
	top: 20px;
}
.step-c-arrow3::after {
	width: 40px;
	height: 40px;
	background-image: url(../images/arr-2.png);
	right: -17%;
	top: 15px;
}
.step-c-arrow4::after {
	width: 100px;
	height: 60px;
	background-image: url(../images/arr-3.png);
	right: 0%;
	top: 5px;
}
.step-c-arrow4 .count-box {
	margin-left: 15%;
}
@media (max-width: 767px) {
	.step-c-arrow1::after {
		width: 6px;
		top: 6px;
	}
	.step-c-arrow2::after {
		width: 8px;
		top: 6px;
	}
	.step-c-arrow3::after {
		width: 13px;
		top: 0px;
		right: -9%;
	}
	.step-c-arrow4::after {
		width: 30px;
		top: -10px;
		right: 0%;
	}
	.step-c-arrow1 .count-box {
		padding-left: 20%;
	}
	.step-c-arrow2 .count-box {
		padding-left: 20%;
	}
	.step-c-arrow3 .count-box {
		padding-left: 20%;
	}
	.step-c-arrow4 .count-box {
		padding-left: 10%;
	}
}

.ml--5 {
	margin-left: -5%;
	margin-right: 5%;
}
.mr--5 {
	margin-right: -5%;
	margin-left: 5%;
}

.balloon {
	position: relative;
	padding: 3%;
	background-color: #032260;
	border: 2px solid #fff;
	border-radius: 15px;
	color: #fff;
	box-shadow: #032260;
}
.balloon::before,
.balloon::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
}
.balloon-pos10::before,
.balloon-pos10::after {
	left: 10%;
}
.balloon-pos80::before,
.balloon-pos80::after {
	left: 80%;
}
.balloon-pos90::before,
.balloon-pos90::after {
	left: 90%;
}
.balloon.bottom::before {
	bottom: -20px;
	border-top: 20px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.balloon.bottom::after {
	bottom: -16px;
	border-top: 20px solid #032260;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.balloon.top::before {
	top: -20px;
	border-right: 8px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 8px solid transparent;
}
.balloon.top::after {
	top: -16px;
	border-right: 8px solid transparent;
	border-bottom: 20px solid #032260;
	border-left: 8px solid transparent;
}
.balloon.left::before {
	left: -20px;
	top: 10px;
	border-right: 20px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}
.balloon.left::after {
	left: -16px;
	top: 10px;
	border-right: 20px solid #032260;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}
.balloon {
	box-shadow: 3px 10px 10px 0 rgba(0, 0, 0, 0.5); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
	font-size: 0.7rem;
}
.balloon2 {
	background: none;
	border: 0;
	box-shadow: none;
	font-size: 0.6rem;
}
.balloon p {
	margin: 0;
	padding: 0;
}
@media (max-width: 991px) {
	.balloon {
		font-size: 0.7rem;
		line-height: 1.3;
	}
	.balloon2 {
		font-size: 0.6rem;
		margin-right: 5px;
	}
}
@media (max-width: 767px) {
	.balloon.sp-bottom::before {
		bottom: -20px;
		top: auto;
		border-top: 20px solid #fff;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-bottom: none;
	}
	.balloon.sp-bottom::after {
		bottom: -16px;
		top: auto;
		border-top: 20px solid #032260;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-bottom: none;
	}
}
@media (max-width: 767px) {
	.sp-balloon-pos10::before,
	.sp-balloon-pos10::after {
		left: 10% !important;
	}
}
@media (max-width: 991px) {
	.extbaloon {
		width: 110%;
	}
}

.exp-step {
	max-width: 340px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 991px) {
	.exp-step {
		max-width: 280px;
		letter-spacing: -1px;
		font-size: 8px;
	}
}

.exp-step-w3 {
	max-width: 860px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.exp-step-w3 {
		max-width: 100%;
	}
}
.exp-step-w3 .count-box {
	width: 80px;
}
@media (max-width: 767px) {
	.exp-step-w3 .count-box {
		width: 100%;
	}
	.exp-step-w3 .count-box img.exp-medal-icon {
		height: 35px;
		width: auto;
	}
}
.exp-step-w3 .count-box-center {
	margin: 0 auto;
}
.exp-step-w3 .counts {
	width: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
.exp-step-w3 .counts b {
	font-size: 16px;
}
.exp-step-w3 .counts img {
	float: left;
	margin-right: 0px;
	width: 20px;
}
@media (max-width: 767px) {
	.exp-step-w3 .counts {
		width: 40px;
		line-height: 11px;
		margin: 0;
	}
	.exp-step-w3 .counts img {
		width: 10px;
	}
	.exp-step-w3 > li {
		padding-left: 0;
		padding-right: 0;
	}
	.exp-step-w3 > li:last-child .count-box {
		padding-left: 30%;
	}
}

.exp-cont {
	padding-left: 100px;
	padding-right: 100px;
}
@media (max-width: 991px) {
	.exp-cont {
		padding-left: 0;
		padding-right: 0;
	}
}
.exp-cont2 {
	max-width: 660px;
	margin: 0 auto;
}
.exp-cont2 .row img {
	max-height: 80px;
}
.exp-strap-box {
	background: #fff;
	border-radius: 20px;
}

.exp-cont td {
	font-size: 14px;
	vertical-align: text-top;
}
@media (max-width: 991px) {
	.exp-cont td {
		font-size: 9px;
		line-height: 1.1;
		padding: 0.75rem 0.25rem 0.75rem 0.25rem;
	}
}
.exp-cont td.exp-point-row {
	line-height: 1.1;
}
@media (max-width: 767px) {
	.exp-cont td.exp-point-row {
		line-height: 1.1;
	}
}
.exp-cont td > i.icon-score {
	margin-top: -3px;
}
.exp-cont td > span.second-text {
	padding-left: 50px;
}
@media (max-width: 767px) {
	.exp-cont td > span.second-text {
		padding-left: 20px;
	}
}
.exp-strap-box-title {
	font-weight: bold;
}
.exp-strap-box-score {
	font-weight: bold;
	font-size: 2.4em;
}
.exp-strap-box-score span {
	font-size: 0.5em;
}
.exp-strap-box-title2 {
	font-weight: bold;
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 5px;
}
.exp-strap-box-rank {
	max-width: 200px;
	margin: 0 auto;
}
.exp-medal-box1 {
	min-height: 100px;
	margin: 0 auto 15px;
}
.exp-medal-box2 {
	min-height: 100px;
	margin: 0 auto 15px;
	position: relative;
}
@media (max-width: 991px) {
	.exp-medal-box1,
	.exp-medal-box2 {
		min-height: 60px;
	}
	.exp-medal-box1 .step-arrow::after {
		top: 10%;
	}
	.exp-medal-box1 .step-arrow.step-arrow-3::after {
		width: 18px;
		right: -5%;
		top: 0;
		height: 45px;
	}
}
.exp-box-point,
.exp-box-nopoint {
	width: 5em;
	height: 5em;
	border-radius: 1em;
	text-align: center;
}
.exp-box-point {
	margin-left: auto;
	padding-top: 0.7em;
	background: #b1dff4;
}
.exp-box-point > img {
	max-width: 4em;
}
.exp-box-nopoint {
	margin-right: auto;
	padding-top: 1.8em;
	background: #e4f7da;
}
@media (max-width: 767px) {
	.exp-box-point,
	.exp-box-nopoint {
		width: 4em;
		height: 4em;
	}
	.exp-box-point > img {
		max-width: 3em;
	}
	.exp-box-nopoint {
		padding-top: 1.2em;
	}
}
.exp-txt1 {
	font-size: 9px;
	position: relative;
	width: 100%;
	line-height: 10px;
	height: 10px;
	display: block;
	text-align: center;
	top: 0;
}
.exp-get-medal {
	border: dashed 5px #f00;
	border-radius: 20px;
	max-width: 660px;
	margin: 0 auto 100px;
	padding: 30px 30px 50px 30px;
	position: relative;
}
.exp-get-medal-img {
	position: relative;
}
.exp-get-medal-img img {
	position: relative;
}
.exp-get-medal-img .balloon {
	position: absolute;
}
.exp-get-medal-img .balloon.balloon-01 {
	top: -1%;
	left: 33%;
}
.exp-get-medal-img .balloon.balloon-02 {
	top: 20%;
	left: 37%;
}
.exp-get-medal-img .balloon.balloon-03 {
	top: 103%;
	right: 13%;
}
.exp-get-medal-img2 {
	margin-left: 1rem;
	margin-top: 6rem;
}
.exp-get-medal-img2 img {
	width: 10em;
}
@media (max-width: 767px) {
	.exp-get-medal {
		padding: 30px 10px 20px 10px;
		position: relative;
	}
	.exp-get-medal-img {
		padding-top: 70px;
	}
	.exp-get-medal-img .balloon.balloon-01 {
		top: -1%;
		left: 15%;
	}
	.exp-get-medal-img .balloon.balloon-02 {
		top: 25%;
		left: 37%;
	}
	.exp-get-medal-img .balloon.balloon-03 {
		top: 103%;
		right: 13%;
	}
	.exp-get-medal-img2 img {
		width: 8em;
	}
}
@media (max-width: 991px) {
	.exp-strap-box-score {
		font-size: 1.6em;
	}
	.exp-strap-box-title,
	.exp-strap-box-title2 {
		font-size: 13px;
	}
	.exp-strap-box-rank {
		padding: 0 5px;
	}
	.exp-strap-box-rank dd,
	.exp-strap-box-rank dt {
		font-size: 8px;
	}
}

.questionnaire-form .explanation {
	font-weight: bold;
}
.questionnaire-form .attachments {
	margin: 0 0 1rem 0;
}
.questionnaire-form ol {
	padding-left: 2.5em;
}
.questionnaire-form ol > li {
	list-style: decimal;
}
.questionnaire-form .question-text {
	margin: 0 0 1em;
	padding: 0;
}
.questionnaire-form .question-text .multiple {
	color: blue;
}
.questionnaire-form .question-text .required {
	color: red;
}
.questionnaire-form .answer-input {
	margin: 0 0 1em 0;
	padding: 0;
}
.questionnaire-form .answer-input > .form-check {
	vertical-align: middle;
	margin-bottom: 0.3em;
}
.questionnaire-form .answer-input .gallery > img {
	max-width: 300px;
	max-height: 300px;
}
@media (max-width: 575px) {
	.questionnaire-form .answer-input .gallery > img {
		max-width: 250px;
		max-height: 250px;
	}
}
.questionnaire-form .answer {
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #ff6347;
}

.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: #075896;
	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: #075896;
}
.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: #dcdcdc;
}
