﻿body {
    margin: 0;
    padding: 0;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}

.login-btn {
    margin-bottom: 10px;
    padding: 0;
    width: 140px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    background-color: #321fdb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 6px 12px;
}
.login-button {
	text-align: center;
}
.error {
	color: red;
}
.loader-img {
	margin: 100px auto;
	font-size: 25px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loading-div {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}

.loading-div .loader-img {
	margin: 0 auto;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	left: 0;
	right: 0;
}

@-webkit-keyframes load5 {
	0%, 100% {
		box-shadow: 0em -2.6em 0em 0em #a9dcfe, 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.5), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.7), 1.8em -1.8em 0 0em #a9dcfe, 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.5), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7), 2.5em 0em 0 0em #a9dcfe, 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5), 2.5em 0em 0 0em rgba(169, 220, 254, 0.7), 1.75em 1.75em 0 0em #a9dcfe, 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.5), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.7), 0em 2.5em 0 0em #a9dcfe, -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.5), 0em 2.5em 0 0em rgba(169, 220, 254, 0.7), -1.8em 1.8em 0 0em #a9dcfe, -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.5), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.7), -2.6em 0em 0 0em #a9dcfe, -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.5), -2.6em 0em 0 0em rgba(169, 220, 254, 0.7), -1.8em -1.8em 0 0em #a9dcfe;
	}
}

@keyframes load5 {
	0%, 100% {
		box-shadow: 0em -2.6em 0em 0em #a9dcfe, 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.5), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.7), 1.8em -1.8em 0 0em #a9dcfe, 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.5), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7), 2.5em 0em 0 0em #a9dcfe, 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5), 2.5em 0em 0 0em rgba(169, 220, 254, 0.7), 1.75em 1.75em 0 0em #a9dcfe, 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.5), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.7), 0em 2.5em 0 0em #a9dcfe, -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.5), 0em 2.5em 0 0em rgba(169, 220, 254, 0.7), -1.8em 1.8em 0 0em #a9dcfe, -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.5), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.7), -2.6em 0em 0 0em #a9dcfe, -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.5), -2.6em 0em 0 0em rgba(169, 220, 254, 0.7), -1.8em -1.8em 0 0em #a9dcfe;
	}
}

body.loading .loading-div {
	display: block;
	background: rgba(0, 0, 0, 0.5);
}

.reset-pass {
	width: 620px !important;
}
@media (max-width: 700px) {
	.reset-pass {
		width: 70% !important;
	}
}
@media (max-width: 570px) {
	#login {
		width: 70% !important;
	}
}

@media (max-width: 770px) {
	.login-fltright {
		float: none !important;
	}
}

.forgot {
	text-decoration: none;
}

.color-btn-log {
	background-color: #4733b3 !important;
}

.col-form-label {
	padding-top: calc(0.875rem + 1px);
	padding-bottom: calc(0.875rem + 1px);
	margin-bottom: 0 !important;
	font-size: inherit;
	line-height: 1;
}

.col-form-label-lg {
	padding-top: calc(0.94rem + 1px);
	padding-bottom: calc(0.94rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.login-fltright {
	float: right;
}

.btn-login {
	width: 150px;
	background-color: #4733b3 !important;
}

.btn-register {
	width: 150px;
	background-color: #B60014 !important;
}
.login-title h1 {
	text-align: center;
	font-size: 20px;
	margin: 0px 0 60px 0;
	font-weight: 600;
}

.login-fails {
	text-align: center;
}

.validation-summary-errors ul, .validation-summary-errors li { 
	list-style: none;
	display: inline;
	padding: 0;
	word-break: keep-all
}
.div-center {
	display: table!important;
	margin-right: auto!important;
	margin-left: auto!important;
}
.text-center {
	text-align: center;
}
.title-confirm {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 60px;
	margin-top: 50px;
	margin-top: 0px;
	padding-top: 50px;
}
.validation-summary-errors li {
	display: none;
}
.validation-summary-errors li:first-child {
	display: inline!important;
}
.forgot-pass {
	width: 650px!important;
}
.text-center {
	text-align: center;
}
@media (min-width: 770px) {
	.col-lg-4 {
		flex: 0 0 45%!important;
		max-width: 45%!important;
	}
}
.wrap-2 {
    width: 450px;
    position: relative;
}

.wrap-3 {
    width: 600px;
    position: relative;
}
.wrap-1 {
    width: 100%;  
    min-height: 92%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.wrap-4 {
    width: 100%;
    min-height: 92%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}
.main-footer {
	background: transparent !important;
	border-top: none !important;
	margin-left: 0px !important;
}

.min-height-90 {
	min-height: 100vh;
}
.center-recaptra {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wrap-recaptre {
	position: relative;
	height: 78px;
}
.pr0 {
	padding-right: 0;
}
.style-row {
	margin-bottom: 25px;
}
.ml-130 {
	margin-left: 130px;
}
.mt-35 {
	margin-top: 35px;
}
.mt--20 {
}
.sumary-row {
	margin-top: -20px;
	margin-bottom: 25px;
}
.min-height-90 {
	min-height: 90vh;
}
#Password-error {
	word-break: break-all;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wrap-2 {
        width: 450px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .wrap-3 {
        width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.note-reset {
	line-height: 1.2;
}
@media screen and (max-width:768px) {
	.note-reset {
		padding-top: calc(0.875rem + 1px);
		padding-bottom: calc(0.875rem + 1px);
	}
}

body {
    font-family: font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}

.login_border_admin {
    border-bottom: 8px solid #3F48CC;
}

.login_border_teacher {
    border-bottom: 8px solid #3BAF75;
}
.btn-back {
	background-color: #ffffff !important;
	color: gray !important;
	border: 1px solid gray !important;
}

.login-smart-phone {
    font-size: 14px;
}

@media (max-width: 420px) {
    .login-smart-phone {
        font-size: 13px!important;
    }
}
.date-regis {
	outline: none;
}

.link-footer-student-new {
    color: #0080ff !important;
    text-decoration: underline !important;
}

.container-link-bottom-padding {
    padding-left: 15px;
}

@media screen and (max-width:979px) {
    .container-link-bottom-padding {
        padding-left: 5px;
    }
}
@media screen and (max-width: 767px) {
	.footer-user-privacy {
		display: flex;
		justify-content: center;
	}
	.footer-user-privacy .col-md-12 .flex-center a {
		font-size: 13px;
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}