#voice {
  overflow: hidden;
  width: 100%;
  height: 85vh;
  background: url(../images/voice-top.jpg) no-repeat;
  background-position: top center;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 699px) {
    #voice {
      height: auto;
      background: transparent;
      color: #333; } }
  #voice h2 {
    display: block;
    width: 100%;
    top: 27.5%;
    font-size: 16px;
    font-weight: lighter;
    text-shadow: 0 0 10px #000;
    font-family: 'Sintony', sans-serif; }
    #voice h2 p {
      margin: 20px 0 0;
      font-size: 38px;
      font-weight: bold; }
    @media screen and (max-width: 699px) {
      #voice h2 {
        position: static;
        font-size: 14px;
        text-shadow: none; }
        #voice h2 p {
          margin: 0 0 10px;
          font-size: 24px;
          font-weight: bold; } }
  #voice div.posi-abs {
    display: block;
    top: 42.5%;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 2.5em;
    letter-spacing: 0.3em; }
    @media screen and (max-width: 999px) {
      #voice div.posi-abs {
        font-size: 16px;
        line-height: 2.5em;
        letter-spacing: 0; } }
    @media screen and (max-width: 699px) {
      #voice div.posi-abs {
        position: static;
        padding: 0 15px;
        background: transparent;
        font-size: 14px;
        line-height: 1.5em;
        text-align: left; }
        #voice div.posi-abs:before {
          content: '';
          display: block;
          width: 100%;
          height: 0;
          padding: 65% 0 0;
          background: url("../images/voice-top_mb.jpg") no-repeat;
          background-size: 100% auto; } }

/**============================================================================================**/
#voice1 {
  margin: 50px auto;
  padding: 0 15px; }
  @media screen and (max-width: 699px) {
    #voice1 {
      margin: 0 auto 50px; } }
  #voice1 ul {
    font-size: 0; }
  #voice1 li {
    display: inline-block;
    box-sizing: border-box;
    width: 333px;
    margin: 20px 0;
    padding: 0 20px;
    font-size: 16px;
    text-align: left; }
    #voice1 li .dis-ilblk {
      width: 49%; }
    #voice1 li .fw_b {
      font-size: 1.43em; }
    #voice1 li p a {
      display: inline-block;
      box-sizing: border-box;
      width: 200px;
      padding: 8px 5px;
      border: 2px #00abca solid;
      border-radius: 10px;
      color: #00abca;
      font-weight: bold;
      line-height: 1.0em;
      text-decoration: none; }
      #voice1 li p a:hover {
        border-color: #FC3;
        color: #FC3; }

/**============================================================================================**/
/**============================================================================================**/
#voice-qa {
  margin: 50px auto;
  padding: 0 15px; }
  #voice-qa img {
    width: 100%;
    height: auto; }
  #voice-qa h2 {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    border-bottom: solid 2px #00abca; }
    #voice-qa h2:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -20px;
      left: 50%;
      width: 0;
      height: 0;
      margin: 0 0 0 -7px;
      border-style: solid;
      border-width: 18px 14px 0 14px;
      border-color: #00abca transparent transparent transparent; }
    #voice-qa h2 img {
      max-width: 530px; }
  #voice-qa p.ta_c img {
    max-width: 900px;
    margin: 20px 0 0; }
  #voice-qa ul {
    margin: 0 0 60px; }
  #voice-qa li {
    margin: 30px 0 0; }
    #voice-qa li h3 {
      margin: 0 0 10px;
      padding: 5px;
      background: #7FDEED;
      font-size: 16px; }
    #voice-qa li p {
      padding: 5px;
      font-size: 14px;
      line-height: 1.5em; }
  #voice-qa a {
    display: inline-block;
    box-sizing: border-box;
    width: 250px;
    margin: 0 0 50px;
    padding: 10px 5px;
    border-radius: 10px;
    background: #27b4ae;
    color: #FFF;
    font-weight: bold;
    line-height: 1.0em;
    text-decoration: none; }
    #voice-qa a:hover {
      opacity: 0.8; }
