@charset "UTF-8";
/*社長挨拶*/
#greeting .wrap .contents .detail .sign {
  text-align: right;
  margin-top: 1em;
}
/*沿革*/
#history .wrap .contents table {
  width: 90%;
  margin: 0 auto;
}
#history .wrap .contents table tr {
  border-bottom: 1px solid #707070;
}
#history .wrap .contents table tr th {
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 10em;
  font-weight: 400;
}
#history .wrap .contents table tr > td {
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 10em);
}
@media screen and (max-width: 1024px) {
  /*沿革*/
  #history .wrap .contents table tr th {
    padding: 1em;
    font-size: 1.5rem;
    width: 8em;
  }
  #history .wrap .contents table tr > td {
    padding: 1em;
    font-size: 1.5rem;
    width: calc(100% - 8em);
  }
}
@media screen and (max-width: 768px) {
  /*沿革*/
  #history .wrap .contents table {
    width: 100%;
  }
  #history .wrap .contents table tr th {
    padding: 1em 0;
    font-size: 1.4rem;
    width: 6em;
  }
  #history .wrap .contents table tr > td {
    padding: 1em 0 1em 1em;
    font-size: 1.4rem;
    width: calc(100% - 6em);
  }
}
