@charset "utf-8";

.headerInner_col:nth-child(1) {
  width: 80px;
}
.headerInner_col:nth-child(2) {
  width: auto;
}
.strHeader {
  padding-bottom: 16px;
}
.iframe {
  position: relative;
  width: 90%;
  margin: 16px auto;
  padding-top: 50.7%;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strFooter {
  padding-top: 50px;
}
.txtMore:not(:first-child) {
  margin-top: 4em;
}