@charset "UTF-8";

html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-overflow-scrolling: touch; }

br.pc-view{
  display: inline;
}

@media screen and (max-width: 768px) {
  br.pc-view{
    display: none;
  }
  
  body.structure-1col-ex div.structure-contents{
    width: 100%;
    padding: 0;
  }
  body.structure-1col-ex #header-area{
    width: 100%;
    padding:0 14px 6px;
    box-sizing: border-box;
    min-height: 66px;
  }
  body.structure-1col-ex #header-site-identity{
    left: 14px;
  }
  #contents-body-area {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
  }
  div.guide-block div.description{
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  
  div.guide-block div.capture{
    float: none;
    width: 220px;
    margin: 0 auto;
  }
  .limit_panel-emphasis{
    background: none;
    border-radius: 8px;
    box-shadow: 0px 1px 8px -3px rgba(0,0,0,0.8);
  }
  .limit_ppanel-emphasis-pseudo-before,
  .limit_ppanel-emphasis-pseudo-after,
  div.panel-general-pseudo-before,
  div.panel-general-pseudo-after{
    display: none;
  }
  .limit_panel-emphasis div.float-block{
    padding: 15px;
  }
  .limit_panel-emphasis div.float-block ul.plain {
    float: none;
    width: 100%;
    margin: 0;
  }
  .limit_panel-emphasis div.float-block ul.plain li{
    text-align: center;
  }
  
  .limit_panel-emphasis div.float-block dl.normal {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto;
  }
  div.panel-general{
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  div.layout-block{
    margin-right: 0;
  }
  .import-base-box{
    margin: 30px auto 0;
  }
  .additional-contact-phone-number-box .__xx-large{
    text-align: center;
  }
  #page-top-area{
    padding-right: 14px;
    box-sizing: border-box;
  }
  body.structure-1col-ex #footer-area address{
    padding-right: 14px;
  }


}





