@charset "utf-8";

/*リセット　Ver20240213
==================================================================================================================*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
hr,
dl,
dt,
dd,
ol,
ul,
menu,
li,
form,
fieldset,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
section,
header,
main,
article,
aside,
nav,
footer,
address,
summary,
span,
a,
cite,
strong,
em,
small,
i,
b,
q,
u,
sub,
sup,
ruby,
rt,
img,
picture,
source,
figure,
figcaption,
canvas,
iframe,
audio,
video {
  /*  font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-align: inherit;*/
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    border: 0 none;
}

* {
    outline: none;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    -webkit-text-size-adjust: none;
    height: 100%;
}

body {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
}

ol,
ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img {
    border: 0 none;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    image-rendering: auto;
}

/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th,
td {
    border: #ccc 1px solid;
}