@charset "utf-8";

.confirm .p-pageheader,.confirm .p-section{
	max-width: 600px;
	width: 95%;
	margin:0 auto;
}
.confirm .p-pageheader{
	padding-top:3em;
}
.confirm .p-section{
	padding:3em 0;
}
.confirm p{
	font-size: 1.6rem;
	line-height: 1.8;
	width: 40em;
	margin: 1em auto;
}
.inputfForm{
	margin: 2em auto;
}
.confirm form dl dt{
	font-weight: 700;
	margin-bottom: .3em;
}
.confirm form dl dt{
	border-bottom: 1px solid #aaa;
	padding-bottom: .3em;
}
.confirm form dl dd{
	margin-bottom: 2em;
}
.confirm form dl dt .required,.confirm 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;
}
.confirm form dl dt .required{
	background-color: #c00;
}
.confirm form dl dt .no-required{
	background-color: #666;
}
.contact form input{
	width: 100%;
	padding: 1em .5em;
}
.confirm form .submitBox{
	margin: 2em auto 0;
	display: flex;
	justify-content: space-around;
}
.confirm form .submitBox input.btnStyle,.confirm form .submitBox button.btnStyle{
	width: 10em;
	padding: 1em;
	font-weight: 700;
	border:1px solid #666;
	box-shadow: 0 0 6px #ccc;
	background-color: #fff;
	transition: .3s;
}

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


}