@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #fff;
	}
#wrapper {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	width: 1024px;
	max-width: 100%;
	height: 600px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/login.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-color: #C1C1C1;
	behavior: url("/PIE.htc");
	font-size: 16px;
	color: #333;
}
.wrapper__login {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 265px;
    box-sizing: border-box;
}

#wrapper table.list2 td.head{
	font-weight: 500;
	width: 6em;
    letter-spacing: 1.6px;
	}

#login_box {
	width: 410px;
    max-width: 100%;
	padding: 15px;
	margin: 0 auto;
	position: relative;
	top: 60px;
	background-color: unset;
	border: none;
}

.login_logo {
	width: 226px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-color: unset;
	}

.login_logo img {
	height: 80px;
	padding: 10px 0 26px 0;
	margin-left: auto;
	margin-right: auto;
}

#wrapper form {
	width: 410px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#wrapper table {
	font-size: 16px;
	line-height: 140%;
	color: #000;
}

#wrapper table.list2 {
	border-collapse: collapse;
	margin-left: -45px;
}

#wrapper table.list2 tr:nth-child(2) td {
	padding-bottom: 26px;
}

#wrapper table.list2 tr:nth-child(3) td {
	padding-bottom: 38px;
}

input[type=text], input[type=password], select {
	height: 46px;
	width: 300px;
	max-width: 100%;
	font-size: 16px;
	letter-spacing: 1.4px;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}

.button_s {
	font-size: 16px;
	font-weight: bold;
	color:#003282;
	width: 192px;
	height: 56px;
	border: none;
	letter-spacing: 1.4px;
	background-color: #FCD347;
	background-image: unset;
	background-image: unset;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: none;
	cursor: pointer;
}

.button_s:hover {
	color:#003282;
	background-color: #deb633;
	border: none;
	background-image: unset;
	background-image: unset;
	border-radius: 4px;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: none;
	cursor: pointer;
	transition: 0.3s;
}
.login_forget {
	text-align: center;
    margin-top: 18px;
    letter-spacing: 1.3px;
}
.login_forget a {
    color: #003282;
    font-size: 13px;
    background: gray;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;
	text-decoration: none;
}

.login_forget a:hover {
   opacity: 0.8;
}

footer {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: #fff;
	padding-top: 60px;
	background-color: #003282;
}

.login-footer {
	width: 770px;
	max-width: 100%;
	padding: 48px 0 0;
	margin: auto;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
	font-size: 14px;
	z-index: -1;
}

.fooder_item {
	content: "";
	position: relative;
    width: 100%;
}

.fooder_item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	background-image: url('../img/footer_item.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	-webkit-transform: translate(-50%, -75%);
	-ms-transform: translate(-50%, -75%);
	z-index: 100;
}
.login-footer p {
    letter-spacing: 1.5px;
    line-height: 1.8;
}

@media screen and (max-width: 1023px){
    footer {
		width: 100%;
		position: absolute;
		bottom: 0;
		font-size: 14px;
		z-index: -1;
	}
}


@media screen and (max-width: 800px){
    .login-footer p {
        padding: 0 10px;
    }
	
}

@media screen and (max-width: 721px){
    .wrapper__login {
        padding-bottom: 290px;
    }
    .fooder_item:after {
        height: 190px;
    }
}

@media screen and (max-width: 540px){
    #wrapper table.list2 {
        margin-left: 0;
        width: 300px;
        max-width: 100%;
        margin: auto;
    }
    #wrapper table.list2,
    #wrapper table.list2 tbody,
    #wrapper table.list2 tr,
    #wrapper table.list2 td {
        display: block;
    }
    #wrapper table.list2 tr:nth-child(2) td:nth-child(1) {
        padding-bottom: 0;
    }
    #wrapper table.list2 tr:nth-child(3) td:nth-child(1) {
        padding-bottom: 0;
    }
    .login-footer p {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px){
    .login_logo img {
        height: 58px;
    }
    #login_box {
        width: 100%;
        padding: 15px 0;
    }
    #wrapper form {
        width: 100%;
    }
    .wrapper__login {
        padding-bottom: 330px;
    }
}

@media screen and (max-width: 374px){
    .wrapper__login {
        padding-bottom: 500px;
    }
}
/*20230726日追加コード*/
@media screen and (max-width: 374px){
    .wrapper__login {
        padding-bottom: 500px;
    }

	#login_box {
		top: 0px;
	}

	#wrapper table {
		font-size: 14px;
	}

	.login_logo img {
		padding: 0;
	}

	.login-footer p {
		font-size: 12px;
	}

	.login-footer p br {
		display: none;
	}
}