.c-contact__form .wpforms-container-full button[type=submit]{
	display: block !important;
	padding: 1em 7em !important;
	border: none !important;
	margin: 9px auto;
	-webkit-appearance: none !important;
	appearance: none !important;
	background: linear-gradient(to bottom, #47a73e, #477f41) !important;
	border-radius: 2em !important;
	color: #fff !important;
	outline: none !important;
	height: 50px !important;
}

/* No.1表示から情報品質ポリシーへの根拠リンク。原記載の文字色を維持し、リンクであることのみ下線で示す。 */
.c-iq-link{
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

/* 情報品質ポリシー：No.1根拠表 */
.c-iq-table-wrap {
	margin: 1.5em 0 0;
	overflow-x: auto;
}

.c-iq-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: inherit;
	line-height: 1.7;
}

.c-iq-table th,
.c-iq-table td {
	border: 1px solid #d8d8d8;
	padding: 0.75em 1em;
	text-align: center;
	vertical-align: middle;
}

.c-iq-table th {
	font-weight: 700;
	background: #f5fbf5;
	color: inherit;
}

.c-iq-table td:first-child,
.c-iq-table th:first-child {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.c-iq-table {
		min-width: 560px;
	}
}

/* プライバシーポリシー：番号付き列挙の項目間余白と章ブロック余白の調整（当ページ限定） */
.c-privacy-policy .c-policy__block {
	padding: 1em 0;
}

.c-privacy-policy .c-policy__item--icon-none {
	margin-bottom: 0.5em;
}
