@charset "UTF-8";

/* ==========================================================
 reseting
========================================================== */
#content img
{ overflow: hidden; vertical-align: bottom; border: none; }
#content svg
{ fill: currentColor; }
#content ol,
#content ul
{ list-style: none; }
#content *
{ box-sizing: border-box; -webkit-box-sizing: border-box; }

:where(h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, a){
	font-size: unset;
	font-weight: normal;
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
#content .only-sp,
#content .no-pc { display: none !important; }
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
#content .only-pc,
#content .no-sp
{ display: none !important; }
#content .only-sp,
#content .no-pc
{ display: block !important; }
#content img.only-sp,
#content img.no-pc
{ display: inline-block !important; }
}

figure{
	margin: unset;
}

a{
	text-decoration: none;
}
