.googlemap {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.table_type01.corporate {
  border-top: rgba(130, 117, 69, 0.5) solid 1px;
}

.table_type01.corporate th {
  width: 200px !important;
}

@media screen and (max-width: 740px) {
  .table_type01.corporate {
    border-top: 0px;
  }
  .table_type01.corporate th {
    width: 100% !important;
  }
}

.root {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.root .item {
  width: 32%;
  margin-bottom: 20px;
}

.root .item p {
  padding-top: 10px;
  line-height: 1.5;
  font-size: 1.4rem;
}
