@charset "utf-8";

/*----------------------------------------------
XDRセキュリティ for Microsoft 365 E5
/business/services/security/security-management/wideangle/xdr.html
----------------------------------------------*/

/*画像*/
.pic_wrap {
	width: 100%;
	text-align: center;
}
.pic_wrap img{
	max-width: 100%;
}

/*囲み*/
.point_outer_wrap{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:15px;
}
.point_outer_wrap > li{
	box-sizing: border-box;
	width:calc((100% - 15px) / 2);
	border:3px solid #006EB6;
	background-color:#E9F0F9;
	border-radius:10px;
	padding:20px;
	margin:0;
}
@media screen and (max-width: 768px) {
	.point_outer_wrap > li{
		width:100%;
	}
}
.point_outer_wrap h4{
	color: #006EB6;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
}