@charset "UTF-8";

body {
	background: #f8f7f2;
}

.header {
	display: flex;
	justify-content: end;
	padding: 33px 60px;
	background: #f8f7f2;
}

.header_logo {
}

.main {
}

.page_hd {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.form {
	margin-bottom: 120px;
}

.form_note {
	margin-bottom: 57px;
	font-weight: bold;
	text-align: center;
}

.form_wrap {
	max-width: 760px;
	margin: 0 auto;
}

.form_cnt {
	margin-bottom: 39px;
	padding: 52px 55px 65px;
	border-radius: 26px;
	background: #ffffff;
}

.form_cnt_ttl {
	margin-bottom: 21px;
	font-weight: bold;
	font-size: 26px;
}

.form_input {
	margin-bottom: 23px;
}

.form_input:last-child {
	margin-bottom: 0;
}

.form_input_ttl {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}

.form_input_cnt {
}

.required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 39px;
	height: 18px;
	background: #dd1038;
	color: #ffffff;
	font-weight: 500;
	font-size: 11px;
}

.nofun {
	color: #b2b2b2;
	font-weight: 500;
	font-size: 16px;
}

.form_send {
	margin-top: 68px;
}

.form_send_policy {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	margin-bottom: 28px;
}

.form_send_policy a {
	text-decoration: underline;
}

.form_send_btn {
	position: relative;
	width: 324px;
	height: 66px;
	margin: 0 auto;
	border-radius: 12px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.4s;
}

.form_send_btn .icon-arrow-item {
	position: absolute;
	right: 29px;
	bottom: 50%;
	font-size: 20px;
	transform: translateY(50%);
}

.form_send_btn input {
	width: 100%;
	padding: 18px 49px;
	border-radius: 12px;
	background: #333333;
	vertical-align: middle;
}

.mwform-checkbox-field-text {
	display: none;
}

input[type="checkbox"],
input[type="radio"] {
	all: revert;
	align-self: center;
	margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 14px 12px;
	border: solid 1px #cccccc;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

textarea {
	height: 144px;
	line-height: inherit;
	vertical-align: middle;
	resize: vertical;
}

label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

.form_comp {
	text-align: center;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	body {
	}

	.header {
		justify-content: center;
		padding: 20px 0 13px;
	}

	.header_logo {
	}

	.main {
	}

	.page_hd {
		margin-bottom: 17px;
		font-size: 38px;
	}

	.form {
		margin-bottom: 69px;
	}

	.form_note {
		margin-bottom: 35px;
	}

	.form_wrap {
	}

	.form_cnt {
		margin-bottom: 25px;
		padding: 30px 20px 43px;
		border-radius: 10px;
	}

	.form_cnt_ttl {
		margin-bottom: 15px;
		font-size: 23px;
	}

	.form_input {
		margin-bottom: 15px;
	}

	.form_input:last-child {
	}

	.form_input_ttl {
	}

	.form_input_cnt {
	}

	.required {
	}

	.nofun {
	}

	.form_send {
		margin-top: 35px;
	}

	.form_send_policy {
		gap: 8px;
		margin-bottom: 19px;
	}

	.form_send_policy a {
	}

	.form_send_btn {
	}

	.form_send_btn .icon-arrow-item {
	}

	.form_send_btn input {
		padding: 16px 35px;
	}

	.mwform-checkbox-field-text {
	}

	input[type="checkbox"],
	input[type="radio"] {
	}

	input[type="text"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="telephone"],
	input[type="number"],
	textarea {
		padding: 11px 8px;
	}

	textarea {
	}

	label {
	}

	label,
	select {
	}
}
