/*
Theme Name: DEGINA ONE
Theme URL: https://degina.jp
Description:お客様用テーマです
Author: HH @ DEGINA Co,.Ltd.
Version: 3.0.1
*/

/* CSS Document */
/* Appearance */

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px !important;
}

p {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.webcomacms-universal-width {
    width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


img {
    /* PCの右クリック禁止 */
    pointer-events: none;

    /* SPの長押し禁止 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

/* =========================================================
   Elementor Fixes
========================================================= */
.elementor-widget-theme-post-content {
    width: 100% !important;
    max-width: 100% !important;
}