
#step1
{
	margin-top: 50px;
}

#pageCommon .tbl thead th
{
	padding: 20px;
	background: rgba(34, 54, 72, 0.2) !important;
	color: #0D3246;
	font-size: 1.1em;
}

@media screen and (max-width: 639px) {
	#pageCommon .tbl thead th
	{
		border-bottom: 1px solid #0D3246;
	}
}

#pageCommon .tbl thead th::before
{
	display: none;
}

#pageCommon .tbl thead th span
{
	display: inline-block;
	box-sizing: border-box;
	width: 1.75em;
	height: 1.75em;
	border: 3px solid #0D3246;
	border-radius: 1em;
	margin-right: 1em;
	background: #fff;
	color: #0D3246;
	text-align: center;
	line-height: 1.3;
}

@media screen and (min-width: 640px) {
	#pageCommon .tbl td.columns2 > div
	{
		column-count: 2;
		gap: 30px;
	}
}


#pageCommon div.otherBox
{
	padding: 30px 0;
	margin-bottom: 100px;
}

#pageCommon div.otherBox p
{
	margin-bottom: 20px;
	text-align: center;
}