/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/*お問い合わせ*/
.contact .wpcf7-list-item{
	margin: 0 1em 0 0;
}
.wpcf7 .contact .wpcf7-list-item-label{
	font-weight: normal;
}
.contact dt{
	font-weight: normal;
}
.contact dd{
	margin: 0.5em 0 1em 0;
}
/*お問合せの必須項目赤*/
.contact .req{
	color: #f00;
}
/*お問合せボタンカスタマイズ*/
.sub_btn input[type="submit"]{
	padding: 20px 100px;
	margin: 0 auto;
	border-radius: 36px;
}
@media (max-width: 767px){
	.sub_btn input[type="submit"]{
	  width: 100%;
  }
	.contact .wpcf7-list-item {
		width: 100%;
	}
}