/* https://www.lifecard.co.jp/lp/hyde/の個別css */
.link-underline {
    color: #e7eaeb;
    text-decoration: underline;
}

.link-underline-red {
    color: red;
    text-decoration: underline;
    font-weight: bold;
}

.left-space {
   padding-left: 1rem;
   margin-top: 0 !important;
}

.left-space-text {
    margin-top: 0 !important;
 }