@charset "UTF-8";
/* CSS Document */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/login_bg.svg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


.main {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}


.subtitle {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

.title {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.title ing {
	width: 100%;
}

.panel {
	width: 100%;
	background-image: -webkit-linear-gradient(270deg, rgba(92, 174, 49, 1.00) 0%, rgba(0, 127, 65, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(92, 174, 49, 1.00) 0%, rgba(0, 127, 65, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(92, 174, 49, 1.00) 0%, rgba(0, 127, 65, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(92, 174, 49, 1.00) 0%, rgba(0, 127, 65, 1.00) 100%);
	float: left;
	padding: 20px 50px 50px 50px;
}

#login-box input[type="text"] {
	width: 100%;
	border: 1px solid #A9A9A9;
	font-size: 15px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px 15px 10px;
	line-height: 14px;
	margin-bottom: 10px;
}

#login-box input[type="password"] {
	width: 100%;
	border: 1px solid #A9A9A9;
	font-size: 15px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px 15px 10px;
	line-height: 14px;
	margin-bottom: 10px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #b6b6b6;
}

::-moz-placeholder {
	/* Firefox */
	color: #000000;
	opacity: 0.5;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: b6b6b6;
}

::placeholder {
	/* Others */
	color: #b6b6b6;
}


#login-box .subject {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #FFFFFF;
}

/*---------------------------------------------------------------
input チェックボックス
----------------------------------------------------------------*/

.check-wrap {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.checkbox-input {
	display: none;
}

.checkbox-parts {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius: 2px;
	background-color: #FFFFFF;
}

.checkbox-input:checked+.checkbox-parts {
	color: #ffffff;
}

.checkbox-input:checked+.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 5px;
	width: 6px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 2px solid #1f7e41;
	border-right: 2px solid #1f7e41;
}

#flashMessage {
	text-align: center;
	color: red;
	font-weight: bold;
	margin-top: 20px;
}

/*---------------------------------------------------------------
ログインボタン
----------------------------------------------------------------*/

.btn-wrap {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.btn-ok {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	background-color: #f39700;
	padding: 20px 10px 20px 10px;
	position: relative;
	transition: .2s;
	font-size: 20px;
	line-height: 14px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-tap-highlight-color: transparent;
}

.btn-ok a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.btn-ok:hover {
	background-color: #F47A00;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.btn-ok:active {
	background-color: #F4BD00;
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.btn-ok .icon {
	width: 20px;
	height: 20px;
	top: -2px;
	position: relative;
}

.btn-ok .icon img {
	width: 20px;
	height: 20px;
}

.btn-ok .name {
	width: 100%;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

/* ===================================================== */
/*	waiting
/* ===================================================== */
#waiting {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	opacity: 0.8;
	z-index: 201;
}

#waiting .waitingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url(../img/waiting.gif) center center no-repeat;
}

/* ===================================================== */
/*  メンテナンス
/* ===================================================== */
.maintenance{
    width: 950px;
    height: auto;
    padding: 20px;
}

.main_maintenance{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maintenance_title{
    background-color: white;
    width: 100%;
    height: auto;
    font-size: 36px;
    padding: 5px;
    text-align: center;
     color: red;
     margin-bottom: 5px;
     font-weight: bold;
}

.maintenance_info{
    background-color: white;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}