#kv-lp {
	padding: 60px 5%;
	background: linear-gradient(180deg, #fdf3e9 80%, #c5000b 80%);
}
#kv-lp .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.kv-lp-txt {
	width: calc((100% - 40px) / 2);
}
.kv-lp-txt * {
	text-align: center;
}
.kv-lp-txt h1 {
	color: #c5000b;
	font-size: 3.6rem;
	margin-bottom: 20px;
}
.kv-lp-txt h2 strong {
	font-size: 2.4rem;
	display: block;
	background: none;
	margin-bottom: 5px;
}
.kv-lp-txt h2 span {
	font-size: 1.8rem;
	display: block;
}
.kv-lp-txt picture {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 85%;
	max-width: 500px;
}
.kv-lp-txt picture img {
	width: 100%;
}
.kv-lp-medal {
	margin: 20px -5px 30px;
	width: calc(100% + 10px);
	max-width: 600px;
	display: flex;
	justify-content: center;
}
.kv-lp-medal span {
	display: block;
	padding: 0 5px;
}
.kv-lp-medal span img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.kv-lp-form {
	width: calc((100% - 40px) / 2);
	background: #fff;
	border-radius: 10px;
}
.kv-lp-form-ttl {
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}
.kv-lp-form-ttl figure {
	margin: 0 0 0 10px;
}
.kv-lp-form-ttl p span {
	display: block;
	font-size: 1.8rem;
}
.kv-lp-form-ttl p strong {
	display: block;
	font-size: 2.4rem;
	line-height: 1.4;
	background: none;
}
@media screen and (max-width: 1320px) {
	.kv-lp-txt h1 {
		font-size: 2.9rem;
	}
	.kv-lp-form-ttl p span {
		font-size: 1.6rem;
	}
	.mktoForm {
		padding: 15px 30px 30px 20px;
	}
	.mktoFormCol {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 1080px) {
	#kv-lp .inner {
		flex-direction: column;
	}
	.kv-lp-txt {
		width: 800px;
		max-width: 100%;
	}
	.kv-lp-medal {
		margin-right: auto;
		margin-left: auto;
	}
	.kv-lp-form {
		width: 640px;
		max-width: 100%;
		margin-top: 40px;
	}
}
@media screen and (max-width: 960px) {
	.kv-lp-form .mktoForm {
		padding: 15px 30px 30px 20px !important;
	}
	.mktoFormCol {
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 640px) {
#kv-lp{
	padding-top: 30px;
	padding-bottom: 30px;
}
.kv-lp-txt h1{
	font-size: 2rem;
}
.kv-lp-txt h2 strong{
	font-size: 1.8rem;
}
.kv-lp-txt h2 span{
	font-size: 1.4rem;
}
.kv-lp-medal{
	margin: 10px -5px 20px;
}
.kv-lp-form{
	margin-top: 30px;
}
.kv-lp-form-ttl{
	flex-direction: column;
	padding: 20px 20px 0;
	text-align: center;
}
.kv-lp-form-ttl p span{
	font-size: 1.4rem;
	text-align: center;
}
.kv-lp-form-ttl p strong{
	font-size: 2rem;
	text-align: center;
}
.kv-lp-form-ttl figure{
	margin: 0 auto;
	text-align: center;
}
.kv-lp-form-ttl figure img{
	width: 200px;
}
.kv-lp-form .mktoForm{
	padding: 15px 15px 20px 5px !important;
}
.mktoForm .mktoButtonRow{
	margin-left: 10px;
	margin-top: 10px;
}
}
/**********************************************/
.mktoForm input.mktoField[type=text],
.mktoForm input.mktoField[type=url],
.mktoForm input.mktoField[type=email],
.mktoForm input.mktoField[type=tel],
.mktoForm input.mktoField[type=number],
.mktoForm input.mktoField[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
	border: 1px solid #aeb0b6;
	box-shadow: inset 1px 1px 4px 1px #ddd;
}
.mktoForm {
	width: 100% !important;
	padding: 25px 30px 40px 20px;
}
.mktoForm .mktoFormCol {
	width: 100%;
	float: none;
	flex-shrink: 14;
}
.mktoForm .mktoFormCol:not(.mktoFieldDescriptor) {
	flex-shrink: 1;
}
.mktoForm .mktoFieldWrap {
	width: 100%;
	display: flex;
	float: none;
	align-items: flex-start;
}
.mktoForm * {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif !important;
}
.mktoForm .mktoFormRow {
	display: flex;
}
.mktoForm label {
	font-size: 18px;
	font-weight: bold;
	flex-shrink: 0;
	padding-left: 5px !important;
	padding-right: 10px !important;
}
body .mktoForm .mktoField {
	font-size: 16px;
}
body .mktoForm label[for="personalInfoConsent"] {
	font-size: 16px;
	width: 1px !important;
	height: 1px;
	font-weight: normal !important;
	line-height: 1.6 !important;
	cursor: pointer;
}
body .mktoForm label[for="personalInfoConsent"] .mktoAsterix {
	float: none !important;
	transform: none;
	font-weight: bold;
}
body .mktoForm label[for="personalInfoConsent"]+.mktoGutter {
	display: none;
}
body .mktoForm label[for="personalInfoConsent"]~.mktoCheckboxList {
	padding-top: 6px;
}
body .mktoForm #personalInfoConsent {
	cursor: pointer;
}
.mktoForm input[type=checkbox] {
	opacity: 1;
	margin-left: 8px;
}
.mktoForm input[type=checkbox]+label:before {
	display: none;
}
.mktoForm span {
	font-size: 16px;
}
.mktoForm span span,
.mktoForm span a {
	font-size: 13px !important;
	line-height: 1.4 !important;
}
.mktoForm span a {
	text-decoration: underline;
}
.mktoHtmlText {
	width: auto !important;
	padding-top: 0px !important;
	margin-left: 15px !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="tel"],
.mktoForm input[type="email"] {
	padding: 15px 20px !important;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
	background-color: #fff;
	border: 2px solid #dddddd;
	border-radius: 5px;
	width: 100% !important;
	height: 60px;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif !important;
}
.mktoForm .mktoAsterix {
	font-size: 18px !important;
	float: none !important;
}
.mktoCheckboxList.mktoInvalid {
	border: none !important;
}
.mktoForm input[type="text"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="email"]:focus {
	border-color: #c5000b;
	outline-color: #c5000b;
}
.mktoForm .mktoButtonRow {
	display: block;
	text-align: center;
	margin-top: 15px;
}
.mktoForm .mktoButtonWrap {
	margin-left: 0 !important;
	display: inline-block;
}
body .mktoForm .mktoButtonWrap .mktoButton {
	width: 100%;
	min-width: 300px;
	height: 60px;
	border-radius: 30px;
	background: #c5000b !important;
	background-image: none !important;
	border: 2px solid #c5000b !important;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 12px 24px;
	font-weight: bold;
	transition: all 0.5s ease;
	text-shadow: none;
	font-size: 18px;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif !important;
	position: relative;
}
body .mktoForm .mktoButtonWrap .mktoButton::after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	transform: translate(0, -50%) rotate(-45deg);
	transition: all .3s ease;
}
body .mktoForm .mktoButtonWrap .mktoButton:hover {
	background: #fff !important;
	color: #c5000b !important;
}
body .mktoForm .mktoButtonWrap .mktoButton:hover::after {
	border-right: 2px solid #c5000b !important;
	border-bottom: 2px solid #c5000b !important;
}
@media screen and (max-width: 960px) {
	.mktoForm {
		padding: 0 !important;
	}
	.mktoForm .mktoFieldWrap {}
	.mktoForm label {
		font-size: 1.6rem;
		margin-bottom: 10px !important;
		width: auto !important;
		padding-right: 0 !important;
	}
	.mktoForm input[type="text"],
	.mktoForm input[type="tel"],
	.mktoForm input[type="email"] {
		height: 40px !important;
		padding: 3px 10px 5px !important;
	}
	.mktoForm label[for="personalInfoConsent"] {
		flex-shrink: 1;
	}
	.mktoForm .mktoRadioList,
	.mktoForm .mktoCheckboxList {
		width: auto !important;
	}
	body .mktoForm label[for="personalInfoConsent"] {
		margin-left: 0 !important;
		width: auto !important;
		padding-left: 5px !important;
	}
	.mktoButtonWrap {
		margin: 0 auto !important;
		width: 100%;
	}
	body .mktoForm .mktoButtonWrap .mktoButton {
		padding-right: 40px;
		padding-left: 40px;
		min-width: auto;
	}
	.mktoForm .mktoGutter,
	.mktoForm .mktoOffset {
		display: block !important;
		height: 5px !important;
	}
	.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
		width: 15px;
	}
	.mktoForm .mktoFieldWrap:not(.mktoRequiredField) {
		padding-left: 15px;
	}
	.mktoHtmlText {
		line-height: 1.4;
		margin-left: -10px !important;
		padding-top: 10px !important;
	}
}
@media screen and (max-width: 960px) {
	.mktoForm {
		padding: 0 !important;
	}
	.mktoForm .mktoFieldWrap {}
	.mktoForm label {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.mktoButtonWrap {
		margin: 0 auto;
	}
	body .mktoForm .mktoButtonWrap .mktoButton {
		padding-right: 40px;
		padding-left: 40px;
	}
}