.entryBtn {
    color: #fff;
    width: 500px;
    padding: 15px 0;
    border-radius: 8px;
    background: #d10042;
    margin: -20px auto 30px;
    position: relative;
    transition: all .2s;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    font-size: 17px;
	font-weight: bold;
    text-align: center;
}
.entryBtn:after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/resource/it/common/img/link_arrow_white.svg);
}

@media screen and (max-width: 767px) {
    .entryBtn {
        width: 94%;
        transition: none;
        margin: 30px auto 10px;
        font-size: 14px;
    }
}

#wrap .service__linkAnchor img {
  width: 700px;
  height: auto;
}

@media screen and (min-device-width: 768px) {
    #wrap .service__linkAnchor {
        width: 700px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }
}

@media screen and (max-device-width: 767px) {
    #wrap .service__linkAnchor {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin: 30px auto;
    }
}