@charset "utf-8";
#pankuzu {
	display: none;
}
/*mail01*/
div#mf1 {
	background: rgba(150, 150, 150, 0.1);
	padding: 50px 0;
	text-align: center;
}
div#mf2 {
	padding: 30px 0;
}
.ppwrap {
	width: 780px;
	margin: 0 auto 80px;
	font-size: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
form dt span {
	color: #f00;
	font-size: 14px;
	margin: 0 5px;
}
form dt {
	font-size: 18px;
	width: 25%;
	padding: 15px 0;
	vertical-align: top;
}
form dl {
	width: 100%;
	display:flex;
}
form .conf dl{
	border-bottom:#4b4b4b solid 1px;
}
form dd {
	width: 75%;
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.8;
}
input[type="text"] ,
textarea{
	width: 100%;
	border: 1px solid #969696;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]+label {
	position: relative;
	padding-left: 30px;
	display: block;
}
input[type="checkbox"]+label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	border: 1px solid #4b4b4b;
	border-radius: 10px;
	cursor: pointer;
}
input[type=checkbox]:checked+label::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	background:#4b4b4b;
	border-radius:100%;
	position: absolute;
	top: 50%;
	left: 3px;
	transform:translate(0,-50%);
}
textarea#kanso {
	width: 100%;
}
.subbtn {
	margin: 70px auto;
}
input[type="submit"],
input[type="reset"] ,
.subbtn a{
	width: 223px;
	margin: 0px auto 20px;
	display: block;
	padding: 5px;
	font-size: 18px;
	background: #33ccff;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
}
/*mail02*/
.formBOx.mail02 dt,
.formBOx.mail02 dd {
	border-bottom: 1px solid #969696;
}
/*mail03*/
div#mf2 h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
div#mf2.mail03 {
	text-align: center;
	background: #f4f4f4;
	padding: 0 0 30px;
}
/*mail04*/
input.fom.err,
textarea.err {
	border: 1px solid #f00;
	background: #fff5f5;
	position: relative;
}
p.err {
	font-size: 14px;
	color: #ff0000;
}













@media screen and (max-width: 850px) {
.ppwrap {
	width: 100%;
	margin: 0 auto 80px;
	font-size: 15px;
	padding: 0 20px;
}
form dl{
	flex-wrap:wrap;
}
form dt {
	font-size: 18px;
	width: 100%;
	padding: 15px 0 0;
	vertical-align: top;
	display: block;
}
form dd {
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.8;
	display: block;
}
p.img.forSP.ac {
	margin-bottom: 20px;
}
p.img.forSP.ac img {
	width: 65px;
}
h2.h2-2 img {
	width: 65%;
	max-width: 250px;
}
div#mf2 h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
div#mf2.mail03 {
	text-align: center;
	background: #ffffff;
	padding: 20px 20px 30px;
}
div#mf1 {
	background: rgba(150, 150, 150, 0.1);
	padding: 20px 0;
	text-align: center;
}
.subbtn {
	margin: 30px auto;
}
.ppwrap {
	width: 100%;
	margin: 0 auto 0;
	font-size: 15px;
	padding: 0 20px;
}
}
