@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* メインビジュアル余白設定 */
@media print, screen and (max-width: 600px) { .p-mainVisual { padding: 0 20px; }}
@media print, screen and (min-width: 601px) and (max-width:1201px) { .p-mainVisual { padding: 0 50px; }}
@media print, screen and (min-width: 1201px) and (max-width: 1500px) { .p-mainVisual { padding: 0 100px; margin-top: -20px }}
@media print, screen and (min-width: 1501px) { .p-mainVisual { margin: -60px auto 0; width: 80%; }}

