#btm-page-top a {
	display: none;
}
.section {
	margin-bottom: 50px;
}
.section .h {
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10px;
}
#main-inner {
	max-width:800px;
	width: 96%;
}
.shinki .a-btn {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 10px 0;
}
.login .info {
	text-align: center;
	margin-bottom: 10px;
}
.login .form {
	width: 500px;
	margin: 0 auto;
	background-color: #E0F1F4;
	padding: 16px;
	margin-top: 20px;
	padding-top: 25px;
}
.login .row {
	display: flex;
/*	align-items: center;*/
	justify-content: center;
	margin-bottom: 10px;
}
.login .row2{
	margin-bottom: 20px;
}
.login .row .col1 {
	width: 30%;
/*	text-align: right;*/
	padding-top: 25px;
}
.login .row .col1 span {
	display: inline-block;
	padding-right: 10px;
}
.login .row .col2 {
	width: 70%;
}
.login .row .col2 input {
	width: 100%;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #606060;
	padding-left: 10px;
	font-size: 16px;
}
.login .row .col2 input::placeholder{
	color: #999999;
	font-size: 16px;
}
.title_login{
	font-size: 20px;
	font-weight: bold;
}
.login .row .col1 span {
	font-size: 14px;
	color: #606060;
}
.login .form .in div a{
	color: #000;
}
.login .form .b-btn{
	background-color: #00578E;
	width: 100%;
	height: 48px;
	font-size: 16px;
}
.btnm{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.logo_header_mini_login{
	max-width: 120px;
	margin-right: 10px;
}
.login .form .flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.m-btn{
	display: block;
    width: 128px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #555;
    color: #555555;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 40px;
    background-color: #efefef;
    margin-top: 30px;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 24px;
    
    cursor: pointer;
    user-select: none;
}
.toggle-password::before {
    content: '';
    background-image: url("../../images/login/visible_eye.png");
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}
.toggle-password.hide::before {
    content: '';
    background-image: url("../../images/login/hide_eye.png");
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}
.password-input{
	position: relative;
}
