@font-face
{
	font-family: "NotoSans-Light";
	src: url("../fonts/NotoSans/NotoSansCJKjp-Light-subset.463f72b72be0.woff") format('woff');
	font-weight: normal;
    font-display: swap;
}

@font-face
{
    font-family: "NotoSans-Bold";
    src: url("../fonts/NotoSans/NotoSansCJKjp-Bold-subset.518da5d8e0b9.woff") format('woff');
    font-weight: normal;
}

.notoSans
{
	font-family: "NotoSans-Light", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

.notoSansBold,
.notoSans strong
{
    font-family: "NotoSans-Bold", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

p
{
    font-size: 3rem;
    line-height: 4.8rem;
}

/* 
body
{
    font-family: "NotoSans-Light","Roobert", Helvetica, sans-serif;
}

body:after,
{
    font-family: "Roobert", Helvetica, sans-serif;   
}

button#pdt_submit
{
    font-size: 2.5rem;
}

span.trademark
{
    margin-right: 0;
}

#excerpt #main p
{
    font-size: 3rem;
    line-height: 1.2em;
    text-indent: 1.5em;
    margin-bottom: 3rem;
}

#excerpt #main p.fromPanic
{
    text-indent: 0;
    font-size: 2rem;
    line-height: 1em;
    margin: 3rem 0 0 0;
} */