@charset "utf-8";

.center {
	text-align:center;
}

.sp {
	display: none;
}

.style_toggle.type2 {
    overflow-x: hidden;
}

#footer .inner .contact .tel img {
	vertical-align: baseline;
}

#contact ul li a::after {
    box-sizing: unset;
}


@media screen and (min-width:320px) and ( max-width:768px) { 
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
		
	

}

