@charset "utf-8";

/*==================================
	Common clasess
==================================*/
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
.cf {
	zoom:1;
}
.div-flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.ml-auto {
	margin-left: auto;
}

/*==================================
	Font
==================================*/
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
html {
	font-size: 16px;
}
body {
	font-size: 1rem;
}
* {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
}
.logo,
.logo a,
.logofont {
	font-weight: normal;
	/*font-family: 'Spartan', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;

}
.text-sm {
	font-size: .875rem !important;
}
.text-md {
	font-size: 1rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
}
.text-normal {
	font-weight: normal !important;
}
.text-xs {
	font-size: .75rem !important;
}
p,
li {
	line-height: 1.7;
}
.break-word {
	word-break: break-all;
	word-wrap: break-word;
}

/*==================================
	Title
==================================*/
/* .subtitle */
.subtitle {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.subtitle::before,
.subtitle::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.subtitle::before {
	left:0;
}
.subtitle::after {
	right: 0;
}

/*==================================
	Effect
==================================*/
a,
.btn:not([disabled]),
.form-control,
.table-words tr{
	transition-property: all;
	transition: 0.2s linear;
}

/*==================================
	HTML & Body & Container
==================================*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffcc;
}
.v2-container {
	min-height: 100%;
	height: auto !important;
	position: relative;
}
.v2-screen {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	/*padding-bottom: 70px;*/
}
.container.container-max {
	max-width: 100%;
	display: flex;
	width: 100%;
	padding: 0;
}
.max-container {
	max-width: 100%;
}

/*==================================
	Btn
==================================*/
.btn-just-right {
	min-width: 10rem;
}
.btn-radius {
	border-radius: 4px;
	box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.13);
	font-weight: 700;
}
.btn.disabled,
.btn[disabled] {
	cursor: not-allowed !important;
	background-color: #999;
	border-color: #999;
}
.form-btns .btn {
	min-width: 6rem;
}
.btn:not(.btn-radius) {
	box-shadow: inset 0 -2px 0 rgb(0 0 0 / 14%);
}
.btn-dark {
	background-color: #000;
}
.btn-primary-light {
	background-color: #328ef1;
	border-color: #328ef1;
	color: #fff !important;
}
.btn-primary-light:hover,
.btn-primary-light:active,
.btn-primary-light:focus {
	background-color: #2784e9;
	border-color: #2784e9;
}

/*==================================
	Bg colors
==================================*/
.bg-light-primary {
	background-color: #e3f1ff;
}
.bg-light-success {
	background-color: #e0f7e5;
}
.bg-light-danger {
	background-color: #ffe3e6;
}

/*==================================
	Table
==================================*/
.valign-top th,
.valign-top td {
	vertical-align: top;
}
.valign-middle th,
.valign-middle td {
	vertical-align: middle;
}

/*==================================
	Login & Signup
==================================*/
.div-nosession {
	width: 100%;
	min-height: 100%;
	padding-bottom: 20px;
}
.div-nosession h1.logo {
	padding-top: 100px;
	margin-bottom: 30px;
	font-size: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	position: relative;
	left: -16px;
}
.div-nosession h1.logo i {
	flex-basis: 80px;
	min-width: 80px;
	max-width: 80px;
	height: 80px;
	color: #fff;
	background-color: #6880f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	margin-right: 9px;
	border-radius: 80px;
	position: relative;
	top: 4px;
}
.div-nosession h2 {
	font-size: 1.25rem;
	font-weight: 700;
}
.div-nosession-body {
	padding: 0 15px;
	margin: 0 auto;
}
.div-nosession-body .form-control {
	padding: 1.375rem .75rem;
	margin-bottom: 15px;
}
.div-nosession-body .div-form-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.div-nosession-body .div-form-bottom .btn {
	min-height: 45px;
	padding: 10px 0;
	font-weight: 700;
	font-size: 1.125rem;
	min-width: 40%;
}
.div-nosession-body .div-form-bottom .btn {
	margin-bottom: 10px;
}
.div-nosession-body .div-links a {
	color: #000;
}
.div-nosession .lang {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 15px;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.div-nosession .lang a {
	flex-basis: 40px;
	max-width: 40px;
	min-width: 40px;
	border-radius: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	display: flex;
	text-decoration: none !important;
	font-size: .875rem;
	font-weight: 700;
	margin-left: 10px;
	color: #212529;
	background-color: #fff;
	border: 1px solid #212529;
}
.div-nosession .lang a:not(.active):hover {
	background-color: #eee;
}
.div-nosession .lang a.active {
	background-color: #212529;
	color: #fff;
}
.div-nosession .alert-danger {
	font-size: .875rem;
}
@media (min-width: 768px){
	.div-nosession-body {
		padding: 0;
		flex-basis: 550px;
		width: 550px;
	}
	.div-nosession-body .div-form-login {
		margin: 0 50px;
	}
}
@media (max-width: 767px){
	.div-nosession .logo {
		font-size: 2.25rem;
		padding: 70px 0 20px 0;
	}
}

/*==================================
	Header
==================================*/
header {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	background-color: #000;
	position: relative;
	z-index: 4;
}
header .logo {
	height: 63px;
	padding-left: 30px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
}
header .logo a {
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.125rem;
	color: #fff;
	text-decoration: none !important;
	align-items: center;
	font-weight: 700;
}
header .logo i {
	flex-basis: 38px;
	min-width: 38px;
	max-width: 38px;
	height: 38px;
	color: #fff;
	background-color: #6880f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 38px;
}
header .div-right {
	margin-left: auto;
}
header .div-right .dropdown {
	height: 100%;
}
header .div-right .dropdown-toggle {
	width: 64.5px;
	font-size: 28px;
	color: #fff;
	padding: 0;
	cursor: pointer;
	background-color: rgb(255 255 255 / 20%);
	line-height: 1;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .div-right .dropdown-toggle::after {
	display: none;
}
header .div-right .dropdown-toggle .bar-icon {
	width: 24px;
	height: 24px;
	position: relative;
}
header .div-right .dropdown-toggle .bar-icon > span {
	display: block;
	background: #fff;
	width: 24px;
	height: 2px;
	position: absolute;
	z-index: 1;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
header .div-right .dropdown-toggle .bar-icon > span:first-child {
	top: 2px;
}
header .div-right .dropdown-toggle .bar-icon > span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
header .div-right .dropdown-toggle .bar-icon > span:last-child {
	bottom: 2px;
}
header .div-right .dropdown.show .dropdown-toggle .bar-icon > span:first-child {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
header .div-right .dropdown.show .dropdown-toggle .bar-icon > span:nth-child(2) {
	opacity: 0;
}
header .div-right .dropdown.show .dropdown-toggle .bar-icon > span:last-child {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
header .div-right .dropdown-menu.show {
	top: 76px !important;
	right: 10px;
	left: auto !important;
	transform: none !important;
	padding-bottom: 0;
	padding-top: 0;
}
header .dropdown-header {
	font-size: 18px;
	font-weight: 700;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
header .div-right .dropdown-menu hr {
	margin-top: 10px;
	margin-bottom: 0;
}
header .div-right .dropdown-item {
	padding: .75rem 1.5rem;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	font-size: 14px;
}
header .div-right .dropdown-item:active {

}
header .div-right .dropdown-item:last-child {
	border-bottom: none;
	border-radius: 0 0 .25rem .25rem;
}

/* .do-header */
.do-header {
	background-color: transparent;
	border-bottom: none;
	display: flex;
	justify-content: flex-start;
	padding: 7px 20px 13px 20px;
	align-items: center;
}
.do-header .a-quit {
	min-width: 5rem;
}
.do-header .title-task {
	background-color: #fff;
	color: #212529;
	font-weight: 700;
	padding: 4px 6px;
	border-radius: 4px;
	position: relative;
	left: -6px;
	font-size: .75rem;
	border: 1px solid #7b7b7b;
	padding-left: 27px;
}
.do-header .title-task:not(:first-child) {
	margin-left: 5px;
}
.do-header .title-task i {
	display: block;
	position: absolute;
	left: 2px;
	height: 20px;
	width: 20px;
	background-color: #1e7e34;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	border-radius: 3px;
	top: 3px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .75rem;
}
.do-header .title-task:not(.active) {
	background-color: #d0d0d0;
	color: #9fa5ab;
	border: 1px solid #bdbdbd;
}
.do-header .title-task:not(.active) i {
	background-color: #c1c1c1;
}
.do-header .div-tasks {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: auto;
}
.do-header .div-tasks > * {
	position: relative;
	z-index: 2;
}
.do-header .div-tasks::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -1px;
	left: 0;
	right: 7px;
	height: 2px;
	background-color: #bdbdbd;
}
.do-header + .container .main {
	padding-top: 0;
}

/*==================================
	Footer
==================================*/
footer {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	height: 70px;
}
footer .div-footer-body {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer.static-footer {
	position: static;
}
.copyright {
	font-size: .75rem;
	color: #585858;
}

/*==================================
	Main
==================================*/
.main{
	padding: 20px;
}
.max-container .main {
	padding: 20px 0;
}

@media (max-width: 767px) {
	.main{
		padding: 20px 0;
	}
}

/*==================================
	Anker link
==================================*/
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}

/*==================================
	Form
==================================*/
.form-control {
	border-color: #999;
}
select.form-control {
	width: auto;
	display: inline-block;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #c7d2de;
}
.datepicker + .separator {
	margin: 0 5px;
}
.form-control[disabled] {
	cursor: not-allowed;
}
input[type="number"].form-control {
	width: auto;
	text-align: right;
}

.custom-control-input:not([readonly]):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.custom-control-input[readonly] ~ .custom-control-label, .custom-control-input[readonly] ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input[readonly] ~ .custom-control-label::before, .custom-control-input[readonly] ~ .custom-control-label::before {
	background-color: #e9ecef;
}
.custom-checkbox .custom-control-input[readonly]:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input[readonly]:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-input[readonly]:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch .custom-control-input:[readonly]:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

/*==================================
	List style
==================================*/

/* ol-decimal-circle */
.ol-decimal-circle {
	counter-reset: decimal-circle-counter;
	list-style: none;
	padding: 0;
}
.ol-decimal-circle li {
	margin-bottom: 7px;
	padding-left: 30px;
	position: relative;
}
.ol-decimal-circle li::before {
	content: counter(decimal-circle-counter);
	counter-increment: decimal-circle-counter;
	background-color: transparent;
	color: #333;
	border: 1px solid #333;
	display: block;
	line-height: 1.2;
	text-align: center;
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 50%;
	font-size: .875rem;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 2px;
}

/*==================================
	Alert
==================================*/
.alert-confirm {
	background-color: #fff;
	border: none;
	text-align: left;
}
.alert-confirm p {
	line-height: 1.7;
}
.validater-error {
	font-size: .75rem;
	text-align: left;
}
.validater-error .close {
	font-size: 1rem;
}

/*==================================
	Modal
==================================*/
.modal * {
	font-size: 14px;
}
.modal-header,
.modal-footer {
	border-bottom: none;
	border-top: none;
	background-color: #f1f1f1;
	align-items: center;
}
.modal-footer .btn {
	min-width: 110px;
}

/*==================================
	Table
==================================*/
.table .fa-asterisk {
	font-size: .75rem;
	position: relative;
	top: -2px;
}
.table th,
.table td {
	vertical-align: middle;
}
.table.table-sm thead th {
	padding: .75rem .3rem;
}

/*==================================
	Pager
==================================*/
.pager.btn-toolbar{
	width: 100%;
}
.pager.btn-toolbar .data-count {
	margin-right: auto;
	display: flex;
	align-items: center;
}
.div-pager-container {
	display: flex;
	align-items: center;
	width: 100%;
}
.div-pager-container .btn-light:not(:disabled):not(.disabled).active,
.div-pager-container .btn-light:not(:disabled):not(.disabled):active {
	background-color: #0069d9 !important;
	border-color: #0069d9;
	color: #fff;
}
.div-pager-container .div-count {
	white-space: nowrap;
	font-size: .875rem;
}
.div-pager-container .div-pager {
	text-align: right;
	max-width: 75%;
	flex-basis: 75%;
}
.div-pager-container .div-pager .btn-group {
	flex-wrap: wrap;
	max-width: 75%;
}
.div-pager-container .div-pager .btn-group > .btn {
	flex: none;
	box-shadow: none;
	border: 1px solid rgb(0 0 0 / 12%);
}
.div-pager-container .div-pager .btn.nofocus {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}
@media (max-width: 767.98px) {
	.div-pager-container {
		align-items: flex-start;
		flex-direction: column;
	}
	.div-pager-container .div-pager {
		text-align: left;
		max-width: none;
		flex-basis: auto;
		margin-top: 10px;
		margin-left: 0 !important;
	}
	.div-pager-container .div-pager .btn-group {
		max-width: none;
	}
}

/*==================================
	Title styles
==================================*/
.title {
	font-size: 1.125rem;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	color: #333;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.title a:not(.btn) {
	color: #000;
	font-size: .875rem !important;
	font-weight: 700;
	text-decoration: underline;
}
.title a:not(.btn):hover {
	text-decoration: none;
}
.line-title {
	padding: 10px 15px;
	background-color: #333333;
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 0;
	font-weight: 700;
}

/*==================================
	App
==================================*/
.div-btn-agree .btn {
	width: 150px;
	padding: 7px 12px;
}
.ol-agree li {
	line-height: 1.7;
	margin-bottom: 15px;
}
ol.ol-circle  {
	margin: 0;
	padding: 0
}
ol.ol-circle li  {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.p-dashboard-caption {
	font-size: 15px;
	margin: 10px 0 28px 0;
	line-height: 1.7;
}
.dashboard-sections {
	min-width: 900px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.dashboard-sections section {
	padding: 20px 27px;
	background-color: #fff;
	border-radius: 7px;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
	flex-basis: 430px;
	min-width: 430px;
	max-width: 430px;
	margin: 0 10px 20px 10px;
}
.dashboard-sections section .program-name h6 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	word-break: break-word;
	line-height: 1.3;
}
.dashboard-sections section .program-name span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 300;
}
.dashboard-sections section .progress {
	height: 1.5rem;
}
.dashboard-sections section .progress .progress-bar {
	width: 33.3%;
	background-color: #ffa73b;
	box-shadow: inset 0 10px 12px #fff9;
}
.dashboard-sections section .a-start {
	font-size: 1.25rem;
	font-weight: 700;
	padding: 10px 48px;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dashboard-sections section .a-link {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	margin: 0 5px;
}
.dashboard-sections section .a-link:hover {
	text-decoration: none;
}
.dashboard-sections section .p-progress-caption {
	font-size: 13px;
}
.fixed-separater {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: 1px;
	background-color: #000;
}
.div-direction {
	border: 1px solid #000;
	padding: 15px;
	overflow-y: scroll;
	background-color: #fff;
}
.div-direction .title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
.col-right {
	position: relative;
}
.section-footer {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
}
.div-input-text {
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid transparent;
	border-color: #000;
}
.div-input-text.ok {
	border-color: #28a745;
}
.div-input-text.ng {
	border-color: #dc3545;
}
.embed-responsive {
	background-color: #000;
}
.section-file-links {
	background-color: rgba(0, 0, 0, 0.09);
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #c7c7c7;
}
.section-file-links p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}
.section-file-links .dl-btns {
	align-items: flex-start;
}
.section-file-links .dl-btns .a-file {
	font-size: 14px;
	margin-right: 20px;
	color: #000;
	text-decoration: underline;
}
.section-file-links .dl-btns .a-file:hover {
	text-decoration: none;
}
.dl-btns.div-center {
	justify-content: center;
	flex-direction: column;
	width: 245px;
	margin: 0 auto;
}
.dl-btns.div-center .a-file {
	width: 100%;
}
.dl-btns.div-center .a-file:not(:last-child) {
	margin-bottom: 10px;
}
.div-steps {
	display: flex;
	flex-direction: column;
	width: 650px;
	margin: 0 auto;
}
.div-steps .div-step .a-task,
.div-steps .div-step .div-task {
	display: flex;
	align-items: flex-start;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 6px;
	position: relative;
	font-weight: 700;
	font-size: 1.125rem;
	flex-direction: column;
	margin-left: 60px;
}
.div-steps .div-step .a-task {
	background-color: #fff;
}
.div-steps .div-step .a-task:hover,
.div-steps .div-step .a-task:active,
.div-steps .div-step .a-task:focus {
	background-color: #fff;
	color: #28a745;
}
.div-steps .div-step .div-task {
	opacity: 1;
	background-color: #ccc;
}
.div-steps .div-step .a-task span,
.div-steps .div-step .div-task span {
	font-weight: 300;
	font-size: .875rem;
}
.div-steps .div-step .num {
	position: absolute;
	display: flex;
	z-index: 1;
	background-color: #28a745;
	color: #fff;
	top: -6px;
	left: -90px;
	align-items: center;
	justify-content: center;
	height: 70px;
	min-width: 80px;
	max-width: 80px;
	flex-basis: 80px;
	font-size: 1.75rem;
	padding-top: 22px;
}
.div-steps .div-step .div-task .num {
	background-color: #ccc;
}
.div-steps .div-step .num::before,
.div-steps .div-step .num::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	border-width: 20px 40px 0 40px;
}
.div-steps .div-step .num::before {
	border-color: #ffffcc transparent transparent transparent;
	top: 0;
}
.div-steps .div-step .num::after {
	border-color: #28a745 transparent transparent transparent;
	bottom: -20px;
}
.div-steps .div-step .div-task .num::after {
	border-color: #ccc transparent transparent transparent;
}
.div-steps.div-steps-intro .div-step .a-task {
	padding-left: 80px;
	color: #212529 !important;
	margin-left: 0;
	cursor: default;
	box-shadow: none;
	margin-bottom: 25px;
	border-color: #eaeaea;
}
.div-steps.div-steps-intro .div-step .num {
	top: 13px;
	left: 13px;
	height: 50px;
	min-width: 50px;
	max-width: 50px;
	flex-basis: 50px;
	font-size: 1.5rem;
	padding-top: 0;
	border-radius: 6px;
}
.div-steps.div-steps-intro .div-step .num::before,
.div-steps.div-steps-intro .div-step .num::after {
	display: none;
}
.div-texts-wrap {
	position: relative;
	z-index: 1;
}
#div-ex {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
}
#div-ex b,
.modal .div-text-ex .div-ex b,
.div-dialog-body .div-text-ex .div-ex b {
	font-weight: 300;
	border-bottom: 3px solid red;
}
.modal .div-text-ex,
.div-dialog-body .div-text-ex {
	padding: 15px;
	border: 1px solid #000;
}
.modal .div-text-ex *,
.div-dialog-body .div-text-ex *{
	font-size: 1rem;
}
.modal .div-text-ex .div-text-body-ex,
.div-dialog-body .div-text-ex .div-text-body-ex {
	position: relative;
	z-index: 1;
	color: #fff;
}
.modal .div-text-ex .div-text-body-ex b,
.div-dialog-body .div-text-ex .div-text-body-ex b {
	background-color: yellow;
	font-weight: 300;
}
.modal .div-text-ex .div-ex,
.div-dialog-body .div-text-ex .div-ex {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
}
.modal-outline .alert-light,
.div-dialog-body .alert-light {
	border-color: #999;
	color: #212529;
	margin-bottom: 0;
}
.modal-outline .section-compare .div-flex,
.div-dialog-body .section-compare .div-flex {
	justify-content: space-between;
	align-items: normal;
}
.modal-outline .section-compare .div-flex .flex-obj,
.div-dialog-body .section-compare .div-flex .flex-obj {
	flex-basis: calc(50% - 7.5px);
	max-width: calc(50% - 7.5px);
}
.directive {
	font-size: .875rem;
}
.p-inline p {
	display: inline;
	margin-bottom: 0;
}

/*==================================
	Admin
==================================*/
.admin {
	background-color: #F3F3F3;
}
.admin header {
	padding: 0;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-bottom: none;
}
.admin header .a-title {
	height: 63px;
	width: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1c45ef;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
}
.admin header .a-title i {
	flex-basis: 38px;
	min-width: 38px;
	max-width: 38px;
	height: 38px;
	color: #fff;
	background-color: #6880f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 38px;
}
.admin header .right-area {
	color: #001737;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 270px);
	height: 63px;
	box-shadow: 0 4px 16px 0 rgb(167 175 183 / 33%);
	display: flex;
	align-items: center;
}
.admin header .right-area strong {
	margin-left: 1rem;
	color: #001737;
	font-size: .875rem;
}
.admin .max-container {
	padding: 0;
}
.admin .max-container nav.side {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 63px;
	background-color: #1c45ef;
	width: 270px;
}
.admin .max-container nav.side a {
	min-height: 52px;
	align-items: center;
	display: flex;
	padding: 15px 30px 15px 55px;
	color: #fff;
	transition-duration: 0.3s;
	transition-timing-function: "ease-in-out";
	transition-property: "background", "color", "box-shadow", "padding";
	text-decoration: none;
	font-weight: 700;
	position: relative;
	font-size: .875rem;
	white-space: nowrap;
}
.admin .max-container nav.side a::before {
	content: "";
	position: absolute;
	left: 30px;
	right: 50%;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	display: block;
}
.admin .max-container nav.side a:hover,
.admin .max-container nav.side a.active {
	background: #0f25d5;
	padding-left: 65px;
}
.admin .div-body {
	margin-left: 270px;
	padding: 1.5rem 1.7rem;
}
.admin .card {
	box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
	border: solid 1px #dde4eb;
	border-radius: 0px;
}
.admin .card .card-body {
	padding: 1.88rem 1.81rem;
}
.admin .card .card-title {
	display: flex;
	padding: 1.88rem 1.81rem 1rem 1.81rem;
	border-bottom: 1px solid #eee;
	margin-bottom: -.5rem;
}
.admin .card .card-title h2 {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.admin .div-control-box {
	display: flex;
	align-items: center;
}
.admin .div-control-box .input-group {
	flex-basis: 400px;
	max-width: 400px;
	min-width: 400px;
}
.ble {
	width: 100%;
}
.admin .table th,
.admin .table td {
	text-align: left;
	font-size: .75rem;
	word-wrap: anywhere;
}
.admin .table th {
	font-weight: 700;
}
.admin .btn {
	border: none;
	font-size: .875rem;
	font-weight: 700;
}
.admin .btn.btn-primary {
	background-color: #1c45ef;
}
.admin .btn.btn-primary:hover,
.admin .btn.btn-primary:active,
.admin .btn.btn-primary:focus {
	background-color: #0f25d5;
}
.admin .btn.btn-light {
	background-color: #eee;
}
.admin .btn.btn-light:hover,
.admin .btn.btn-light:active,
.admin .btn.btn-light:focus {
	background-color: #ccc;
}
.admin .div-btns .btn {
	min-width: 100px;
}
.admin .form-control,
.admin .form-select {
	font-size: .875rem;
}
.admin .form-control::placeholder {
	color: #ccc;
}
.admin .form-control::-ms-input-placeholder { /* 旧Edge対応 */
	color: #ccc;
}
.admin .form-control:-ms-input-placeholder { /* IE対応 */
	color: #ccc;
}
.admin .input-group .btn {
	border-radius: 0 .25rem .25rem 0;
}

/*==================================
	Teacher
==================================*/
.teacher {
	background-color: #F3F3F3;
}
.teacher .main {
	margin-top: 30px;
	padding: 1.88rem 1.81rem;
	box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
	border: solid 1px #dde4eb;
	border-radius: 0px;
	background-color: #fff;
	margin-bottom: 40px;
}
.teacher .table {
	width: 100%;
}
.teacher .table th,
.teacher .table td {
	text-align: left;
	font-size: .75rem;
}
.teacher .table th {
	font-weight: 700;
}
.teacher .table .form-control {
	font-size: .875rem;
}
.teacher .container-sm {
	width: 800px;
	margin: 0 auto;
}
.teacher .table .td-programs {
	padding: 0 !important;
}
.teacher .table .td-programs .div-flex {
	padding: 10px 17px;
}
.teacher .table .td-programs .div-flex:not(:last-child) {
	border-bottom: 1px solid #dde4eb;
}
.teacher .container-max {
	padding: 0 30px 30px 30px;
}
.teacher .container-max .main {
	width: 100%;
}
.teacher .title {
	margin: -1.88rem -1.81rem 20px -1.81rem;
	width: calc(100% + 3.62rem);
	padding: 28px;
}
.teacher .modal .div-direction .title {
	margin: 0;
	width: 100%;
	padding: 0 0 20px 0;
}
.teacher .modal .div-direction .div-text {
	padding: 20px 0;
}

/*==================================
	jQuery-ui re design
==================================*/
/* dialog */
.ui-dialog.ui-widget.ui-widget-content {
	border: 2px solid #000;
	box-shadow: 0 0 9px rgba(0, 0, 0, .25);
	padding: 0;
	border-radius: .3rem;
}
.ui-dialog .ui-widget-header {
	background: none;
	background-color: #f1f1f1;
	border: none;
	padding: .875rem 1rem;
	display: flex;
	align-items: center;
}
.ui-dialog .ui-dialog-content {
	width: 100% !important;
}
.ui-dialog .ui-widget-header .ui-dialog-title {
	font-size: 14px;
	width: auto;
	color: #212529;
	margin: 0 auto 0 0;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close::before {
	position: static;
	border: none;
	background-color: transparent;
	outline: none;
	width: auto;
	height: auto;
	line-height: 1;
}
.ui-dialog .ui-dialog-titlebar-close {
	margin: -.875rem -1rem;
	padding: .875rem 1rem;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	opacity: .5;
	font-family: inherit;
	font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
	opacity: .75;
}
.ui-dialog .ui-dialog-titlebar-close::before {
	content: '×';
}
.div-dialog-body {
	margin-top: 10px;
}
.div-dialog-body .flex-obj,
.div-dialog-body .flex-obj strong {
	font-size: 14px;
}
