.h5-pc-interflow-guide {
    position: relative;
    top: 2px;
    z-index: 20;
    float: right;
    display: inline-block;
    width: 122px;
    height: 28px;
    margin: 0 10px;
}

.h5-pc-interflow-guide__entry {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    display: block;
    width: 122px;
    height: 28px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../images/guide-bg.png") center / 122px 28px no-repeat;
}

.h5-pc-interflow-guide__bubble[hidden] {
    display: none;
}

.h5-pc-interflow-guide:hover .h5-pc-interflow-guide__bubble {
    display: block;
}

.h5-pc-interflow-guide.is-auto-open .h5-pc-interflow-guide__bubble {
    display: block;
}

.h5-pc-interflow-guide.is-bubble-closed .h5-pc-interflow-guide__bubble {
    display: none;
}

.h5-pc-interflow-guide__bubble {
    position: absolute;
    z-index: 10;
    top: 27px;
    left: 50%;
    width: 392px;
    height: 314px;
    transform: translateX(-50%);
    background: url("../images/bg.png") center / 392px 314px no-repeat;
}

.h5-pc-interflow-guide__close {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 2;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: transparent;
}

.h5-pc-interflow-guide__desc {
    position: absolute;
    top: 66px;
    left: 38px;
    width: 316px;
    margin: 0;
    color: #aeb5bf;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.h5-pc-interflow-guide__action {
    position: absolute;
    left: 30px;
    top: 236px;
    display: block;
    width: 332px;
    height: 52px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../images/btn.png") center / 332px 52px no-repeat;
}

.h5-pc-interflow-guide__action:hover {
    background-image: url("../images/btn-h.png");
}
