@charset "UTF-8";

.pagesummary{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
}

.guarantee-overview-wrapper{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.guarantee-overview-wrapper .guarantee-point:not(:last-child){
	margin-bottom: 60px;
}

.guarantee-overview-wrapper .guarantee-point.conditions{
	padding-bottom: 20px;
}

.guarantee-overview-wrapper .guarantee-point h3{
	margin-bottom: 25px;
	color: #E95383;
	font-family: "hannari";
	font-size: 2.8rem;
	text-align: center;
	line-height: 1;
}

.guarantee-overview-wrapper .guarantee-point p{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 40px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.guarantee-overview-wrapper .guarantee-point p.left-text{
	position: relative;
	padding: 0 225px 0 40px;
}

.guarantee-overview-wrapper .guarantee-point p.left-text::after{
	content: '';
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	width: 190px;
	height: 175px;
	background: url(/guarantee/images/about_image.png) no-repeat center center / contain;
}

.guarantee-overview-wrapper .guarantee-point p.emphasis-text{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
}

.guarantee-overview-wrapper .guarantee-point p.left-text{
	text-align: left;
}

.guarantee-overview-wrapper .guarantee-point .conditions-list-wrapper{
	position: relative;
	margin: 20px auto 35px;
	padding: 25px;
	border-radius: 15px;
	background: url(/guarantee/images/conditions_list_bg.svg) repeat;
	overflow: hidden;
}

.guarantee-overview-wrapper .guarantee-point .conditions-list-wrapper .conditions-list{
	padding: 40px 60px;
	border: 1px solid #E95383;
	border-radius: 10px;
	background: #FFF;
}

.guarantee-overview-wrapper .guarantee-point .conditions-list-wrapper .conditions-list li{
	position: relative;
	padding-left: 45px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.guarantee-overview-wrapper .guarantee-point .conditions-list-wrapper .conditions-list li:not(:last-child){
	margin-bottom: 20px;
}

.guarantee-overview-wrapper .guarantee-point .conditions-list-wrapper .conditions-list li::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 2px solid #E6E6E6;
	background: #FFF;
}

.guarantee-overview-wrapper .guarantee-point .conditions-list-wrapper .conditions-list li::after{
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 15px;
	height: 10px;
	background: url(/guarantee/images/conditions_list_check.svg) no-repeat center center / contain;
}

.guarantee-overview-wrapper .guarantee-point.point h3{
	margin-bottom: 30px;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section{
	position: relative;
	margin-bottom: 35px;
	padding: 60px 85px;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF8FA;
	z-index: -1;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 400px;
	height: 250px;
	background: url(/guarantee/images/point_image.png) no-repeat center center/ contain;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 70px;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section ul li{
	width: calc((100% - 70px) / 2);
}

.guarantee-overview-wrapper .guarantee-point.point .point-section ul li .point-title-bg{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 125px;
	height: 35px;
	margin-bottom: 15px;
	color: #E95383;
	font-size: 1.4rem;
	font-weight: 500;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section ul li .point-title-bg::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 35px;
	background: url(/guarantee/images/point_frame_bg.svg) no-repeat center center / contain;
	z-index: -1;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section ul li dl dt{
	margin-bottom: 20px;
	font-family: "hannari";
	color: #E95383;
	font-size: 2.6rem;
}

.guarantee-overview-wrapper .guarantee-point.point .point-section ul li dl dd{
	font-size: 1.6rem;
	line-height: 1.7;
}