
.block1 {
    margin: auto;
    font-size: 18px;
    margin-top: 75px;
    margin-bottom: 45px;
}
.title {
    margin-bottom: 58px;
    font-size: 30px;
    font-weight: bold;
}
.config-link {
    margin-bottom: 50px;
    margin: auto;
    width: auto;
    height: 70px;
    max-width: 250px;
    background-image: url(../img/shiogai_service-button.png);
    background-repeat: no-repeat;
    padding: 1px 0;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgba(153, 153, 153, 0.3);
    -webkit-transition: all .3s linear;
}
a h3 {
    color: #fff;
}

.all-metal {
    padding-bottom: 20px;
}

.button {
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .image-machine {
        width: 100%;
    }
}

a.url-contact,
a.url-contact:hover{
    color: #fff;
}