@charset "utf-8";
/* CSS Document */

.req {
	width: 820px;
	height: auto;
	margin: 0 auto;
	padding: 67px 0 90px;
}
.req tr {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
.req tr th {
	position: relative;
	width: 220px;
	height: auto;
	vertical-align: middle;
	background: #dbdbdb;
}
.req tr th::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	left: 0;
}
.req tr th::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 100%;
	left: 0;
	transform: translateY(-2px);
}
.req tr th span {
	position: relative;
	padding-left: 38px;
	color: #f695ea;
	font-size: 18px;
	font-weight: bold;
}
.req tr th span::before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	background: url(../img/common/4dots.svg) top left no-repeat;
	background-size: cover;
}
.req tr td {
	font-size: 18px;
	line-height: 26px;
	padding: 20px 0 20px 27px;
	width: 573px;
}