/* お問合せフォーム  */

th,td{
  text-align:center;
  background: url(https://defencesec.com/wp-content/uploads/2025/08/background_4_20211216.png);    
}

.contact_table{
	overflow: hidden;
	width:100%;
	background: url(https://defencesec.com/wp-content/uploads/2025/08/background_4_20211216.png);
	border-radius: 5px;
    line-height: 1.5em;
    margin: auto auto !important;
}


input,textarea{
  color:#000;	
  border: none; 
  margin: auto auto !important;
  border-radius: 5px; 	
  font-size: 14px;	
  font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","メイリオ","Meiryo UI","Osaka","MS Pゴシック","Helvetica",system-ui;	
  line-height: 2;
  width: 90%;     
}


input:read-only,textarea:read-only{
  background-color: whitesmoke;      
}

input.contact_button{
  width: 100%;
  height: 60px;	
  border-radius: 5px; 
  background: url(https://defencesec.com/wp-content/uploads/2025/08/background_4_20211216.png);     
  color: #4F3A32; 
  font-size: 18px;	
  font-weight: bold;
}