@charset "utf-8";
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
	margin: 0 auto;
}
#wpmem_reg {
	min-width: 730px;
	background: #fff;
}
#wpmem_reg fieldset {
	margin: 0 0 40px;
}
#wpmem_reg fieldset .req-text {
	display: none;
}
.registForm {
	padding: 0 20px 20px;
}
.registHeader {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.registHeader h2:before {
	display: none;
}
.registHeader h2 {
	color: #595757;
}
.registHeader p {
	word-break: break-word;
	width: 70%;
	font-size: 18px;
	margin: 0 auto 20px;
}
#wpmem_reg .form {
	padding: 20px;
    border: 1px solid #ccc;
}
#wpmem_reg .registForm legend {
	display: none;
}
#wpmem_reg .registForm .req-text {
	width: 70%;
	margin: 0 auto;
}
.registForm .req-text p {
	font-size: 18px;
}
.registForm .req-text .reqInfo {
	font-size: 14px;
}
.formBox {
	padding: 30px 40px;
	border: 2px solid #C7123A;
}
.formList {
	display: flex;
	justify-content: space-between;
    padding: 15px 0;
}
.formList:nth-of-type(10),
.formList:nth-of-type(11) {
	display: block;
}
#wpmem_reg .formList .div_text,
#wpmem_reg .formList .div_radio,
#wpmem_reg .formList .div_multicheckbox {
	width: 70%;
	min-width: 70%;
	margin-bottom: 0;
	padding: 0 0 0 20px;
}
#wpmem_reg .formList:nth-of-type(10) .div_text {
	padding: 0;
}
.formList:nth-of-type(2) .div_radio br:nth-of-type(1),
.formList:nth-of-type(2) .div_radio br:nth-of-type(2),
.formList:nth-of-type(2) .div_radio br:nth-of-type(4),
.formList:nth-of-type(2) .div_radio br:nth-of-type(5){
	display: none;
}
.formList:nth-of-type(4) .div_radio br:nth-of-type(1),
.formList:nth-of-type(4) .div_radio br:nth-of-type(2),
.formList:nth-of-type(4) .div_radio br:nth-of-type(3),
.formList:nth-of-type(4) .div_radio br:nth-of-type(4) {
	display: none;
}
#wpmem_reg .formList .div_radio:nth-of-type(1) label,
#wpmem_reg .formList .div_radio:nth-of-type(2) label,
#wpmem_reg .formList:nth-of-type(11) .div_multicheckbox label {
	margin: 0 30px 0 0;
}
.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(1),
.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(2),
.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(4),
.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(5),
.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(7),
.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(8) {
	display: none;
}
.form_notice {
	font-size: 12px;
	color: #666;
	padding: 10px 20px;
}
#wpmem_reg .button_div {
	display: flex;
	justify-content: center;
}
#wpmem_reg .button_div input {
	cursor: pointer;
	position: relative;
	color: #fff;
	font-weight: bold;
	border: 0;
	background: #C7123A;
	background-image: url('../img/regist_btn_bg.png');
	background-repeat: no-repeat;
	height: 70px;
	width: 240px;
	font-size: 120%;
}
#wpmem_reg .button_div input:hover {
	opacity: 0.8;
}
#wpmem_reg legend {
	margin-bottom: 30px;
}
#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
	box-sizing: border-box;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px){

	#wpmem_reg {
		min-width: 100%;
	}
	.formBox {
		padding: 10px;
	}
	.formList {
		display: block;
	}
	#wpmem_reg .formList .div_text, 
	#wpmem_reg .formList .div_radio {
		width: 100%;
		min-width: 100%;
		padding: 5px 0 0 0;
	}
	#wpmem_reg .registForm .req-text,
	.registHeader p {
		width: 100%;
	}
	#wpmem_reg .registForm legend,
	.registHeader h2 {
		font-size: 18px;
	}
	.formList:nth-of-type(2) .div_radio br:nth-of-type(1),
	.formList:nth-of-type(2) .div_radio br:nth-of-type(2),
	.formList:nth-of-type(2) .div_radio br:nth-of-type(4),
	.formList:nth-of-type(2) .div_radio br:nth-of-type(5),
	.formList:nth-of-type(4) .div_radio br:nth-of-type(1),
	.formList:nth-of-type(4) .div_radio br:nth-of-type(2),
	.formList:nth-of-type(4) .div_radio br:nth-of-type(3),
	.formList:nth-of-type(4) .div_radio br:nth-of-type(4),
	.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(1),
	.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(2),
	.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(4),
	.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(5),
	.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(7),
	.formList:nth-of-type(11) .div_multicheckbox br:nth-of-type(8) {
		display: block;
	}
	#wpmem_login input[type=password], 
	#wpmem_login input[type=text], 
	#wpmem_reg input[type=date], 
	#wpmem_reg input[type=email], 
	#wpmem_reg input[type=number], 
	#wpmem_reg input[type=password], 
	#wpmem_reg input[type=text], 
	#wpmem_reg input[type=url], 
	#wpmem_reg textarea {
		box-sizing: border-box;
	}
}