@charset "utf-8";
/* リセット */
html,body,header,footer,main,section,
h1,h2,h3,h4,ul,ol,li,p,button {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #004157;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt"; /*メトリクス*/
    font-size: 16px;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
ul,ol {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}