@charset "utf-8";


/*  form common style
--------------------------------------------------*/
footer #copyright {
	margin-bottom: 50px;
}
#form,
#confirm,
#completion {
	padding-top: 80px;
}
.txtWrap {
	text-align: center;
	margin-bottom: 60px;
}
.pageTtl {
	font-size: 20px;
	color: #000;
	line-height: 1;
}
.txtWrap a {
	text-decoration: underline;
}

.form dl {
	margin-bottom: 40px;
}
.form dt {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
.form .required dt:before {
	display: inline-block;
	content: '必須';
	font-size: 12px;
	color: #fff;
	background-color: #333;
	line-height: 1;
	padding: 3px 5px;
	margin-right: 10px;
}

.form dd input,
.form dd textarea {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	background-color: #f0f0f0;
	border: solid 1px #e8e8e8;
	border-radius: 3px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.form dd input::placeholder,
.form dd textarea::placeholder {
	color: #c2c2c2;
}

.btn {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 220px;
	line-height: 60px;
	font-size: 16px;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
.btn.submit,
.btn.send {
	margin-top: 20px;
}
.btn.reset,
.btn.back {
	background-color: #fff;
	color: #333;
	border: solid 1px #b3b3b3;
}
.btn.submit,
.btn.send,
.backHome {
	background-color: #333;
	color: #fff;
}
.arrow {
	position: relative;
	width: 220px;
	margin: 0 auto;
}
.arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 50px;
	width: 9px;
	height: 9px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

/*  form style
--------------------------------------------------*/
#form .txtWrap .pageTtl {
	margin-bottom: 20px;
}


/*  confirm style
--------------------------------------------------*/
#confirm .submit p {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
}
#confirm dd {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	border-radius: 3px;
	padding: 20px;
	box-sizing: border-box;
}
#confirm .ERR {
	color: #940322;
}

/*  completion style
--------------------------------------------------*/
#completion .txtWrap .pageTtl {
	margin-bottom: 20px;
}
#completion .txtWrap p {
	text-align: left;
}
#completion .txtWrap p:not(:last-child) {
	margin-bottom: 10px;
}