/*******************
 common
 *******************/
body {
	word-break: break-all;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
#ham {
	font-size: 1.25rem;
	padding-top: 2px;
}
.text-xlg {
	font-size: 1.5rem;
}
.text-white {
	color: #fff;
}
.text-pink {
	color: #DA527F;
}
.text-glay {
	color: #c0c0c0;
}
.bg-white {
	background-color: #fff;
}
.bg-pink {
	background-color: #DA527F;
}
.bg-glay {
	background-color: #D3D3D3;
}
.bg-light-blue {
	background-color: #E9F0F5 !important;
}
.btn-circle {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	background-color: #707F89;
}
.cursor-default {
	cursor: default;
}

/* logo */
.site-logo {
	height: 35px;
}
.logo-large {
	width: 100%;
	max-width: 400px;
}
.logo-middle {
	width: 100%;
	max-width: 300px;
}
.logo-string {
	max-width: 200px;
}
.logo-string-s {
	max-height: 28px;
	margin: -8px 0 0 0;
}
.logo-string-n {
	max-height: 25px;
	margin: -4px 0 0 0;
}
.brand-text {
	font-size: 1.0rem;
}
.brand-link .brand-image {
	background: #fff;
}

/* side bar */
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: #005BAC;
}
.nav-sub-icon {
	width: 20px;
	margin-left: 10px;
}
.nav-sub2-icon {
	width: 20px;
	margin-left: 20px;
}

/* title */
#nav-title {
	padding-left: 45px;
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
#nav-title h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* footer */
.main-footer {
	padding: 0;
	border: none;
}
#student .main-footer {
	border-top: #dee2e6 1px solid;
}
#foot-nav {
	display: block;
}
#foot-copy {
	display: none;
}
@media (min-width: 992px) {
	.layout-footer-fixed .wrapper .main-footer {
		position: relative;
		border-top: 1px solid #dee2e6;
	}
	#foot-nav {
		display: none;
	}
	#foot-copy {
		display: block;
	}
}
/* bottom navi */
#default #foot-nav .btn-app,
#sensei #foot-nav .btn-app {
	margin: 0;
	padding: 15px 1px;
	width: 20%;
	min-width: 20%;
	color: #fff;
	background-color: #005BAC;
	border: none;
	border-radius: 0;
}
#student #foot-nav .btn-app {
	margin: 0;
	padding: 15px 1px;
	width: 20%;
	min-width: 20%;
	color: #98A6B5;
	background-color: #FAFBFC;
	border: none;
	border-radius: 0;
}
#student #foot-nav .btn-app>.badge {
	right: 6px;
	top: 6px;
}

/*******************
 contents
 *******************/
.content-wrapper .inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper .inner-narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper {
	padding-bottom: 60px;
}
#default #top {
	padding: 0;
}
.content-wrapper>.content {
	padding: 1.5rem 0;
}
@media (min-width: 992px) {
	#default .content-wrapper>.content,
	#sensei .content-wrapper>.content,
	#student .content-wrapper>.content {
		padding: 1.5rem 1rem;
	}
}

/* .card */
.card,
.card-header {
	border-radius: 0;
}
/* page item */
.page-item.active .page-link {
	background-color: #808080;
	border-color: #808080;
}

/* profile */
.widget-user .widget-user-header {
	border-radius: 0;
	height: 125px;
}
.widget-user .widget-user-image {
	top: 70px;
}
.widget-user .card-footer {
	background: #fff;
}
.widget-user .description-block>.description-header {
	font-size: 1.8rem;
}
.widget-user .description-block>.description-text {
	font-size: 0.8rem;
}
.widget-user .widget-user-image>img {
	border: 2px solid #fff;
}
.note-editor.note-frame {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: none;
}

/* various */
.report {
	overflow-x: hidden;
	border: 1px solid #dee2e6;
}
.report_detail {
	overflow: auto;
	height: 300px;
	padding: 1rem;
}
.profile_image {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.sns_icon {
	width: 45px;
}
@media (min-width: 767px) {
	.sns_icon {
		width: 60px;
	}
}

/*******************
 top
 *******************/
 
/* .top-bg */
#default .top-bg {
	color: #fff;
	background: url(../images/top-bg.jpg) center 30%;
	background-size: cover;
}
#default .top-bg-title {
	display: inline-block;
	background-color: #15233A;
	opacity: 0.84;
	border: #fff 1px solid;
}
#default .top-bg-intro {
	font-weight: bold;
	text-shadow: 2px 2px 3px #1B224C;
}
#default .top-bg-catch {
	display: inline-block;
	background-color: #DA527F;
}
/* .top-task */
#default .top-task {
	color: #1B224C;
	font-weight: bold;
}
#default .top-task-list {
	display: inline-block;
	line-height: 2.5rem;
}
#default .top-task-list i {
	font-size: 1.5rem;
	margin-right: 20px;
}
#default .task_check {
	padding-left: 55px;
	background: url(../images/check.svg) no-repeat 0 center;
	background-size: 35px auto;
}
/* top feature */
#default .top-feature-info {
	max-width: 400px;
	border: #D6006C 3px solid;
}
#default .feature-image {
	height: 100px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* top solution */
#default .solution-doc {
	max-width: 260px;
	background: #FE7C1C;
}
#default .solution-doc a {
	color: #fff;
}
#default .solution-simple-doc {
	max-width: 260px;
	background: #fff;
	border: #0075D8 1px solid;
}
#default .solution-simple-doc a {
	color: #0075D8;
}
/* top fee */
#default .fee-tb {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#default .fee-tb > div {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#default .fee-td {
	border: #1B224C 1px solid;
}
#default .fee-plus {
	width: 30px;
}
#default .plan-info {
	max-width: 400px;
}
/* faq */
#default .question {
	padding: 0 20px 10px;
	font-size: 1.1rem;
}
#default .answer {
	margin-bottom: 30px;
	padding: 20px;
	font-size: 0.9rem;
	background: #F8F8F8;
	border-bottom: #1B224C 1px solid;
}
#default .contact a {
	color: #1B224C;
}
/* company */
#default .company dt {
	float: left;
	font-weight: normal;
}
#default .company dd {
	margin-left: 100px;
}

/*******************
 course
 *******************/

/* course detail */
.ribbon-detail-wrapper {
	max-width: 540px;
	margin: 0 auto;
}
.ribbon-wrapper.ribbon-sm {
	width: 50px;
	height: 50px;
}
.ribbon-wrapper.ribbon-sm .ribbon {
	right: -5px;
	top: 8px;
	width: 60px;
	font-size: 0.5rem;
	padding: 0.1rem 0;
}
.list-thumb img {
	width: 100%;
	height: auto;
}
.thumb img {
	width: 100%;
	height: auto;
	max-width: 540px;
	max-height: auto;
}
.course-favorite {
	display: inline-block;
	text-align: center;
	line-height: 1.6rem;
}
.course-favorite i {
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #c0c0c0;
	border: #c0c0c0 1px solid;
	border-radius: 50%;
}
.course-favorite div {
	line-height: 1rem;
}
.swiper-button-prev,
.swiper-button-next {
	--swiper-navigation-color: #606060;
}
#cetail-thumb .swiper-pagination-fraction {
	width: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 18px;
	color: #98A6B5;
	background: rgba(255,255,255,.85);
	border-radius: 12px;
}
#cetail-thumb .swiper-pagination-fraction:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '\f030';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#top-banner .swiper-pagination {
	position: relative;
}
#top-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	padding-top: 5px;
}
#top-banner .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
}
#top-banner .swiper-pagination-bullet-active {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}

/* course take */
#player {
	position:relative;
	max-width: 640px;
}
#player::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
#player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* check */
.course_choice_box {
	border: #c0c0c0 1px solid;
}
.course_choice_box:not(:last-child) {
	margin-bottom: 30px;
}
.course_question {
	background: #E9F0F5;
}
.course_choice_list {
	border-top: #c0c0c0 1px solid;
}
.course_choice_list label {
	margin-bottom: 0;
}
.course_choice input[type="radio"] + label {
	cursor: pointer;
}
.course_choice input[type="radio"]:checked + label {
	background: rgba(0,0,0,.125);
}
.course_choice input[type="radio"]:checked + label .choice_letter {
	color: #fff;
    background: #004BB1;
	border: #004BB1 1px solid;
}
.choice_letter {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 34px;
	border: #c0c0c0 1px solid;
	border-radius: 35px;
	font-size: 20px;
	text-align: center;
	color: rgba(0,0,0,.5);
	background: #fff;
	text-decoration: none;
}
.box-message {
	padding: 20px;
	background: #E9F0F5;
}
.keyword_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.keyword_list div {
	margin: 0 15px 10px 0;
	padding: 5px 10px;
	border: rgba(0,0,0,.25) 1px solid;
}

/*******************
 course manage
 *******************/

/* image upload */
.file-preview {
	margin-bottom: 10px;
	padding: 0;
}
.file-drop-zone {
	margin: 0;
	min-height: 100px;
}
.file-drop-zone-title {
	font-size: 1.2rem;
	padding: 50px 10px;
}
.file-drop-zone.clickable {
	border: none;
}
.file-drop-zone.clickable:hover,
.file-drop-zone.clickable:focus {
	border: none;
	background: #E9F0F5;
}
.krajee-default.file-preview-frame {
	background: #fff;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
	padding-top: 5px;
	height: 55px;
}
.krajee-default .file-footer-caption {
	margin-bottom: 0;
	padding-top: 0;
}
.kv-upload-progress,
.file-size-info {
	display: none !important;
}
.krajee-default .file-thumb-progress {
	top: 5px;
}
.file-actions {
	margin-top: 5px;
}
#form_banner_image .krajee-default.file-preview-frame .kv-file-content {
	height: 60px;
}
/* sortable */
.sortable-chosen {
  background-color: #f0f0f0;
}
.data-list .list-group-item {
	padding: 0.75rem;
}
.data-list .list-group-item .btn {
	width: 38px;
	height: 38px;
	padding: 5px 0;
	display: inline-block;
	font-size: 9px;
	overflow: hidden;
}
.data-list .list-group-item .btn i {
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1rem;
}
.data-list .list-group-item .btn:not(:first-child) {
	margin-left: 5px;
}
@media (min-width: 767px) {
	.data-list .list-group-item .btn {
		width: 42px;
		height: 42px;
		padding: 8px 0;
	}
	.data-list .list-group-item .btn:not(:first-child) {
		margin-left: 8px;
	}
}
.data-list .list-group-item:first-child,
.data-list .list-group-item:last-child {
	border-radius: 0;
}
.data-list img {
	width: auto;
	height: 50px;
}
/* course form */
.course h3 {
	margin-bottom: 1rem;
	padding: 1.2rem;
	line-height: 1.5rem;
	font-size: 1.0rem;
	font-weight: bold;
	background-color: rgba(0,0,0,.05);
}
.course h3 .bootstrap-switch-label {
	background: #fff;
}
.course .form-group {
	margin: 1rem 1rem 1.8rem;
}
#course-expart #course-edit-form > .form-group:nth-of-type(even) {
	background-color: rgba(0,0,0,.05);
}
.form-check {
	display: inline-block;
}
.datetimepicker-input[readonly],
.daterangepicker-input[readonly] {
	background: #fff;
}
.select2-container {
	display: block;
	width: 100% !important;
}
.select2-container--default .select2-secondary.select2-container--focus .select2-selection--multiple,
.select2-default .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #80bdff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #15233A;
	background-color: rgba(0,0,0,.05);
}
#question_list .btn {
	margin-left: 10px;
}
/* modal */
#dinamicModal .overlay {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*******************
 mypage
 *******************/

.form-group .type_other {
	display: none;
}
.form-group .type_other.active {
	display: inline-block;
}
.radio-group .radio {
	cursor: pointer;
	color: #000;
}
.radio-group .selected {
	background-color: #007bff;
}
.radio-group .selected p {
	color: #fff;
}

/*******************
 notice manage
 *******************/

.product-list-in-card>.item {
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: none;
}
.product-list-in-card>.item:first-child {
	border-top: none;
}