@charset "utf-8";
#VeevaVaultCRM section#about, 
#VeevaVaultCRM section#service,
#VeevaVaultCRM section#strong, 
#VeevaVaultCRM section#menu {
	margin-bottom: 6em;
}
#VeevaVaultCRM section#about p, 
#VeevaVaultCRM section#service p,
#VeevaVaultCRM section#strong p, 
#VeevaVaultCRM section#menu p {
	margin: 0 0 1em 2em;
}
#VeevaVaultCRM section#about h2, 
#VeevaVaultCRM section#service h3,
#VeevaVaultCRM section#strong h3, 
#VeevaVaultCRM section#menu h3 {
	font-size: 1.3em;
	font-weight: bold;
	border-left: .5em solid #153d64;
	margin: 0 0 1em 0;
	padding: .3em .3em .3em .8em;
}
#VeevaVaultCRM section#about a {
	display: block;
	width: 10em;
	background: #007aff;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	border-radius: .5em;
	margin: 2em auto;
	padding: .5em;
}
#VeevaVaultCRM section#about a:hover {
	text-decoration: none!important;
}
#VeevaVaultCRM section#about table, 
#VeevaVaultCRM section#menu table {
	max-width: 980px;
}
#VeevaVaultCRM section#about table th,
#VeevaVaultCRM section#about table td,
#VeevaVaultCRM section#menu table th,
#VeevaVaultCRM section#menu table td {
	border-collapse: collapse;
	padding: .8em 1em;
}
#VeevaVaultCRM section#about table th, 
#VeevaVaultCRM section#menu table th {
	font-weight: bold;
	text-align: center;
}
#VeevaVaultCRM section#about table th {
	background: #dae9f8;
	text-align: left;
}
#VeevaVaultCRM section#about table th,
#VeevaVaultCRM section#about table td {
	border: 1px solid #888;
}
#VeevaVaultCRM section#about table td:nth-of-type(1) {
	text-wrap: nowrap;
}
#VeevaVaultCRM section#about .scroll p {
	display: block;
	width: 6em;
	margin-left: 910px;
	margin-bottom: 0;
}
#VeevaVaultCRM section#service img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
#VeevaVaultCRM section#strong dl {
	position: relative;
}
#VeevaVaultCRM section#strong dt {
	position: absolute;
	width: 25em;
	top: -1em;
	left: 0;
	background: #153d64;
	color: #fff;
	border-radius: .5em;
	padding: .5em 1em;
}
#VeevaVaultCRM section#strong dt:before {
	content: "■";
	display: inline-block;
}
#VeevaVaultCRM section#strong dd {
	background: #dceaf7;
	margin: 2em 0 2em 2em;
	padding: 1.5em 1em 1em 1em;
}
#VeevaVaultCRM section#strong dd ul {
	list-style: disc;
	margin: 1em 1em 0 1.5em;
}
#VeevaVaultCRM section#strong dl:nth-of-type(1) dd {
	display: flex;
	justify-content: space-between;
}
#VeevaVaultCRM section#strong dl:nth-of-type(1) dd ul {
	width: 70%;
}
#VeevaVaultCRM section#strong dl:nth-of-type(1) dd img {
	width: 15%;
}
#VeevaVaultCRM section#menu table th,
#VeevaVaultCRM section#menu table td {
	border: 2px solid #fff;
}
#VeevaVaultCRM section#menu table th {
	background: #dceaf7;
}
#VeevaVaultCRM section#menu table tr td {
	background: #e7f2fa;
}
#VeevaVaultCRM section#menu table tr td:nth-of-type(1) {
	background: #d2e6f6;
	text-align: center;
	text-wrap: nowrap;
}
#VeevaVaultCRM section#menu .scroll p {
	margin-left: 0;
}
@media screen and (max-width:768px) and (min-width:1px) {
	#VeevaVaultCRM section#about table, 
	#VeevaVaultCRM section#menu table {
		max-width: 100%;
	}
	#VeevaVaultCRM section#about table td:nth-of-type(1) {
		width: 40%;
		text-wrap: wrap;
	}
	#VeevaVaultCRM section#about .scroll p {
		display: block;
		width: 6em;
		text-align: left;
		margin-left: 0;
	}
		#VeevaVaultCRM section#strong dl dd {
			margin-bottom: 3em;
		}
	#VeevaVaultCRM section#strong dl:nth-of-type(1) dd {
		flex-wrap: wrap;
		justify-content: center;
	}
	#VeevaVaultCRM section#strong dl:nth-of-type(1) dd ul {
		width: 100%;
		margin-bottom: 1em;
	}
	#VeevaVaultCRM section#strong dl:nth-of-type(1) dd img {
		width: 50%;
	}
}
