@charset "utf-8";
.profile_col .wp-block-table table {
		border-top: none;
		border-bottom: 1px solid #C8DAF2;
}
.profile_col .wp-block-table td, .profile_col .wp-block-table th {
		border: none;
		text-align: left;
		padding: 35px 0;
		border-bottom: 1px solid #C8DAF2;
		vertical-align: top;
		line-height: 1.8;
}
.wp-block-table table tr:first-child td, .wp-block-table table tr:first-child th {
		padding-top: 0;
}
.wp-block-table th {
		width: 17%;
		font-size: 110%;
		font-weight: 700;
}
.wp-block-table th span {
		position: relative;
		padding-left: 24px;
}
.wp-block-table th span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 7px);
		left: 0;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #0067E0;
}
.wp-block-table td a.pdf {
		position: relative;
}
.wp-block-table td a.pdf::after {
		content: '';
		display: inline-block;
		margin-left: 5px;
		width: 18px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 18px;
		background-image: url("../images/icon_pdf.png");
		position: relative;
		top: 4px
}
@media(max-width: 960px) {
		.wp-block-table th {
				width: 20%;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.wp-block-table th {
				width: 22%;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.profile_col .wp-block-table td, .profile_col .wp-block-table th {
				display: block;
				border: none;
				padding: 0;
				width: auto;
		}
		.profile_col .wp-block-table th {
				padding-top: 20px;
				padding-bottom: 5px;
		}
		.profile_col .wp-block-table td {
				padding: 0 0 20px;
				border-bottom: 1px solid #C8DAF2;
		}
}