@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: YakuHanJP, YakuHanMP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; */
    /* color: #8a8a8a; */
    color: #413d3a;
    font-weight: 600;
    outline: none;
}

a {
    text-decoration: none;
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
    image-rendering: -webkit-optimize-contrast;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

html,
body {
    /*    font-size: 62.5%;*/
    font-size: 100%;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}