@charset "utf-8";


/*-----------------------------------------------------------------------------------------------*/
/* ログイン -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
html, body { height: auto; }

body { background-color: #fff; }

.login, .maintenance { width: 100%; }
.wrapper {
	width: 70%;
	max-width: 740px;
}
.article {
	background-color: #fff;
	margin: 40px 0 80px;
}



/* 各種設定 -------------------------------------------------------------------------------*/
.config {
	width: 100%;
	height: 43px;
	line-height: 43px;
}



/* ログイン -------------------------------------------------------------------------------------*/
.login {
	border-bottom: solid 6px #4e6adb;
	padding-bottom: 20px;
}

/* ロゴ */
h1 {
	float: left;
	margin-top: 10px;
}
h1 img{
	display: block;
	margin:auto;
}
h1 a:link, h1 a:focus, h1 a:active, h1 a:hover, h1 a:visited{
	color: inherit;
	text-decoration: none;
	transition: none;
}
h1 a:hover img {
	opacity: 1;
}

/* ユーザー */
.user {
	float: left;
	width: 270px;
	margin-top: 7px;
	margin-left: 35px;
}
.login .item { margin-bottom: 10px; }
.login .item .label { width: 6.5em; }
.login .item .largelabel { width: 14em; line-height: 66px; white-space: nowrap; }
.login .item .value { width: auto; }
input[type="text"],
input[type="password"] {
	border: solid 1px #cfd8dc;
	width: 160px;
	ime-mode: inactive;
}

/* ボタン */
.butlogin {
	float: left;
	margin-left: 30px;
}
.butlogin a,
.links .link a {
	background-color: #4e6adb;
	border-radius: 50%;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
}
.butlogin a:hover,
.links .link a:hover {
	background-color: #5877f5;
}
.butlogin a.down,
.links .link a.down {
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	height: 80px;
	line-height: 80px;
	width: 80px;
}

/* saml sso */
.ssobuttons {
	height: 75px;
	width: calc(100% - 300px);
	display: flex;
	justify-content: flex-end;
	align-content: center;
	flex-wrap: wrap;
}
.ssobuttons .butlogin {
	float: left;
	margin-left: inherit;
}
.ssobuttons .butlogin a,
.ssobuttons .links .link a {
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	width: 160px;
	margin: 0px 5px;
	padding: 0px 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ssobuttons .butlogin a.down,
.ssobuttons .links .link a.down {
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}



/* メンテナンス情報 -----------------------------------------------------------------------------*/
.maintenance {
	font-size: 1rem;
	margin: 45px 0;
}
.maintenance .wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
}
.maintenance .wrapper .container > div {
	margin: 0px 20px;
}

/* 見出し */
.maintenance h2 {
	color: #4e6adb;
	font-weight: 600;
}

/* 本文 */
.maintenance ul { margin-top: 10px; }
.maintenance li {
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: justify;
	word-wrap: break-word;
}



/* 認証モード -------------------------------------------------------------------------------------*/
.authModeChanger {
	float: left;
	width: 100%;
}
.authModeChanger .links {
	display: inline-block;
	float: right;
}
.authModeChanger .links .discription {
	float: left;
	line-height: 40px;
	margin-top: 10px;
}
.authModeChanger .links .inner {
	display: inline-block;
}
.authModeChanger .links .link {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
.authModeChanger .links .link a {
	border-radius: 20%;
	height: 40px;
	line-height: 40px;
}
.authModeChanger .links .link a:hover {
	height: 40px;
	line-height: 40px;
}
.authModeChanger .textlinks {
	float: right;
	padding-top: 10px;
}
.authModeChanger .textlinks span {
	font-size: 12px;
}

/* フッター -------------------------------------------------------------------------------------*/
.footer {
	background-color: #fff;
	padding-top: 0;
	position: fixed;
	bottom: 0;
	left: 0;
}

.wrapper .container {
	width: 100%;
	word-wrap: break-word;
}
