@media screen and (max-width: 800px) {
  div.grid-about {
    display: block !important; }
  div.about-image {
    padding-top: 40px !important; } }
@media screen and (max-width: 600px) {
  div.grid-about {
    display: block !important;
    padding-top: 50% !important; }
  div.about-info, div.company-info {
    padding: 0 8.6% !important; }
  div.company-info, div.company-image {
    margin-top: 15% !important; }
  div#contact {
    margin-bottom: 12%; }
  div.contact-box {
    width: 62% !important; }

  h2.contact {
    margin-left: 8% !important; } }
div.grid-about {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0; }
div.about-info {
  padding: 35.5% 16.6% 4% 16.6%; }
div.company-info {
  padding: 14.3% 16.6% 6% 16.6%; }

h2.about {
  margin-bottom: 9%; }
h2.company {
  margin-bottom: 13.2%; }
h2.contact {
  margin-top: 14%;
  margin-left: 17%; }

h5 {
  font-family: a-otf-ud-shin-go-pr6;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px; }
  h5.sub-title {
    margin-bottom: 6%; }

#map {
  height: 300px; }

img.about-image, img.company-image {
  width: 100%; }

div.contact-box {
  background-color: #bee0e4;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 9.5%;
  padding: 5% 11.5%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  div.contact-box:hover {
    background-color: #c9eef2; }

table.company-info td {
  text-align: left;
  font-family: a-otf-ud-shin-go-pr6n;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  vertical-align: top; }
  table.company-info td.table-left {
    width: 25%;
    font-size: 14px; }
  table.company-info td.table-right {
    font-size: 12px; }

td {
  text-align: left;
  font-family: a-otf-ud-shin-go-pr6n;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  vertical-align: top; }
  td.table-left {
    width: 25%; }

a.google-map {
  text-decoration: underline; }

p.about-msg {
  font-family: a-otf-ud-shin-go-pr6n;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px; }

img.icon {
  width: 12px;
  height: 16px;
  margin: 0 3px 2px 0; }
