@charset "UTF-8";
.shadow{
	box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	transition: 0.5S
}
.shadow:hover{
	margin-top: 2%; 
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	transition: 0.5s;
}
@media screen and (min-width: 768px), print {

.mb0{ margin-bottom: 0; position: relative; bottom: -9px; }
.txt-c{ text-align: center; }

}

@media screen and (max-width: 767px) {

.txt-c{ text-align: center; }
.l-img{ text-align: center; margin: 0 auto; width: 100%; }
.l-img .sp{ display: inline-block !important; text-align: center;  }

}