* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Hiragino Sans;
    line-height: 1.6;
}

/* ヘッダー */
.header-contents {
    text-align: left;
    padding: 15.65px 16px;
    line-height: 1;
    box-shadow: 0px 4px 6px 0px #0000001A;
}

/* パンくず */
.breadcrumb {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #E0E0E0;
    font-size: 10px;
    font-weight: 300;
    color: #000000;
    padding: 8px 16px;
}

@media (min-width: 1024px) {
    .header-contents {
        padding-left: 15.16%;
    }
    .breadcrumb {
        padding-left: 15.16%;
    }
}

.breadcrumb a {
    all: unset;
    font-size: 10px;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
}

.breadcrumb a:hover {
    text-decoration: none;
}

@media (min-width: 1024px) {
    .breadcrumb {
        font-size: 12px;
    }
    .breadcrumb a {
        font-size: 12px;
    }
}

/* メインContainer */
.container {
    max-width: 1175px;
    padding: 40px 24px 80px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .container {
        max-width: 746px;
        width: 100%;
        padding: 56px 0;
    }
}

/* タイトル */
h1  {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    h1  {
        font-size: 24px;
        line-height: 36px;
    }
}

/* プライバシーポリシー項目 */
h2  {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #000000;
}

p {
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
}

@media (min-width: 1024px) {
    h2  {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    p {
        font-size: 15px;
        line-height: 22.5px;
    }
}

ol {
    list-style-position: outside;
    padding-left: 1.2em;
}

li {
    text-indent: -0.08em;
    padding-left: 0.08em;
}

ol li::marker {
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    ol {
        padding-left: 1.4em;
    }

    ol li::marker {
        font-size: 15px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}

/* フッター */
footer {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    footer {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}