@charset "utf-8";
.company-top > .section01B:nth-child(n+4) {
  margin-top: 2.5em;
}
/*----- branch.html -----*/
.foothold {
  margin-bottom: 10px;
  border: solid 1px #ccc;
}
.foothold h5 {
  padding: 7px;
  background: #eee;
  border-bottom: solid 1px #ccc;
}
.foothold p {
  padding: 7px;
}
.company-branch .pageTop {
  font-size: 83.333%;
}
/* array of four buttons on csr.html and contribution/index.html */
#csr {
  width: 575px;
  height: 162px;
}
#csr li {
  width: 284px;
  padding-right: 3px;
  padding-bottom: 3px;
  float: left;
  text-align: center;
}
#csr li a {
  height: 51px;
  background: url(/okinawa/images/button/a_company_csr.gif) left;
  color: #444;
  display: block;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}
#csr li a:hover {
  background: url(/okinawa/images/button/a_company_csr.gif) right;
}
#csr li img {
  margin-right: 4px;
  padding-top: 20px;
  vertical-align: baseline;
}
/*----- /company/video/index.html -----*/
#videoList {
  margin-top: 1.2em;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em 30px;
}
.videoList-col {
  width: 220px;
  font-size: 120%;
  text-align: center;
}
.col-text {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  /*----- /company/video/index.html -----*/
  #videoList {
    display: inherit;
  }
  .videoList-col {
    width: 100%;
  }
  #videoList > .videoList-col:nth-child(n+2) {
    margin-top: 2em;
  }
}