.common-privacy-list-item:before{content:none}.common-privacy-sub-dl{padding-left:1em}.common-privacy-sub-dl-row-dt{font-weight:400}.common-privacy-sub-dl-row-dd{padding-left:1em}.common-privacy-definition{margin-bottom:80px}@media screen and (min-width:769px){.common-privacy-definition{margin-bottom:122px}}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}

.link {
    color: #ee3424;
}

@media screen and (min-width:769px) {
.link:hover {
    text-decoration: underline;
    }
}

.link-address {
    text-decoration: underline;
}

@media screen and (min-width:769px) {
    .link-address:hover {
        opacity: 0.7;
        }
    }

.link-pdf {
    position: relative;
}
.link-pdf::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.fs-20 {
    font-size: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}

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

.w-4 {
    width: 4%;
}
.w-25 {
    width: 25%;
}
.w-31 {
    width: 31%;
}
.w-65 {
    width: 65%;
}
.w-75 {
    width: 75%;
}
