@charset "UTF-8";

/* ****************************************************************************
2026/06/05 2カラム用 ファイル作成
* ************************************************************************** */
body {
	background: #fef8eb;
}

h3 {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 19px;
	font-weight: 700;
	border-bottom: 2px
		solid
		#e8a139;
}

h4 {
	margin-bottom: 7px;
	color: #e8a139;
	font-size: 18px;
	font-weight: 700;
}

h5 {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 17px;
	font-weight: 700;
}

div {
	font-size: 16px;
	line-height: 2em;
}
@media (width <= 767px) {
	div {
		line-height: 1.6em;
	}
}

ol,
ul {
	margin-left: 13px;
}
@media only screen and (width <= 767px) {
	ol,
	ul {
		margin-left: 15px;
	}
}

a[href^="tel:"] {
	white-space: nowrap;
}

a.btn_common {
	text-decoration: none;
}

dd {
	line-height: 18px !important;
}

.header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px
		0;
	box-shadow: 0
		0
		14px
		rgb(
			0
				0
				0 /
				10%
		);
	background-color: rgb(
		255
			255
			255
	);
	transition: all
		0.3s
		ease
		0s;
}

.header_inner {
	display: flex;
	align-items: center;
	margin: 0
		20px;
}
@media (width >= 768px) {
	.header_inner {
		height: 86px;
	}
}

img.header_logo {
	width: 156px;
	height: auto;
	max-width: 100%;
	margin-right: 20px;
	margin-left: 16px;
	vertical-align: baseline;
}

.content_wrap {
	position: relative;
	margin-top: 53px;
}
@media (width >= 768px) {
	.content_wrap {
		display: -webkit-box;
		display: flexbox;
		display: flex;
		justify-content: center;
		margin-top: 94px;
		flex-wrap: nowrap;
	}
}

.row {
	width: 100%;
	margin: auto;
}

.main_content {
	width: 100%;
	padding: 0;
}

.sidebar_form {
	width: 100%;
	padding: 0;
}

.form-title {
}
@media (width >= 768px) {
	.row {
		display: flex;
		justify-content: space-between;
	}

	.main_content {
		flex: 0
			0
			50%;
		overflow: scroll;
		height: 100vh;
		padding: 0
			0
			60px;
		padding-left: calc(
			50vw -
				620px
		);
	}

	.sidebar_form {
		flex: 0
			0
			50%;
		overflow: scroll;
		height: 100vh;
		padding: 0
			0
			60px;
		padding-right: calc(
			50vw -
				620px
		);
	}
}

.seminar_detail_wrap {
	width: 100%;
	margin-top: 0;
	padding: 0
		16px;
	background: #fff;
}

.form_wrap {
	width: 100%;
	margin-top: 0;
	padding: 60px
		16px;
	background: #f2f2f2;
}
@media (width >= 768px) {
	.seminar_detail_wrap {
		max-width: 620px;
		margin: 0
			0
			0
			auto;
		padding: 0
			32px;
	}

	.form_wrap {
		max-width: 500px;
		margin: 0;
		padding: 60px
			32px;
	}
}

@media (width >= 769px) and (width <= 992px) {
	.seminar_detail_wrap {
		padding: 0
			16px;
	}

	.form_wrap {
		padding: 0
			16px;
	}
}

.seminar_detail_text {
	padding-bottom: 60px;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2em;
}

.seminar_detail_sub_title_both {
	margin-top: 24px;
	margin-bottom: 18px;
	padding: 8px
		12px;
	color: #2f2f2f;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-left: 3px
		solid
		#2f2f2f;
	background-color: #e2e2e2;
}
@media (width <= 767px) {
	.seminar_detail_sub_title_both {
		margin-bottom: 20px;
		padding: 13px
			14px;
		font-size: 20px;
	}
}

.seminar_detail_table_wrap {
	margin-bottom: 32px;
}

.seminar_detail_item {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	font-size: 16px;
	letter-spacing: 0.08em;
	border-top: 1px
		solid
		#eee;
}

.seminar_detail_item:last-child {
	border-bottom: 1px
		solid
		#eee;
}

.seminar_detail_item
	.seminar_detail_title {
	font-weight: bold;
}
@media (width >= 768px) {
	.seminar_detail_item {
		flex-direction: row;
		padding: 20px
			0;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
	}

	.seminar_detail_item
		.seminar_detail_title {
		width: 30%;
		font-weight: bold;
	}

	.seminar_detail_item
		.seminar_detail_content {
		width: 70%;
	}
}
@media (width <= 767px) {
	.seminar_detail_item {
		flex-direction: column;
		padding: 16px
			0;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.seminar_detail_item
		.seminar_detail_title {
		margin-bottom: 8px;
	}
}

.seminar_profile_row {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	flex-wrap: wrap;
}

.seminar_profile_row
	.seminar_profile_imgwrap {
	width: 18%;
	margin-right: 2%;
}

.seminar_profile_row
	.seminar_profile_imgwrap
	img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.seminar_profile_row
	.seminar_profile_txtwrap {
	width: 80%;
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap {
	position: relative;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 24px;
	padding: 10px
		19px
		0;
	border-radius: 12px;
	background-color: #fafafa;
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap::before,
.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap::after {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 41px;
	margin: 0 -8px;
	content: "";
	background: #ddd;
	transform: rotate(
		45deg
	);
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap::before {
	top: 0;
	left: 0;
	margin-top: -18px;
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap::after {
	right: 0;
	bottom: 0;
	margin-bottom: -18px;
	transform: rotate(
		45deg
	);
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap
	.seminar_profile_career_ttl {
	margin-bottom: 0;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.seminar_profile_row
	.seminar_profile_txtwrap
	.seminar_profile_career_wrap
	.seminar_profile_career_txt {
	font-size: 14px;
	line-height: 1.9;
}
@media only screen and (width <= 767px) {
	.seminar_profile_row
		.seminar_profile_imgwrap {
		width: 100%;
		margin-right: 0;
	}

	.seminar_profile_row
		.seminar_profile_imgwrap
		img {
		width: 100%;
		height: auto;
	}

	.seminar_profile_row
		.seminar_profile_txtwrap {
		width: 100%;
		margin-top: 9px;
	}

	.seminar_profile_row
		.seminar_profile_txtwrap
		.seminar_profile_name {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
	}

	.seminar_profile_row
		.seminar_profile_txtwrap
		.seminar_profile_career_wrap {
		margin-top: 9px;
		padding: 14px
			19px
			0;
	}
}

.sidebar_form
	.form-title {
	padding: 8px
		12px;
	color: #2f2f2f;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-left: 3px
		solid
		#2f2f2f;
	background-color: #e2e2e2;
}
@media (width <= 767px) {
	.sidebar_form
		.form-title {
		padding: 13px
			14px;
		font-size: 20px;
	}
}

/* ****************************************************************************
Form
* ************************************************************************** */
.mktoForm {
	margin-bottom: 60px;
}

.mktoForm
	.mktoLabel {
	margin-bottom: 6px;
	font-size: 14px;
}

.mktoForm
	.mktoFormRow {
	display: -webkit-box !important;
	display: flexbox !important;
	display: flex !important;
}

.mktoForm
	span.mktoPurpleCandy {
	margin-top: 40px !important;
	margin-left: 0 !important;
}

.mktoAsterix {
	display: none !important;
}

.mktoForm
	.mktoRequiredField
	label.mktoLabel::before {
	position: absolute;
	left: 0;
	display: inline-block !important;
	width: 30px !important;
	height: 18px !important;
	margin-left: 6px !important;
	color: #fff !important;
	font-size: 11px !important;
	text-align: center !important;
	line-height: 18px !important;
	content: "必須" !important;
	border-radius: 3px;
	background-color: #c34750 !important;
}
@media (width <= 768px) {
	.mktoForm
		.mktoRequiredField
		label.mktoLabel::before {
		margin-top: 2px;
	}
}

.mktoForm
	.mktoRequiredField
	label.mktoLabel::after,
.mktoForm
	.mktoRequiredField
	label#LblFirstName::before {
	content: none !important;
}

.mktoForm
	.mktoButtonWrap.mktoPurpleCandy
	button.mktoButton,
a.btn-radius-solid {
	width: 320px !important;
	padding: 20px
		0
		22px !important;
	color: #fff;
	font-size: 18px !important;
	border: 2px
		solid
		#e8a139;
	border-radius: 10000px !important;
	background: rgb(
		229
			166
			53
	) !important;
	background: -webkit-gradient(
		linear,
		left
			top,
		left
			bottom,
		from(
			rgb(
				229
					166
					53
			)
		),
		to(
			rgb(
				229
					134
					53
			)
		)
	) !important;
	background: linear-gradient(
		180deg,
		rgb(
				229
					166
					53
			)
			0%,
		rgb(
				229
					134
					53
			)
			100%
	) !important;
	transition: all
		0.5s
		ease-in-out;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5a635",endColorstr="#e58635",GradientType=1) !important;
	text-shadow: none !important;
}

.mktoForm
	.mktoButtonWrap.mktoPurpleCandy
	button.mktoButton:hover,
a.btn-radius-solid:hover {
	color: #e8a139 !important;
	background: #fff !important;
	background-image: none !important;
}

.mktoForm
	.mktoButtonWrap.mktoPurpleCandy
	button.mktoButton:focus,
.mktoForm
	.mktoButtonWrap.mktoPurpleCandy
	button.mktoButton:focus-visible,
a.btn-radius-solid:focus,
a.btn-radius-solid:focus-visible {
	box-shadow: none;
	outline: none;
}

.mktoForm
	input[type="text"],
.mktoForm
	input[type="url"],
.mktoForm
	input[type="email"],
.mktoForm
	input[type="tel"],
.mktoForm
	input[type="number"],
.mktoForm
	input[type="date"],
.mktoForm
	textarea.mktoField,
.mktoForm
	select.mktoField {
	padding: 4px
		6px !important;
}

.mktoForm
	.mktoRadioList
	> label,
.mktoForm
	.mktoCheckboxList
	> label {
	margin-top: -2px !important;
	margin-bottom: 15px !important;
	font-size: 14px !important;
}

.mktoForm
	.mktoRadioList,
.mktoForm
	.mktoCheckboxList {
	margin-top: 40px;
}
@media (width <= 767px) {
	.mktoForm
		.mktoRadioList,
	.mktoForm
		.mktoCheckboxList {
		padding: 15px
			0
			0 !important;
	}
}

#privacy
	~ #Lblprivacy {
	display: none !important;
}

.mktoFormRow
	a[href="https://pages.matchingood.co.jp/rs/125-BDX-829/images/%E3%82%BB%E3%83%9F%E3%83%8A%E3%83%BC%E7%94%B3%E3%81%97%E8%BE%BC%E3%81%BF%E3%81%AB%E9%96%A2%E3%81%99%E3%82%8B%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1%E5%8F%96%E3%82%8A%E6%89%B1%E3%81%84%E3%81%B8%E3%81%AE%E5%90%8C%E6%84%8F%E6%9B%B8_20210512.pdf"] {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	width: fit-content;
	margin: auto;
	text-align: center;
}
@media (width >= 769px) and (width <= 992px) {
	.mktoFormRow
		a[href="https://pages.matchingood.co.jp/rs/125-BDX-829/images/%E3%82%BB%E3%83%9F%E3%83%8A%E3%83%BC%E7%94%B3%E3%81%97%E8%BE%BC%E3%81%BF%E3%81%AB%E9%96%A2%E3%81%99%E3%82%8B%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1%E5%8F%96%E3%82%8A%E6%89%B1%E3%81%84%E3%81%B8%E3%81%AE%E5%90%8C%E6%84%8F%E6%9B%B8_20210512.pdf"] {
		top: -8px;
	}
}
@media screen and (width <= 767px) {
	.mktoFormRow
		a[href="https://pages.matchingood.co.jp/rs/125-BDX-829/images/%E3%82%BB%E3%83%9F%E3%83%8A%E3%83%BC%E7%94%B3%E3%81%97%E8%BE%BC%E3%81%BF%E3%81%AB%E9%96%A2%E3%81%99%E3%82%8B%E5%80%8B%E4%BA%BA%E6%83%85%E5%A0%B1%E5%8F%96%E3%82%8A%E6%89%B1%E3%81%84%E3%81%B8%E3%81%AE%E5%90%8C%E6%84%8F%E6%9B%B8_20210512.pdf"] {
		top: -16px;
	}
}

.mktoForm {
	display: inline-block;
	text-align: center;
}
@media screen and (width >= 1141px) {
	.mktoForm {
		width: 1068px !important;
	}
}
@media screen and (width >= 993px) and (width <= 1140px) {
	.mktoForm {
		width: 960px !important;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	.mktoForm {
		width: 730px !important;
	}
}

.mktoFormRow {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	align-items: flex-end !important;
	align-items: end !important;
	-ms-flex-align: end !important;
}
@media screen and (width <= 767px) {
	.mktoFormRow {
		width: 100% !important;
	}
}

.mktoForm
	.mktoRequiredField
	label.mktoLabel {
	padding-left: 40px;
	font-weight: bold !important;
}

.mktoFieldWrap {
	width: 100% !important;
}

#LastName,
#FirstName {
	width: 528px !important;
}
@media screen and (width >= 993px) and (width <= 1140px) {
	#LastName,
	#FirstName {
		width: 480px !important;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	#LastName,
	#FirstName {
		width: 359px !important;
	}
}

#LastName {
	margin-right: 10px !important;
}

.field {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px !important;
	font-size: 13px !important;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.mktoForm
	.mktoFormCol {
	width: 100%;
}

.mktoForm
	label.mktoLabel {
	width: 100% !important;
	margin: 0
		6px
		3px
		0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.mktoForm
	#LblLastName {
	/* 20260602 姓名を割合
	width: 534px !important;
	*/
	width: 534px;
}
@media screen and (width >= 993px) and (width <= 1140px) {
	.mktoForm
		#LblLastName {
		/* width: 480px !important; */
		width: 480px;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	.mktoForm
		#LblLastName {
		/* width: 365px !important; */
		width: 365px;
	}
}

.mktoFieldWrap
	input[type="text"],
.mktoFieldWrap
	input[type="url"],
.mktoFieldWrap
	input[type="email"],
.mktoFieldWrap
	input[type="tel"],
.mktoFieldWrap
	input[type="date"] {
	width: 1068px !important;
	margin-top: 6px !important;
	border: solid
		1px
		#aaa !important;
	background: #fff !important;
}
@media screen and (width >= 993px) and (width <= 1140px) {
	.mktoFieldWrap
		input[type="text"],
	.mktoFieldWrap
		input[type="url"],
	.mktoFieldWrap
		input[type="email"],
	.mktoFieldWrap
		input[type="tel"],
	.mktoFieldWrap
		input[type="date"] {
		width: 960px !important;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	.mktoFieldWrap
		input[type="text"],
	.mktoFieldWrap
		input[type="url"],
	.mktoFieldWrap
		input[type="email"],
	.mktoFieldWrap
		input[type="tel"],
	.mktoFieldWrap
		input[type="date"] {
		width: 730px !important;
	}
}

.mktoFieldWrap
	input[type="text"]::input-placeholder,
.mktoFieldWrap
	input[type="url"]::input-placeholder,
.mktoFieldWrap
	input[type="email"]::input-placeholder,
.mktoFieldWrap
	input[type="tel"]::input-placeholder,
.mktoFieldWrap
	input[type="date"]::input-placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="text"]::placeholder,
.mktoFieldWrap
	input[type="url"]::placeholder,
.mktoFieldWrap
	input[type="email"]::placeholder,
.mktoFieldWrap
	input[type="tel"]::placeholder,
.mktoFieldWrap
	input[type="date"]::placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="text"]:input-placeholder,
.mktoFieldWrap
	input[type="url"]:input-placeholder,
.mktoFieldWrap
	input[type="email"]:input-placeholder,
.mktoFieldWrap
	input[type="tel"]:input-placeholder,
.mktoFieldWrap
	input[type="date"]:input-placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="text"]::input-placeholder,
.mktoFieldWrap
	input[type="url"]::input-placeholder,
.mktoFieldWrap
	input[type="email"]::input-placeholder,
.mktoFieldWrap
	input[type="tel"]::input-placeholder,
.mktoFieldWrap
	input[type="date"]::input-placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="text"]::placeholder,
.mktoFieldWrap
	input[type="url"]::placeholder,
.mktoFieldWrap
	input[type="email"]::placeholder,
.mktoFieldWrap
	input[type="tel"]::placeholder,
.mktoFieldWrap
	input[type="date"]::placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="number"] {
	width: 100px !important;
	margin-top: 6px !important;
	border: solid
		1px
		#aaa !important;
	background: #fff !important;
}

.mktoFieldWrap
	input[type="number"]::input-placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="number"]::placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="number"]:input-placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="number"]::input-placeholder {
	color: #aaa !important;
}

.mktoFieldWrap
	input[type="number"]::placeholder {
	color: #aaa !important;
}

textarea {
	height: 78px !important;
	margin-top: 12px !important;
	resize: none !important;
	border: solid
		1px
		#aaa !important;
}

select {
	width: 1068px !important;
	height: 32px !important;
	margin-top: 12px !important;
	padding-left: 12px !important;
	border: solid
		1px
		#aaa !important;
	border-radius: 0 !important;
	background: #fff !important;
	appearance: none !important;
}
@media screen and (width >= 993px) and (width <= 1140px) {
	select {
		width: 960px !important;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	select {
		width: 730px !important;
	}
}

.mktoForm
	input[type="text"],
.mktoForm
	input[type="url"],
.mktoForm
	input[type="email"],
.mktoForm
	input[type="tel"],
.mktoForm
	input[type="number"],
.mktoForm
	input[type="date"] {
	height: 32px !important;
}

.mktoForm
	input[type="date"]::input-placeholder {
	padding-left: 12px !important;
}

.mktoForm
	input[type="date"]::placeholder {
	padding-left: 12px !important;
}

.mktoForm
	input[type="date"]:input-placeholder {
	padding-left: 12px !important;
}

.mktoForm
	input[type="date"]::input-placeholder {
	padding-left: 12px !important;
}

.mktoForm
	input[type="text"],
.mktoForm
	input[type="url"],
.mktoForm
	input[type="email"],
.mktoForm
	input[type="tel"],
.mktoForm
	input[type="number"],
.mktoForm
	input[type="date"]::placeholder {
	padding-left: 12px !important;
}

.mktoForm
	.mktoButtonWrap
	> .mktoButton {
	width: 1068px !important;
}
@media screen and (width >= 993px) and (width <= 1140px) {
	.mktoForm
		.mktoButtonWrap
		> .mktoButton {
		width: 960px !important;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	.mktoForm
		.mktoButtonWrap
		> .mktoButton {
		width: 730px !important;
	}
}

.mktoForm
	textarea.mktoField {
	width: 1068px !important;
}
@media screen and (width >= 993px) and (width <= 1140px) {
	.mktoForm
		textarea.mktoField {
		width: 960px !important;
	}
}
@media screen and (width >= 767px) and (width <= 992px) {
	.mktoForm
		textarea.mktoField {
		width: 730px !important;
	}
}

@media screen and (width <= 992px) {
	.mktoForm
		#LblLastName {
		width: 100% !important;
	}
}
@media only screen and (width <= 767px) {
	.mktoForm
		label.mktoLabel {
		width: 100% !important;
		line-height: 1.4;
	}

	.field {
		font-size: 11px !important;
	}

	.mktoForm {
		width: 100% !important;
		padding: 0 !important;
	}

	.field {
		width: 100% !important;
	}

	#LastName {
		align-items: flex-end !important;
		align-items: end !important;
		width: 94% !important;
		-ms-flex-align: end !important;
	}

	#FirstName,
	.mktoFieldWrap
		input,
	#hrog_members,
	#hrog_q,
	.mktoForm
		.mktoButtonWrap.mktoBluePill
		button.mktoButton,
	.mktoFormCol,
	.personal_information,
	.mktoHtmlText.mktoHasWidth {
		width: 100% !important;
	}

	.mktoForm
		label.mktoLabel {
		margin-right: 0 !important;
	}

	.mktoForm
		.mktoFormRow
		.mktoField {
		width: 100% !important;
	}

	.mktoForm
		.mktoFormRow
		.mktoField[type="radio"] {
		width: auto !important;
	}

	.mktoButtonRow,
	.mktoForm
		.mktoButtonWrap
		> .mktoButton,
	.container {
		width: 100% !important;
	}

	.mktoForm
		.mktoRadioList
		> input,
	.mktoForm
		.mktoCheckboxList
		> input[type="checkbox"] {
		width: 10% !important;
	}

	.mktoForm
		.mktoRadioList
		> label,
	.mktoForm
		.mktoCheckboxList
		> label {
		width: calc(
			90% -
				20px
		) !important;
	}

	.field {
		margin-bottom: 30px !important;
	}
}

.mktoButtonRow {
	display: block !important;
	margin: 32px
		0
		0 !important;
	text-align: center !important;
}

#Lblprivacy {
	position: absolute;
	right: 0;
	left: 0;
	width: fit-content !important;
	margin: 40px
		auto
		0 !important;
	font-size: 13px !important;
	text-align: center;
}

#Lblprivacy::after {
	display: none !important;
}

#Lblprivacy
	.mktoAsterix {
	display: none !important;
}
@media (width >= 769px) and (width <= 992px) {
	#Lblprivacy {
		margin: 42px
			auto
			0 !important;
	}
}
@media only screen and (width <= 767px) {
	#Lblprivacy {
		margin: 29px
			auto
			0 !important;
	}
}

.personal_information {
	margin: -30px
		0
		40px !important;
}

#privacy {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	transform: translate(
		128px,
		0
	);
}
@media only screen and (width <= 767px) {
	#privacy {
		transform: translate(
			138px,
			0
		);
	}
}

.mktoFieldWrap
	input[type="checkbox"],
#Lblprivacy
	+ .mktoHasWidth {
	display: inline-block !important;
}

.mktoHtmlText {
	margin: 0
		auto !important;
	text-align: center !important;
}

.mktoHtmlText
	> div {
	display: inline-block;
	padding-left: 0 !important;
}

.mktoForm
	.mktoButtonWrap.mktoPurpleCandy
	button.mktoButton,
a.btn-radius-solid {
	width: 100% !important;
	padding: 12px
		0
		14px !important;
	color: #fff;
	font-size: 18px !important;
	border: 0;
	border-radius: 10000px !important;
	background: #f14aa4 !important;
	text-shadow: none !important;
}

.mktoForm
	.mktoButtonWrap.mktoPurpleCandy
	button.mktoButton:hover,
a.btn-radius-solid:hover {
	color: #fff !important;
	background: #f14aa4 !important;
}

.mktoFieldWrap {
	width: 100% !important;
}

#LastName,
#FirstName {
	width: calc(
		100% -
			6px
	) !important;
}

#LastName {
	margin-right: 6px !important;
}

#FirstName {
	margin-left: 6px !important;
}

.mktoFieldWrap
	input[type="text"],
.mktoFieldWrap
	input[type="url"],
.mktoFieldWrap
	input[type="email"],
.mktoFieldWrap
	input[type="tel"],
.mktoFieldWrap
	input[type="date"],
.mktoForm
	textarea.mktoField,
.mktoForm
	select.mktoField {
	width: 100% !important;
}
@media (width >= 768px) {
	.mktoForm {
		width: 100% !important;
	}
}

.mktoRadioList.mktoHasWidth.mktoRequired,
.mktoHtmlText.mktoHasWidth,
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
	width: 100% !important;
}
