@charset "utf-8";
/*
 ** Build: 2021.08.20;
 ** LastUpdate: 2020.08.20;
*/

/**************************************************



 * ログインページ



 **************************************************/
.page-login {
	_overflow: hidden;
}
.login-box {
	position: absolute;
	width: 90%;
	max-width: 240px;
	height: 100%;
	max-height: 520px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.login-logo {
	margin: 0 0 48px;
	text-align: center;
}
.login-logo img {
	width: 60%;
}
.login-form input {
	margin: 0 0 16px;
}
.login-form .submit-btn {
	margin: 32px auto 64px;
}
.login-copyright {
	_position: absolute;
	width: 200%;
	bottom: 0;
	margin-left: -50%;
	padding: 12px 0 0;
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	background-color:white;
}
@media screen and (max-width: 480px) {
	.login-copyright {
		position: fixed;
		width: 90%;
		bottom: 16px;
		left: 5%;
		margin-left: 0;
	}
}
@media screen and (max-height: 800px) {
	.login-box {
		max-height: 420px;
	}
}
.login-copyright p {
	margin: 0 0 4px;
	font-size: 12px;
}
.login-copyright small {
	font-size: 10px;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 1
}
.btn_area {
	width: 50%;
	height: 380px;
	min-width: 350px;position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	z-index: 2
}
.btn_area .ttl {
	font-weight: bold
}
.btn_area p {
	padding: 5px 15px;
}
.btn_area button {
	display: block;
	margin: 0 auto;
	background: #333;
	color: #fff;
	padding: 15px 40px;
	border: none
}
.btn_area button:hover {
	background: #777
}
.pp {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    overflow-y: scroll;
    line-height: 1.6;
    height: 210px;
    border: 1px solid #aaa;
    margin: 0 auto 20px;
    font-size: 14px;
}
p.pp_title {
    font-size: 24px;
	text-align:center;
	margin: 20px 0;
}
p.pp_sec_title {
    font-size: 18px;
    margin: 20px 0 5px;
}


