.active_btn {
    border-radius: 3px;
    background: #47B8E8 0% 0% no-repeat;
    background-color: #47B8E8;
    border: 1px solid #47B8E8;
    color: #ffff;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    touch-action: manipulation;
    white-space: pre;
    cursor: pointer;
    margin-left: 5px;
    padding: 2px;
}

.not_active {
    border-radius: 3px;
    background: #FFFFFF 0% 0% no-repeat;
    background-color: #ffff;
    color: #707070;
    border: 1px solid #47B8E8;
    border-radius: 3px;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    touch-action: manipulation;
    white-space: pre;
    cursor: pointer;
    border: 1px solid #707070;
    margin-left: 5px;
    padding: 2px;
}

.contact-btn {
    outline: 1px solid #ffffff;
    background: #56BDE9 0% 0% no-repeat padding-box;
    border-radius: 3px;
    padding: 12px 70px;
    font: normal normal normal 20px/24px Zen Maru Gothic;
    cursor: pointer;
    overflow: hidden;
    color: white;
    border: none;
}

.contact-btn:hover,
.contact-btn:focus {
    outline: 1px solid #56BDE9;
}

.contact-btn-t:hover,
.contact-btn-t:focus {
    color: #fff4f4
}
.contact-btn-active {
    display: block;
    position: fixed;
    width: 49px;
    right: 47px;
    margin-top: 0px;
}

.contact-btn {
    padding: 12px 125px;
}

.contact-btn-t,
.contact-btn-t:hover {
color: #ffffff;
}

.contact-btn-c,
.contact-btn-c:hover {
color: #707070;
}
.li {
    margin-left: 20px;
}
a :focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}