@charset "utf-8";

/* ==================================================================

    privacy.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */

main section .intro {
    margin-bottom: 60px;
}

@media only screen and
(max-width : 767px) {
    
    main section .intro {
        margin-bottom: 30px;
    }
}