@charset "utf-8";

input.nameMei {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	input.nameMei {
		margin-bottom: 0;
	}
}

@media screen and (max-width:641px){
	input#telNo1 {
		width: 300px;
	}
}
@media screen and (max-width:400px){
	input#telNo1 {
		width: 100%;
	}
}

/*ボタン*/
@media screen and (max-width:1000px){
	.buttonGroup .returnButtonItemWrap {
		width: calc( 50% - 12px );
	}
	.buttonGroup .returnButtonItemWrap .item {
		width: 100%;
	}
	.buttonGroup .reminderButtonItemWrap {
		width: calc( 50% - 12px );
	}
	.buttonGroup .reminderButtonItemWrap .item {
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.buttonGroup .returnButtonItemWrap {
		width: 100%;
	}
	.buttonGroup .returnButtonItemWrap .item {
		width: 100%;
	}
	.buttonGroup .reminderButtonItemWrap {
		width: 100%;
		margin-bottom: 24px;
	}
	.buttonGroup .reminderButtonItemWrap .item {
		width: 100%;
	}
}