*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.lpd-snippet-3-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.lpd-snippet-3-hidden-desktop{
	display: none;
}

.lpd-snippet-3-sp{
	padding: 120px 0;
}
.lpd-snippet-3-sp-wrap{
	max-width: 450px;
}
.lpd-snippet-3-sp-info{
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 12px;
	border: 1px dashed #76B538;
	background: #E7F3DB;
	color: #588829;
	font-size: 15px;
	line-height: 130%;
	gap: 12px;
}
.lpd-snippet-3-sp-info img{
	flex-shrink: 0;
}
@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-snippet-3-hidden-desktop{
	display: block;
}
.lpd-snippet-3-hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
.lpd-snippet-3-sp{
	padding: 50px 0;
}
}