@charset "utf-8";
html{overflow-y: auto;}
body{background-color: unset;}
.agreeStyle{
	padding:60px 5%;
	position: relative;
}
.agreeStyle > p{
	font-size: 1.7rem;
	line-height: 1.8;
	font-weight: 700;
	margin-bottom: 40px;
}
.agreeStyle .agreelistStyle01{}
.agreeStyle .agreelistStyle01:not(.notborder){
	border-bottom: dashed 1px #d4d4d4;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.agreeStyle .agreelistStyle01 > dt{
	font-size: 2.2rem;
	font-weight: 900;
	margin-bottom: 10px;
	color: #e5005b;
}
.agreeStyle .agreelistStyle01 > dd{
	font-size: 1.65rem;
	font-weight: 500;
}
.agreeStyle .agreelistStyle01 ul.listStyle02,
.agreeStyle .agreelistStyle01 ul.listStyle02 li{position: relative;}
.agreeStyle .agreelistStyle01 ul.listStyle02{margin: 25px 0;}
.agreeStyle .agreelistStyle01 ul.listStyle02 li{
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 11px;
	margin-top: 5px;
}
.agreeStyle .agreelistStyle01 ul.listStyle02 li::before{
	width: 6px;
	height: 6px;
	background-color: #e5005c;
	content: " ";
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
}

@media screen and (min-width:1001px){}
@media screen and (max-width:1001px) and (min-width:641px){

}
@media screen and (max-width: 640px){
	.agreeStyle{padding:25px 5%;}
	.agreeStyle > p{
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.agreeStyle .agreelistStyle01:not(.notborder){
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.agreeStyle .agreelistStyle01 > dt{
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.agreeStyle .agreelistStyle01 > dd{
		font-size: 1.4rem;
	line-height: 1.75;}
	.agreeStyle .agreelistStyle01 ul.listStyle02{margin: 15px 0;}
	.agreeStyle .agreelistStyle01 ul.listStyle02 li{
		font-size: 1.3rem;
		padding-left: 9px;
		margin-top: 0px;
	}
	.agreeStyle .agreelistStyle01 ul.listStyle02 li::before{
		width: 4px;
		height: 4px;
		top: 9px;
}


}