.privacy-policy-section, .contact-section {
    padding: 5rem 0;
    background-color: #fff;
}

.privacy-policy-subtitle, .contact-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.privacy-policy-subtitle:before, .contact-subtitle:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #000;
    margin-right: 10px;
}

/* privacy-policy section specific styles */
.privacy-policy-text {
    margin-bottom: 3rem;
}

.privacy-policy-lead {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.privacy-policy-description {
    font-size: 1rem;
    line-height: 1.8;
}

.privacy-policy-link {
    border-bottom: 1px solid #2c2c2c;
    padding-top: 1.5rem;
}

/* contctページ */
.form-check-label a {
    color: black;
}