@charset "utf-8";

.complete .p-pageheader,.complete .p-section{
	max-width: 600px;
	width: 95%;
	margin:0 auto;
}
.complete .p-pageheader{
	padding-top:3em;
}
.complete .p-section{
	padding:3em 0;
}


.page-complete p{
	font-size: 1.6rem;
	line-height: 1.8;
	width: 40em;
	margin: 1em auto;
}
.inputfForm{
	margin: 2em auto;
}
.complete form dl dt{
	font-weight: 700;
	margin-bottom: .3em;
}
.complete form dl dd{
	margin-bottom: 2em;
}
.complete form dl dt .required,.complete form dl dt .no-required{
	display: inline-block;
	padding: .3em;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	margin-right: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 2px;
}
.complete form dl dt .required{
	background-color: #c00;
}
.complete form dl dt .no-required{
	background-color: #666;
}
.complete form input{
	width: 100%;
	padding: 1em .5em;
}
.complete form .tell{
	width: 10em;
	padding: .3em;
}
.complete form textarea.inquiry{
	width: 100%;
	padding: .3em;
}
.complete form .agreement{
	text-align: center;
}
.complete form .agreement a{
	color: #222;
}
.complete form input.agree{
	width: 1em;
	height: 1em;
	margin: 0 .5em 0 0;
}
.complete form .mwform-checkbox-field label{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1em;
}
.complete form .submitBox input.btnStyle{
	display: block;
	margin: 2em auto 0;
	max-width: 16em;
	padding: 1em;
	font-weight: 700;
	border:1px solid #666;
	box-shadow: 0 0 6px #ccc;
	background-color: #fff;
	transition: .3s;
}
.confirm form .submitBox{
	margin: 2em auto 0;
	display: flex;
	justify-content: space-around;
}
.page-complete .completeBtn{
	display: flex;
	justify-content: center;
	margin: 2em auto;
	background-color: #fff;
 	transition: .3s;
}
.page-complete .completeBtn a{
	display: block;
	text-decoration: none;
	color: #222;
	font-weight: 700;
	border:1px solid #666;
	padding: 1em .5em;
	width: 12em;
	transition: .3s;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 0 6px #ccc;
}


/*========================
モバイル
========================*/
@media (max-width: 767px) {


}