html, body, div, span, applet, object, iframe, h1, h2, h3, table, table caption, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

h3, table caption {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 140%; }

table tr th, table tr td {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 180%;
  word-break: break-all;
  vertical-align: top; }

input, textarea {
  border-radius: 5px;
  min-width: 320px;
  padding: 0.5em;
  color: gray;
  font-size: 14px;
  border: 1px solid #9a9a9a;
  background-color: rgba(90, 90, 90, 0.05); }

html {
  line-height: 1; }

body {
  color: #5a5a5a;
  font-size: 14px;
  background-color: white; }

h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.5em;
  display: block;
  background: url(/img/h2.png) center top no-repeat;
  height: 40px;
  width: 100%;
  text-indent: -9999px; }
  h2:first-child {
    margin-top: 80px; }
  h2.internet {
    background-position: center -40px; }
  h2.system {
    background-position: center -80px; }
  h2.incubation {
    background-position: center -120px; }
  h2.member {
    background-position: center -160px; }
  h2.career {
    background-position: center -200px; }
  h2.internship {
    background-position: center -240px; }
  h2.apply {
    background-position: center -280px; }
  h2.inquiry {
    background-position: center -320px; }
  h2.access {
    background-position: center -360px; }
  h2.security_policy {
    background-position: center -400px; }
  h2.privacy_policy {
    background-position: center -440px; }

h3 {
  margin-top: 5px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 80px;
  border-bottom: 1px solid #dedede; }
  table .txt_center {
    text-align: center; }
  table caption {
    margin-bottom: 20px; }
  table tr th {
    min-width: 160px;
    padding-right: 20px; }
  table tr td {
    color: #9a9a9a; }
  table .thumb-list .node caption {
    margin-left: 160px; }

p {
  line-height: 160%; }

blockquote {
  quotes: none; }
  blockquote:before {
    content: none; }
  blockquote:after {
    content: none; }

a {
  text-decoration: underline;
  transition-duration: 0.1s;
  transition-timing-function: ease-out; }
  a img {
    border: none; }
  a:hover {
    text-decoration: none; }

img {
  display: block; }

q {
  quotes: none; }
  q:before {
    content: none; }
  q:after {
    content: none; }

ol {
  list-style: none; }

ul {
  list-style: none; }

label {
  display: block; }
  label.radio input {
    min-width: 0; }

article {
  display: block; }

aside {
  display: block; }

details {
  display: block; }

figure {
  display: block; }

figcaption {
  display: block; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

menu {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

summary {
  display: block; }

* + p {
  margin-top: 1em; }

input:focus {
  border-color: #fd821b;
  background-color: rgba(253, 130, 27, 0.1); }

textarea {
  width: 480px; }
  textarea:focus {
    border-color: #fd821b;
    background-color: rgba(253, 130, 27, 0.1); }

button {
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 40px auto;
  padding: 10px 80px;
  color: white;
  font-size: 18px;
  border: none;
  background-color: #3777b8; }

button[disabled] {
  background-color: #dedede; }

#header {
  overflow: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05) inset;
  transition-duration: 0.5s;
  transition-timing-function: ease-out; }
  #header #logo {
    display: block;
    float: left;
    padding: 23px 40px 24px; }
    #header #logo img {
      width: 87px;
      height: 33px; }
    #header #logo:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  #header .btn-nav {
    display: none; }
  #header .nav {
    float: right;
    margin-right: 20px; }
    #header .nav li {
      float: left;
      list-style-type: none; }
      #header .nav li a {
        display: block;
        padding: 34px 20px 31px;
        font-size: 0;
        border-bottom: 4px solid transparent; }
        #header .nav li a img {
          height: 11px; }
        #header .nav li a:hover {
          border-color: white; }
      #header .nav li.selected a {
        border-color: white; }
  #header.company {
    background-color: #3777b8 !important; }
  #header.news {
    background-color: #37b43b !important; }
  #header.recruit {
    background-color: #fd821b !important; }
  #header.contact {
    background-color: #3777b8 !important; }

#footer .nav {
  display: none; }

#footer .copy {
  margin-top: 0;
  padding: 20px 0;
  color: white;
  font-size: 8px;
  text-align: center;
  letter-spacing: 0.1em; }

#navbar {
  position: fixed;
  z-index: 10;
  top: 80px;
  padding: 20px 0 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); }
  #navbar .nav {
    text-align: center; }
    #navbar .nav li {
      display: inline-block;
      margin: 0 2px 10px; }
      #navbar .nav li a {
        border-radius: 5px;
        display: block;
        padding: 10px;
        color: white;
        text-decoration: none; }
      #navbar .nav li.active a {
        cursor: default;
        color: #9a9a9a;
        background-color: #f7f7f8 !important; }

#main {
  margin-top: 145px; }

#main-v {
  margin-top: 44px; }
  #main-v .insprout_logo {
    margin-top: 205px; }

.container {
  width: 1000px;
  margin: 0 auto; }

.section {
  padding-top: 1px;
  padding-bottom: 80px; }
  .section:first-child {
    padding-top: 1px; }
  .section .container {
    width: 800px; }

.googlemap {
  margin-top: 20px; }
  .googlemap iframe {
    width: 800px;
    height: 800px;
    border: none; }

.thumb-list .node {
  position: relative;
  margin-top: 60px;
  min-height: 120px; }
  .thumb-list .node .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px; }
  .thumb-list .node h3 {
    margin-left: 160px; }
  .thumb-list .node p {
    margin-left: 160px;
    text-align: left;
    color: #9a9a9a; }
    .thumb-list .node p.c_icons img {
      float: left;
      margin-right: 5px; }
  .thumb-list .node table caption {
    margin-left: 160px; }

.text-center {
  text-align: center; }

.ol_default {
  margin: 0 16px;
  padding-left: 2em;
  list-style-type: decimal; }
  .ol_default > li {
    padding-left: 0;
    margin-top: 1em; }

.ul_default {
  margin: 0 16px;
  padding-left: 0;
  list-style-type: disc; }
  .ul_default > li {
    padding-left: 0;
    margin-top: 1em; }

.signing_table {
  width: 235px;
  margin-top: 30px;
  text-align: left;
  border: none; }
  .signing_table .company_name {
    font-size: 1.2em; }
  .signing_table .representative {
    font-size: 1.4em; }
  .signing_table tr th, .signing_table tr td {
    min-width: initial;
    border: none;
    padding: 0;
    vertical-align: middle;
    line-height: 150%;
    color: #5a5a5a; }

.li_banner {
  margin-top: 10px;
  font-size: 0; }
  .li_banner .li_banner_item {
    display: inline-block;
    margin-right: 10px; }

#page-index h2 {
  color: #5a5a5a; }

#page-index a {
  color: #5a5a5a; }

#page-index #header {
  background-color: white !important;
  box-shadow: none; }
  #page-index #header .nav li a:hover {
    border-color: #3777b8; }

#page-index #footer {
  background-color: #5a5a5a; }

#page-index .section {
  border-color: #5a5a5a; }
  #page-index .section:nth-child(even) {
    background-color: rgba(90, 90, 90, 0.05); }

#page-index #index-visual {
  padding-bottom: 140px;
  background: url(/img/index_bg.jpg) center top; }
  #page-index #index-visual p {
    margin-top: 2em;
    color: #9a9a9a;
    text-align: center;
    letter-spacing: 0.2em; }
  #page-index #index-visual a img {
    display: block;
    width: 400px;
    margin: 0 auto;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
    #page-index #index-visual a img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

#page-index p a:hover {
  color: white;
  background-color: #5a5a5a; }

#page-index table tr td {
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: middle; }
  #page-index table tr td a:hover {
    color: white;
    background-color: #5a5a5a; }

#page-index table tr th {
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: middle; }

#page-index #navbar li a {
  background-color: #5a5a5a; }
  #page-index #navbar li a:hover {
    background-color: rgba(90, 90, 90, 0.25); }

#page-company h2 {
  color: #3777b8; }

#page-company a {
  color: #3777b8; }

#page-company #header {
  background-color: #3777b8; }

#page-company #footer {
  background-color: #3777b8; }

#page-company .section {
  border-color: #3777b8; }
  #page-company .section:nth-child(even) {
    background-color: rgba(55, 119, 184, 0.05); }

#page-company p a:hover {
  color: white;
  background-color: #3777b8; }

#page-company table tr td a:hover {
  color: white;
  background-color: #3777b8; }

#page-company #navbar li a {
  background-color: #3777b8; }
  #page-company #navbar li a:hover {
    background-color: rgba(55, 119, 184, 0.25); }

#page-news h2 {
  color: #37b43b;
  background: none;
  text-indent: 0; }

#page-news a {
  color: #37b43b; }

#page-news #header {
  background-color: #37b43b; }

#page-news #footer {
  background-color: #37b43b; }

#page-news .section {
  border-color: #37b43b; }
  #page-news .section:nth-child(even) {
    background-color: rgba(55, 180, 59, 0.05); }

#page-news p a:hover {
  color: white;
  background-color: #37b43b; }

#page-news table tr td {
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: middle; }
  #page-news table tr td a:hover {
    color: white;
    background-color: #37b43b; }

#page-news table tr th {
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: middle; }

#page-news #navbar li a {
  background-color: #37b43b; }
  #page-news #navbar li a:hover {
    background-color: rgba(55, 180, 59, 0.25); }

#page-recruit h2 {
  color: #fd821b; }

#page-recruit a {
  color: #fd821b; }

#page-recruit #header {
  background-color: #fd821b; }

#page-recruit #footer {
  background-color: #fd821b; }

#page-recruit .section {
  border-color: #fd821b; }
  #page-recruit .section:nth-child(even) {
    background-color: rgba(253, 130, 27, 0.05); }

#page-recruit p a:hover {
  color: white;
  background-color: #fd821b; }

#page-recruit table tr td a:hover {
  color: white;
  background-color: #fd821b; }

#page-recruit #navbar li a {
  background-color: #fd821b; }
  #page-recruit #navbar li a:hover {
    background-color: rgba(253, 130, 27, 0.25); }

#page-contact h2 {
  color: #3777b8; }

#page-contact a {
  color: #3777b8; }

#page-contact #header {
  background-color: #3777b8; }

#page-contact #footer {
  background-color: #3777b8; }

#page-contact .section {
  border-color: #3777b8; }
  #page-contact .section:nth-child(even) {
    background-color: rgba(55, 119, 184, 0.05); }

#page-contact p a:hover {
  color: white;
  background-color: #3777b8; }

#page-contact table tr td {
  vertical-align: middle; }
  #page-contact table tr td a:hover {
    color: white;
    background-color: #3777b8; }

#page-contact table tr th {
  vertical-align: middle; }

#page-contact #navbar li a {
  background-color: #3777b8; }
  #page-contact #navbar li a:hover {
    background-color: rgba(55, 119, 184, 0.25); }

#security_policy {
  font-size: 1.1em; }

@media screen and (max-width: 1000px) {
  input, textarea {
    box-sizing: border-box;
    width: 100%;
    min-width: 0; }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #page-index table tr td h3, #page-index table tr td caption {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 14px; }
  #page-news table tr td h3, #page-news table tr td caption {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 14px; }
  h2 {
    margin-bottom: 32px;
    font-size: 16px;
    letter-spacing: 0; }
  p {
    margin: 16px 16px 0; }
  table {
    position: relative;
    display: block;
    margin-top: 32px;
    border: none; }
    table caption {
      display: block;
      margin-bottom: 16px;
      padding-right: 16px;
      padding-left: 16px;
      font-size: 14px; }
    table tbody {
      display: block; }
    table tr {
      display: block; }
      table tr th {
        display: block;
        padding: 16px 16px 0;
        border-style: dashed;
        border-color: #9a9a9a; }
      table tr td {
        display: block;
        padding: 8px 16px 16px;
        font-size: 12px;
        border-top: none; }
        table tr td p {
          margin-top: 0;
          margin-bottom: 8px; }
    table .thumb-list .node caption {
      margin-left: 0;
      font-size: 14px; }
  button {
    margin-top: 32px;
    font-size: 16px; }
  #header {
    overflow: visible;
    position: fixed;
    height: 44px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
    #header #logo {
      padding: 14px 16px 10px; }
      #header #logo img {
        width: auto;
        height: 20px; }
    #header .btn-nav {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 56px;
      height: 44px;
      background-image: url("/img/header_menu.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 24px 14px; }
    #header .nav {
      position: fixed;
      display: none;
      top: 44px;
      width: 100%; }
      #header .nav li {
        float: none;
        display: block;
        border-top: 1px solid white; }
        #header .nav li a {
          display: block;
          padding: 1em 0;
          color: white;
          font-size: 14px;
          text-align: center;
          text-decoration: none;
          border: none; }
          #header .nav li a img {
            display: none; }
        #header .nav li.selected a {
          border: none; }
  #navbar {
    display: none;
    height: 0;
    padding: 0; }
  #main {
    margin-top: 44px; }
  .container {
    width: 100%; }
  .section {
    padding: 32px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .section .container {
      width: 100%; }
  .googlemap {
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 16px 16px 0;
    padding-top: 30px;
    padding-bottom: 56.25%; }
  #page-index .section {
    border: none; }
  #page-index #header {
    background-color: #5a5a5a !important; }
  #page-index #index-visual {
    padding: 64px 0; }
    #page-index #index-visual p {
      font-size: 12px;
      letter-spacing: 0; }
      #page-index #index-visual p span {
        display: block; }
    #page-index #index-visual a img {
      width: 50%; }
  #page-index table tr th {
    padding: 16px 16px 0; }
  #page-index table tr td {
    padding: 8px 0 16px; }
  #footer .nav {
    display: block; }
    #footer .nav li {
      display: block;
      border-bottom: 1px solid white; }
      #footer .nav li a {
        display: block;
        padding: 1em 0;
        color: white;
        text-align: center;
        text-decoration: none; }
  .thumb-list .node {
    overflow: hidden;
    min-height: 80px;
    margin: 32px 0 0;
    padding: 16px 16px 0;
    border-top: 1px dashed #9a9a9a; }
    .thumb-list .node .thumb {
      position: relative;
      float: left;
      width: 80px;
      height: 80px;
      margin-right: 16px;
      margin-bottom: 16px; }
    .thumb-list .node h3 {
      margin-top: 0;
      margin-left: 0;
      font-size: 14px; }
    .thumb-list .node p {
      margin-left: 0;
      font-size: 12px; }
    .thumb-list .node table caption {
      margin-left: 0;
      font-size: 14px; }
  #page-news table tr th {
    padding: 16px 16px 0; }
  #page-news table tr td {
    padding: 8px 0 16px; } }

@media screen and (max-width: 1000px) {
  .signing_table tr th, .signing_table tr td {
    display: inline;
    font-size: initial; } }
