@charset "UTF-8";

/* Header
--------------------------- */
.header {
  background-image: url(i/bg_header_global.png);
  background-position: 0 27px;
}
  .header__body {
    position: relative;
    padding: 25px 0 77px;
  }
    .header__body__logo {
      max-width: 360px;
      position: absolute;
      top: 25px;
      left: 0;
    }
    .header__body__left {
      float: none;
      max-width: 430px;
      padding: 0 14px;
      position: absolute;
      bottom: 32px;
      left: 0;
    }
@media screen and (max-width: 950px) {
  .header {
    background-image: none;
  }
    .header__body {
      position: relative;
      padding: 0;
    }
    .header__body__logo {
      position: absolute;
      top: 5px;
      left:5px;
    }
    .header__body__logo img{
		width:240px;
		height:100%;
    }
      .header__body__left {
        position: static;
        max-width: 100%;
        padding: 10px 60px 10px 15px;
        background: #fff;
      }
  .logo{

  }
    .logo a:before {

    }
}

/* Link
--------------------------- */
.linkList > li > a[href*=".pdf"],
.linkList > li > a[href*=".PDF"]{
  padding-left: 2.16667em;
}
.linkList > li > a.download {
  padding-left: 2.16667em;
}
  .linkList > li > a.download:before {
    content: "\e90b";
    top: 0;
    font-size: 133.33333%;
    line-height: 100%;
  }

/* btn
--------------------------- */
.btn.for-external {
  padding: 11px 35px 11px 44px;
}
.btn.for-external:before{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  left: 20px;
}

/*
formTable In Left Column
--------------------------- */
.content__body__left .formTable th{
  width: 200px;
}
@media screen and (max-width: 720px) {
  .content__body__left .formTable th{
    width: auto;
  }
}
