@charset "UTF-8";

.content {
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 6px rgb(0,0,0,0.16);
	padding: 2rem 4rem;
}
.content ul li {
	font-size: 18px;
	display:flex;
	align-items:center;
	margin-bottom: 2rem;
	color:#3C4C8F;
	position:relative;
}
.content ul li a {
	display:block;
}
.content ul li p {
	margin-right: 2rem;
	padding-left:1rem;
	font-weight:500;
}
.content ul li::before {
	position:absolute;
	content:"";
	top:50%;
	left:0;
	transform:translatey(-50%);
	width:5px;
	height:5px;
	border-radius:50%;
	background:#3C4C8F;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}