 
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

 

 
  .container.is-no-padding {
    padding-left: 0px;
    padding-right: 0px; }
 
.top-title-item {
  margin-left: auto;
  width: 70%;
  height: 462px;
  background: url("../image/item-top.png") center bottom/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px; }
  @media only screen and (max-width: 979px) {
    .top-title-item {
      width: 100%; } }
  .top-title-item .top-title-item__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    transform: translate(0px, -62px); }
    @media only screen and (min-width: 980px) {
      .top-title-item .top-title-item__title {
        transform: translate(20px, -62px); } }
    .top-title-item .top-title-item__title .top-title-item__title__main-title {
      font-weight: bold;
      text-shadow: 0 0 15px #000;
      font-size: 56px;
      position: relative;
      line-height: 1.4; }
      .top-title-item .top-title-item__title .top-title-item__title__main-title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: white; }
    .top-title-item .top-title-item__title .top-title-item__title__sub-title {
      margin-top: 12px;
      text-shadow: 0 0 15px #000;
      font-size: 38px;
      line-height: 1.4; }

.hexagon {
  width: 100%;
  background: url("../image/item-medical.png") center/cover no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .hexagon:before {
    display: block;
    width: 100%;
    padding-top: 120%;
    content: ''; }
  .hexagon .hexagon__shape {
    display: block;
    position: absolute;
    width: 100%;
    background: transparent; }
    .hexagon .hexagon__shape:before {
      display: block;
      width: 100%;
      padding-top: 57.735026919%;
      content: ''; }
    .hexagon .hexagon__shape .hexagon__shape__inner1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transform: rotate(120deg); }
    .hexagon .hexagon__shape .hexagon__shape__inner2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transform: rotate(-120deg); }
    .hexagon .hexagon__shape .hexagon__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 84%;
      transform: translate(-50%, -28%); }
      @media only screen and (max-width: 639px) {
        .hexagon .hexagon__shape .hexagon__inner {
          width: 90%;
          transform: translate(-50%, -44%); } }
      .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__text {
        padding: 0 0 3% 8%;
        color: white;
        border-bottom: 2px solid rgba(255, 255, 255, 0.6); }
        @media only screen and (max-width: 639px) {
          .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__text {
            padding: 0 0 3% 2%; } }
        .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__text .hexagon__inner__text__title {
          font-weight: bold;
          text-shadow: 2px 2px 6px #000;
          font-size: 32px;
          line-height: 1.4; }
        .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__text .hexagon__inner__text__sub-title {
          text-shadow: 2px 2px 6px #000;
          font-size: 16px;
          line-height: 1.4; }
          @media only screen and (max-width: 639px) {
            .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__text .hexagon__inner__text__sub-title {
              font-size: 12px; } }
      .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos {
        padding: 4% 8% 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 639px) {
          .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos {
            padding: 4% 2% 0; } }
        .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos.is-center {
          text-align: center; }
          .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos.is-center .hexagon__inner__logo {
            width: 100%; }
            .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos.is-center .hexagon__inner__logo .hexagon__inner__logo__img-wrap {
              width: 48%;
              margin-left: auto;
              margin-right: auto; }
              @media only screen and (max-width: 639px) {
                .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos.is-center .hexagon__inner__logo .hexagon__inner__logo__img-wrap {
                  width: 60%; } }
        .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo {
          width: 48%; }
          @media only screen and (max-width: 639px) {
            .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo {
              width: 60%; } }
          .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo:nth-child(2) {
            margin-left: 4%; }
          .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo .hexagon__inner__logo__text {
            color: white;
            font-weight: bold;
            font-size: 16px; }
            @media only screen and (max-width: 639px) {
              .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo .hexagon__inner__logo__text {
                font-size: 14px; } }
          .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo .hexagon__inner__logo__img-wrap {
            display: block;
            margin-top: 3%;
            transition: opacity .5s; }
            .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo .hexagon__inner__logo__img-wrap:hover {
              opacity: .5; }
            .hexagon .hexagon__shape .hexagon__inner .hexagon__inner__logos .hexagon__inner__logo .hexagon__inner__logo__img-wrap .hexagon__inner__logo__img {
              display: block;
              width: 100%;
              height: auto; }
  .hexagon.is-pharmaceutical {
    background-image: url("../image/item-medical.png"); }
  .hexagon.is-food {
    background-image: url("../image/item-food.png"); }
  .hexagon.is-care {
    background-image: url("../image/item-care.png"); }
  .hexagon.is-industry {
    background-image: url("../image/item-industry.png"); }
  .hexagon.is-ctac {
    background-image: url("../image/item-ctac.png"); }
    .hexagon.is-ctac .hexagon__inner__text__sub-title {
      font-size: 12px !important; }
      @media only screen and (max-width: 639px) {
        .hexagon.is-ctac .hexagon__inner__text__sub-title {
          font-size: 10px !important; } }

.main {
  position: relative; }

.nav-language {
  width: 100%;
  height: 70px;
  background: rgba(230, 230, 230, 0.9);
  padding: 10px;
  margin: 0;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 980px) {
    .nav-language {
      display: flex;
      width: 420px;
      height: fit-content;
      flex-wrap: wrap;
      padding: 15px 0 15px 10px;
      position: absolute;
      top: 0;
      left: 0; } }
  .nav-language p {
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px; }
    @media only screen and (min-width: 980px) {
      .nav-language p {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        font-size: 14px; } }
    @media only screen and (max-width: 639px) {
      .nav-language p {
        margin-bottom: 8px; } }
  .nav-language a {
    float: left;
    padding: 7px 10px;
    color: #adadad;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin: 0 5px;
    min-width: 100px;
    text-align: center;
    font-size: 13px; }
    @media only screen and (max-width: 639px) {
      .nav-language a {
        flex-wrap: wrap;
        margin-bottom: 4px; } }
    .nav-language a:hover {
      box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
      background: white;
      transition-duration: .2s; }
    @media only screen and (min-width: 980px) {
      .nav-language a {
        min-width: 120px; } }
  .nav-language .active a {
    background: white;
    color: #333;
    position: relative;
    padding: 7px 10px 7px 22px; }
    .nav-language .active a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 15px;
      margin: auto;
      background: url(../image/menu_red_min.svg);
      background-repeat: no-repeat;
      width: 8px;
      height: 8px; }

.main {
  background: url("../image/back.jpg") left top/cover no-repeat fixed;
  padding-bottom: 100px;padding-top: 160px;}

.top-hexagons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (max-width: 639px) {
    .top-hexagons .hexagon {
      width: 90%;
      margin-right: 10%;
      margin-top: -2%; }
      .top-hexagons .hexagon:first-child {
        margin-top: -2%; }
      .top-hexagons .hexagon:nth-child(2n) {
        margin-right: 0;
        margin-left: 10%; } }
  @media only screen and (min-width: 640px) and (max-width: 979px) {
    .top-hexagons .hexagon {
      width: 60%;
      margin-right: 30%;
      margin-top: -12%; }
      .top-hexagons .hexagon:first-child {
        margin-top: -3%; }
      .top-hexagons .hexagon:nth-child(2n) {
        margin-right: 0;
        margin-left: 30%; } }
  @media only screen and (min-width: 980px) {
    .top-hexagons .hexagon {
      width: 22%;
      margin-right: 3.5%;
      margin-top: -7%; }
      .top-hexagons .hexagon:nth-child(4) {
        margin-right: 0; }
       }

* {
  font-family: "DIN Alternate", "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif; }

.top__news {
  padding: 30px 0;
  position: relative;
  margin: -50px 0 0; }
  @media only screen and (min-width: 980px) {
    .top__news {
      margin: 0px 0 80px; } }
  .top__news:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../image/top_news_bg.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 980px) {
    .top__news .top__news_inner {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 80px 0 10px; } }
  .top__news h2 {
    text-align: center;
    font-size: 2rem;
    color: #006DBD; }
    @media only screen and (min-width: 980px) {
      .top__news h2 {
        font-size: 4rem; } }
    .top__news h2 span {
      color: rgba(0, 109, 189, 0.5); }
  .top__news .top__news-list {
    margin: 5%;
    padding: 2%;
    border: 12px solid white;
    outline: solid 1px #e0e0e0;
    height: 450px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9); }
    .top__news .top__news-list::-webkit-scrollbar {
      width: 12px; }
    .top__news .top__news-list::-webkit-scrollbar-track {
      background: #f2f2f2;
      border: none;
      border-radius: 10px; }
    .top__news .top__news-list::-webkit-scrollbar-thumb {
      background: #C6C6C6;
      border-radius: 10px;
      box-shadow: none; }
    @media only screen and (min-width: 980px) {
      .top__news .top__news-list {
        width: 70%;
        padding: 3% 4% 3% 3%;
        height: 460px;
        border: 20px solid white;
        border-bottom: 30px solid white; } }
    .top__news .top__news-list li {
      margin: 0 0 22px; }
      @media only screen and (min-width: 980px) {
        .top__news .top__news-list li {
          display: flex;
          margin: 0 0 40px; } }
  .top__news .headline_text {
    font-size: .99rem; }
  @media only screen and (min-width: 980px) {
    .top__news .news_inner_text {
      width: 70%; } }
  .top__news .place_text, .top__news .date_text {
    padding: 0 0 0 .5rem;
    font-size: .92rem;
    color: #8d8583; }
  .top__news .label_news {
    width: 30%;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 5px;
    background: #006DBD;
    color: white; }
    @media only screen and (min-width: 980px) {
      .top__news .label_news {
        width: 20%;
        margin: 0 25px 0 0;
        height: 26px; } }
    .top__news .label_news p {
      line-height: 1.4; }
  .top__news .label_topics {
    width: 30%;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 5px;
    background: #65C5F7;
    color: white; }
    @media only screen and (min-width: 980px) {
      .top__news .label_topics {
        width: 20%;
        margin: 0 25px 0 0;
        height: 26px; } }
    .top__news .label_topics p {
      line-height: 1.4; }

.top__contact {
  padding: 30px 0 140px;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .top__contact {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: center;
      padding: 10px 0 125px 0; } }
  .top__contact h2 {
    text-align: center;
    font-size: 2rem;
    color: #006DBD; }
    @media only screen and (min-width: 980px) {
      .top__contact h2 {
        padding: 0 16% 0 3%;
        font-size: 4rem; } }
  @media only screen and (min-width: 980px) {
    .top__contact .top__contact-list {
      display: flex;
      justify-content: space-around;
      width: 55%;
      max-width: 700px;
      margin: 0 0 0 5%; } }
  .top__contact a {
    position: relative;
    margin: 40px 0;
    display: block; }
    @media only screen and (min-width: 980px) {
      .top__contact a {
        margin: 20px 5%; } }
    .top__contact a:hover {
      opacity: .5; }
  .top__contact .contact__hexagon {
    position: relative;
    width: 90px;
    background: #006DBD;
    transform: rotate(90deg);
    margin: 40px auto; }
    @media only screen and (min-width: 980px) {
      .top__contact .contact__hexagon {
        width: 100px;
        margin: 20px auto; } }
    .top__contact .contact__hexagon:before {
      display: block;
      padding-top: 173.205080757%;
      /*  3 / √3 x 100  */
      content: ''; }
    .top__contact .contact__hexagon .hexagon__inner-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #006DBD;
      transform: rotate(120deg); }
    .top__contact .contact__hexagon .hexagon__inner-2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #006DBD;
      transform: rotate(-120deg); }
  .top__contact .contact__icon {
    position: absolute;
    right: 0;
    left: 0;
    top: -12px;
    bottom: 0;
    z-index: 100;
    margin: auto;
    width: 200px;
    height: 80px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem; }
    @media only screen and (min-width: 980px) {
      .top__contact .contact__icon {
        width: 150%;
        margin: auto -25%; } }
    .top__contact .contact__icon img {
      width: 90px;
      margin: 0 auto; }

footer {
  background: #006DBD; }

.footer__inner {
  padding: 20px 5%;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .footer__inner {
      max-width: 100%; } }

.footer__top {
  width: 100%;
  border-top: 10px solid #006DBD; }
  @media only screen and (min-width: 980px) {
    .footer__top {
      border-top: 1px solid #006DBD; } }
  .footer__top .footer__top-logo {
    margin: 5px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    margin: auto 0 40px;
    padding: 10px 0 20px;
    background: white; }
    .footer__top .footer__top-logo:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: 125px auto;
      background-position: center center;
      background-image: url("../image/logo.jpg");
      background-repeat: no-repeat;
      margin: auto; }
      @media only screen and (min-width: 980px) {
        .footer__top .footer__top-logo:before {
          height: 100%;
          margin: auto; } }

.footer__list {
  width: 50%;
  padding: 0 0 20px;
  font-size: 1.02rem;
  font-weight: bold;
  text-align: left; }
  @media only screen and (min-width: 980px) {
    .footer__list {
      width: 20%;
      font-size: .98rem; } }
  .footer__list a {
    padding: 7px 0 7px 15px;
    line-height: 1.4;
    color: white;
    position: relative;
    display: block; }
    @media only screen and (min-width: 980px) {
      .footer__list a {
        padding: 5px 0 5px 15px; } }
    .footer__list a:hover {
      text-decoration: underline; }
    .footer__list a:before {
      content: '';
      background: url(../image/menu_red_min.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0px;
      width: 8px;
      height: 8px;
      margin: auto; }
  .footer__list ul {
    padding: 0 0 0 .3rem;
    text-align: left; }
    .footer__list ul a {
      font-size: .9rem;
      font-weight: normal;
      display: block; }
      .footer__list ul a:before {
        background: none;
        content: '•';
        top: auto;
        bottom: auto; }
  .footer__list img {
    width: auto;
    margin: 0 auto;
    max-width: 100%; }

small {
  width: 100%;
  padding: 50px 0 50px;
  font-size: .85rem;
  text-align: center;
  color: white; }

a.nongmo_link:before {
  background: none; }

.hexagon_bg {
  position: absolute;
  content: '';
  top: -26%;
  right: 2%;
  z-index: -1;
  width: 60%;
  height: 60%;
  background-size: 125px auto;
  background-position: center center;
  background: url("../image/back_hexagon_blue.svg");
  background-repeat: no-repeat;
  margin: auto; }
  @media only screen and (min-width: 980px) {
    .hexagon_bg {
      width: 400px;
      height: 80%;
      top: -90%;
      right: 0; } }

.news_bg {
  top: -74%;
  bottom: 0;
  right: 0;
  left: -44%;
  z-index: -1;
  width: 50%;
  height: 36%; }
  @media only screen and (min-width: 980px) {
    .news_bg {
      width: 400px;
      height: 80%;
      top: -10%;
      left: -66%; } }

.top_contact_bg {
  top: auto;
  bottom: -10px;
  right: 10px;
  left: auto;
  z-index: -1;
  width: 50%;
  height: 36%;
  margin: 0; }
  @media only screen and (min-width: 980px) {
    .top_contact_bg {
      width: 420px;
      height: 100%;
      right: 10px;
      bottom: 50px; } }

/*# sourceMappingURL=common.css.map */
