*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

body {
    background: #fff;
    overflow-x: hidden;
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.4;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

header {
    margin-top: 100px;
    text-align: center;
}

header .logo {
    width: 55px;
    margin: 0 auto 15px;
}
header .hyakka {
    width: 290px;
    margin: 0 auto;
}

.contents {
    max-width: 90%;
    width: 1050px;
    margin: 80px auto 0;
    background: #e5e5e5;
    padding: 70px;
    text-align: center;
}

.contents p {
    margin: 0 auto 50px;
    line-height: 2;
}
.contents a {
    color: #0600fe;
}
.text {
    font-size: 1.125rem;
    font-weight: bold;
}

.note {
    font-size: .875rem;
}

.u-spOnly {
    display: none;
}

@media only screen and (max-width: 959px) {
    header .logo {
        max-width: 55px;
        width: 10vw;
    }
    header .hyakka {
        max-width: 290px;
        width: 50vw;
    }
    .contents {
        width: 90%;
        padding: 50px;
    }
    .u-spOnly {
        display: block;
    }
}

@media screen and (max-width: 599px) {
    .contents {
        padding: 30px;
    }
    .contents a {
        font-size: .875rem;
    }
    .text {
        font-size: .875rem;
    }

    .note {
        font-size: .75rem;
    }
}