@charset "utf-8";

/*------------------------------------------------------------
 A Modern CSS Reset
------------------------------------------------------------ */
/* Box sizing rules */
.sbf_contents *,
.sbf_contents *::before,
.sbf_contents *::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
.sbf_contents h1,
.sbf_contents h2,
.sbf_contents h3,
.sbf_contents h4,
.sbf_contents p,
.sbf_contents figure,
.sbf_contents blockquote,
.sbf_contents dl,
.sbf_contents dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
.sbf_contents ul[role='list'],
.sbf_contents ol[role='list'] {
	list-style: none;
}

/* A elements that don't have a class get default styles */
.sbf_contents a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
.sbf_contents img {
	max-width: 100%;
	vertical-align: bottom;
}
.sbf_contents picture  {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
.sbf_contents input,
.sbf_contents button,
.sbf_contents textarea,
.sbf_contents select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	.sbf_contents *,
	.sbf_contents *::before,
	.sbf_contents *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*------------------------------------------------------------
 font
------------------------------------------------------------ */
.sbf_contents {
	font-family: "Arial", -apple-system, BlinkMacSystemFont,  sans-serif;
	color: #000;
	letter-spacing: 0.01em;
}
