@charset "UTF-8";
/* CSS Document */
/*------------------------*/
/*リセット__変更禁止*/
/*------------------------*/
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table {border-collapse: collapse;border-spacing: 0;}
/*font size*/
h1{ font-size: calc(16rem/16); font-weight: normal; }
h2{ font-size: calc(16rem/16); font-weight: normal; }
h3{ font-size: calc(16rem/16); font-weight: normal; }
h4{ font-size: calc(16rem/16); font-weight: normal; }
h5{ font-size: calc(16rem/16); font-weight: normal; }
h6{ font-size: calc(16rem/16); font-weight: normal; }
