.wrap  img {
    display: block;
    width: 61.66666vw;
    height: 27.39583vw;
    margin: 0 auto;
    margin-top: 6.375vw;
}   
.wrap p {
    font-size: 0.9375vw;
    color: #262728;
    text-align: center;
}

.wrap a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0A50B4;
    width: 9.375vw;
    height: 3.33333vw;
    line-height: 3.33333vw;
    border-radius: 3.33333vw;
    margin: 0 auto;
    margin-top: 2.60416vw;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.wrap a:hover {
    opacity: .8;
}

@media screen and (max-width : 750px ){
    .wrap  img {
        width: 100%;
        height: auto;
        margin-top: 36.375vw;
    } 
    .wrap p {
        font-size: 3.7333vw;
    }
    .wrap a {
        font-size: 3.7333vw;
        padding: 2.66666vw 5vw;
        border-radius: 7.5625vw;
        height: auto;
        margin-top: 10.60416vw;
    }
}