[v-cloak] {
	display: none;
}
.view {
	width: 768px;
	min-height: 1300px;
	background-color: white;
	margin: auto;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
ul.items {
	padding: 15px;
	margin: auto;
}
ul.items>li {
	margin: 0 auto;
	padding: 5px 15px;
	min-height: 72px;
}
ul.items>li::before {
	content: attr(data-section);
	color: #5270AF;
	font-size: 22px;
	font-weight: bold;
	display: block;
	background-image: linear-gradient(to right, #5270AF, #5270AF);
	background-size: 100% 2px;
	background-repeat: no-repeat;
	background-position: center 100%;
	padding: 0px 0px 2px 0;
	margin: 0 auto 15px auto;
}
.personal {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
ul.info {
	width: auto;
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 5px 0;
	margin: auto 0;
}
ul.info>li {
	width: 50%;
	height: fit-content;
	box-sizing: border-box;
	font-size: 16px;
	margin: 2px 0;
	line-height: 22px;
}
.photo {
	width: 120px;
	height: 120px;
	flex-shrink: 0;
	background-color: rgba(128,128,128,0.5);
	box-sizing: border-box;
	font-size: 0px;
	color: rgba(0,0,0,0);
}
[data-title]::before {
	content: attr(data-title);
	font-weight: bold;
}
ul.enumeration {
	padding-left: 20px;
}
ul.enumeration>li {
	list-style: disc;
    line-height: 24px;
    margin: 5px auto;
    font-size: 16px;
}
.item-head {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.item-head>li {
	text-align: center;
	flex: 1;
}
.item-head>li::before {
	content: attr(data-head);
	display: block;
	font-weight: bold;
}
.item-head>li::after {
	content: attr(data-desc);
	display: block;
}
.paragraph {
	margin: 8px auto;
	font-size: 16px;
	line-height: 24px;
}
.pj-item {
	padding: 0;
	margin: 0 auto 5px auto;
	padding-bottom: 5px;
}