@charset "UTF-8";
textarea,
[type="search"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
	border: 1px solid rgba(0, 0, 0, 0.50);
	border-radius: 6px;
	box-shadow: none;
	display: block;
	line-height: 24px;
	padding: 12px 15px;
}
.gBody_contents-form {
	--color-light-pink: #FFEFF7;
	--color-pink: #EB6EA5;
	--color-black: #000;
	--color-white: #fff;
	padding-bottom: 80px;
}
.formVis {
	background-color: var(--color-light-pink);
	position: relative;
	overflow: hidden;
	padding: 20px 0 19px;
	margin-bottom: 38px;
}
.formVis_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1120px;
	transform: translate(-50%, -50%);
}
.formVis_bg > img {
	display: block;
}
.formVis_inner {}
.formVis_title {
	max-width: 545px;
	margin: 0 auto;
	transform: translateX(1.9%);
}
.formVis_title > img {
	display: block;
}
.formLp {
	font-size: 18px;
	line-height: 1.778;
	font-weight: normal;
}
.formLp_inner {
	max-width: 945px;
}
.formLp_title {
	font-size: 52px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 45px;
}
.formLp_table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 65px;
}
.formLp_table > tbody {}
.formLp_table > tbody > tr {}
.formLp_table > tbody > tr > th {
	white-space: nowrap;
	padding: 15px 0;
	width: 315px;
	font-weight: normal;
	text-align: left;
	box-sizing: border-box;
	padding-right: 36px;
}
.formLp_table > tbody > tr > td {
	padding: 15px 0;
}
.formLp_label {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
}
.formLp_required {
	font-weight: inherit;
	color: var(--color-pink);
	margin-left: auto;
}
.formLp_names {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 15px;
}
.formLp_name {}
.formLp_name > input {}
.formLp_text {
	margin-bottom: 1.7em;
}
.formLp_list {
	list-style: none;
}
.formLp_list > li {
	position: relative;
	padding-left: 1em;
}
.formLp_list > li > a {
	color: inherit;
}
.formLp_list > li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.formLp_agree {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-top: 52px;
	margin-bottom: 56px;
}
.formLp_agree_label {
	padding-left: 43px;
	line-height: 32px;
}
.formLp_agree_label > input {}
.formLp_agree_label_icon {
	border: 1px solid rgba(0, 0, 0, 0.50);
	border-radius: 6px;
	box-shadow: none;
	width: 30px;
	height: 30px;
	transition-duration: .3s;
	transition-property: border-color;
	top: 21px;
}
.formLp_agree_label > input[type="checkbox"]:checked + .formLp_agree_label_icon {
	background-color: var(--color-white);
	border-color: var(--color-pink);
}
.formLp_agree_label_icon::before {
	content: "";
	background-image: none;
	border: 3px solid var(--color-pink);
	width: 6px;
	height: 14px;
	transform: translate(-50%, -50%) rotate(45deg);
	border-left: none;
	border-top: none;
	margin-top: -1px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	margin-left: 0px;
}
.formLp_agree_label > input[type="checkbox"]:checked + .formLp_agree_label_icon::before {
	opacity: 1;
}
.formLp_btn {
	border: 3px solid var(--color-black);
	color: var(--color-black);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background-color: var(--color-white);
	font-size: 22px;
	font-weight: bold;
	padding: 10px 50px;
	width: 100%;
	max-width: 562px;
	margin: 0 auto 0;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	text-decoration: none;
}
.formLp_confTbl {
	width: 100%;
	margin-bottom: 63px;
	margin-top: 62px;
}
.formLp_confTbl > tbody {}
.formLp_confTbl > tbody > tr {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.formLp_confTbl > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	font-weight: inherit;
	padding: 28px 0;
	padding-right: 30px;
	width: 318px;
	box-sizing: border-box;
}
.formLp_confTbl > tbody > tr > td {
	padding: 28px 0;
}
.formLp_btnList {
	list-style: none;
	display: grid;
	grid-template-columns: 0.6fr 1fr;
	column-gap: 30px;
}
.formLp_btnList > li {}
.formLp_btn-back {}
.formLp_btn-back::before {
	right: auto;
	left: 27px;
	border: 3px solid currentColor;
	border-right: none;
	border-top: none;
}
.formLp_btn > .icon {
	font-size: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.formLp_btn > .icon-linkRight {
	right: 21px;
}
.formLp_btn-back > .icon-linkLeft {
	left: 21px;
}
.formLp_link {
	max-width: 322px;
	margin: 80px auto 0;
}
.formLp_msg {
	text-align: center;
	margin-bottom: 40px;
}
.formLp_headline {
	color: var(--color-pink);
	font-weight: 500;
	text-align: center;
	line-height: 1.429;
	font-size: 28px;
	background-color: var(--color-white);
	border-radius: 15px;
	max-width: 670px;
	box-sizing: border-box;
	padding: 20px 20px;
	margin: 0 auto 0;
}
.formLp_errListWrap {
	margin-bottom: 20px;
}
.formLp_errList {
	list-style: none;
	font-size: 16px;
	color: #ff4f4f;
	font-weight: 500;
}
.formLp_errList > li {}
@media screen and (min-width:1000px) and (hover:hover) {
	.formLp_btn:hover {
		background-color: var(--color-black);
		color: var(--color-white);
	}
}
@media screen and (max-width:999px) {
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {}
	.gBody_contents-form {}
	.formVis {}
	.formVis_bg {
		width: 720px;
	}
	.formVis_bg > img {}
	.formVis_inner {}
	.formVis_title {
		max-width: 440px;
	}
	.formVis_title > img {}
	.formLp {}
	.formLp_inner {}
	.formLp_title {}
	.formLp_table {}
	.formLp_table > tbody {}
	.formLp_table > tbody > tr {}
	.formLp_table > tbody > tr > th {}
	.formLp_table > tbody > tr > td {}
	.formLp_label {}
	.formLp_required {}
	.formLp_names {}
	.formLp_name {}
	.formLp_name > input {}
	.formLp_text {}
	.formLp_list {}
	.formLp_list > li {}
	.formLp_list > li::before {}
	.formLp_agree {}
	.formLp_agree_label {}
	.formLp_agree_label > input {}
	.formLp_agree_label_icon {}
	.formLp_agree_label > input[type="checkbox"]:checked + .formLp_agree_label_icon {}
	.formLp_agree_label_icon::before {}
	.formLp_agree_label > input[type="checkbox"]:checked + .formLp_agree_label_icon::before {}
	.formLp_btn {}
	.formLp_confTbl {}
	.formLp_confTbl > tbody {}
	.formLp_confTbl > tbody > tr {}
	.formLp_confTbl > tbody > tr > th {}
	.formLp_confTbl > tbody > tr > td {}
	.formLp_btnList {}
	.formLp_btnList > li {}
	.formLp_btn-back {}
	.formLp_btn-back::before {}
	.formLp_btn > .icon {}
	.formLp_btn > .icon-linkRight {}
	.formLp_btn-back > .icon-linkLeft {}
	.formLp_link {}
	.formLp_msg {}
	.formLp_headline {}
	.formLp_errListWrap {}
	.formLp_errList {}
	.formLp_errList > li {}
}
@media screen and (max-width:767px) {
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {}
	.gBody_contents-form {
		padding-bottom: 60px;
	}
	.formVis {
		padding: 12px 0;
	}
	.formVis_bg {
		width: 357px;
	}
	.formVis_bg > img {}
	.formVis_inner {}
	.formVis_title {
		max-width: 313px;
	}
	.formVis_title > img {}
	.formLp {}
	.formLp_inner {}
	.formLp_title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.formLp_table {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
	.formLp_table > tbody {
		display: block;
	}
	.formLp_table > tbody > tr {
		display: block;
		margin-top: 30px;
	}
	.formLp_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 9px;
	}
	.formLp_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.formLp_label {
		line-height: 27px;
	}
	.formLp_required {}
	.formLp_names {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
	.formLp_name {}
	.formLp_name > input {}
	.formLp_text {}
	.formLp_list {}
	.formLp_list > li {}
	.formLp_list > li::before {}
	.formLp_agree {
		margin-bottom: 28px;
		margin-top: 40px;
	}
	.formLp_agree_label {}
	.formLp_agree_label > input {}
	.formLp_agree_label_icon {}
	.formLp_agree_label > input[type="checkbox"]:checked + .formLp_agree_label_icon {}
	.formLp_agree_label_icon::before {}
	.formLp_agree_label > input[type="checkbox"]:checked + .formLp_agree_label_icon::before {}
	.formLp_btn {
		border-width: 2px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.formLp_confTbl {
		display: block;
		width: auto;
		margin-top: 35px;
		margin-bottom: 53px;
	}
	.formLp_confTbl > tbody {
		display: block;
	}
	.formLp_confTbl > tbody > tr {
		display: block;
		padding: 20px 0;
	}
	.formLp_confTbl > tbody > tr + tr {
		margin-top: -1px;
	}
	.formLp_confTbl > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		font-size: 14px;
		color: #717171;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.formLp_confTbl > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.formLp_btnList {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.formLp_btnList > li {
		width: 100%;
	}
	.formLp_btnList > li:first-child {
		max-width: 174px;
	}
	.formLp_btnList > li:nth-child(n+2) {
		margin-top: 55px;
	}
	.formLp_btn-back {
		height: 54px;
	}
	.formLp_btn > .icon {
		font-size: 15px;
	}
	.formLp_btn > .icon-linkRight {
		right: 18px;
	}
	.formLp_btn-back > .icon-linkLeft {
		left: 18px;
	}
	.formLp_link {
		max-width: none;
		margin-top: 40px;
	}
	.formLp_msg {
		text-align: left;
		margin-bottom: 27px;
	}
	.formLp_headline {
		font-size: 20px;
		line-height: 1.5;
		text-align: left;
	}
	.formLp_errListWrap {}
	.formLp_errList {
		font-size: 15px;
	}
	.formLp_errList > li {}
}
@media screen and (max-width:374px) {
	.formLp_title {
		font-size: 23px;
	}
}
