@charset "utf-8";

/*******************************************

-------------------------------------------
プライバシーポリシー
********************************************/

#main h2 + p {
	margin-top: 40px;
}
#main p + p {
	margin-top: 30px;
}
#main p a {
	color: #193574;
	text-decoration: underline;
}
#main p a[target="_blank"]::after {
	content: "";
	display: inline-block;
	background: url("../img/common/ic_window_blue.svg") center / cover no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
#main p span {
	display: inline-block;
	padding: 10px 20px;
	font-weight: 700;
	color: #193574;
}
#main ul {
	margin-top: 30px;
}
#main p + ul {
	margin-top: 10px;
}
#main ul li {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 10px 0 10px 35px;
}
#main ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #87bae5;
	position: absolute;
	top: 20px;
	left: 10px;
}
#main dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
#main dl dt {
	width: 260px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	padding: 10px 0 10px 10px;
}
#main dl dd {
	width: calc(100% - 260px);
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
@media only screen and (max-width: 768px) {
	#main h2 + p {
		margin-top: 20px;
	}
	#main p + p {
		margin-top: 15px;
	}
	#main ul {
		margin-top: 10px;
	}
	#main dl dt {
		width: 100%;
		border-bottom: none;
		padding: 10px 0 0 0;
	}
	#main dl dd {
		width: 100%;
		padding: 0 0 10px 0;
	}
}
