@charset "utf-8";


/**
 * 7WNX2 Style
 * ================================================================================
 * Table of Contents:
 *
 * Common Settings
 * Top Page Settings
 * ================================================================================
 */






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


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

.nv-7dnx2-disBlock { display: block !important; }
.nv-7dnx2-disInlineblock { display: inline-block !important; }
.nv-7dnx2-disInline { display: inline !important; }
.nv-7dnx2-disFlex { display: flex !important; }
.nv-7dnx2-disInlineFlex { display: inline-flex !important; }
.nv-7dnx2-disNone { display: none !important; }






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


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

/* -- .sectionBlock02 -- */
#topPage .sectionBlock02 .posAbsolute {
  width: 95%;
  padding: 15px 20px;
  border: 1px solid #FFF;
  text-align: center;
  top: 30px;
  left: 0;
  font-size: 1.9rem;
  }

  #topPage .sectionBlock02 .posAbsolute a {
    color: #FFF;
    text-decoration: underline;
    }








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


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

/* -- .sectionBlock01 -- */
#topPage .sectionBlock02 .posAbsolute {
  width: 100%;
  padding: 5px 10px;
  font-size: 1.3rem;
  }
  


}