/* モバイル */
@media not screen and (min-width: 1280px) {
	.contents {
		padding-bottom: 204px;
	}
}

@media not screen and (min-width: 500px) {
	.contents {
		padding-bottom: 6rem;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	.contents {
		padding-bottom: 204px;
	}
}

/* ----------------------------------------------

 * お問い合わせ

---------------------------------------------- */
/* body.contact main {
	font-size: 24px;
} */


body.contact main p:first-of-type {
	margin-bottom: 3rem;
}

/* body.contact .contents p:not(:first-of-type):not(:last-of-type) {
	margin-bottom: 6rem;
} */

body.contact main table {
	width: 100%;
	margin-bottom: 3rem;
}

body.contact main th,
body.contact main td {
	padding: 1rem;
}

body.contact main th {
	font-weight: normal;
	width: 260px;
}

body.contact main input:not([type="submit"]):not(input[type="checkbox"]),
body.contact main textarea {
	border: solid 1px #CECECE;
	width: 100%;
	background-color: #fff;
}

body.contact main .privacy {
	background-color: #fff;
	height: 280px;
	border: solid 1px #CECECE;
	padding: 1rem;
	-webkit-overflow-scrolling: touch;
}

body.contact main input[type="submit"] {
	background-color: #272856;
	color: #fff;
	padding: 1rem 1.5rem;
	border-radius: 50px;
	margin-inline: auto;
	display: block;
}

.privacy_text {
	margin-bottom: 1.5rem;
	color: #272856;
}
.simplebar-content p {
	margin-bottom: 1.5rem;
}
.privacy,
.check {
	margin-bottom: 3rem;
}

.check input[type="checkbox"] {
	width: 40px;
	height: 34px;
}

.check .mod_fx {
	gap: 1.5rem;
}

/* モバイル */
@media not screen and (min-width: 1280px) {
	.privacy_text {
		font-size: 18px;
		margin-top: 3rem;
	}
}

@media not screen and (min-width: 500px) {

	body.contact main p:first-of-type {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	body.contact main p:not(:first-of-type):not(:last-of-type) {
		margin-bottom: 2rem;
	}

	body.contact main th,
	body.contact main td {
		display: block;
	}

	body.contact main th {
		width: 100%;
	}
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	.privacy_text {
		font-size: 24px;
		margin-top: 48px;
	}
}

/* Snow Monkey　調整 */
.wp-block-snow-monkey-forms-item.smf-item.smf-item--divider {
	border-top: none;
}

.smf-form .smf-checkboxes-control {
	text-align: center;
}

.smf-form .smf-checkbox-control {
	align-items: flex-end !important;
}

.smf-form .smf-checkbox-control__control {
	height: 24px;
	width: 24px;
}

.smf-action .smf-button-control__control {
	background-color: var(--accent_color_blue) !important;
	background-image: none;
	color: #fff;
}

[data-screen="confirm"] .wp-block-snow-monkey-forms-item.smf-item.smf-item--divider,
[data-screen="confirm"] .privacy_text,
[data-screen="confirm"] .privacy,
[data-screen="confirm"] [data-name="checkboxes-1ijuvi1o3"] {
	display: none;
}
[data-screen="confirm"] .smf-form.smf-form--business {
	border-top: 1px solid #ddd;
}
@media not screen and (min-width: 1280px) {
}

@media not screen and (min-width: 640px) {
	div.smf-item__col.smf-item__col--label {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media not screen and (min-width: 500px) {}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	.smf-action .smf-button-control__control {
		border-radius: 32px;
		padding: 1rem 3rem;
	}
}