@charset "utf-8";

.textArea.campaign p {
    text-indent: unset;
    line-height: 1.6;
}
.campaign-info {
    font-size: 15px;
    padding-top: 14px;
    padding-left: 18px;
}

.head-level-01 {
    position: relative;
    color: #505050;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
}

.head-level-01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to bottom, #ccc, #8d8d8d);
}

.floatRightFig {
    float: right;
    margin: 0 0 20px 20px;
    width: 120px;

    img {
        width: 100%;
        height: auto;
    }

    figcaption {
        text-align: center;
        font-size: 14px;
        margin-top: 6px;
    }
}

.bold {
    font-weight: 700;
}

.mt-16 {
    margin-top: 16px;
}

.campaign {
    .font-large {
        font-size: 18px;
    }
    
    .font-small {
        font-size: 14px;
    }

}
.bold {
    font-weight: 700;
}

p em {
    font-style: normal;
    font-weight: 700;
}

.campaign .benefits {
    li {
        margin-left: unset;
        list-style: none;
        line-height: 1.6;
    }
}

.signature {
    text-align: right;
}