@charset "UTF-8";
#page table {
  width: 100%;
  border-collapse: collapse;
}

#page th, #page td {
  padding: 10px 20px;
  border: solid 1px #a4bae9;
}

#page th {
  width: 215px;
  background: #4069d2;
  color: #fff;
}

#page td {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #page th, #page td {
    padding: 10px;
    width: 100%;
    display: block;
  }
}

/* --------------------------------------------------
	全社全体の改善活動
-------------------------------------------------- */
#act {
  margin: 0 auto;
  padding: 30px;
  width: 1200px;
  border: solid 1px #0140d9;
  text-align: center;
}
#act strong {
	font-size: 120%;
}

@media screen and (max-width: 1024px) {
  #act {
    margin: 0 15px;
    width: auto;
  }
  #act br {
    display: none;
  }
}

/* --------------------------------------------------
	アクセス
-------------------------------------------------- */
#s03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#s03 dt {
  width: 590px;
}

#s03 dt iframe {
  width: 100%;
  height: 515px;
}

#s03 dd {
  width: 583px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#s03 dd p {
  padding: 20px 30px;
  background: #f2f4f7;
}

@media screen and (max-width: 1024px) {
  #s03 dt {
    width: 49%;
  }
  #s03 dt iframe {
    height: 420px;
  }
  #s03 dd {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  #s03 dl {
    display: block;
  }
  #s03 dt {
    margin-bottom: 20px;
    width: 100%;
  }
  #s03 dd {
    width: 100%;
    display: block;
  }
  #s03 dd img {
    margin: 20px auto 0;
    display: block;
  }
}
/*# sourceMappingURL=company.css.map */