html {
	font-size: 62.5%;
}

body {
	background: #F8F5F0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #221815;
}

a:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

input,
textarea,
select {
	/* 入力欄にフォーカスが当たっても拡大しない */
	font-size: 17px;
}

.flex {
	display: flex;
}
.pc_none{
	display: block;
}
.sp_none{
	display: none;
}
/* 個別スタイル */
header {
	width: 100%;
	min-width: 100rem;
	height: 6rem;
	background: #fff;
}

header #hInner {
	width: 100rem;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

header #hInner #hTxt {
	padding-right: 1vw;
	font-size: 2rem;
	color: #E56490;
	font-weight: bold;
}
header #hInner #hLogo img {
    width: 25vw;
    height: auto;
}
main {
	width: 100%;
	min-width: 100rem;
}

main #firstView {
	width: 100%;
	min-width: 100rem;
	background-image: url("../images/bg_stripe.jpg");
	background-size: contain;
}

main #firstView #firstViewWrap {
	width: 100%;
	max-width: 100rem;
	padding-left: 2rem;
}

main #firstView #firstViewWrap figure:first-child img {
	background-color: #FCE9E1;
}

main #firstView #firstViewWrap figure:nth-child(2) img {
	background-color: #f0f9f6;
}

main #firstView #firstViewWrap figure:last-child img {
	background-color: #E3EEF4;
}

main .h2title {
	font-size: 3vw;
	font-weight: bold;
	color: #f8f5f0;
	background-color: #fac546;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2;
}

main #step {
	width: 100%;
	height: 5.6rem;
	min-width: 100rem;
	background: #E7F3D0;
}

main #step #stepWrap {
	width: 64.5rem;
	height: 100%;
	align-items: center;
}

main #step #stepWrap h2 {
	font-size: 3rem;
	color: #4EBF2C;
	margin-right: 3rem;
}

main #step #stepWrap ul {
	width: 35.5rem;
	justify-content: space-between;
	align-items: center;
	margin-right: 1.6rem;
}

main #step #stepWrap ul li {
	width: 22%;
	height: 3.8rem;
	font-size: 1.6rem;
	color: #4EBF2C;
	background: #F3F9E8;
	display: flex;
	justify-content: center;
	align-items: center;
}

main #step #stepWrap ul .active {
	background: #fff;
}

main #step #stepWrap p {
	height: 100%;
	font-size: 1.9rem;
	background: #A0D232;
	color: #FFFFFF;
	padding: 0 1.6rem;
}

main #step #stepWrap p span {
	font-size: 2.5rem;
	margin-top: -.3rem;
	font-weight: 500;
}

#lp main #form {
	width: 80rem;
	height: 50.27rem;
	padding: 2.8rem 0 20px;
	overflow: hidden;
}

/*高さ調整のため追記*/
#lp main #form .pr {
	height: 100%;
}

#lp main #form #step1,
#lp main #form #step2,
#lp main #form #step3 {
	height: 100%;
}

#lp main #form #step1Wrap,
#lp main #form #step2Wrap,
#lp main #form #step3Wrap {
	height: 100%;
	position: relative;
}

#lp main #form #step1BtnWrap,
#lp main #form #step2BtnWrap,
#lp main #form #step3BtnWrap {
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*高さ調整のため追記*/

#lp main #form #step1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

#lp main #form #step2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 80rem;
	transition: all 0.3s;
}

#lp main #form #step3 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 160rem;
	transition: all 0.3s;
}

#lp main #form #step1 h2,
#lp main #form #step2 h2,
#lp main #form #step3 h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}

#lp main #form #step2 .secondH {
	margin-top: 6rem;
}

#lp main #form #step1 h2 span {
	font-size: 1.6rem;
	font-weight: 400;
	color: #A0A0A0;
}

#lp main #form #step1 .formWrap,
#lp main #form #step2 .formWrap {
	justify-content: space-between;
	flex-wrap: wrap;
}

#lp main #form #step1 .formWrap label,
#lp main #form #step2 .formWrap label {
	border: 1px solid #D6D6D6;
	border-radius: .5rem;
	;
	background: #FFFFFF;
	width: 48.7%;
	padding: 1.8rem 0 1.8rem 2rem;
	margin-top: 1rem;
	align-items: flex-end;
	font-size: 1.6rem;
	font-weight: normal;
}

#lp main #form #step1 .formWrap .check1,
#lp main #form #step2 .formWrap .radio1 {
	display: none;
}

#lp main #form #step1 .formWrap .check1:checked+label,
#lp main #form #step2 .formWrap .radio1:checked+label {
	background: #A0D232;
	color: #fff;
}

#lp main #form #step1 .formWrap label::before,
#lp main #form #step2 .formWrap label::before {
	content: "";
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #D6D6D6;
	background: #fff;
	border-radius: .3rem;
	margin-right: 1rem;
}

#lp main #form #step2 .formWrap label::before {
	border-radius: 50%;
}

#lp main #form #step1 .formWrap .check1:checked+label::before,
#lp main #form #step2 .formWrap .radio1:checked+label::before {
	content: "";
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #D6D6D6;
	border-radius: .3rem;
	margin-right: 1rem;
	background: url(../images/checked.svg) no-repeat;
	background-size: cover;
}

#lp main #form #step2 .formWrap .radio1:checked+label::before {
	background: #fff;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #A0D232;
}

#lp main #form #step2 .formWrap #step2b {
	width: 48.7%;
	background: #fff;
	background-image: url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #d6d6d6;
	border-radius: .5rem;
	font-size: 1.6rem;
	cursor: pointer;
	height: 4.6rem;
	padding-left: 1.6rem;
	color: #ADADAD;
}

#lp main #form #step1 .nextBtn {
	width: 35rem;
	align-items: flex-end;
	padding: 1.8rem 0;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 1rem;
	margin-top: 4.2rem;
	cursor: pointer;
	box-shadow: 4px 5px 5px 0 #e2e2e2;
	background: #D6D6D6;
	pointer-events: none;
}

#lp main #form #step2 #step2BtnWrap,
#lp main #form #step3 #step3BtnWrap {
	margin-top: 4.2rem;
	justify-content: center;
	align-items: center;
}

#lp main #form #step2 #step2BtnWrap #step2subBack,
#lp main #form #step3 #step3BtnWrap #step3subBack {
	font-size: 1.6rem;
	color: #4EBF2C;
	margin-right: 6.4rem;
	cursor: pointer;
	align-items: center;
	white-space: nowrap;
}

#lp main #form #step2 #step2BtnWrap #step2subBack::before,
#lp main #form #step3 #step3BtnWrap #step3subBack::before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../images/back.svg) center center no-repeat;
	margin-right: 1rem;
}

#lp main #form #step2 .nextBtn,
#lp main #form #step3 button {
	width: 35rem;
	align-items: flex-end;
	padding: 1.8rem 0;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 1rem;
	cursor: pointer;
	box-shadow: 4px 5px 5px 0 #e2e2e2;
	background: #D6D6D6;
	pointer-events: none;
}

#lp main #form #step3 button {
	padding: 2.5rem 0;
}

#lp main #form #step1 .active .nextBtn,
#lp main #form #step2 .active .nextBtn,
#lp main #form #step3 .active button {
	background: linear-gradient(#F4BD29, #FFA546);
	pointer-events: all;
}

/* #lp main #form #step1 .nextBtn{
	background: linear-gradient(#F4BD29, #FFA546);
	width: 35rem;
	align-items: flex-end;
	padding: 1.8rem 0;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 1rem;
	margin-top: 4.2rem;
	cursor: pointer;
} */
#lp main #form #step1 .nextBtn span,
#lp main #form #step2 .nextBtn span,
#lp main #form #step3 .nextBtn span {
	font-size: 2.8rem;
}

#lp main #form #step1 .nextBtn::after,
#lp main #form #step2 .nextBtn::after,
#lp main #form #step3 button::after {
	content: "";
	display: inline-block;
	width: 9rem;
	height: 9rem;
	background: url(../images/animal.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: -2rem;
	top: -.8rem;
	animation-name: animalMove;
	animation-duration: 1.3s;
	/*1秒間でアニメーションを完了する*/
	animation-play-state: running;
	/*再生*/
	/* animation-timing-function:ease-in-out; */
	animation-iteration-count: infinite;
	/* animation-delay:1s; */
}

@keyframes animalMove {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-30deg);
	}

	100% {
		transform: rotate(0);
	}
}

#lp main #form #step3 .formWrap label {
	width: 100%;
	cursor: auto;
}

#lp main #form #step3 .formWrap label dl {
	width: 100%;
	margin-bottom: 3.2rem;
}

#lp main #form #step3 .formWrap label dl dt {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

#lp main #form #step3 .formWrap label dl dt span {
	font-size: 1.4rem;
	padding: .1rem .8rem;
	margin-left: 1.4rem;
	border-radius: .3rem;
}

#lp main #form #step3 .formWrap label dl dt .orange {
	background: #F3A544;
	color: #fff;
}

#lp main #form #step3 .formWrap label dl dt .gray {
	background: #D6D6D6;
	color: #fff;
}

#lp main #form #step3 .formWrap label dl dd {
	width: 100%;
	font-size: 1.5rem;
}

#lp main #form #step3 .formWrap label dl dd .longtext {
	width: 100%;
	/*親要素いっぱい広げる*/
	padding: 7px 15px;
	/*ボックスを大きくする*/
	height: 4.6rem;
	font-size: 16px;
	background: #fff;
	border-radius: 5px;
	/* ボックス角の丸み */
	border: 1px solid #d6d6d6;
	/* 枠線 */
}

#lp main #form #step3 .formWrap label dl dd .text {
	width: 60%;
	/*親要素いっぱい広げる*/
	padding: 7px 15px;
	/*ボックスを大きくする*/
	height: 4.6rem;
	font-size: 16px;
	background: #fff;
	border-radius: 5px;
	/* ボックス角の丸み */
	border: 1px solid #d6d6d6;
	/* 枠線 */
}

#lp main #form #step3 .formWrap label dl dd .shorttext {
	width: 30%;
	/*親要素いっぱい広げる*/
	padding: 7px 15px;
	/*ボックスを大きくする*/
	height: 4.6rem;
	font-size: 16px;
	background: #fff;
	border-radius: 5px;
	/* ボックス角の丸み */
	border: 1px solid #d6d6d6;
	/* 枠線 */
	margin-right: 1rem;
}

#lp main #form #step3 button span {
	font-size: 1.4rem;
	border: 1px solid #fff;
	border-radius: .5rem;
	padding: .15rem .94rem;
	margin-right: .8rem;
}

#lp main #form #step3 #privacypolicy {
	width: 100%;
}

#lp main #form #step3 #privacypolicy p {
	text-align: center;
	font-size: 1.6rem;
}

#lp main #form #step3 #privacypolicy p a {
	color: #4EBF2C;
}


footer {
	text-align: center;
	font-size: 1.2rem;
	padding: 2rem 0;
	line-height: 1.6;
	min-width: 100rem;
}

/* mail.php ここまで */
#lp main #sendMessage {
	padding: 4rem 0;
	text-align: center;
	line-height: 1.3;
}

#lp main #sendMessage h2 {
	font-size: 2.5rem;
	margin-bottom: 4rem;
}

#lp main #sendMessage p {
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}

#lp main #sendMessage p:nth-child(4) {
	margin-bottom: 5rem;
}

#lp main #sendMessage p #sendTel {
	color: #E56490;
	font-size: 2.5rem;
}

#lp main #sendMessage p #sendBack {
	background: #E56490;
	color: #fff;
	padding: 1rem 10rem;
	border-radius: 1rem;
}

/* mail.php ここまで */


@media screen and (max-width: 599px) {
	header {
		min-width: 0;
		height: 9vw;
		padding-right: 1vw;
	}

	header #hInner {
		width: 100%;
		height: 100%;
	}

	header #hInner #hLogo {
		padding-left: .5vw;
	}
	header #hInner #hTxt {
		font-size: 3vw;
	}

	header .kyokabangou {
		padding: 1vw 2vw;
		margin-right: 1vw;
		border: 1px solid #333;
		border-radius: 5vw;
	}

	main {
		margin-bottom: 12vw;
		min-width: 0;
		/* height: calc(100% - 10vw - 15vw); */
		height: calc(100% - 10vw - 11vw);
	}

	main #firstView {
		width: 100%;
		/* height: 25vw; */
		min-width: 0;
	}

	main #firstView #firstViewWrap {
		padding-left: 0;
	}

	main #firstView #firstViewWrap img {
		object-fit: contain;
	}

	main #step {

		min-width: 0;
		height: 10vw;
	}

	main #step #stepWrap {
		width: 100%;
		height: 100%;
		justify-content: center;
	}

	main #step #stepWrap h2 {
		font-size: clamp(1.4rem, 3vw, 1.8rem);
		margin-right: 3vw;
	}

	main #step #stepWrap ul {
		width: 25vw;
		margin-right: 1vw;
	}

	main #step #stepWrap ul li {
		width: 30%;
		height: 5vw;
		font-size: clamp(1.4rem, 3vw, 1.8rem);
		color: #4EBF2C;
		background: #F3F9E8;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	main #step #stepWrap ul .active {
		background: #fff;
	}

	main #step #stepWrap p {
		height: 100%;
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
		padding: 0 2vw;
	}

	main #step #stepWrap p span {
		font-size: clamp(1.4rem, 3vw, 2rem);
		margin-top: 0;
		font-weight: 500;
	}

	#lp main #form {
		width: 100vw;
		height: calc(100% - 25vw - 8vw);
		padding: 0 5vw 0.5vw;
		overflow: hidden;
	}

	/*高さ調整のため追記*/
	#lp main #form .pr {
		height: 100%;
	}

	#lp main #form #step1,
	#lp main #form #step2,
	#lp main #form #step3,
	#lp main #form #step4 {
		height: 100%;
	}

	#lp main #form #step1Wrap,
	#lp main #form #step2Wrap,
	#lp main #form #step3Wrap,
	#lp main #form #step4Wrap {
		height: 100%;
		position: relative;
	}

	#lp main #form #step1BtnWrap,
	#lp main #form #step2BtnWrap,
	#lp main #form #step3BtnWrap,
	#lp main #form #step4BtnWrap {
		height: auto;
		position: absolute;
		/* bottom: 3.5%; */
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	/*高さ調整のため追記*/
	#lp main #form #step1 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s;
	}

	#lp main #form #step2 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 100vw;
		transition: all 0.3s;
	}

	#lp main #form #step3 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 200vw;
		transition: all 0.3s;
	}

	#lp main #form #step4 {
		width: 100%;
		position: absolute;
		top: 0;
		left: 300vw;
		transition: all 0.3s;
	}

	#lp main #form #step1 h2,
	#lp main #form #step2 h2,
	#lp main #form #step3 h2,
	#lp main #form #step4 h2 {
		text-align: left;
		font-size: 3vw;
		padding-top: 2.5vw;
		margin-bottom: 2vw;
	}

	#lp main #form #step2 .secondH {
		margin-top: 4vw;
	}

	#lp main #form #step1 h2 span {
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	}

	#lp main #form #step1 .formWrap,
	#lp main #form #step2 .formWrap {
		height: calc(100% - 3vw - 25vw);
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#lp main #form #step1 .formWrap label,
	#lp main #form #step2 .formWrap label {
		border-radius: .5vw;
		width: 48.7%;
		padding: 4vw 0 4vw 2vw;
		margin-top: 0;
		font-size: 3.5vw;
	}

	#lp main #form #step1 .formWrap label {
		height: calc((100% - 8vw) / 4);
		padding: 2px 0 2px 2vw;
		display: flex;
		align-items: center;
	}

	#lp main #form #step2 .formWrap label {
		height: calc((100% - 5vw) / 2);
		padding: 2px 0 2px 5vw;
		display: flex;
		align-items: center;
	}

	#lp main #form #step1 .formWrap label::before,
	#lp main #form #step2 .formWrap label::before {
		width: 4vw;
		height: 4vw;
		margin-right: 2vw;
	}

	#lp main #form #step2 .formWrap label::before {
		border-radius: 50%;
	}

	#lp main #form #step1 .formWrap .check1:checked+label::before,
	#lp main #form #step2 .formWrap .radio1:checked+label::before {
		width: 4vw;
		height: 4vw;
		margin-right: 2vw;
		background: url(../images/checked.svg) no-repeat;
		background-size: cover;
	}

	#lp main #form #step2 .formWrap .radio1:checked+label::before {
		background: #fff;
		width: 4vw;
		height: 4vw;
		border-radius: 50%;
		border: 3px solid #fff;
		background: #A0D232;
	}

	#lp main #form #step2 .formWrap #step2b {
		width: 100%;
		background: #fff;
		background-image: url(../images/select-arrow.svg);
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
		border: 1px solid #d6d6d6;
		border-radius: 2vw;
		font-size: clamp(1.4rem, 3vw, 2rem);
		cursor: pointer;
		height: 10vw;
		padding-left: 1.6rem;
		color: #ADADAD;
	}

	#lp main #form #step1 .nextBtn {
		width: 70vw;
		height: 16vw;
		align-items: flex-end;
		padding: 0;
		font-size: 5.5vw;
		line-height: 16vw;
		color: #fff;
		border-radius: 2vw;
		cursor: pointer;
		box-shadow: .5vw .8vw .8vw 0 #e2e2e2;
		background: #D6D6D6;
		pointer-events: none;
	}

	#lp main #form #step2 #step2BtnWrap,
	#lp main #form #step3 #step3BtnWrap {
		margin-top: 4vw;
		justify-content: center;
		align-items: center;
	}

	#lp main #form #step2 #step2BtnWrap #step2subBack,
	#lp main #form #step3 #step3BtnWrap #step3subBack {
		font-size: clamp(1.4rem, 3vw, 2rem);
		color: #4EBF2C;
		margin-right: 10vw;
		cursor: pointer;
		align-items: center;
		white-space: nowrap;
	}

	#lp main #form #step2 #step2BtnWrap #step2subBack::before,
	#lp main #form #step3 #step3BtnWrap #step3subBack::before {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 5vw;
		background: url(../images/back.svg) center center no-repeat;
		margin-right: 2vw;
	}

	#lp main #form #step2 .nextBtn,
	#lp main #form #step3 button {
		width: 57.5vw;
		align-items: flex-end;
		justify-content: flex-start;
		padding: 3vw 0 6vw 8vw;
		font-size: 5vw;
		color: #fff;
		border-radius: 3vw;
		cursor: pointer;
		box-shadow: .5vw .8vw .8vw 0 #e2e2e2;
		background: #D6D6D6;
		pointer-events: none;
	}

	#lp main #form #step3 button {
		padding: 4vw 0;
		align-items: center;
	}

	#lp main #form #step1 .active .nextBtn,
	#lp main #form #step2 .active .nextBtn,
	#lp main #form #step3 .active button {
		background: linear-gradient(#F4BD29, #FFA546);
		pointer-events: all;
	}

	/* #lp main #form #step1 .nextBtn{
		background: linear-gradient(#F4BD29, #FFA546);
		width: 35rem;
		align-items: flex-end;
		padding: 1.8rem 0;
		font-size: 1.8rem;
		color: #fff;
		border-radius: 1rem;
		margin-top: 4.2rem;
		cursor: pointer;
	} */
	#lp main #form #step1 .nextBtn span,
	#lp main #form #step2 .nextBtn span {
		font-size: 6.5vw;
	}

	#lp main #form #step1 .nextBtn::after,
	#lp main #form #step2 .nextBtn::after,
	#lp main #form #step3 button::after {
		content: "";
		display: inline-block;
		width: 15vw;
		height: 13vw;
		background: url(../images/animal.svg) no-repeat;
		background-size: contain;
		position: absolute;
		right: -2vw;
		top: -1vw;
		animation-name: animalMove;
		animation-duration: 1.3s;
		/*1秒間でアニメーションを完了する*/
		animation-play-state: running;
		/*再生*/
		/* animation-timing-function:ease-in-out; */
		animation-iteration-count: infinite;
		/* animation-delay:1s; */
	}

	#lp main #form #step3 button::after {
		right: -7vw;
	}

	#lp main #form #step3 .formWrap {
		margin-bottom: 2.5vw;
	}
	#lp main #form #step3 .formWrap:last-child {
		margin-bottom: 0;
	}
	#lp main #form #step3 .formWrap2 {
		margin-bottom: 0;
	}

	#lp main #form #step3 .formWrap label[for="age"] {
		width: 100%;
		cursor: auto;
	}

	#lp main #form #step3 .formWrap label[for="tell"] {
		width: 100%;
		cursor: auto;
	}

	#lp main #form #step3 .formWrap label dl {
		width: 100%;
		margin-left: 0.5vw;
		margin-bottom: 3.5vw;
	}

	#lp main #form #step3 .formWrap label:last-child dl {
		margin-bottom: 0;
	}


	#lp main #form #step3 .formWrap label dl dt {
		font-size: 3.5vw;
		margin-bottom: 2vw;
		display: flex;
		align-items: center;
	}

	#lp main #form #step3 .formWrap label dl dt span {
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
		padding: .7vw 1.2vw;
		margin-left: 3vw;
		border-radius: 1vw;
	}

	#lp main #form #step3 .formWrap label dl dt .orange {
		background: #F3A544;
		color: #fff;
	}

	#lp main #form #step3 .formWrap label dl dt .gray {
		background: #D6D6D6;
		color: #fff;
	}

	#lp main #form #step3 .formWrap label dl dd {
		width: 100%;
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	}

	#lp main #form #step3 .formWrap label dl dd .longtext {
		width: 100%;
		/*親要素いっぱい広げる*/
		padding: 3vw 3vw;
		/*ボックスを大きくする*/
		height: 11vw;
		font-size: clamp(1.4rem, 3vw, 2rem);
		background: #fff;
		border-radius: 1vw;
		/* ボックス角の丸み */
		border: 1px solid #d6d6d6;
		/* 枠線 */
	}

	#lp main #form #step3 .formWrap label dl dd .text {
		width: 100%;
		/*親要素いっぱい広げる*/
		padding: 3vw 3vw;
		/*ボックスを大きくする*/
		height: 11vw;
		font-size: clamp(1.4rem, 3vw, 2rem);
		background: #fff;
		border-radius: 1vw;
		/* ボックス角の丸み */
		border: 1px solid #d6d6d6;
		/* 枠線 */
	}

	#lp main #form #step3 .formWrap label dl dd .shorttext {
		width: 100%;
		/*親要素いっぱい広げる*/
		padding: 3vw 3vw;
		/*ボックスを大きくする*/
		height: 11vw;
		font-size: clamp(1.4rem, 3vw, 2rem);
		background: #fff;
		border-radius: 1vw;
		/* ボックス角の丸み */
		border: 1px solid #d6d6d6;
		/* 枠線 */
		margin-right: 1vw;
	}

	#lp main #form #step3 .formWrap label dl dd #age {
		width: calc(80% - 2rem);
	}

	#lp main #form #step3 button span {
		font-size: 2vw;
		border: 1px solid #fff;
		border-radius: 1vw;
		padding: 1vw 2vw;
		margin-right: 1vw;
	}

	#lp main #form #step3 #privacypolicy {
		width: 100%;
	}

	#lp main #form #step3 #privacypolicy p {
		text-align: center;
		font-size: clamp(1.2rem, 2.5vw, 1.5rem);
		line-height: 1.333;
	}

	#lp main #form #step3 #privacypolicy p a {
		color: #4EBF2C;
	}

	#lp main #form #submitBtnWrap button {
		font-size: 4.5vw;
		padding-left: 3.5vw;
	}

	/* mail.php ここまで */
	#lp main #sendMessage {
		padding: 10vw 4vw;
	}

	#lp main #sendMessage h2 {
		font-size: 5vw;
		margin-bottom: 8vw;
	}

	#lp main #sendMessage p {
		font-size: 4vw;
		margin-bottom: 5vw;
	}

	#lp main #sendMessage p:nth-child(4) {
		margin-bottom: 10vw;
	}

	#lp main #sendMessage p #sendTel {
		font-size: 5vw;
	}

	#lp main #sendMessage p #sendBack {
		padding: 5vw 20vw;
		border-radius: 2vw;
	}

	/* mail.php ここまで */

	footer {
		padding: 0;
		min-width: 0;
		width: 100vw;
		height: 10vw;
		font-size: 3vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


}

@media screen and (min-width: 600px) {
	.pc_none{
		display: none;
	}
	.flex{
		flex-direction: column;
	}
	header #hInner #hLogo img {
		width: 150px;
		
	}
	
	main #step #stepWrap ul {
		height: 100%;
	}
	main #step #stepWrap ul li {
		width: 30%;
		height: 100%;
	}
	main .h2title {
		font-size: 18px;
	}
	main #step #stepWrap h2 {
		font-size: 18px;
	}
	main #step #stepWrap p {
		font-size: 18px;
	}

	main #step {
		height: 40px;
	}
	main #step #stepWrap {
		height: 100%;
	}
	main #step #stepWrap p span {
		font-size: 24px;
	}
	.kyokabangou p{
		font-size: 14px;
	}
	#lp main #form {
		height: 100vh;
	}
	#lp main #form #step1 {
		width: 100%;
		position: relative;
	}
	#lp main #form #step1,
	#lp main #form #step2,
	#lp main #form #step3 {
		background: #F8F5F0;
	}
	#lp main #form #step1 h2,
	#lp main #form #step2 h2,
	#lp main #form #step3 h2 {
		font-size: 16px;
	}
	#lp main #form #step1 .formWrap label{
		width: 180px;
		height: 150px;
		align-items: center;
	}
	#lp main #form #step2 .formWrap {
		margin: 0 auto;
		width: 50%;
	}
	#lp main #form #step2 .formWrap label {
		width: 180px;
		height: 150px;
		align-items: center;
	}
	#lp main #form #step3 .formWrap label dl dt {
		font-size: 14px;
	}
	#lp main #form #step1BtnWrap, #lp main #form #step2BtnWrap, #lp main #form #step3BtnWrap {
		height: auto;
		position: relative;
	}
}
