@charset "UTF-8";

.username,
.icon-exit3 {display: none;}

body {
	font-family: "Noto Sans JP";
	background-color: #F5F5F5;
	min-height: 100vh;
	position: relative;
	padding-bottom: 144.5px;
	box-sizing: border-box;
}
main {
	position: relative;
	padding-top: 40px;
	padding-bottom: 4em;
}
section {
	width: 90%;
	margin: auto;
}
#mainTitle {
	width: calc(41% + 5em);
	max-width: calc(235px + 5em);
	height: 39px;
	color: #fff;
	background-color: #8A8000;
	font-size: 1.6em;
	display: flex;
	align-items: center;
	padding-left: 5%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	box-sizing: border-box;
}
#mypageTitle {margin-left: 1em;}
#formArea {
	background-color: #fff;
	border-radius: 8px;
	padding: 2em 1em 4em;
	box-sizing: border-box;
}
table {width: 100%;}
table tr {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #E6E6E6;
}
table th,
table td {
	font-size: 1.5em;
	font-weight: 300;
}
table th {padding-top: 1em;}
table td {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#LoginID,
#Password {
	padding: 1em;
	border-radius: 5px;
	width: 100%;
}
#Preserve {vertical-align: bottom;}
table tr:last-child {border-bottom: none;}
#loginButton {
	display: block;
	width: 100%;
	max-width: 340px;
	color: #fff;
	background-color: #1E88E5;
	margin: 1em auto;
	font-size: 1.8em;
	line-height: 3;
	text-decoration: none;
	transition: all 0.3s;
	text-align: center;
	font-weight: 300;
	border: none;
}
#loginButton:hover {opacity: 0.8;}
#loginButton:focus {outline: none;}
.requestText {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 300;
}