@charset "UTF-8";
/*callback popup*/
.callback__wrap {
    position: fixed;
    bottom: 80px;
    z-index: 3;
    right: 20px;
    display: none;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    box-sizing: border-box;
    background-color: #fff;
    width: 250px;
    height: 183px;
}
.callback__wrap--btnhead {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background-color: #dc0800;
    width: 248px;
    height: 24px;
}
.callback__wrap--midimg {
    position: absolute;
     top: 24px;
    display: block;
    width: auto;
    height: auto;
    background: url(https://s.yimg.jp/images/bb/promo/v1/pc/popup/img/operator.png)bottom right no-repeat;
    background-size: 129px 242px;
    background-position: 148px 10px;
}
.callback__wrap--catchcopy {
    margin: 10px;
    color: #dc0800;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.callback__wrap--notice {
    margin-top: 3px;
    display: inline-block;
    width: 170px;
    color: #000;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
}
.callback__wrap--backpattern {
    position: relative;
    top: 113px;
    display: block;
    width: 248px;
    height: 44px;
    background: url(https://s.yimg.jp/images/bb/promo/v1/pc/popup/img/backpattern.png)bottom center no-repeat;
    background-size: 348px 61px;
}
.callback__wrap--backpattern li {
    display: inline-block;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0;
    box-sizing: border-box;
    background: -webkit-linear-gradient(90deg, #e6eaed 0%, #fefefe 100%);
    background: -moz-linear-gradient(90deg, #e6eaed 0%, #fefefe 100%);
    background: -o-linear-gradient(90deg, #e6eaed 0%, #fefefe 100%);
    background: -ms-linear-gradient(90deg, #e6eaed 0%, #fefefe 100%);
    background: linear-gradient(0deg, #e6eaed 0%, #fefefe 100%);
    width: 34px;
    height: 34px;
    margin: 5px 7px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}
.callback__wrap--backpattern li:first-child a {
    color: #000;
    display: block;
    width: 34px;
    height: 34px;
    background: url(https://s.yimg.jp/images/bb/promo/v1/pc/popup/img/cross_img.png)center center no-repeat;
    background-size: 18px 18px;
    background-position: 7px 7px;
}
.callback__wrap--backpattern li.cb {
    position: absolute;
    top: 0;
    width: 192px;
    margin: 5px 6px 0 0;
    text-shadow: 0px 1px 0px rgba(255,73,51, 0.7);
    border-style: solid;
    border-width: 1px;
    border-color: #dc0800;
    background: rgb(91,220,97);
    background: -moz-linear-gradient(top, rgba(255,73,51,1) 0%, rgba(220,8,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,73,51,1) 0%,rgba(220,8,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,73,51,1) 0%,rgba(220,8,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4933', endColorstr='#dc0800',GradientType=0 );
    box-shadow: 0 0 2px #FFF inset;
}
.callback__wrap--backpattern li a{
display: block;
color:  #fff;
}
.callback__wrap--backpattern li.cb a {
    height: 32px;
    padding-left: 10px;
    background: url(https://s.yimg.jp/images/bb/promo/v1/pc/popup/img/call_back.png) no-repeat;
    background-position: 15px center;
    background-size: 24px 24px;
    text-indent: 20px;
}
.cbhide{
display: none !important;
}
