@charset "utf-8";
/*---------------------------------------------------------------------
Reset Style
reset.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body, h1, h2, h3, h4, p:not(.post p),
figure:not(.post figure), blockquote, dl:not(.post dl), dd:not(.post dd) {
    line-height: 1.6em;
    margin-block-end: 0;
    margin: 0;
    padding: 0;
}

ul:not(.post ul) {
    margin: 0;
    padding: 0;
}
ul[role='list'],
ol[role='list'],
ul li:not(.post ul li) {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    vertical-align: baseline;
}

ul.wp-block-list {
    padding-left: 1em;
}
.post > * {
    padding-bottom: 1em;
}