body {
	background: #f5f5f5; /* #fdfdfd */
	overflow: auto;
}
table,
div {
	margin: 0;
}
#form_wrap > h2 {
	font-size: 1.9rem;
	margin-bottom: 20px;
}
#login_form {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
	max-width: 440px;
    margin: 70px auto 0;
    padding: 50px 0;
	border-radius: 7px;
	background-color: #fff;
    /* border: 1px solid #e8e8e8; */
    /* box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.09) */
}
#login_form h1 {
	text-align: center;
	margin-bottom: 30px;
}
#login_form h1 a {
	border-bottom: none;
}
#login_form h1 img {
	width: 80px;
	height: auto;
}
.form_item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.form_item:not(:last-of-type) {
	margin-bottom: 10px;
}
.form_item label {
	/* display: none; */
    color: #555;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: auto;
}
.form_item.space_id p {
	font-size: 1.3em;
	margin: 8px 5px 5px;
	font-weight: bold;
}
.form_item.space_id p span {
	font-size: 0.7em;
	margin-left: 10px;
	font-weight: normal;
}
/* #login_form #form_wrap input[type="text"],
#login_form #form_wrap input[type="password"],
#login_form #form_wrap input[type="number"] {
	padding: 12px 10px;
} */
.form_main {
	display: flex;
    flex-direction: column;
	align-items: center;
	width: 310px;
}
.un:focus, .pass:focus {
	border: 2px solid rgba(0, 0, 0, 0.18) !important;
}
#login_form #form_wrap input[type="submit"],
#login_form #form_wrap input[type="button"] {
	width: 100%;
	font-size: 1.4rem;
	margin-top: 20px;
	min-height: 44px;
	padding: 0;
}
#login_form .forgot {
	color: #44b1e6;
	margin-top: 15px;
	font-size: 1.3rem;
}
#login_form .forgot a {
	color: #33b7ce;
	text-decoration: none;
}
#login_form .forgot a:hover {
	color: #33b7ce;
	text-decoration: underline;
}

/* パスワード再設定 */
/* Step 1 */
/* #login_form .pwd_inquiry .form_item.number,
#login_form .pwd_inquiry .form_item.password {
	margin-top: 12px;
} */
#login_form .pwd_inquiry .username p {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
}
#login_form .pwd_inquiry .username p strong {
	margin-left: 10px;
}
#login_form .pwd_inquiry input[type="number"] {
	width: 50%;
	/* padding-right: 10px;
	margin-bottom: 0; */
}
/* #login_form .pwd_inquiry .number {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
} */
#login_form .pwd_inquiry .number label {
	width: 100%;
	text-align: left;
}
.bottom_message {
	width: 100%;
	margin: 10px 0;
}
.bottom_message p {
	line-height: 1.6;
	text-align: left;
	color: #555;
}
.bottom_message p strong {
	display: inline-block;
	font-weight: bold;
	color: var(--works-color);
	margin-bottom: 10px;
}
.msg_note {
	display: block;
	color: #e43131;
	margin-top: 10px;
}
#login_form #form_wrap input[name="back"] {
	background: #fff;
    color: #777;
    border: 1px solid #d4d4d4;
}
#login_form .pwd_inquiry .form_item.submit_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#login_form #form_wrap .submit_row a.back {
	width: 25%;
	background: #fff;
	color: #777;
	border: 1px solid #d4d4d4;
	font-size: 1.4rem;
	margin-top: 20px;
	min-height: 44px;
	padding: 0.9em;
	border-radius: 0.3rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	appearance: none;
	-webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 18%);
	box-shadow: 0 2px 2px rgb(0 0 0 / 18%);
	text-decoration: none;
	text-align: center;
	height: 44px;
}
#login_form #form_wrap .submit_row input[name="submit"] {
    width: 70%;
}
/* #login_form .pwd_inquiry .submit02 input[type="submit"] {
	width: 48%;
} */


/* パスワードの再設定 入力フォーム
-------------------------------- */
.pwd_inquiry .form_item.username {
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.pwd_inquiry .form_item.username label {
	margin-bottom: 20px;
}
.head_content {
	margin-bottom: 25px;
}
.head_content p {
	font-size: 1.4rem;
}
.head_content .error {
	color: red;
}
.msg_text {
	font-size: 1.4rem;
}



/*******************
CONTENT
*******************/

.login-form .content {
	margin: 3em auto;
}
.login-form .content h2 {
	text-align: center;
	/* margin-bottom: 30px; */
	font-size: 1.5em;
}
.login-form .content .error {
	margin-bottom: 20px;
	color: red;
}
.login-form .content > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.login-form .content label {
	margin: 0;
	margin-right: 1em;
	text-align: right;
	width: 290px;
}
.login-form .content .center_box {
	width: fit-content;
	margin: auto;
}

/* Input field */
.login-form .content .input {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px;
	width: 200px
}
.login-form .content .input::placeholder {
	color: #ccc;
}
.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}
.login-form .footer {
	text-align: center;
}

/* progressbar */
#progressbar {
	text-align: center;
	font-weight: bold;
	color: #e43131;
}

/* Copyright */
footer {
	text-align: center;
	margin-top: 20px;
}

/* 無料アカウントを作成する */
.create_account {
	text-align: center;
	width: 100%;
	max-width: 310px;
	margin-top: 40px;
	font-size: 1.3rem;
  }
  .create_account p {
	margin-bottom: 10px;
  }
  .create_account a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	border-radius: 3px;
	background-color: #f5f5f5;
	color: #29A4E5;
	font-weight: bold;
	text-align: center;
    line-height: 1.7;
	width: 100%;
	border-bottom: none;
	text-decoration: none;
  }
  .create_account a::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f2bd';
	font-weight: 900;
	font-size: 2rem;
	line-height: normal;
	margin-right: 4px;
  }


  /* -----------------------------------
*** スマートフォン表示設定
----------------------------------- */
/* iPhone XS Max/XR/11/11 Pro Max-横 */
@media screen and (max-width: 896px) {
	#login_form {
		margin: 0 auto;
		padding: 50px 0;
		border-radius: 0;
	}
}