/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #83592e;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: normal;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}



/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

h2 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


@media (max-width: 781px) {
	.haba{
		width:90%;
		margin:50px auto;
		diplay:block;
	}
	.sp-none{
		display:none;
	}
	.wp-block-columns{
		margin-bottom:0px;
	}
	.align-center{
		text-align: center;
	}

}

@media (min-width: 782px) {
	.haba{
		width:60%;
		margin:50px auto;
		diplay:block;
	}
	.pc-none{
		display:none;
	}
}