<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  新製品・新技術の開発を行いたい 

---------------------------------*/
section {
  padding: 0 0 7rem;
}
section .txt {
  line-height: 1.8;
  text-align: justify;
}
section .txt p + p {
  margin-top: 1rem;
}
section h2 {
  font-size: 3rem;
  margin: 4rem 0;
  padding: 3rem 0 0;
  position: relative;
}
section h2::after {
  background: #333;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: .5rem;
}
section h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 4rem 0 2rem;
}
section h4 {
  background: #f3f3f3;
  color: #555;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: .5rem 1rem;
}
section a {
  color: var(--base-c);
  text-decoration: underline;
}
section ul {
  margin: 2.5rem;
}
section ul li {
  margin: .8rem 0;
}
section dl {
  border: 1px solid #E6E6E6;
  border-bottom: none;
  margin: 2rem 0;
}
section dl &gt; div {
  display: flex;
}
section dl dt, section dl dd {
  border-bottom: 1px solid #E6E6E6;
  padding: 1rem;
}
section dl &gt; div dt {
  background: #f3f3f3;
  border-right: 1px solid #E6E6E6;
  color: #555;
  font-weight: 500;
  flex-basis: 25%;
}
section dl &gt; div dd {
  flex-basis: 75%;
}
section table {
  font-size: 1.4rem;
  margin: 2rem 0;
}
section table th, section table td {
  border: 1px solid #E6E6E6;
  padding: 2rem;
  vertical-align: middle;
}
section table th {
  background: #f3f3f3;
  font-weight: 500;
  padding: 1rem 2rem;
}
section table td {}
section table a {
  color: var(--base-c);
}
section .wrap .contactBox {
  background: #f2f2f2;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 5rem auto;
  max-width: 80rem;
  padding: 3rem;
  width: 90%;
}
section .wrap .contactBox h3 {
  font-size: 2rem;
  font-weight: 500;
  flex-basis: 20rem;
  margin: 0;
  text-align: center;
}
section .wrap .contactBox .addBox {
  border-left: 1px solid #ccc;
  flex-basis: 60rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section {
    padding: 0 0 5rem;
  }
  section h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2rem 0 0;
  }
  section h2::after {
    width: 2rem;
    height: .3rem;
  }
  section h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
  section h4 {
    font-size: 1.6rem;
    margin: 2rem 0 1.5rem;
    padding: .5rem 1rem;
  }
  section .btn {
    margin: 1rem 1rem 1rem 0;
    min-width: 21rem;
  }
}
@media screen and (max-width: 480px) {
  section h2 {
    font-size: 2.2rem;
  }
  section dl {
    border: none;
    border-bottom: none;
    margin: 2rem 0;
  }
  section dl &gt; div {
    border: 1px solid #E6E6E6;
    display: block;
    margin-bottom: 1rem;
  }
  section dl dt, section dl dd {}
  section dl &gt; div dt {
    border-right: none;
    padding: .5rem 1rem;
  }
  section dl &gt; div dd {
    border: none;
    flex-basis: 75%;
  }
  section table {
    display: block;
    overflow-x: scroll;
    width: 100%;
  }
  section table tbody {
    display: table;
    width: 50rem;
  }
  section table th, section table td {
    padding: 1rem;
  }
  section table th {
    padding: 0.5rem;
  }
  section .wrap .contactBox {
    display: block;
    margin: 5rem auto;
    padding: 2rem;
    width: 100%;
  }
  section .wrap .contactBox h3 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  section .wrap .contactBox .addBox {
    border-top: 1px solid #ccc;
    border-left: none;
    padding: 1rem 0 0;
  }
}</pre></body></html>