/*
Theme Name: OceanWP Child
Theme URI: https://wp-themes.com/oceanwp
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress OceanWP child theme.
Template: oceanwp
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: oceanwp-child
*/

/* プリント用設定 */

@media print {
	
	/* 用紙サイズの指定（A4） */
	@page {
		margin: 0mm;
		size: A4 portrait;
	}
	
    html {
        overflow: visible !important;
        zoom: 0.7 !important;
    }

    body {
		-webkit-print-color-adjust: exact !important;;
        min-width: 1240px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
	
	a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
    }

    pre {
        white-space: pre-wrap !important;
        white-space: -moz-pre-wrap !important;
        white-space: -o-pre-wrap !important;
        white-space: -pre-wrap !important;
        word-wrap: break-word !important;
    }

    header {
        display: none !important;
    }

    .swiper-slide {
        display: block !important;
    }

    .elementor-cta__bg-overlay {
        display: block !important;
    }

    .elementor-cta__bg.elementor-bg {
        display: block !important;
    }

}
