@charset "UTF-8";

.link {
	
}
 .content_header_text::before {
	
}
 .content_visual {
	background-image: url(../images/low/bg_greeting.png);
}
section.link {
	position:relative;
}
section.link::before{
	position:absolute;
	top:5%;
	left:-5%;
	content:"";
	width: 348px;
	aspect-ratio:348 /644;
	background-size:cover;
	background-image:url('../images/index/heart_1@350x.png');
	z-index:0;
	opacity:0.6;
}

.link h4{
	margin-bottom:20px;
}

.link ul.link{
	background-color:#EFFCFF;
	border-radius:20px;
	padding:2rem 3.5rem;
}

.link li{
	font-size:20px;
	font-weight:600;
	list-style-type: disc;
	line-height:2.0;
	color:#E9546B;
}

.link a{
	color:#E9546B;
}

.link a:hover{
	color:#EF858C;
}
