/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 2;
  position: relative;
  justify-content: center;
}
.row1 .txtBlock {
  /*width: 50%;*/
  margin-top: calc(var(--contentMaxWidthSide) - var(--unit_x56));
}
.row1 .txtBlock .headBox {
  text-align: center;
  margin-bottom: var(--unit_x55);
}
.row1 .imgBlock {
  text-align: right;
  display: flex;
  align-items: center;
}
.row1 .txtBlock .head {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .subhead {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .body p {
  margin-bottom: var(--unit_x15);
}
.row1 .spaceDownHalf {
  margin-bottom: var(--unit_x15);
}
.row1 .spaceDown {
  margin-bottom: var(--unit_x30);
}
.row1 .spaceDown2 {
  margin-bottom: var(--unit_x30) !important;
}

@media only screen and (max-width: 768px) {
  .row1 .txtBlock {
    margin: 0px auto;
  }
  .row1 .button {
    margin: 0px auto;
  }
}

/* Row 2 */
.row2 {
  text-align: center;
}




.nav_scrollElm {
  display: block;
  z-index: 3;
}
@media (max-height:720px) and (min-width:998px) {
  .nav_scrollElm {
    display: none;
  }
}

.txtBlock a:link, .txtBlock a:visited, .txtBlock a:active, .txtBlock a:hover {
  text-decoration: underline;
}
