@charset "utf-8";

/* PRODUCTS ################################################################################## */
#products {
    margin: 0 auto 0;
}

#products .inner {
    width: 94%;
    max-width: 600px;
    margin: 0 auto;
}

#products .inner_help {
    width: 94%;
    margin: 0 auto;
    max-width: 1180px;
}

#products input[type="submit"],
#products  button[type="submit"] {
    display: block;
    margin: 4rem auto 7rem;
    padding: 17px 0 18px !important;
    width: 100% !important;
    min-width: 120px;
    height: auto !important;
    line-height: normal !important;
    border: none;
    color: rgba(255,255,255,.9);
    cursor: pointer;
    font-size: 17px !important;
    font-weight: bold;
    background: url(https://universal-ribbon.jp/image/cart.svg) #2271b1 !important;
    background-repeat: no-repeat !important;
    background-position: top 50% right 7% !important;
    border-radius: 7px !important;
    -webkit-transition: .4s;
    transition: .4s;
}

#products input[type="submit"]:hover,
#products  button[type="submit"]:hover {
    background-position: top 50% right 6% !important;
    transform: translate3d(0, 5px, 0);
    opacity: 1 !important;
}

#products .turn_bg {
    margin: 0 auto 0;
}

@media (max-width: 600px) {
#products .main_section {
    padding: 6.7rem 0 1rem;
}

#products .turn_bg {
    margin: 0 auto 0;
}

#products input.skubutton {
    font-size: 15.5px !important;
    text-align: left;
    padding-left: 7% !important;
}
}