@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*会社概要*/
#company .company_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px; }
  #company .company_wrap .img {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%; }
  #company .company_wrap .txt {
    flex: 0 1 56%;
    width: 56%;
    max-width: 56%; }
  #company .company_wrap table {
    text-align: left;
    width: 100%; }
    #company .company_wrap table tr {
      border-bottom: 1px solid #ccc; }
      #company .company_wrap table tr th {
        padding: 20px;
        background: #f2f2f2;
        width: 30%; }
      #company .company_wrap table tr td {
        padding: 20px;
        width: 70%; }
      #company .company_wrap table tr:first-child {
        border-top: 1px solid #ccc; }
#company .map_wrap iframe {
  width: 100%;
  height: 50vw;
  max-height: 450px; }

/*------------------------------
		1200px以下
------------------------------*/
/*------------------------------
		1024px以下
------------------------------*/
@media screen and (max-width: 980px) {
  /*会社概要*/
  #company .company_wrap .img {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px; }
  #company .company_wrap .txt {
    flex: 0 1 106%;
    width: 106%;
    max-width: 106%; }
  #company .company_wrap table tr th {
    padding: 10px; }
  #company .company_wrap table tr td {
    padding: 10px; } }
/*------------------------------
		768px以下
------------------------------*/
