@charset "utf-8";
#lp{
	background:#00a57b;
	color:#000;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
.lp_main{
	background:url("img/main_bg.jpg") no-repeat center bottom / cover;
	text-align:center;
	padding:78px 0 242px;
}
.lp_main h1{
	margin-bottom:20px;
}
.lp_main p{
	font-size:18px;
	font-weight:400;
	line-height:1.8;
}
.lp_main p strong{
	font-weight:600;
}
.bg_w{
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	font-size:24px;
	font-weight:600;
	line-height:2;
	text-align:center;
	height:190px;
}
.fund{
	background:url("img/stripe.png") no-repeat center;
	color:#fff;
	font-size:23px;
	font-weight:500;
	text-align:center;
	padding:50px 0;
}
.fund p{
	width:960px;
	margin:0 auto 40px;
}
.fund ul{
	list-style:none;
	width:960px;
	margin:auto;
	padding:0;
}
.fund ul li{
	margin-bottom:50px;
	position:relative;
}
.fund .sub1{
	position:absolute;
	left:-50px;
	bottom:35px;
}
.fund .sub2{
	position:absolute;
	right:-50px;
	top:115px;
}
.fund .sub3{
	position:absolute;
	left:75px;
	bottom:-40px;
}
.risk{
	padding:70px 0;
}
.risk h3{
	background:#000;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:58px;
	width:960px;
	margin:0 auto 10px;
	padding-left:48px;
	box-sizing:border-box;
}
.risk .block{
	background:#fff;
	font-size:20px;
	font-weight:500;
	line-height:1.8;
	width:960px;
	margin:0 auto 40px;
	padding:20px 48px;
	box-sizing:border-box;
}
.risk ul{
	width:960px;
	margin:0 auto 30px;
	padding:0;
}
.risk ul li{
	display:flex;
	background:#fff;
	font-size:20px;
	font-weight:500;
	line-height:1.8;
	margin-bottom:10px;
}
.risk ul li strong{
	display:flex;
	justify-content:center;
	align-items:center;
	background:#f0f0f0;
	width:22.5%;
}
.risk ul li div{
	display:flex;
	align-items:center;
	flex:1;
	padding:.5em 36px;
	box-sizing:border-box;
}
.risk .note{
	font-size:20px;
	line-height:1.8;
	width:960px;
	margin:auto;
	padding-left:2em;
	box-sizing:border-box;
}
@media (min-width:1920px){
	.fund{
		background-size:cover;
	}
}