html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
    font-family: "Yu Gothic", "游ゴシック", sans-serif;
}
html{
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-size: 1.4rem;
	letter-spacing: .04em;
}
h2{
    scroll-margin-top: 73px !important;
}
.only_sp{
    display:block !important;
}
.only_pc{
    display:none !important;
}
/* PC */
@media (min-width:768px){

    .only_sp{
        display:none !important;
    }
    .only_pc{
        display: block !important;
    }


}