.fixed_btn {
    position: fixed;
    right: 0;
    bottom: 15%;
    width: 80px;
    height: 70px;
    text-align: center;
    background: hsla(39,100%,58%,1.00);
    font-size: 11px;
    line-height: 1.2;
    padding: 22px 0 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    z-index: 99;
    font-weight: 700;
    cursor: pointer;
    border-radius: 35px 0 0 35px;
    box-shadow: 0 0 3px 0 hsla(0,0%,0%,0.3);
    border: 1px solid #fff;
    border-right: none;
    opacity: 1;
    transition: opacity 1s;
}
.fixed_btn b {
    font-size: 14px;
}
.fixed_btn.active {
    opacity: 0;
}
.bunrei_wrap {
    position: fixed;
    right: -370px;
    color: hsla(35,40%,19%,1.00);
    bottom: 15%;
    transition: right 1s , opacity 1s;
    background: #E9E4D8;
    width: 370px;
    padding: 15px;
    z-index: -1;
    box-sizing: border-box;
    opacity: 0;
}
.bunrei_wrap_ttl {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}
.bunrei_wrap_contents {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.btn_close {
    font-size: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn_close:hover {
    text-decoration: none;
}
.bunrei_wrap.active {
    right: 0;
    z-index: 91;
    box-shadow: 0 0 5px hsla(35,40%,19%,0.3);
    opacity: 1;
}
.bunrei_wrap_ex {
    text-align: right;
    font-size: 10px;
    padding-bottom: 5px;
}
.bunrei_wrap-btn {
    text-align: center;
    padding-top: 5px;
}
.bunrei_wrap-btn a {
    background: hsla(35,40%,19%,0.7);
    color: #fff;
    font-size: 11px;
    border: 1px solid hsla(0,0%,100%,0.9);
    border-radius: 17px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    padding: 0 25px;
    text-decoration: none;
}