/* h2 {
  background-color: #faf4ed;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 40px;
  overflow: hidden;
} */

.sp-br {
  display: none;
}

.compny1-2 {
  text-align: right;
}

.compny2-1 {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  border: none;
  border-left: 2px solid #5ab7b4;
  border-top: 2px solid #5ab7b4;
}
.compny2-1 tr > * {
  border: none;
  border-right: 2px solid #5ab7b4;
  border-bottom: 2px solid #5ab7b4;
}
.compny2-1 tr:first-child > *:first-child {
  border-radius: 5px 0 0 0;
}
.compny2-1 tr:first-child > *:last-child {
  border-radius: 0 5px 0 0;
}
.compny2-1 tr:last-child > *:first-child {
  border-radius: 0 0 0 5px;
}
.compny2-1 tr:last-child > *:last-child {
  border-radius: 0 0 5px 0;
}

.compny2-1 th {
  background-color: #f0f6fc;
  width: 25%;
}
.compny2-1 p {
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 0px;
}

.compny2cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.compny2-2 {
  margin-right: 40px;
}
.compny2-3 iframe {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .sp-br {
    display: block;
  }

  .compny2-1 th {
    width: 30%;
  }
}
