@charset "utf-8";

/* Reminder page layout (page specific) */
body.page-account-reminder #contents {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 20px auto 28px;
	padding: 0 14px;
	box-sizing: border-box;
}

body.page-account-reminder #main_contents.account-reminder-content {
	width: 100%;
	margin: 0;
}

body.page-account-reminder .account-reminder-card {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.page-account-reminder .account-reminder-breadcrumb {
	margin: 0 0 18px;
	padding: 16px 18px;
	background: #efefef;
	border: 1px solid #d6d6d6;
	font-size: 1.05rem;
}

body.page-account-reminder .account-reminder-body {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 24px;
	max-width: 100%;
	box-sizing: border-box;
}

body.page-account-reminder .account-reminder-body h2 {
	margin: 0 0 16px;
	font-size: 1.9rem;
	letter-spacing: 0.02em;
}

body.page-account-reminder .account-reminder-lead {
	margin: 0 0 16px;
	line-height: 1.75;
}

body.page-account-reminder .account-reminder-alert {
	margin: 0 0 16px;
	padding: 10px 12px;
	border: 1px solid #f4c7c7;
	background: #fff5f5;
	color: #9f2d2d;
	border-radius: 4px;
	line-height: 1.6;
}

body.page-account-reminder .account-reminder-alert--error {
	border-color: #f4c7c7;
	background: #fff5f5;
	color: #9f2d2d;
}

body.page-account-reminder .account-reminder-lead--done {
	font-size: 1.08rem;
}

body.page-account-reminder .account-reminder-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 14px;
}

body.page-account-reminder .account-reminder-table th {
	width: 270px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	font-size: 1.04rem;
}

body.page-account-reminder .account-reminder-table td {
	vertical-align: top;
}

body.page-account-reminder .account-reminder-input {
	display: block;
	width: 100%;
	max-width: 520px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1rem;
}

body.page-account-reminder .account-reminder-submit-wrap {
	margin-top: 8px;
}

body.page-account-reminder .account-reminder-submit {
	background-color: #4a4a4a;
	padding: 12px 30px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
}

body.page-account-reminder .account-reminder-side-toggle-wrap {
	display: none;
	margin-top: 14px;
}

body.page-account-reminder .account-reminder-side-toggle {
	display: block;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #c6ced9;
	background: #f5f7fb;
	color: #21324d;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 6px;
	cursor: pointer;
}

@media screen and (max-width: 920px) {
	body.page-account-reminder #contents {
		margin: 12px auto 20px;
		padding: 0 8px;
	}

	body.page-account-reminder #flexlayout.com-side-layout {
		flex-direction: column;
		gap: 0;
	}

	body.page-account-reminder #flexlayout.com-side-layout > .rightflex {
		order: 1;
		width: 100%;
	}

	body.page-account-reminder #flexlayout.com-side-layout > .leftflex {
		order: 2;
		width: 100%;
		flex-basis: auto;
		display: none;
		margin-top: 12px;
	}

	body.page-account-reminder #flexlayout.com-side-layout.is-side-open > .leftflex {
		display: block;
	}

	body.page-account-reminder .account-reminder-side-toggle-wrap {
		display: block;
	}

	body.page-account-reminder .account-reminder-breadcrumb {
		font-size: 0.95rem;
		padding: 12px 14px;
	}

	body.page-account-reminder .account-reminder-body {
		padding: 16px;
	}

	body.page-account-reminder .account-reminder-body h2 {
		font-size: 1.55rem;
		margin-bottom: 10px;
	}

	body.page-account-reminder .account-reminder-table,
	body.page-account-reminder .account-reminder-table tbody,
	body.page-account-reminder .account-reminder-table tr,
	body.page-account-reminder .account-reminder-table th,
	body.page-account-reminder .account-reminder-table td {
		display: block;
		width: 100%;
	}

	body.page-account-reminder .account-reminder-table th {
		padding-top: 2px;
		margin-bottom: 6px;
	}

	body.page-account-reminder .account-reminder-input {
		max-width: none;
	}

	body.page-account-reminder .account-reminder-submit {
		width: 100%;
	}
}

@media (max-width: 768px) {
	body.page-account-reminder {
		padding-top: 104px !important;
	}
}
