.p-sender__honour {
    position: relative;
    right: calc(25% - 75px);
    float: right;
}

.p-sender__honourGuide {
    position: absolute;
    right: calc(25% - 88px);
    width: 18px;
    height: 18px;
    border: 1px solid #AAA;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00C2FF;
    color: #FFF;
}

.p-sender__honourGuide--arrow {
    position: absolute;
    right: calc(25% - 88px);
    background-color: #FFF;
    border: 1px solid #00C2FF;
    font-size: .675rem;
    padding: .5rem;
    z-index: 1;
}

.p-sender__honourGuide--arrow::before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 11px solid #00C2FF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -12px;
    right: 2px;
}
.p-sender__honourGuide--arrow::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 11px solid #FFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -10px;
    right: 3px;
}

@media screen and (min-width: 640px) {
    .p-sender__honourGuide {
        right: calc(25% - 80px);
    }
    
    .p-sender__honourGuide--arrow {
        right: calc(25% - 80px);
    }

    .p-sender__honourGuide.is-design {
        top: 0;
        left: calc(50% + 7px);
        right: 0;
    }

    
    .p-sender__honourGuide--arrow.is-design {
        position: fixed;
        right: 65px;
    }

    .p-sender__honourGuide--arrow.is-design::before {
        left: 2px;
        right: auto;
    }
    .p-sender__honourGuide--arrow.is-design::after {
        left: 3px;
        right: auto;
    }
}