section#sub-visual {background-image: url('/images/_pages/terms-subvisual.jpg'); padding: 0; display: flex; align-items: center; justify-content: center;}
#privacy * {
    line-height: inherit;
}
#privacy section {
    margin-top: 70px;
    scroll-margin-top: 100px;
}
#privacy section:first-child {
    margin-top: 0;
}
#privacy section:first-child .inner {
    padding: 120px 0 80px;
    border-bottom: solid 1px #ecf0fa;
}

#privacy h1 {
    font-weight: 800;
    font-size: 44px;
    letter-spacing: -0.03em;
    color: #111;
    text-align: center;
}
#privacy h1 i {
    letter-spacing: -0.05em;
}

#privacy h2 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: #111;
}

#privacy .content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.04em;
    color: #111;
}
#privacy .content.wrap {
    border: solid 1px #dfdfdf;
    padding: 15px 20px;
    color: #666;
}
#privacy .content li ~ li {
    margin-top: 2px;
}
#privacy .content li ul,
#privacy .content li ol {
    margin-left: 18px;
    font-size: 15px;
}
#privacy .content li .table-wrapper {
    margin-bottom: 10px;
}
#privacy .table-wrapper + .content {
    margin-top: 10px;
}
#privacy .content li .content {
    margin-top: 10px;
}
#privacy .content a {
    color: #0076ff;
    text-decoration: underline;
}
#privacy .content dt {
    font-weight: 600;
}
#privacy .content dt ~ dt {
    margin-top: 10px;
}

#privacy table {
    width: 100%;
}
#privacy table thead {
    background-color: #f5f7fc;
}
#privacy table th,
#privacy table td {
    text-align: center;
    border: solid 1px #e8edfa;
    padding: 6px 10px;
    color: #3e4459;
}
#privacy table th:first-child,
#privacy table td:first-child {
    border-left: 0;
}
#privacy table th:last-child,
#privacy table td:last-child {
    border-right: 0;
}
#privacy table th {
    font-weight: 500;
    padding: 6px 0;
}
#privacy .tfoot {
    font-size: 14px;
}

#privacy .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    gap: 30px;
    background-color: #f5f7fc;
}

#privacy .reason {
    border-radius: 5px;
    background-color: #f5f7fc;
    padding: 10px 20px;
    margin-bottom: 8px;
}
#privacy .reason.content ul {
    margin-left: 0;
}
#privacy .reason ul li {
    line-height: 1.5;
}
#privacy .index {
    margin-top: 20px;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    border-radius: 5px;
    border: solid 1px #e8edfa;
    padding: 25px 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.04em;
    color: #3e4459;
    row-gap: 3px;
}
#privacy .index li {
    text-align: left;
}
#privacy .index li a {
    color: inherit;
    text-decoration: unset;
}
#privacy .index li a:hover {
    color: #0076FF;
    text-decoration: underline;
}