.application_title p,
.application_step_badge {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #0093FF;
}
.application {
	padding: 100px 0 160px;
}
.application_title {
	margin-bottom: 32px;
}
.application_title p {
	font-size: 14px;
	margin-bottom: 8px;
}
.application_title h2 {
	font-weight: 700;
	font-size: 30px;
}
.application_lead {
	margin-bottom: 120px;
}
.application_lead p {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.application_steps {
	max-width: 820px;
	width: 100%;
	margin: auto;
}
.application_steps_list {
	margin: 44px 0;
	display: flex;
	gap: 50px;
	justify-content: center;
}
.application_step_card {
	width: 400px;
	text-align: center;
}
.application_step_badge {
	font-size: 18px;
	line-height: 125%;
	margin-bottom: 12px;
}
.application_step_badge span {
	font-size: 24px;
}
.application_step_title {
	font-weight: 700;
	font-size: 20px;
	color: #202733;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.application_step_image {
	width: 230px;
	margin: 0 auto 20px;
}
.application_step_desc {
	line-height: 200%;
	text-align: left;
	margin-bottom: 16px;
}
.application_step_mail {
	margin-bottom: 16px;
}
.application_step_mail img {
	width: 231px;
}
.application_step_btn a {
	width: 298px;
	height: 65px;
	margin: auto;
}
.application_step_download a {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: bold;
	color: #0093FF;
	transition: all 0.5s ease;
}
.application_step_download a:hover {
	color: #0C3484;
}
.application_step_download a::after {
	content: "";
	background-image: url(/shared/img/service-list/reuse/sales-form/ico-downloadl.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 26px;
	display: inline-block;
}
.application_notes {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.application_notes li {
	font-weight: 500;
	line-height: 125%;
	position: relative;
	padding-left: 2em;
}
.application_notes li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}
.contact {
	padding: 0 40px;
	margin-bottom: 160px;
}
.contact_content {
	width: 100%;
	border-radius: 48px;
	background: #0C14FE;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url(/shared/img/service-list/reuse/sales-form/contact-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 40px 20px;
	margin-bottom: 60px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.contact_content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0C14FE4D;
}
.contact_panel {
	position: relative;
}
.contact_panel_lead {
	font-weight: 900;
	font-size: 35px;
	line-height: 175%;
	margin-bottom: 40px;
}
.contact_panel_cta {
	margin-bottom: 40px;
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 100%;
}
.contact_panel_cta a {
	max-width: 380px;
	width: 100%;
	font-size: 18px;
	padding: 0 80px;
	margin: auto;
}
.contact_privacy_text {
	font-weight: 500;
	line-height: 175%;
	margin-bottom: 40px;
	text-align: center;
}
.contact_privacy_text a {
	color: #0093FF;
	transition: all 0.5s ease;
}
.contact_privacy_text a:hover {
	color: #0C3484;
}
.contact_privacy_ssl {
	max-width: 723px;
	width: 100%;
	margin: auto;
	background-color: #EFEFEF;
	padding: 20px 40px;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
}
.contact_privacy_ssl p {
	font-weight: 500;
	line-height: 175%;
}
.contact_privacy_ssl img {
	width: 113px;
}
@media (max-width: 1000px) {
	.contact_content {
		background-image: url(/shared/img/service-list/reuse/sales-form/contact-bg-sp.png);
		background-size: auto;
		background-position: bottom left;
	}
}
@media (max-width: 767px) {
	.application {
		padding: 24px 0 80px;
	}
	.application_steps {
		max-width: 100%;
	}
	.application_steps_list {
		margin-bottom: 40px;
		flex-direction: column;
		gap: 40px;
	}
	.application_step_card {
		width: 100%;
		padding: 30px;
		border: solid 1px #BCBCBC;
	}
	.contact {
		padding: 0 20px;
		margin-bottom: 100px;
	}
	.application_title p {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.application_title h2 {
		font-size: 20px;
	}
	.application_lead {
		margin-bottom: 68px;
	}
	.application_lead p,
	.application_notes li,
	.contact_privacy_text,
	.contact_privacy_ssl p {
		font-size: 13px;
	}
	.application_step_image{
		width: 180px;
	}
	.application_step_title {
		margin-bottom: 24px;
		font-size: 18px;
	}
	.application_step_desc {
		margin-bottom: 8px;
	}
	.application_step_mail {
		margin-bottom: 8px;
	}
	.application_step_btn a {
		max-width: 298px;
		width: 100%;
	}
	p.application_step_download {
		margin: auto;
	}
	.application_notes {
		gap: 8px;
	}
	.contact_privacy_ssl {
		max-width: 100%;
		padding: 20px;
		gap: 20px;
	}
	.contact_privacy_ssl p {
		width: calc(100% - 133px);
	}
	.contact_content {
		height: auto;
		padding: 36px 0;
		margin-bottom: 40px;
	}
	.contact_panel_lead {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.contact_panel_cta {
		margin-bottom: 24px;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
	.contact_panel_cta a {
		max-width: 295px;
		width: 100%;
		height: 71px;
		padding: 0;
		line-height: 125%;
	}
}