/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2026 | 15:27:48 */
.ul-slideimage{
	padding-top:30px;
	background:#97dbff url(/app/uploads/sites/1484/2026/04/index_bg_slide.png) no-repeat center bottom;
	position:relative;
}
.ul-slideimage::after{
	content:"";
	background:url(/app/uploads/sites/1484/2026/04/index_txt_slider.png) no-repeat center center;
	background-size:cover;
	width:297px;
	height:152px;
	position:absolute;
	top:3px;
	left:50%;
	margin-left:-513px;
	z-index:2;
}
.ul-slideimage::before{
	content:"";
	background:url(/app/uploads/sites/1484/2026/04/img_illust04.png) no-repeat center center;
	background-size:cover;
	width:132px;
	height:167px;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:280px;
	z-index:2;
}
.ul-slideimage .flex-viewport{
	padding-bottom:40px;
}
.ul-slideimage .es_slide{
	transform:scale(0.92);
}
/* sp */
@media screen and (max-width:480px){
	.ul-slideimage{
		background:#97dbff url(/app/uploads/sites/1484/2026/04/index_bg_slide_sp.png) no-repeat center bottom;
		background-size:cover;
		padding-top:0;
	}
	.ul-slideimage::after{
		width:187px;
		height:92px;
		top:10px;
		left:10px;
		margin-left:0;
	}
	.ul-slideimage::before{
		width:80px;
		height:102px;
		bottom:10px;
		left:inherit;
		right:10px;
		margin-left:0;
	}
}