@charset "utf-8";

/*
お問い合わせフォーム
/contact/form/＊
*/


.eyecatch h1 small {
	display: none;
}

.comment-input .btn {
	font-weight: bold;
}

	.comment-input p + .btn {
		margin-top: 1em;
	}

.mw_wp_form .table_form th {
	width: 250px;
}

.viewmode-mobile .mw_wp_form .table_form th br {
	display: none;
}

.mwform-checkbox-field.vertical-item > label {
	font-weight: bold;
}

/* チェックボックスの説明文 */
.item-desc {
	font-size: 90%;
	margin: 0 0 0 1em;
	padding: .5em;
}

	.viewmode-mobile .item-desc {
	}

	.item-desc i {
		display: none;
	}

	.mw_wp_form_preview .item-desc {
		display: none;
	}

/* チェックボックスのオプション項目 */
.item-opt {
	/*
	border: 1px solid #999;
	*/
	font-size: 90%;
	display: none;
	margin: 0 0 0 1em;
	padding: .5em;
}

	.has-opt.checked .item-opt {
		display: block;
	}

	.viewmode-mobile .item-opt .mwform-radio-field {
		display: block;
	}

	.mw_wp_form_preview .item-opt p {
		display: none;
	}

.entry-content * + h2 {
	margin-top: 3em;
}

.entry-content h3 {
	font-size: 110%;
}

/* 担当営業所 */
.row-charge {
	display: none !important;
}

/* 個人情報保護方針（未使用） */
/*
#content_privacy {
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: scroll;
	overflow-x: hidden;
	max-height: 200px;
	padding: 20px;
}

	.viewmode-mobile #content_privacy {
		max-height: 150px;
		padding: 10px;
	}

	#content_privacy {
		font-size: 90%;
	}

		#content_privacy h2.type01 {
			font-size: 110%;
		}

		#content_privacy * + h2 {
			margin-top: 0em;
		}

		#content_privacy h3 {
			font-size: 100%;
		}

		#content_privacy th,
		#content_privacy td {
			border-right: none;
			border-bottom: none;
			padding: .25em;
		}
		*/