@charset "utf-8";

/**************************************************
 * メール登録画面
 **************************************************/

/* layout */
.mailRegister {
	border-radius: 3px;
	height: 100%;
	overflow: scroll;
	background-color: #f1f0e8;
}

.mailRegister_panel {
	padding: 16px 20px 20px;
}

/* title */
.mailRegister_title,
.mailRegister_title_complete {
	color: #79706c;
	font-weight: bold;
	text-align: center;
}

.mailRegister_title_complete {
	font-size: 14px;
	line-height: 1;
}

.mailRegister_title {
	font-size: 18px;
	line-height: 1.4;
}

.mailRegister_title_complete {
	margin-bottom: 20px;
}

.mailRegister_cont.is-hidden {
	display: none;
}

/* form parts */
.mailRegister_form {
	padding: 16px 0 0;
}

/* mail address form */
.mailAddress {
	position: relative;
	margin-bottom: 24px;
}

.mailAddress_input {
	background-color: #fff;
	border: 1px solid #a2a2a2;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 30px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.mailAddress_input::-webkit-input-placeholder {
	color: #bbb;
}

.mailAddress_input.is-err {
	background-color: #ffe5e5;
}

.mailRegister_err-text {
	color: #ee4d4d;
	display: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}

.mailRegister_err-text.is-err {
	display: block;
}

.mailRegister_err-login-text {
	display: none;
	margin-top: 5px;
	text-align: center;
}

.mailRegister_err-login-text.is-err {
	display: block;
}

.mailRegister_err-login-text_link {
	text-decoration: underline;
}

.consent-text {
	text-align: center;
}

.consent-text_link {
	text-decoration: underline;
}

.button_orange {
	background-color: #f77c00;
	box-shadow: 0 2px 0 #e15f00;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-top: 12px;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
}

.button_orange.ui-hover {
	background-color: #f36100;
	box-shadow: 0 2px 0 #c95602;
}

.mailRegisterAnnotation {
	margin: 12px 0 0;
}

.mailRegisterAnnotation_list {
	font-size: 10px;
	line-height: 1.5;
	padding-left: 10px;
	text-indent: -1em;
}

.mailRegisterAnnotation_list:not(:first-child) {
	margin-top: 5px;
}

.mailRegister_loader {
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.mailRegister_loader.is-hidden {
	display: none;
}

/* regist completion */
.mailRegisterCompletion-wrapper {
	display: table;
	width: 100%;
}

.mailRegisterCompletion {
	background: #fff;
	box-sizing: border-box;
	display: table-cell;
	height: 148px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.mailRegisterCompletion_text {
	color: #333;
	display: block;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
}

.mailRegisterCompletion_text_save-condition {
	display: block;
	font-size: 11px;
	margin-top: 15px;
	text-align: center;
	font-weight: normal;
	word-break: break-all;
}

/***************************************************
 * ドメインサジェスト対応
 ***************************************************/
.domainList {
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 10;
}

.domainList > dl > dt {
	padding: 6px 8px;
	font-weight: bold;
}

.domainList > dl > dd {
	font-size: 14px;
	width: 50%;
	float: left;
}

.domainList > dl > dd a {
	display: block;
	padding: 10px;
	color: #333;
	background-size: 12px auto;
	word-break: break-all;
	border-left: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
}

.domainList > dl > dd:nth-child(even) > a {
	border-right: 1px solid #dadada;
}

.domainList > dl > dd.ui-hover {
	background-color: #eaeaea;
}

.domain-list-overlay {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 1;
	transition: 0.2s opacity ease-out;
	-webkit-transition: 0.2s opacity ease-out;
}
