@charset "utf-8";


/* --------------------------------------------------

Login

-------------------------------------------------- */
.page {
	margin: 0 5.333333vw;
	text-align: center;
}
#wpmem_login, #wpmem_reg {
	margin: 50px auto;
	padding: 30px 50px;
	max-width: 500px;
	background-color: #f8f8f8;
	text-align: left;
}
form, fieldset, legend, input {
  margin: 0;
  padding: 0;
  border: none;
}

fieldset {

}
legend {
	display: block;
	padding-bottom: 40px;
	font-size: 24px;
	letter-spacing: 0.07em;
	text-align: center;
}
label {
	font-size: 14px;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'] {
	margin: 10px 0 40px;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}
input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='password']:focus {
	background-color: #eee;
	border-bottom: 1px solid #bbb;
}

.button_div {
	text-align: center;
}
.button_div label {
	font-weight: 500;
	letter-spacing: 0.07em;
}
input[type='submit'] {
	display: block;
	margin: 20px auto;
	width: 70%;
	height: 60px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.12em;
	cursor: pointer;
	transition: 0.3s;
}
input[type='submit']:hover {
	background-color: transparent;
	color: #000;
}

.link-text, .req-text {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-align: center;
}
.link-text a, .req-text a {
	display: inline-block;
	margin-left: 0.5em;
	text-decoration: underline;
}
.link-text a::before {
	display: inline-block;
	content: '→';
	margin-right: 0.5em;
}
.link-text a:hover {
	text-decoration: none;
}

.req {
	color: #FF0089;
}
.login_status, .wpmem_msg {
	padding-top: 100px;
	text-align: center;
}
.wpmem_msg + ul, .page > ul {
	margin: 100px auto 0;
	padding: 0;
	max-width: 800px;
	list-style-type: none;
}

.register_status {
	text-align: center;
}
.register_links a, .page > ul li a, .login_status a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	max-width: 400px;
	height: 60px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.12em;
	cursor: pointer;
	transition: 0.3s;
}
.register_links a:hover, .page > ul li a:hover, .login_status a:hover {
	background-color: transparent;
	color: #000;
}