
#main h1{
	margin: 30px 10px;
	text-align: center;
}
.ec-off1Grid{
	max-width: 800px;
	margin: 0 auto;
}
.ec-label,
label.ec-label{
	font-weight: bold;
	color: #444;
}
.ec-required{
	font-size: 0.75rem;
	font-weight: bold;
	color: #ff0000;
	display: inline-block;
	margin-left: 15px;
}
.ec-input.error,
.ec-errorMessage{
	font-size: 0.875rem;
	font-weight: bold;
	color: #ff0000;
	margin: 0;
}
.ec-halfInput .ec-errorMessage{
	display: inline-block;
	width: calc(50% - 5px);
}
.ec-registerRole__actions{
	text-align: center;
	padding: 30px 0;
}
.ec-registerRole__actions button{
	margin-bottom: 15px;
}
#main form > p{
	padding-left: 10px;
	padding-right: 10px;
}
#main .ec-borderedDefs dl{
	display: flex;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 10px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
#main .ec-borderedDefs dt{
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
}
#main .ec-borderedDefs dd{
	margin: 0;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
p.att{
	font-size: 0.875rem;
	color: #666;
	padding-left: 5px;
}
.nameinput p.att{
	display: inline-block;
	width: calc(50% - 5px);
}
.ec-borderedDefs dd input{
	margin-bottom:0;
}
.ec-borderedDefs dd input[type=text],
.ec-borderedDefs dd input[type=password]{
	width: 100%;
}
.ec-borderedDefs dd select{
	width: auto;
	min-width: 300px;
}
.ec-borderedDefs dd .birth select{
	min-width: 100px;
}
#main .ec-borderedDefs dd .ec-halfInput input{
	width: calc(50% - 5px);
	margin-left: 0;
}
.ec-borderedDefs dd .ec-input{
	margin-bottom: 5px;
}
#entry_customer_type_1{
	margin-left: 15px;
}
.ec-borderedDefs dd input.p-postal-code,
#entry_postal_code{
	width: 200px;
	margin-bottom: 15px;
}
.ec-zipInputHelp{
	font-size: 0.875rem;
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
	margin-left: 30px;
}
.ec-zipInputHelp__icon{
	display: inline-block;
}
.ec-zipInputHelp span{
	margin-left: 0;
	vertical-align: middle;
}
.ec-icon{
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 16px;
	width: 16px;
	height: 16px;
}
.ec-icon img{
	width: 12px;
	height: 12px;
	filter: brightness(0.6);
}
a.outlink::after{
	content: '';
	background-image: url('https://mgproductioncdn.rakupuri.net/images/icon-outlink.svg');
	background-size: cover;
	width: 12px;
	height: 12px;
	margin: 3px 8px 0 4px;
}
#onOff{
	font-size: 0.875rem;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left: 24px;
	margin-top: 15px;
	user-select: none;
}
#onOff::before{
	content: '';
	border: 1px solid #aaa;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: -1;
}
#onOff.checked::before{
	background-color: #f9e89b;
}
#onOff.checked::after{
	content: '';
	background-image: url('https://mgproductioncdn.rakupuri.net/images/icon-check-simple.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 6px;
	left: 2px;
}
.policy-check{
	text-align: left;
	text-indent: -40px;
	margin-left: 40px;
}
.policy-check input{
	margin: 0 5px;
}
.form-check-label{
	font-size: 0.875rem;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 0;
	user-select: none;
}
.submitArea{
	text-align: center;
}
.ec-RegisterRole__actions,
.button-submit{
	text-align: center;
	margin: 30px 0;
}
@media (min-width: 768px) {
	#main .ec-borderedDefs dl{
		flex-direction: row;
	}
	#main .ec-borderedDefs dt{
		width: 180px;
	}
	#main .ec-borderedDefs dd{
		width: calc(100% - 200px);
	}
	.policy-check{
		text-align: center;
	}
}
