.head .title {
    text-align: center;
}
.head .uline {
    border-bottom: 2px solid #e0dad7;
    width: 170px;
    margin: auto;
}
.head .title h4 {
    font-size: 24px;
}
.head .title h4.btm {
    font-size: 16px;
}
.policy-service h5 {
    font-size: 16px;
    margin: 2em 0;
    letter-spacing: 1px;
}
.policy-service h5.contact-us {
    margin-top: 2em;
    font-weight: bold;
}
.linked {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.policy-service p{
    line-height: 1.7em;
    letter-spacing: normal;
}
.pc-margin-bottom {
    margin-bottom: 4.8em;
}
.linked-text a {
    color: #bb8e64;
    text-decoration: underline!important;
    margin-left: -5px;
    margin-right: -4px;
}
.text-length {
    width: 101%;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

@media screen and (max-width: 768px) {
    .policy-service {
        margin: 1em 0 1em;
    }
}

@media screen and (max-width: 40.063em) {
    .linked-text .mobile-style {
        text-align: right;
        padding-right: 6px;
    }
    .policy-service {
        margin: 0em 0 1em;
    }
}