@charset "utf-8";


/**
 * EX9NX2-PRA-40-E Style
 * ================================================================================
 * Table of Contents:
 *
 * Common Settings
 * Top Page Settings
 * ================================================================================
 */






/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */


/**
 * Display
 * -------------------------------
 */

.nv-ex9nx2-pra-40-e-disBlock { display: block !important; }
.nv-ex9nx2-pra-40-e-disInlineblock { display: inline-block !important; }
.nv-ex9nx2-pra-40-e-disInline { display: inline !important; }
.nv-ex9nx2-pra-40-e-disFlex { display: flex !important; }
.nv-ex9nx2-pra-40-e-disInlineFlex { display: inline-flex !important; }
.nv-ex9nx2-pra-40-e-disNone { display: none !important; }






/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */


/**
 * Block
 * -------------------------------
 */

/* -- .sectionBlock01 -- */
#topPage .keyVisualArea.sectionBlock01 { padding-top: 330px; }

  #topPage .keyVisualArea.sectionBlock01 .posAbsolute {
    top: 230px;
    right: 0;
    }
  #topPage .keyVisualArea.sectionBlock01 .posAbsolute img { height: 41px; }








@media only screen and (min-width: 0px) and (max-width: 767px) {
  
  
/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */


/**
 * Block
 * -------------------------------
 */

/* -- .sectionBlock01 -- */
#topPage .keyVisualArea.sectionBlock01 { padding-top: 0; }
  
  #topPage .keyVisualArea.sectionBlock01 .posAbsolute img { height: calc(100vw * (41 / 640)); }


}