.contents {
    margin-bottom: 50px;
}

.contents-container h2 {
    margin-bottom: 0;
}

.form {
	margin-bottom: 50px;
	font-size: 16.6px;
}

#formWrap {
	width: 700px;
	margin: 0 auto;
	color: #555;
	line-height:1.5;
	font-size: 90%;
}

table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.formTable td,table.formTable th{
	border: 1px solid #b3b3b3;
	padding: 10px;
}

table.formTable th{
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

table td, table th {
	vertical-align: middle;
}
  
input[type="submit"]:hover {
	background-color: #c00000;
}

input[type="reset"]:hover {
	background-color: #969696;
}

form input[type="button"]:hover {
	background-color: #969696;
}

form input[type="submit"],
form input[type="button"] {
	display:block;
	width:20%;
	height:35px;
	margin: 0 auto;
	border-radius: 999px;
	margin-bottom: -7px;
	background-color: #006934;
	color: #fff;
	border: none;
	font-size: 15px;
}

form input[type="reset"], 
form input[type="button"] {
	display:block;
	width:20%;
	height:35px;
	margin: 0 auto;
	border-radius: 999px;
	margin-bottom: -7px;
	background-color: #646464;
	color: #fff;
	border: none;
	font-size: 15px;
}

select:focus {
	outline: none; /* フォーカス時の枠線を非表示にする */
}

span.required {
	color: red; /* 必須項目のフォントカラーを赤に変更 */
}

/* form上部の説明文テキストセンター寄せ */
.form-p-center {
	text-align: center;
}

/* form下部の説明文テキストジャスティファイ */
.form-p-justify {
	text-align: justify;
}

select[name="ご用件"] {
	font-size: 14px;
	background-color: #f7f7f7;
	color: #333;
	border: 1px solid #b3b3b3;
	border-radius: 999px; 
	padding: 5px 10px;
	width: 200px;
}



/* プライバシーポリシー同意チェック追加CSS */
#formWrap label[for=privacy-policy-check] {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#formWrap label[for=privacy-policy-check] a {
    text-decoration: underline;
}

/* 余白が欲しい時 */
.pd-b-20 {
	padding-bottom: 20px;
}

.pd-t-20 {
	padding-top: 20px;
}

.pd-t-30 {
    padding-top: 30px;
}


/* 簡易版レスポンシブ用CSS */
@media screen and (max-width:767px) {
#formWrap {
	width:85%;
	margin:0 auto;
}

.form {
	font-size: 15.6px;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable th {
	margin-top:5px;
	border-bottom:0;
}

form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:100%;
	display:block;
}

form input[type="submit"], form input[type="reset"], 
form input[type="button"] {
	display:block;
	width:30%;
	height:35px;
	margin: 0 auto;
	margin-bottom: -7px;
}
}
