/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  padding-bottom: 195px;
}
#sec01 .company-col {
  margin-bottom: 80px;
}
#sec01 .company-col .col-table {
  width: 50%;
}
#sec01 .company-col .col-table .table th {
  width: 7em;
}
#sec01 .company-col .col-img {
  width: 560px;
  max-width: 46.7%;
}
#sec01 .company-col .col-img iframe {
  display: block;
  max-width: 100%;
  margin-top: 20px;
  border: none;
}

@media screen and (max-width: 767px) {
  #sec01 {
    padding-bottom: 100px;
  }
  #sec01 .container {
    padding: 0 10px;
  }
  #sec01 .company-col.flexbox {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  #sec01 .company-col .col-table {
    width: 100%;
  }
  #sec01 .table th, #sec01 .table td {
    display: block;
    width: 100% !important;
  }
  #sec01 .table th {
    text-align: left;
  }
  #sec01 .company-col .col-img {
    max-width: 100%;
    margin-top: 40px;
  }
}

/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {
  padding-bottom: 50px;
}
#sec02 .office-list {
  /* justify-content: flex-start; */
}
#sec02 .office-list .list-item {
  width: 373px;
  max-width: 31.1%;
  margin-right: 3.37%;
  margin-bottom: 50px;
}
#sec02 .office-list .list-item:nth-of-type(3n) {
  margin-right: 0;
}
#sec02 .office-list .list-item h4 {
  margin: 10px 0 10px;
  padding-left: 0;
  font-size: 24px;
}
#sec02 .office-list .list-item h4:before {
  content: none;
}
#sec02 .office-list .list-item iframe {
  border: none;
  max-width: 100%;
}
#sec02 .office-list .list-item p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #sec02 {
    padding-bottom: 30px;
  }
  #sec02 .container {
    padding: 0 10px;
  }
  #sec02 .office-list .list-item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #sec02 .office-list .list-item {
    max-width: 48%;
  }
}
