.visitor-btn {
    background: #c00000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    right: 0!important;
    width: 550px;
    margin: 70px auto;
    height: 70px;
    text-align: center;
    line-height: 1.16;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: none;
    z-index: 1;
}
.owner {
    background: #111183;
}
.owner-goods {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
}
.sw_lp_request.apply {
    background: #111183;
}
.guide-text {
    font-size: 2rem;
    margin: 70px 0 10px;
    text-align: center;
}
.guide-text-caution {
    font-size: 1.6rem;
    color: #777;
    text-align: center;
}
@media screen and (max-width: 769px){
    .visitor-btn {
        background: #c00000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0;
        right: 0!important;
        width: 320px!important;
        margin: 50px auto;
        height: 70px;
        text-align: center;
        line-height: 1.16;
        color: #fff;
        font-size: 1.8rem!important;
        font-weight: bold;
        border-bottom: none;
    }
    .owner-site {
        background: #111183;
        height: 80px;
        line-height: 1.16;
        color: #fff;
        font-size: 1.8rem!important;
        font-weight: bold;
    }
    .sw_lp_request {
        width: 100%;
        font-size: 1.5rem;
        padding-left: 2em;
    }
    .sw_lp_request.apply {
        background: #111183;
        right: 0;
        left:0%;
    }
    #sw_lp_footer {
        padding: 100px 20px 100px;
    }
    .guide-text {
        font-size: 1.7rem;
        text-align: left;
        margin: 30px 0 10px;
    }
    .guide-text-caution {
        font-size: 1.4rem;
        color: #777;
        display: inline-block;
        text-align: left;
    }
  }