#page_title { 
	background: url('../images/contact/bg_h2.jpg') repeat-x top center;
	margin: 0 0 90px 0;
}

main section {
	width: 850px;
	margin: 0 auto;
	line-height: 1.8em;
}

main h4 {
	text-align: center;
	font-size: 24px;
	border-bottom: 3px solid #ec5f00;
	margin: 0 0 35px 0;
}

.phone_num{
	margin: 0 0 60px 0;
}

.phone_num a{
	/* font-size: 280%; */
	font-weight: bold;
	text-decoration: none;
	color:#333;
}

#for_pc.phone_num{
	font-size: 280%;
	font-weight: bold;
	text-decoration: none;
	color:#333;
}


/* .phone_num a:before{
	content: "\f095";
	font-family: FontAwesome;
	font-size: 80%;
	margin-right: 10px;
} */

#for_pc.phone_num:before{
	content: "\f095";
	font-family: FontAwesome;
	font-size: 80%;
	margin-right: 10px;
}

#for_sp{
	display: none;
}

#contents1 p,
#contents2 p{
	text-align: center;
}

main form {
	padding: 50px 20px;
}

main form table {
	width: 100%;
}

main form th {
	font-weight: normal;
	width: 160px;
}

main form th,
main form td {
	padding: 10px;
	border-bottom: 1px solid #ec5f00;
	vertical-align: top;
	text-align: left !important;
}

main form th span {
	color: #ec5f00;
}

main form td input[type="text"],
main form td textarea {
	width: 100%;
}

#zip {
	width: 100px !important;
}

.check {
	width: 20px !important;
}
.wpcf7-checkbox{
	display:flex;
	gap:20px;
}
.wpcf7-submit{
	width: 330px;
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	background: #ec5f00;
	margin: 30px auto;
	border: 0;
}
@media screen and ( max-width:960px) {
	main section{
		width:100% !important;
		padding:0 3% !important;
		box-sizing:border-box;
	}

	main form table{
		width:100%;
	}
	main form th{
		width:100% !important;
	}
	main form th,
	main form td{
		display:block;
	}

	input[type="text"],
	input[type="submit"],
	textarea{
		-webkit-appearance: none;
	}

	input[type="text"]{
		padding: 3px;
	}

	main p {
		text-align: justify !important;
	}

	main .phone_num{
		margin: 0 0 60px 0;
		text-align: center !important;
	}

	#for_sp{
		display: block;
	}

	#for_pc{
		display: none;
	}
}

