@charset "UTF-8";

/*
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Dancing Script', cursive;
font-family: 'Work Sans', sans-serif;
*/

.font-size-small {
	font-size: small;
}

@media screen and (max-width:766px){
	
.dt_br{
	display: none !important;
	}
}

@media screen and (min-width:767px){
	
.sp_br{
	display: none;
	}
}