@charset "UTF-8";
.MonsterForm {
	padding: 24px;
}
.MonsterForm .mf_wrapper {
	width: 100%;
}
.MonsterForm .mf_row {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_row {
		display: flex;
		justify-content: space-between;
		padding-bottom: 16px;
		border-bottom: solid 1px #ebf3fc;
	}
}
.MonsterForm .mf_row:not(:last-child) {
	margin-bottom: 48px;
}
.MonsterForm .mf_subRow {
	width: 100%;
}
.MonsterForm .mf_subRow:not(:last-child) {
	margin-bottom: 16px;
}
.MonsterForm .mf_head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.MonsterForm .mf_head--main {
	display: inline-block;
	min-height: 16px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding-right: 8px;
	margin-bottom: 8px;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_head--main {
		font-size: 14px;
		margin-bottom: 0;
	}
}
.MonsterForm .mf_head--caption {
	font-size: 11px;
	font-weight: normal;
	color: #a9bccc;
	margin-bottom: 8px;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_head--caption {
		margin-top: 8px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_head {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width: 180px;
	}
}
.MonsterForm .mf_subHead {
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 4px;
}
.MonsterForm .mf_required .mf_head--main {
	padding-left: 40px;
}
.MonsterForm .mf_required .mf_head--main::before {
	content: "必須";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 16px;
	font-size: 10px;
	border-radius: 2px;
	color: #fff;
	background: #efa308;
}
.MonsterForm .mf_subRequire .mf_subHead {
	position: relative;
	padding-left: 12px;
}
.MonsterForm .mf_subRequire .mf_subHead::before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff0d64;
}
.MonsterForm .mf_data {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding-top: 8px;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_data {
		display: flex;
		width: calc(100% - 180px - 24px);
		padding-top: 0;
	}
}
.MonsterForm .mf_data::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ebf3fc;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_data::before {
		display: none;
	}
}
.MonsterForm .mf_actionBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_actionBox {
		align-items: flex-start;
		padding-left: 204px;
	}
}
.MonsterForm .mf_actionBox #mf_confirm {
	display: none;
}
.MonsterForm .mf_actionBox .mf_confirmButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 56px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #008a71;
	transition: all ease 0.4s;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_actionBox .mf_confirmButton {
		width: 280px;
		height: 64px;
		cursor: pointer;
	}
	.MonsterForm .mf_actionBox .mf_confirmButton:hover {
		background: #00868c;
	}
}
.MonsterForm .mf_actionBox .mf_backButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	min-width: 240px;
	max-width: 320px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #658094;
	border: solid 1px #658094;
	transition: all ease 0.4s;
	margin-top: 48px;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_actionBox .mf_backButton {
		min-width: 280px;
		cursor: pointer;
	}
	.MonsterForm .mf_actionBox .mf_backButton:hover {
		color: #ff0d64;
		border: solid 1px #ff0d64;
	}
}
.MonsterForm .mf_actionBox #mf_submit {
	display: none;
}
.MonsterForm .mf_actionBox .mf_submitButton {
	position: relative;
	width: 70%;
	min-width: 240px;
	max-width: 320px;
	min-height: 56px;
	font-weight: bold;
	color: #fff;
	background: #008a71;
	transition: all ease 0.4s;
	overflow: hidden;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_actionBox .mf_submitButton {
		min-width: 280px;
	}
	.MonsterForm .mf_actionBox .mf_submitButton:hover {
		background: #00868c;
	}
}
.MonsterForm .mf_actionBox .mf_submitButton__send {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	background: #ff0d64;
	transition: all ease 0.4s;
}
@media screen and (min-width: 680px) {
	.MonsterForm .mf_actionBox .mf_submitButton__send {
		cursor: pointer;
	}
	.MonsterForm .mf_actionBox .mf_submitButton__send:hover {
		background: #820e3a;
	}
}
.MonsterForm .mf_actionBox .mf_submitButton__check {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	padding: 8px 24px;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #658094;
	background: #ebf3fc;
}
.MonsterForm .mf_actionBox .mf_submitButton__focus {
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
}

.MonsterForm .mf_rowWrap {
	display: flex;
	align-items: center;
}
.MonsterForm .mf_colWrap {
	display: flex;
	flex-direction: column;
}
.MonsterForm .mf_item .mf_itemInner {
	font-size: 16px;
	padding: 8px;
}
.MonsterForm .mf_supple {
	font-size: 14px;
	margin: 0 4px;
}
.MonsterForm .mf_type--text .mf_itemInner {
	width: 100%;
	height: 40px;
	border: solid 1px #002f1c;
	border-radius: 5px;
}
.MonsterForm .mf_type--text .mf_itemInner::placeholder {
	color: #cedce8;
	font-size: 14px;
	font-weight: normal;
}
.MonsterForm .mf_type--textAra .mf_itemInner {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 200px;
	border: solid 1px #002f1c;
	border-radius: 5px;
}
.MonsterForm .mf_type--select {
	position: relative;
	background: #ebf3fc;
}
.MonsterForm .mf_type--select .mf_itemInner {
	width: 100%;
	height: 40px;
}
.MonsterForm .mf_type--select::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}
.MonsterForm .mf_type--select::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 4px;
	bottom: 0;
	margin: auto 0;
	width: 0;
	height: 0;
	border-top: solid 6px #a9bccc;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 0 transparent;
}
.MonsterForm .mf_type--select .mf_select {
	position: relative;
	z-index: 3;
	width: 100%;
	padding-right: 16px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.MonsterForm .mf_type--check {
	display: flex;
	justify-content: flex-start;
}
.MonsterForm .mf_type--check:not(:last-child) {
	margin-bottom: 16px;
}
.MonsterForm .mf_type--check .mf_checkLabel {
	height: 40px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 32px;
	transition: all ease 0.4s;
	cursor: pointer;
}
.MonsterForm .mf_type--check .mf_checkLabel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 24px;
	border: solid 1px transparent;
	background: #ebf3fc;
}
.MonsterForm .mf_type--check .mf_checkLabel::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 3px;
	width: 16px;
	height: 10px;
	transform-origin: top left;
	transform: rotate(-45deg);
	transition: all ease 0.4s;
}
.MonsterForm .mf_type--check .mf_checkBox {
	display: none;
}
.MonsterForm .mf_type--check .mf_checkBox:checked + .mf_checkLabel {
	color: #008a71;
}
.MonsterForm .mf_type--check .mf_checkBox:checked + .mf_checkLabel::before {
	background: transparent;
	border: solid 1px #ebf3fc;
}
.MonsterForm .mf_type--check .mf_checkBox:checked + .mf_checkLabel::after {
	animation: mf_check ease 0.4s;
	animation-fill-mode: forwards;
}
.MonsterForm .mf_type--radio {
	display: flex;
	justify-content: flex-start;
}
.MonsterForm .mf_type--radio:not(:last-child) {
	margin-bottom: 16px;
}
.MonsterForm .mf_type--radio .mf_radioButton {
	display: none;
}
.MonsterForm .mf_type--radio .mf_radioButton:checked + .mf_radioLabel {
	color: #008a71;
}
.MonsterForm .mf_type--radio .mf_radioButton:checked + .mf_radioLabel::before {
	background: transparent;
	border: solid 1px #002f1c;
}
.MonsterForm .mf_type--radio .mf_radioButton:checked + .mf_radioLabel::after {
	background: #008a71;
}
.MonsterForm .mf_type--radio .mf_radioLabel {
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 32px;
	transition: all ease 0.4s;
	cursor: pointer;
}
.MonsterForm .mf_type--radio .mf_radioLabel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: solid 1px #002f1c;
}
.MonsterForm .mf_type--radio .mf_radioLabel::after {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	transition: all ease 0.4s;
}
.MonsterForm .mf_width--middle {
	width: 224px;
}
.MonsterForm .mf_width--narrow {
	width: 180px;
}
.MonsterForm .mf_width--wide {
	width: 280px;
}
.MonsterForm .mf_width--textAra {
	min-width: 240px;
	width: 100%;
}
.MonsterForm .mf_width--year {
	width: 88px;
}
.MonsterForm .mf_width--month {
	width: 64px;
}
.MonsterForm .mf_width--day {
	width: 64px;
}
.MonsterForm .mf_width--postCode {
	width: 142px;
}
.MonsterForm .mf_width--area {
	width: 142px;
}

@keyframes mf_check {
	0% {
		height: 0;
		width: 0;
		border-left: solid 4px #008a71;
		border-bottom: solid 0 #008a71;
	}
	35% {
		height: 10px;
		width: 0;
		border-left: solid 4px #008a71;
		border-bottom: solid 0 #008a71;
	}
	35.1% {
		border-bottom: solid 4px #008a71;
	}
	100% {
		height: 10px;
		width: 16px;
		border-left: solid 4px #008a71;
		border-bottom: solid 4px #008a71;
	}
}
.MonsterForm .mf_inputError .mf_type--text .mf_itemInner,
.MonsterForm .mf_inputError .mf_type--textAra .mf_itemInner {
	animation: error_border ease infinite 3s;
}
.MonsterForm .mf_inputError .mf_type--text .mf_itemInner::placeholder,
.MonsterForm .mf_inputError .mf_type--textAra .mf_itemInner::placeholder {
	color: #ffbfcc;
}
.MonsterForm .mf_inputError--year .mf_type--text .mf_date--year,
.MonsterForm .mf_inputError--month .mf_type--text .mf_date--month,
.MonsterForm .mf_inputError--day .mf_type--text .mf_date--day,
.MonsterForm .mf_inputError--postCode .mf_type--text .mf_address--postCode,
.MonsterForm .mf_inputError--area .mf_type--text .mf_address--area,
.MonsterForm .mf_inputError--addressMain .mf_type--text .mf_address--main,
.MonsterForm .mf_inputError--addressSub .mf_type--text .mf_address--sub {
	animation: error_border ease infinite 3s;
}
.MonsterForm .mf_inputError--year .mf_type--text .mf_date--year::placeholder,
.MonsterForm .mf_inputError--month .mf_type--text .mf_date--month::placeholder,
.MonsterForm .mf_inputError--day .mf_type--text .mf_date--day::placeholder,
.MonsterForm .mf_inputError--postCode .mf_type--text .mf_address--postCode::placeholder,
.MonsterForm .mf_inputError--area .mf_type--text .mf_address--area::placeholder,
.MonsterForm .mf_inputError--addressMain .mf_type--text .mf_address--main::placeholder,
.MonsterForm .mf_inputError--addressSub .mf_type--text .mf_address--sub::placeholder {
	color: #ffbfcc;
}
.MonsterForm .mf_inputError .mf_type--select {
	border: solid 1px #ff0d64;
	background: #ffbfcc;
	animation: error_select ease infinite 3s;
}
.MonsterForm .mf_inputError .mf_type--select::after {
	animation: error_select_angle ease infinite 3s;
}
.MonsterForm .mf_inputError--year .mf_type--select.mf_width--year,
.MonsterForm .mf_inputError--month .mf_type--select.mf_width--month,
.MonsterForm .mf_inputError--day .mf_type--select.mf_width--day {
	border: solid 1px #ff0d64;
	background: #ffbfcc;
	animation: error_select ease infinite 3s;
}
.MonsterForm .mf_inputError--year .mf_type--select.mf_width--year::after,
.MonsterForm .mf_inputError--month .mf_type--select.mf_width--month::after,
.MonsterForm .mf_inputError--day .mf_type--select.mf_width--day::after {
	animation: error_select_angle ease infinite 3s;
}
.MonsterForm .mf_inputError .mf_input--checkBox,
.MonsterForm .mf_inputError .mf_input--radioButton {
	padding: 0 8px;
	animation: error_actionArea ease infinite 3s;
}
.MonsterForm .mf_inputError .mf_input--checkBox input:checked + .mf_input--action::before {
	animation: none;
	border: solid 1px #ff829c;
}
.MonsterForm .mf_inputError .mf_input--checkBox input:checked + .mf_input--action::after {
	border-color: #ff0d64 !important;
}
.MonsterForm .mf_inputError .mf_input--radioButton input:checked + .mf_input--action::before {
	animation: none;
	border: solid 1px #ff829c;
}
.MonsterForm .mf_inputError .mf_input--radioButton input:checked + .mf_input--action::after {
	background: #ff0d64 !important;
}
.MonsterForm .mf_inputError .mf_action::before {
	animation: error_actionArea_icon ease infinite 3s;
}
.MonsterForm .mf_inputError__text {
	position: relative;
	margin-top: 12px;
	font-size: 12px;
	padding-left: 24px;
	color: #ff0d64;
}
.MonsterForm .mf_inputError__text::before {
	content: "!";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 16px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	background: #ff0d64;
	animation: error_icon ease infinite 3s;
}
.MonsterForm .mf_inputError__text::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 1px #ff0d64;
	animation: error_icon_echo ease infinite 3s;
}

@keyframes error_icon {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes error_border {
	0% {
		background: #fff;
		border: solid 1px #002f1c;
	}
	40% {
		background: #ffe6eb;
		border: solid 1px #ff0d64;
	}
	70% {
		background: #ffe6eb;
		border: solid 1px #ff0d64;
	}
	100% {
		background: #fff;
		border: solid 1px #002f1c;
	}
}
@keyframes error_select {
	0% {
		background: #ebf3fc;
		border: solid 1px transparent;
	}
	40% {
		border: solid 1px #ff0d64;
		background: #ffbfcc;
	}
	70% {
		border: solid 1px #ff0d64;
		background: #ffbfcc;
	}
	100% {
		background: #ebf3fc;
		border: solid 1px transparent;
	}
}
@keyframes error_select_angle {
	0% {
		border-top-color: #a9bccc;
	}
	40% {
		border-top-color: #ff0d64;
	}
	70% {
		border-top-color: #ff0d64;
	}
	100% {
		border-top-color: #a9bccc;
	}
}
@keyframes error_placeholder {
	0% {
		color: #cedce8;
	}
	40% {
		color: #ff829c;
	}
	70% {
		color: #ff829c;
	}
	100% {
		color: #cedce8;
	}
}
@keyframes error_icon_echo {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	40% {
		opacity: 1;
	}
	70% {
		opacity: 0;
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		transform: scale(1.6);
	}
}
@keyframes error_actionArea {
	0% {
		border: solid 1px transparent;
		background: transparent;
	}
	40% {
		border: solid 1px #ff0d64;
		background: #ffe6eb;
	}
	70% {
		border: solid 1px #ff0d64;
		background: #ffe6eb;
	}
	100% {
		border: solid 1px transparent;
		background: transparent;
	}
}
@keyframes error_actionArea_icon {
	0% {
		background: #ebf3fc;
	}
	40% {
		background: #ff829c;
	}
	70% {
		background: #ff829c;
	}
	100% {
		background: #ebf3fc;
	}
}
.mf_confirm .mf_value {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 8px;
	color: #658094;
	background: #ebf3fc;
	font-size: 15px;
}
.mf_confirm .mf_value--postcode {
	font-size: 13px;
	padding-bottom: 4px;
}
.mf_confirm .mf_value--address {
	display: flex;
	flex-wrap: wrap;
}
.mf_confirm .mf_value--address span {
	display: inline-block;
}
.mf_confirm .mf_value--address span:not(:last-child) {
	margin-right: 8px;
}
.mf_confirm .mf_value--date span {
	font-size: 13px;
	margin-left: 2px;
}
.mf_confirm .mf_value--date span:not(:last-child) {
	margin-right: 8px;
}
.mf_confirm .mf_value--checkbox {
	display: flex;
	flex-direction: column;
}
.mf_confirm .mf_value--checkbox span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.mf_confirm .mf_value--checkbox span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 8px;
	height: 8px;
	background: #658094;
}
.mf_confirm .mf_value--checkbox span:not(:last-child) {
	margin-bottom: 4px;
}
.mf_confirm .mf_data {
	padding-top: 0;
}
.mf_confirm .mf_data::before {
	display: none;
}
.mf_confirm .mf_term {
	position: relative;
	width: 100%;
	height: 140px;
	border: solid 1px #ebf3fc;
}
@media screen and (min-width: 680px) {
	.mf_confirm .mf_term {
		height: 180px;
	}
}
.mf_confirm .mf_term::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
}
.mf_confirm .mf_term__wrapper {
	width: 100%;
	height: 100%;
	padding: 16px 16px 40px;
	overflow-y: scroll;
}
.mf_confirm .mf_term__wrapper::-webkit-scrollbar {
	display: none;
}
.mf_confirm .mf_privacyCheck {
	position: relative;
	display: flex;
	align-items: center;
	width: 70%;
	min-width: 240px;
	max-width: 320px;
	min-height: 40px;
	padding: 8px 16px 8px 40px;
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	background: #008a71;
	transition: all ease 0.4s;
}
@media screen and (min-width: 680px) {
	.mf_confirm .mf_privacyCheck {
		min-width: 280px;
	}
}
.mf_confirm .mf_privacyCheck::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 24px;
	border: solid 1px transparent;
	background: #fff;
}
.mf_confirm .mf_privacyCheck::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 11px;
	width: 16px;
	height: 10px;
	transform-origin: top left;
	transform: rotate(-45deg) translate(-3px, 3px);
	transition: all ease 0.4s;
}
.mf_confirm .mf_privacyCheck__text {
	font-weight: bold;
}
.mf_confirm .mf_privacyCheck__link {
	font-weight: bold;
	text-decoration: underline;
	color: #202eff;
}
.mf_confirm #mf_privacyCheck--agree {
	display: none;
}
.mf_confirm #mf_privacyCheck--agree:checked ~ .mf_privacyCheck {
	color: #a9bccc;
	background: #ebf3fc;
}
.mf_confirm #mf_privacyCheck--agree:checked ~ .mf_privacyCheck::after {
	animation: mf_privacyCheck ease 0.4s;
	animation-fill-mode: forwards;
}
.mf_confirm #mf_privacyCheck--agree:checked ~ .mf_submitButton .mf_submitButton__send {
	top: 0;
}

@keyframes mf_privacyCheck {
	0% {
		height: 0;
		width: 0;
		border-left: solid 4px #ff0d64;
		border-bottom: solid 0 #ff0d64;
	}
	35% {
		height: 10px;
		width: 0;
		border-left: solid 4px #ff0d64;
		border-bottom: solid 0 #ff0d64;
	}
	35.1% {
		border-bottom: solid 4px #ff0d64;
	}
	100% {
		height: 10px;
		width: 16px;
		border-left: solid 4px #ff0d64;
		border-bottom: solid 4px #ff0d64;
	}
}
.MonsterForm .mf_caution {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	max-width: 640px;
	margin-bottom: 48px;
	color: var(--text_color);
	background: var(--main_color);
}
.MonsterForm .mf_caution--error {
	--main_color: #ff0d64;
	--up_color: #ff829c;
	--down_color: #d6175e;
	--text_color: #fff;
}
.MonsterForm .mf_caution--alert {
	--main_color: #ffe512;
	--up_color: #fffc8a;
	--down_color: #e3cc10;
	--text_color: #000;
}
.MonsterForm .mf_caution--attention {
	--main_color: #008a71;
	--up_color: #50e5ed;
	--down_color: #00acb5;
	--text_color: #fff;
}
@media screen and (min-width: 440px) {
	.MonsterForm .mf_caution {
		flex-direction: row;
		margin-bottom: 0;
	}
}
.MonsterForm .mf_caution__image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 104px;
	margin: 0 auto 16px;
}
@media screen and (min-width: 440px) {
	.MonsterForm .mf_caution__image {
		margin: 0;
	}
}
.MonsterForm .mf_caution__wrapper {
	width: 100%;
}
@media screen and (min-width: 440px) {
	.MonsterForm .mf_caution__wrapper {
		width: calc(100% - 104px - 16px);
	}
}
.MonsterForm .mf_caution__icon {
	width: 80px;
	height: 80px;
	margin-bottom: 8px;
	background: rgba(255, 255, 255, 0.5);
}
.MonsterForm .mf_caution__category {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "SigmarOne";
}
.MonsterForm .mf_caution__title {
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px var(--down_color);
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
@media screen and (min-width: 440px) {
	.MonsterForm .mf_caution__title {
		text-align: left;
	}
}
.MonsterForm .mf_caution__message {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	padding: 8px;
	border-radius: 4px;
	color: #333;
	background: #fff;
}
.MonsterForm .mf_caution__notice {
	position: relative;
	display: inline-block;
	padding: 4px 8px 4px 28px;
	margin-top: 8px;
	border-radius: 88px;
	color: var(--down_color);
	background: var(--up_color);
	font-size: 11px;
}
.MonsterForm .mf_caution__notice::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	margin: auto 0;
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 0.5);
}
.MonsterForm .mf_caution__link {
	text-decoration: underline;
	color: #202eff;
	font-weight: bold;
}

.c-agree__checkBox {
	position: relative;
	display: block;
	padding: 8px 16px 8px 40px;
	background: #fff5e7;
	cursor: pointer;
	transition: all ease 0.4s;
	margin-bottom: 32px;
	border-radius: 5px;
}
.c-agree__checkBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	margin: auto 0;
	width: 24px;
	height: 24px;
	border: solid 1px transparent;
	background: #fff;
}
.c-agree__checkBox::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 11px;
	width: 16px;
	transform-origin: top left;
	transform: rotate(-45deg) translate(-3px, 3px);
}
#c-agree--check:checked ~ .c-agree__checkBox::after {
	animation: agree_check ease 0.4s;
	animation-fill-mode: forwards;
}
#c-agree--check:checked ~ .c-agree__checkBox {
	color: #a9bccc;
	background: #ebf3fc;
}

@keyframes agree_check {
	0% {
		height: 0;
		width: 0;
		border-left: solid 4px #efa308;
		border-bottom: solid 0 #efa308;
	}
	35% {
		height: 10px;
		width: 0;
		border-left: solid 4px #efa308;
		border-bottom: solid 0 #efa308;
	}
	35.1% {
		border-bottom: solid 4px #efa308;
	}
	100% {
		height: 10px;
		width: 16px;
		border-left: solid 4px #efa308;
		border-bottom: solid 4px #efa308;
	}
}
.c-agree__button {
	position: relative;
	width: 90%;
	max-width: 360px;
	height: 64px;
	border-radius: 15px;
	color: #a9bccc;
	background: #ebf3fc;
	overflow: hidden;
}
.c-agree__noCheck {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-agree__submit {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #008a71;
	transition: all ease 0.4s;
	cursor: pointer;
}
#c-agree--check:checked ~ .c-agree__button .c-agree__submit {
	top: 0;
}

#success {
}

.successCard {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	width: 90%;
	max-width: 560px;
	aspect-ratio: 1/1;
	color: #fff;
	background: #008a71;
	border-radius: 15px;
	animation: successCard_in ease 1s;
	animation-fill-mode: forwards;
}
.successCard__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.successCard__box {
	width: 70%;
	margin: 24px 0;
}
.successCard__title {
	font-size: clamp(18px, 5vw, 40px);
	font-weight: bold;
}
.successCard__text {
	font-size: clamp(14px, 3vw, 16px);
}
.successCard__close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 56px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #008a71;
	background: #fff;
	margin: 40px auto 0;
}
@keyframes successCard_in {
	0% {
		opacity: 0;
		transform: translateY(32px);
		z-index: 999;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		z-index: 999;
	}
}

.successCard--out {
	animation: successCard_out ease 1s;
	animation-fill-mode: forwards;
}
@keyframes successCard_out {
	0% {
		opacity: 1;
		transform: translateY(0);
		z-index: 999;
	}
	99% {
		opacity: 0;
		transform: translateY(-32px);
		z-index: 999;
	}
	100% {
		opacity: 0;
		transform: translateY(-32px);
		z-index: -1;
	}
}
.terms {
	width: 100%;
	height: 180px;
	padding: 16px;
	border: solid 1px #002f1c;
	overflow: scroll;
	-ms-overflow-style: none;
}
.terms::-webkit-scrollbar {
	display: none;
}
.termsDl {
	margin-bottom: 16px;
}
.termsDl__title {
	font-size: 14px;
	margin-bottom: 4px;
}
.termsDl__data {
	font-size: 12px;
	font-weight: normal;
}
.termsText {
	font-size: 14px;
	font-weight: normal;
}
