.sig-howto-bg {
    background-size: initial;
    background-image: url(/assets/images/area-cp/pink-dot.svg);
    background-color: #fff;
    padding-top: 6rem;
    margin-bottom: -4rem;
}

.bg-w {
    background-color: #fff;
}

.mg-b-4 {
    margin-bottom: -4rem;
}

.mg-t4 {
    margin-top: 4rem;
}

.mg-b-3 {
    margin-bottom: -3rem;
}

.mg-lr3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.pd-t4 {
    padding-top: 4rem;
}

.popup-overlay1,
.popup-overlay2,
.popup-overlay3,
.popup-overlay4 {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: absolute;
    background: #f9f9f9;
    border: 3px solid #fff;
    width: 90%;
    height: auto;
    left: 50%;
    border-radius: 1rem;
    padding: 4rem 2rem 1rem;
    z-index: 100;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.4);
    ;
}

.popup-overlay1.active,
.popup-overlay2.active,
.popup-overlay3.active,
.popup-overlay4.active {
    /*displays pop-up when "active" class is present*/
    visibility: visible;
    text-align: center;
}

.popup-content1,
.popup-content2,
.popup-content3,
.popup-content4 {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
}

.popup-content1.active,
.popup-content2.active,
.popup-content3.active,
.popup-content4.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
}

.button-sign {
    display: block;
    vertical-align: middle;
    margin: 1rem auto;
    font-size: 1.2rem;
    background: none;
    padding: 1rem 0 0.1rem;
    border-bottom: 1px dashed #aaa;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #E87C97;
}

.btn-span-0pen {
    color: #1f1f1f;
}

.button-sign:hover {

    color: rgb(245, 38, 128);
}

.popup-content-dl dt {
    border-bottom: 1px dashed;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.popup-content-dl dd {
    line-height: 2;
    font-size: 1rem;
    margin-left: 0;
    text-align: justify;
}

.popup-content-dl dd ul li dl dt {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    color: #E87C97;
    border-bottom: 1px dashed #1f1f1f;
    padding-bottom: 0.2rem;
}

.popup-content-dl dt span {
    color: #E87C97;
    font-size: 1.6rem;
    padding-right: 0.3rem;
}

.popup-content-dl dd span {
    color: #E87C97;
}

.popup-content-dl .dd-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: .5rem;
    /*border: 1px solid #1f1f1f;*/
}