@charset "UTF-8";
/* =====================
  IE11-
===================== */
@media all and (-ms-high-contrast:none){
    body {
        text-rendering: optimizeLegibility;
        font-kerning: normal;
        font-variant-ligatures: common-ligatures contextual;
        font-feature-settings: "kern", "liga", "clig", "calt";
    }
    .contact-contents .article[data-id="1"] .unit[data-id="1"]{
        background: linear-gradient( to bottom, #fff 0%, #fff 20%, #bdbdbd 21%, #bdbdbd 80%, #fff 81%, #fff 100% );
    }
}

@media print, screen and (max-width:1300px){}
@media print, screen and (max-width:1250px){}
@media print, screen and (max-width:1200px){}
@media print, screen and (max-width:1150px){}
@media print, screen and (max-width:1100px){}
@media print, screen and (max-width:1050px){}
@media print, screen and (max-width:1000px){}
@media print, screen and (max-width:950px){}
@media print, screen and (max-width:900px){}
@media print, screen and (max-width:850px){}
@media print, screen and (max-width:800px){}
@media print, screen and (max-width:780px){}