div.support {
	margin: 20px auto;
}

hr.support {
	border: 1px solid black;
}

/**フォーム項目*/

/**フォームタイトル項目*/
.supportFormItemTitle {
	color: #5D7DBF;
	font-size: 2.0rem;
	font-weight: bold;
}

/**必須*/
.supportFormRequired {
	background-color: #F48283;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 9px 10px;
	border-radius: 5px;
	margin-right: 10px;
}

table.supportFormItem {
	width: 100%;
	font-size: 14px;
}

table.supportFormItem th {
	vertical-align: middle;
	height: 25px;
	padding: 3px 12px;
	font-weight: bold;
	text-align: left;
}

table.supportFormItem .req,
table.supportFormItem .opreq {
	color: #F48283;
	font-size: 1.6rem;
}

table.supportFormItem .note {
	margin-top: 4px;
	font-size: 11px;
}

table.supportFormItem td {
	vertical-align: middle;
	background-color: white;
	padding: 14px 12px;

}

table.supportFormItem td input,
table.supportFormItem td select,
table.supportFormItem td textarea {
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
}

.supportCheckboxLabel {
	display: flex;
	gap: 8px;
}

.checkbox-text {
	/*text-indent: -1em;*/
	/* 1行目の先頭をチェックボックスに揃える */
	padding-left: 1em;
	/* 折り返し時のインデント */
	display: block;
}

.support-error {
	border: solid 2px #F48283;

}

.support-back {
	display: inline-block;
	width: auto;
	background-color: #757575;
	border: solid 2px #757575;
	border-radius: 5px;
	padding: 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	box-shadow: 0px 10px 5px 0px lightgray;
	margin: 10px;
}

.support-submit {
	display: inline-block;
	width: auto;
	background-color: white;
	border: solid 2px #5d7dbf;
	border-radius: 5px;
	padding: 12px;
	text-align: center;
	color: #5d7dbf;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	box-shadow: 0px 10px 5px 0px lightgray;
	margin: 10px;
}

.support-btn:hover {
	opacity: 0.7;
}

.support-counter {
	width: 100%;
	max-width: 600px;
	text-align: right;
}