@charset "UTF-8";
/* 会員情報の変更
------------------------------------------------------------------------- */
.wrap_change_form {
	margin-top: 6.4vw;
}

.change_form_contents {
	margin-bottom: 4.2666666667vw;
}
.change_form_contents:last-child {
	margin-bottom: 0;
}
.change_form_contents.flex_box > div {
	margin-bottom: 4.2666666667vw;
}
.change_form_contents.flex_box > div:last-child {
	margin-bottom: 0;
}

/* チェックボックスが複数の場合 */
.dd_checkbox.dd_checkbox2 {
	padding: 0;
}

.dd_checkbox2 .wpcf7-list-item {
	position: relative;
	padding-left: 9.3333333333vw;
	display: block;
	margin-bottom: 4.2666666667vw;
}

.dd_checkbox2 .wpcf7-list-item:last-child {
	margin-bottom: 0;
}

@media (min-width: 769px) {
	/* 会員情報の変更
	------------------------------------------------------------------------- */
	.form_note01 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.wrap_change_form {
		margin-top: 24px;
	}
	.change_form_contents {
		margin-bottom: 24px;
	}
	.change_form_contents:last-child {
		margin-bottom: 0;
	}
	.change_form_contents.flex_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 32px;
	}
	.change_form_contents.flex_box > div {
		width: 50%;
		margin-bottom: 0;
	}

	/* チェックボックスが複数の場合 */
	.dd_checkbox2 .wpcf7-checkbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.dd_checkbox2 .wpcf7-list-item {
		padding-left: 35px;
		display: inline-block;
		margin-bottom: 0;
	}
}