@charset "UTF-8";

.privacy ol {
    margin: 0 0 12px;
}

.privacy li {
    list-style: inside decimal-leading-zero;
    padding-left: 16px;
    font-size: 13px;
    margin: 0 0 6px;
}

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

.bt a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    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;
    }
}
