<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 640px) {
	.mod_topicpath {
		display: none;
	}
}
.cont_header.mv {
	background-image: url(/img/form/mv.jpg);
}

@media screen and (max-width: 640px) {
	.cont_header.mv {
		background-image: url(/img/form/mv_sp.jpg);
	}
}
@media screen and (max-width: 640px) {
	.cont_header.mv:after, .cont_header.mv:before {
		width: calc(50% + 25px);
		min-width: 0;
	}
}
@media screen and (max-width: 640px) {
	.cont_header.mv:after {
		right: auto;
		left: 0;
		background-image: url(/common/img/title_deco_sp.png);
		background-size: auto 100%;
		background-position: right center;
		background-repeat: no-repeat;
		width: 160px;
		height: 85px;
	}
}
@media screen and (max-width: 640px) {
	.contentWrap {
		padding: 0 16px;
	}
}
.contentWrap &gt; div {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 110px;
}

@media screen and (max-width: 640px) {
	.contentWrap &gt; div {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}
.contentWrap .form_wrap {
	max-width: 904px;
	margin: 0 auto;
}

.contentWrap .form_wrap .errorWrap {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.contentWrap .form_wrap .errorWrap .errorList {
		font-size: 1.1rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
}
.comm_box {
	text-align: center;
}

.comm_box .tel dd, .comm_box .tel dt {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.comm_box .tel dd, .comm_box .tel dt {
		font-size: 1.2rem;
	}
}
.comm_box .tel dd {
	font-size: 1.8rem;
	margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
	.comm_box .tel dd {
		font-size: 1.2rem;
	}
}
.comm_box .time dd, .comm_box .time dt {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
	.comm_box .time dd, .comm_box .time dt {
		font-size: 1rem;
	}
}
.comm_box .atn {
	display: block;
	position: relative;
	font-size: 1.4rem;
	text-align: left;
	border-bottom: 2px solid #05a57f;
	padding-bottom: 5px;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.comm_box .atn {
		position: static;
		font-size: 1.1rem;
		line-height: 1.7;
		text-align: center;
		border-bottom: 1px solid #05a57f;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}
.comm_box .atn &gt; span {
	position: absolute;
	right: 0;
}

@media screen and (max-width: 640px) {
	.comm_box .atn &gt; span {
		position: static;
		display: block;
	}
}
.comm_box .atn .grn {
	color: #05a57f;
}

.confirm .comm_box .atn {
	font-weight: 700;
}

.policy_box {
	margin: 80px auto 0;
	border: 1px solid #05a57f;
	border-radius: 5px;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.policy_box {
		margin: 35px auto 0;
		padding: 20px 10px;
	}
}
.policy_box .tit {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: center;
	color: #009d95;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.policy_box .tit {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
}
.policy_box .txt {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 2.14;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.policy_box .txt {
		font-size: 0.9rem;
		line-height: 1.66;
	}
}
.policy_box .txt + .txt {
	margin-top: 2em;
}

.policy_box .txt_box {
	padding: 0;
	background-color: transparent;
}

.dl01 {
	display: table;
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.dl01 {
		display: block;
		margin-top: 20px;
	}
}
.dl01 &gt; dd, .dl01 &gt; dt {
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	.dl01 &gt; dd, .dl01 &gt; dt {
		display: block;
	}
}
.dl01 &gt; dt {
	width: 200px;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 15px 0;
}

@media screen and (max-width: 640px) {
	.dl01 &gt; dt {
		width: 100%;
		font-size: 1.1rem;
		padding: 0 0 5px;
		letter-spacing: 0.05em;
	}
}
.dl01 &gt; dd {
	width: calc(100% - 240px);
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0 0 0 40px;
}

@media screen and (max-width: 640px) {
	.dl01 &gt; dd {
		width: 100%;
		padding: 0;
		font-size: 1.1rem;
	}
}
.confirm .dl01 + .dl01 {
	margin-top: 10px;
	border-top: 1px solid #e7e7e7;
}

.confirm .dl01 &gt; dt {
	padding-top: 20px;
	padding-bottom: 5px;
}

.confirm .dl01 &gt; dd {
	padding-top: 20px;
	padding-bottom: 5px;
}

.dl01 input[type=email], .dl01 input[type=tel], .dl01 input[type=text], .dl01 textarea {
	width: 100%;
}

.dl01 textarea {
	height: 230px;
}

@media screen and (max-width: 640px) {
	.dl01 textarea {
		height: 100px;
	}
}
.dl01 .checkmail {
	font-size: 1.4rem;
	border: 1px solid rgba(100, 100, 100, 0.15);
	padding: 12px 13px;
	border-radius: 5px;
	color: #000;
	background-color: #f3f4f4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dl03 {
	margin-top: 5px;
}

.dl03 dd, .dl03 dt {
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.dl03 dd, .dl03 dt {
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
}
.txt03 {
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.txt03 {
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
}
.error {
	margin-top: 5px;
}

.w01 .select, .w01 input[type=email], .w01 input[type=tel], .w01 input[type=text] {
	width: 270px;
}

@media screen and (max-width: 640px) {
	.w01 .select, .w01 input[type=email], .w01 input[type=tel], .w01 input[type=text] {
		width: 100%;
	}
}
.w01 select {
	width: 100%;
}

.btn_wrap {
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #05a57f;
}

@media screen and (max-width: 640px) {
	.btn_wrap {
		margin-top: 40px;
		padding-top: 25px;
		border-top: 1px solid #05a57f;
	}
}
.btn_wrap .back, .btn_wrap .confirm, .btn_wrap .finbtn {
	position: relative;
}

.btn_wrap .back i, .btn_wrap .confirm i, .btn_wrap .finbtn i {
	margin: -3px -20px 0 10px;
}

.btn_wrap .back i {
	margin: -3px 10px 0 -20px;
}

.fin_wrap {
	text-align: center;
	padding: 80px 0;
}

@media screen and (max-width: 640px) {
	.fin_wrap {
		padding: 40px 0;
	}
}
.fin_wrap .mod_ttl02 {
	font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
	.fin_wrap .mod_ttl02 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}
.fin_wrap .txt {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2.4;
}

@media screen and (max-width: 640px) {
	.fin_wrap .txt {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}
.fin_wrap a {
	margin-top: 40px;
}

[disabled] {
	cursor: default;
}

textarea {
	overflow: auto;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.formArea input[type=email], .formArea input[type=tel], .formArea input[type=text] {
	font-size: 1.4rem;
	border: 1px solid rgba(100, 100, 100, 0.15);
	padding: 7px 13px;
	height: 40px;
	border-radius: 5px;
	color: #000;
	background-color: #f3f4f4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width:640px) {
	.formArea input[type=email], .formArea input[type=tel], .formArea input[type=text] {
		padding: 8px 13px;
		font-size: 1.6rem;
	}
}
.formArea input[type=email]:focus, .formArea input[type=tel]:focus, .formArea input[type=text]:focus {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea input[type=email][data-input-disabled], .formArea input[type=tel][data-input-disabled], .formArea input[type=text][data-input-disabled] {
	opacity: 0.5;
	cursor: default;
}

.formArea input[type=email][data-need-ok], .formArea input[type=tel][data-need-ok], .formArea input[type=text][data-need-ok] {
	background-color: #FFFFFF;
}

.formArea textarea {
	font-size: 1.4rem;
	border: 1px solid rgba(100, 100, 100, 0.15);
	padding: 12px 13px;
	border-radius: 5px;
	color: #000;
	background-color: #f3f4f4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width:640px) {
	.formArea textarea {
		padding: 5px 13px;
		font-size: 1.6rem;
	}
}
.formArea textarea:focus {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea textarea[data-input-disabled] {
	opacity: 0.5;
	cursor: default;
}

.formArea textarea[disabled] {
	background-color: #9F9F9F !important;
}

.formArea textarea[data-need-ok] {
	background-color: #FFFFFF;
}

.formArea .radio {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}

@media (min-width: 641px) {
	.formArea .radio {
		width: 250px;
	}
}
@media (max-width: 850px) {
	.formArea .radio {
		display: block;
		margin-right: 0;
	}
}
.formArea .radio[data-input-disabled] {
	opacity: 0.5;
	cursor: default;
}

.formArea .radio[data-input-checked] {
	position: relative;
}

.formArea .radio[data-input-checked]:after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	background-color: rgba(0, 0, 0, 0);
}

.formArea .radio[data-subtxt01]:after {
	content: attr(data-subtxt01);
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 5px;
	color: #D71F22;
	vertical-align: middle;
}

.formArea .radio &gt; input[type] {
	width: 0;
	height: 0;
	opacity: 0;
}

html.no-csstransitions .formArea .radio &gt; input[type] {
	display: inline-block;
	vertical-align: middle;
}

.formArea .radio &gt; input[type]:checked ~ label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.formArea .radio &gt; input[data-need-ok] + label:before {
	background-color: #FFFFFF;
}

.formArea .radio &gt; label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 10px 0;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.formArea .radio &gt; label {
		padding: 5px 0;
	}
}
.formArea .radio &gt; label:before {
	content: "";
	display: block;
	margin: auto 0;
	width: 18px;
	height: 18px;
	border: 1px solid #D0D0D0;
	background-color: #f3f4f4;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #656563;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .radio &gt; label:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	background-color: #323232;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.formArea .radio &gt; label &gt; span {
	font-size: 1.4rem;
	display: inline-block;
	padding-left: 30px;
	padding-top: 5px;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 640px) {
	.formArea .radio &gt; label &gt; span {
		padding-top: 10px;
		font-size: 1.2rem;
	}
}
.no-touchevents .formArea .radio &gt; label:hover:before {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea .checkbox {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}

@media (max-width: 850px) {
	.formArea .checkbox {
		display: block;
		margin-right: 0;
	}
}
.formArea .checkbox[data-input-disabled] {
	opacity: 0.5;
	cursor: default;
}

.formArea .checkbox[data-input-checked] {
	position: relative;
}

.formArea .checkbox[data-input-checked]:after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	background-color: rgba(0, 0, 0, 0);
}

.formArea .checkbox[data-subtxt01]:after {
	content: attr(data-subtxt01);
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 5px;
	color: #D71F22;
	vertical-align: middle;
}

.formArea .checkbox &gt; input[type] {
	width: 0;
	height: 0;
	opacity: 0;
}

html.no-csstransitions .formArea .checkbox &gt; input[type] {
	display: inline-block;
	vertical-align: middle;
}

.formArea .checkbox &gt; input[type]:checked ~ label:after {
	opacity: 1;
	-webkit-transform: rotate(-37deg) scale(1);
	-ms-transform: rotate(-37deg) scale(1);
	transform: rotate(-37deg) scale(1);
}

.formArea .checkbox &gt; input[data-need-ok] + label:before {
	background-color: #FFFFFF;
}

.formArea .checkbox &gt; label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 10px 0;
	vertical-align: middle;
}

.formArea .checkbox &gt; label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #D0D0D0;
	background-color: #f3f4f4;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	color: #656563;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .checkbox &gt; label:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	top: 0;
	bottom: 0px;
	left: 4px;
	margin: auto;
	opacity: 0;
	-webkit-transform: rotate(-37deg) scale(1.4);
	-ms-transform: rotate(-37deg) scale(1.4);
	transform: rotate(-37deg) scale(1.4);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .checkbox &gt; label &gt; span {
	font-size: 1.4rem;
	display: inline-block;
	padding-left: 30px;
	padding-top: 5px;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.no-touchevents .formArea .checkbox &gt; label:hover:before {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea .select {
	display: inline-block;
	position: relative;
	border: 1px solid rgba(100, 100, 100, 0.15);
	height: 40px;
	border-radius: 5px;
	color: #000;
	background-color: #f3f4f4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .select:before {
	content: "";
	display: block;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 3px 0 3px;
	border-color: #646464 transparent transparent transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

html.no-csstransitions .formArea .select:before {
	display: none;
}

.formArea .select[data-input-disabled] {
	opacity: 0.5;
	cursor: default;
}

.formArea .select[data-need-ok] {
	background-color: #FFFFFF;
}

.formArea .select &gt; select {
	font: none;
	font-size: 1.4rem;
	height: 40px;
	white-space: normal;
	padding: 7px 27px 7px 13px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:640px) {
	.formArea .select &gt; select {
		padding: 0px 27px 0px 13px;
		font-size: 1.6rem;
	}
}
html.no-csstransforms .formArea .select &gt; select {
	padding: 7px 7px 7px 13px;
}

.formArea .select &gt; select option {
	width: 100%;
	white-space: normal;
}

.no-touchevents .formArea .select:hover {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.no-touchevents .formArea input[type=file]:hover {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.formArea .otherwrap {
	display: block;
	margin-top: 10px;
}

.formArea .otherwrap .radio {
	width: 80px;
	margin-right: 20px;
}

@media screen and (max-width: 640px) {
	.formArea .otherwrap .radio {
		margin-bottom: 10px;
	}
}
.formArea .otherwrap .radio span {
	padding-top: 0;
}

.formArea .otherwrap input[type=email], .formArea .otherwrap input[type=tel], .formArea .otherwrap input[type=text] {
	margin-left: 5px;
	vertical-align: middle;
}

.formArea .otherwrap input[type=email]:disabled, .formArea .otherwrap input[type=tel]:disabled, .formArea .otherwrap input[type=text]:disabled {
	background-color: #d1d2d2;
}

.formArea .otherwrap input[type=text] {
	width: calc(100% - 110px);
}

@media screen and (max-width: 640px) {
	.formArea .otherwrap input[type=text] {
		margin-left: 0;
		width: 100%;
	}
}
.formArea .otherwrap02 {
	margin-top: 10px;
	display: block;
}

.formArea .otherwrap02 .otherwrap {
	margin-top: 0;
}

.formArea .uploadareaWrap [type=file] {
	cursor: pointer;
}

.formArea .uploadareaWrap .uploadareaBlock {
	font-size: 1.4rem;
}

.formArea .uploadareaWrap .uploadareaBlock.disable {
	display: none;
}

.formArea .uploadareaWrap .uploadareaBlock .close {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #000;
	width: 15px;
	height: 15px;
	position: relative;
}

.formArea .uploadareaWrap .uploadareaBlock .close:hover {
	opacity: 0.5;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.formArea .uploadareaWrap .uploadareaBlock .close.disable {
	display: none;
}

.formArea .uploadareaWrap .uploadareaBlock .close:after, .formArea .uploadareaWrap .uploadareaBlock .close:before {
	content: "";
	width: 9px;
	height: 2px;
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
}

.formArea .uploadareaWrap .uploadareaBlock .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.formArea .uploadareaWrap .uploadareaBlock .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.formArea .uploadView {
	width: 32%;
	padding-top: 30%;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #F4C8A6;
	border-radius: 3px;
}

.formArea .uploadView + .uploadView {
	margin-left: 1%;
}

.no-touchevents .formArea .uploadView {
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.no-touchevents .formArea .uploadView:hover {
	opacity: 0.6;
}

.formArea .uploadView[data-file-extension] {
	position: relative;
}

.formArea .uploadView[data-file-extension]:after {
	content: attr(data-file-extension);
	display: inline-block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 2.5rem;
	font-weight: bolder;
	color: #9F9F9F;
	letter-spacing: 2px;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.formArea .uploadnote01 {
	color: #DF4547;
}

.formArea [data-need] &gt; dt &gt; span:after {
	content: "＊";
	display: inline-block;
	padding: 1px 3px 2px;
	color: #05a57f;
	font-size: 1.4rem;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.formArea [data-need] &gt; dt &gt; span:after {
		float: none;
		margin-left: 6px;
	}
}
.formArea [data-need][data-need-hissu_by_without] &gt; dt &gt; span:after {
	content: "どちらか必須";
	background-color: #5D78D1;
	display: inline-block;
	padding: 1px 3px 2px;
	color: #FFF;
	font-size: 1.2rem;
	vertical-align: middle;
}

.formArea .errorWrap .errorList {
	font-size: 1.4rem;
	color: #FFF;
	background-color: #DF4547;
	margin-bottom: 40px;
	padding: 10px;
	display: inline-block;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.formArea .errorWrap .errorList li {
	padding-left: 14px;
}

.formArea .errorWrap .errorList li:before {
	content: "・";
	margin-left: -14px;
}

.formArea .error strong {
	color: #FF0004;
}

.formArea .noresult, .formArea .result {
	display: inline-block;
	border-radius: 3px;
	font-size: 1.4rem;
}

.formArea .noresult + .noresult, .formArea .noresult + .result, .formArea .result + .noresult, .formArea .result + .result {
	margin-left: 5px;
}

.formArea .noresult .inputappend, .formArea .noresult .inputprepend, .formArea .result .inputappend, .formArea .result .inputprepend {
	display: inline-block;
}

.formArea .uploadresult {
	display: block;
	background-color: transparent;
}

.formArea .uploadresult.noresult {
	display: inline-block;
}

.formArea .noresult {
	background-color: #DADADA;
}

.formArea .confirm {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	padding: 12px 0;
	max-width: 390px;
	width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .confirm input {
	cursor: pointer;
	font-size: 1.4rem;
	color: #FFF;
}

@media (max-width: 640px) {
	.formArea .confirm {
		width: 100%;
		max-width: 215px;
	}

	.formArea .confirm input {
		font-size: 1.1rem;
	}
}
.no-touchevents .formArea .confirm:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.formArea .back {
	background-color: #6C6C6C;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	padding: 12px 0;
	max-width: 205px;
	width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .back input {
	cursor: pointer;
	font-size: 1.4rem;
	color: #FFF;
}

@media (max-width: 640px) {
	.formArea .back {
		width: 100%;
		margin-bottom: 20px;
	}
}
.no-touchevents .formArea .back:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.formArea .finbtn {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	padding: 12px 0;
	max-width: 205px;
	width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.formArea .finbtn input {
	cursor: pointer;
	font-size: 1.4rem;
	color: #FFF;
}

@media (max-width: 640px) {
	.formArea .finbtn {
		width: 100%;
	}
}
.no-touchevents .formArea .finbtn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.formArea [data-view_term] {
	display: none !important;
}

.formArea [data-view_term-ok] {
	display: table !important;
}

@media (max-width: 640px) {
	.formArea [data-view_term-ok] {
		display: block !important;
	}
}
.formArea [data-view_term_without] {
	display: table !important;
}

.formArea [data-view_term_without-ok] {
	display: none !important;
}

@media print, screen and (max-width: 640px) {
	.formArea [data-view_term_without-ok] {
		display: none !important;
	}
}</pre></body></html>