@charset "utf-8";

.bx>section{
	margin:40px 0;
}

.he-1{
	padding:0;
	margin-bottom:40px;
}

/**/

#form-tbl{
	border-collapse:collapse;
}

#form-tbl tr{
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

#form-tbl tr>*{
	box-sizing:border-box;
	padding:15px;
}

#form-tbl th{
	width:270px;
	text-align:left;
}

#sb-bx{
	text-align:center;
	margin-top:15px;
}

input[type="date"],
input[type="text"],
input[type="email"],
textarea,
input[type="tel"]{
	box-sizing:border-box;
	padding:10px;
	font-size:16px;
	width:100%;
	max-width:400px;
	vertical-align:bottom;
}

input[type="date"]{
    width: 170px;
    padding: 7px 10px;
    margin-right:5px;
}

select{
	padding:10px;
}

[for="pp"]{
	cursor:pointer;
	text-decoration:underline;
}

.dn~*{
	display:none;
}

.dn:checked~*{
	display:block;
}

#pp-box{
	border-bottom:0 !important;
}

#pp-con{
	border-top:0 !important;
}

#pp-con>td{
	padding-top:0;
	padding-bottom:0;
}

span.wpcf7-list-item{
	margin:0 !important;
	width:50%
}


/**/

@media(max-width:650px){

.bx>section{
	margin:20px 0;
}

.he-1{
	margin-bottom:20px;
}

#form-tbl tr>*{
	display:block;
	width:100%;
}

#form-tbl th{
	padding-bottom:0;
}

span.wpcf7-list-item{
	width:100%
}

}

