@charset "utf-8";

/* LP CTA (tsunaguinc.com)
-------------------------------*/
.contact-btn3 {
    display: none;
    position: fixed;
    text-align: center;
    width: 12rem;
    height: 12rem;
    align-items: center;
    bottom: 3rem;
    right: 25rem;
    cursor: pointer;
    z-index: 10;
    background-color: #315399;
    padding: 2rem;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    border: 1px solid #fff;
}

a .contact-btn3 {
    color: #fff;
}

/* Mid-page LP CTA (index) */
.lp-cta-mid {
    padding: 0 1.5rem 6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-btn3 {
        font-size: 0.5rem;
        bottom: 1rem;
        right: 12rem;
        transform: translateX(50%);
        overflow: hidden;
        padding: 1rem;
        width: 6rem;
        height: 6rem;
    }

    .contact-btn3.current {
        position: absolute;
        top: -4rem;
    }
}
