@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.comBgBox {
	margin-bottom: 37px !important;
}

.formDl {
	margin: 0 90px -30px !important;
}

.formDl dt {
	margin-top: 13px !important;
	float: left !important;
	width: 150px !important;
	color: #1f4c9f !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.formDl dd {
	padding: 0 0 30px 157px !important;
	font-size: 14px !important;
	line-height: 1.9 !important;
}

.formDl dd a {
	text-decoration: underline !important;
}

.formDl dd a:hover {
	text-decoration: none !important;
}

.formDl dd input {
	padding: 5px 10px; !important;
	width: 96% !important;
	height: 34px !important;
	margin-top:5px;
	border: 1px solid #1F4C9F !important;
}

.notes {
	margin-bottom: 43px !important;
	text-align: center !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comBgBox {
		margin-bottom: 34px !important;
		padding: 25px 20px !important;
	}

	.formDl {
		margin: 0 0 -30px !important;
	}

	.formDl dt {
		margin: 0 0 10px !important;
		float: none !important;
		width: auto !important;
		font-size: 15px !important;
	}

	.formDl dd {
		margin: 0 -2px !important;
		padding: 0 0 25px !important;
		font-size: 11px !important;
		line-height: 2.5 !important;
	}

	.formDl dd:nth-last-child(2) {
		padding-bottom: 0 !important;
	}

	.formDl dd:nth-last-child(2),
	.formDl dd:last-child {
		margin: 0 -5px !important;
		letter-spacing: 1px !important;
	}

	.formDl dd input[type="text"] {
		padding: 0 2% !important;
		width: 96% !important;
		height: 33px !important;
	}

	.notes {
		margin-bottom: 26px !important;
		font-size: 14px !important;
		line-height: 1.7 !important;
	}
}