/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: HanamiWEB
 * Template: blocksy
 * Text Domain: blocksy
 */
/*お問合せレスポンシブ*/
.grecaptcha-badge { visibility: hidden; }
.contact td:first-child{
	width: 20%;
}
.contact .wpcf7-list-item{
	margin: 0 1em 0 0;
}
.wpcf7 .contact label:not(.wpcf7-form-control-wrap){
	font-weight: normal:;
}
@media (max-width: 767px){
 .contact tr, .contact td, .contact td:first-child{ 
 display: block;
 width: 100%;
 box-sizing: border-box;
 }
 .contact td:first-child{ 
  padding-bottom: 0;
  border-bottom: none;
 }
 .contact td:nth-child(2){ 
  padding-top: 0;
  border-top: 0;
 }
}
/*お問合せの必須項目赤*/
.contact .req{
	color: #f00;
}
/*お問合せボタンカスタマイズ*/
.sub_btn input[type="submit"]{
	padding-left: 100px;
	padding-right: 100px;
}
.sub_btn td{
	text-align: center;
}
@media (max-width: 767px){
	.contact tr, .contact td{
		display: block;
		 width: 100%;
	}
	.contact td:nth-child(1){
		border-bottom: 0;
		padding-bottom: 0;
	}
	.contact td:nth-child(2){
		padding-top: 0;
	}
	.sub_btn input[type="submit"]{
	  width: 100%;
  }
	.contact .wpcf7-list-item {
		width: 100%;
	}
}