/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 769px) {
  #global-header1 {
    background: url(../images/back-global-header1-man.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header2 {
    background: url(../images/back-global-header2-man.jpg) no-repeat center top;
    background-size: cover;
  }
  /*----------------------------------------
      .voice
  ----------------------------------------*/
  .voice h4 {
    margin: 0 auto;
    padding: 3%;
    width: 100%;
    font-size: 13px;
    font-size: 4.0625vw;
    color: #fff;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    background: #ff8100;
  }
  .voice dl {
    margin: 0 auto;
    padding: 5%;
    height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (min-width: 769px) {
  #global-header1 {
    background: url(../images/back-global-header1-man.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header2 {
    background: url(../images/back-global-header2-man.jpg) no-repeat center top;
    background-size: cover;
  }
  /*----------------------------------------
      .voice
  ----------------------------------------*/
  .voice h4 {
    margin: -30px auto 30px;
    padding: 10px;
    width: 700px;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    background: #ff8100;
  }
  .voice dl {
    margin: 0 auto;
    padding: 50px;
    width: 700px;
    height: 500px;
    overflow-y: scroll;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
  }
}
