@charset "UTF-8";

/*　コメント　*/
h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 20px;
}


/*　カタログ　*/
.bt {
    text-align: center;
    margin-bottom: 50px;
}

.bt a {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    border-radius: 10px;
    padding: 10px 50px;
    text-decoration: none;
    background: rgb(82, 139, 61);
    background: -moz-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(159, 202, 87, 1)), color-stop(100%, rgba(82, 139, 61, 1)));
    background: -webkit-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: -o-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: -ms-linear-gradient(top, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(159, 202, 87, 1) 0%, rgba(82, 139, 61, 1) 100%);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bt a.c2 {
    background: rgb(53, 106, 160);
    background: -moz-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 132, 197, 1)), color-stop(100%, rgba(53, 106, 160, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 132, 197, 1) 0%, rgba(53, 106, 160, 1) 100%);
}

@media (max-width: 460px) {
    .bt a {
        font-size: 16px;
    }
}


/*　設置例画像　*/
.works-img {
    margin-bottom: 30px;
}

.works-img li {
    margin: 0 20px 15px;
    background: #F2F4F6;
    padding: 15px;
    text-align: center;
}

.works-img li img {
    margin-bottom: 5px;
    width: 100%;
}

.works-img li p {
    font-size: 14px;
    font-weight: 400;
}
