header {
    margin: auto;
    padding: 10px 0 0;
    background-color: #FFFCF2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-style: normal;
}

footer {
    padding: 20px 0 10px;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}

footer ul {
    padding-left: 0;
}

footer p {
    margin: 0 auto;
}

footer a {
    color: inherit;
}

.footerLink {
   margin-top: 100px;
}

main {
    font-size: 100%;
    margin-top: 137.444px;
}

.hMainWrapper {
     background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a.linkBtn::after {
    content: '' !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-top: 1px solid #00a2c3 !important;
    border-right: 1px solid #00a2c3 !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    right: 1em !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

a[href^="https"]:not(:has(img))::after {
    background-image: none; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}