/* CSS Document */
/*common*/
body {
  overflow: hidden; }

.tablet, .sp {
  display: none; }

img {
  max-width: 100%; }

.inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px; }

#nav {
  background-color: #333333;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999; }
  #nav li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 3.5%; }
    @media screen and (max-width: 1200px) {
      #nav li {
        padding: 0 2.5%; } }
    @media screen and (max-width: 1020px) {
      #nav li {
        padding: 0 1%; } }
    @media screen and (max-width: 800px) {
      #nav li {
        padding: 0 2%; } }
    @media screen and (max-width: 750px) {
      #nav li {
        padding: 0 1%; } }
    @media screen and (max-width: 640px) {
      #nav li {
        display: block;
        width: 33.333%;
        float: left;
        padding: 0; } }
    #nav li a {
      color: #ffffff;
      font-weight: bold;
      position: relative;
      vertical-align: bottom;
      display: block;
      padding: 20px 10px; }
      @media screen and (max-width: 800px) {
        #nav li a {
          padding: 20px 0; } }
      @media screen and (max-width: 640px) {
        #nav li a {
          font-size: 11px;
          padding: 14px 0; } }
      #nav li a::before {
        content: "";
        display: block;
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 4px;
        background-color: #0099d8;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -ms-transition: .2s linear;
        transition: .2s linear; }
      #nav li a:hover::before {
        width: 100%;
        left: 0; }

#content {
  width: 100%;
  margin: 120px auto 0; }
  @media screen and (max-width: 1170px) {
    #content {
      margin-top: 150px; } }
  @media screen and (max-width: 640px) {
    #content {
      margin-top: 100px; } }
  #content h1 {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #0099d8; }
    @media screen and (max-width: 768px) {
      #content h1 {
        font-size: 30px; } }
    #content h1::after {
      content: '';
      display: block;
      width: 96px;
      height: 6px;
      background-color: #efefef;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  #content h2 {
    width: 100%;
    margin: 65px auto;
    font-size: 36px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #content h2 {
        margin: 35px 0 30px;
        font-size: 26px; } }
    #content h2 span {
      display: block;
      width: 100%;
      padding-bottom: 5px;
      font-size: 22px;
      font-weight: normal; }
      @media screen and (max-width: 768px) {
        #content h2 span {
          font-size: 18px; } }
  #content img {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #content img {
        width: 90%; } }
    #content img.mt30 {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        #content img.mt30 {
          margin-top: 15px; } }
  #content div {
    max-width: 850px;
    margin: 70px auto 0;
    padding-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #content div {
        margin-top: 35px;
        padding: 0 3.5% 5px; } }
    #content div h3 {
      width: 100%;
      margin-bottom: 33px;
      padding: 10px 0 10px 60px;
      background-color: #cdedfa;
      position: relative;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #content div h3 {
          margin-bottom: 25px;
          padding: 8px 0 8px 45px;
          font-size: 16px; } }
      #content div h3::after {
        content: 'Q';
        display: inline-block;
        width: 50px;
        height: 100%;
        background-color: #0099d8;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 22px;
        text-align: center;
        color: #fff;
        line-height: 50px; }
        @media screen and (max-width: 768px) {
          #content div h3::after {
            width: 40px;
            font-size: 18px;
            line-height: 42px; } }
    #content div h4 {
      margin-bottom: 25px;
      font-size: 26px;
      color: #0099d8; }
      @media screen and (max-width: 768px) {
        #content div h4 {
          margin-bottom: 15px;
          font-size: 20px; } }
    #content div p {
      font-size: 16px;
      padding-bottom: 1em;
      line-height: 1.64; }
      #content div p:nth-last-of-type(1) {
        padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        #content div p {
          font-size: 14px; } }
      #content div p span {
        color: #0099d8;
        font-weight: bold; }
    #content div.topic05 {
      max-width: 100%;
      width: 100%;
      padding: 70px 0 100px;
      background-color: #f8f8f8; }
      @media screen and (max-width: 768px) {
        #content div.topic05 {
          padding: 40px 3.5% 50px; } }
      #content div.topic05 h3 {
        height: auto;
        padding: 0;
        background-color: transparent;
        font-size: 28px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #content div.topic05 h3 {
            font-size: 22px; } }
        #content div.topic05 h3::after {
          content: none;
          display: none; }
      #content div.topic05 p {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-bottom: 5px;
        position: relative; }
        #content div.topic05 p::after {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          background: url(/user-voice/img/ico_circle01.png) no-repeat center center/contain;
          position: absolute;
          left: 0;
          top: 7px; }
      #content div.topic05 .conv01 {
        margin-top: 60px; }
        @media screen and (max-width: 768px) {
          #content div.topic05 .conv01 {
            margin-top: 35px; } }
  #content .conv01 {
    text-align: center;
    width: 100%; }
    #content .conv01 a {
      border-radius: 4px;
      display: block;
      width: 50%;
      line-height: 28px;
      padding: 30px 0;
      margin: 0 auto;
      color: #ffffff;
      font-weight: bold;
      font-size: 22px;
      text-align: center;
      background: url(/user-voice/img/ico_arrow02.png) no-repeat 96% 50%, #109cd7;
      /* fallback for old browsers */
      background: url(/user-voice/img/ico_arrow02.png) no-repeat 96% 50%, -webkit-linear-gradient(to bottom, #11a6e4, #109cd7);
      /* Chrome 10-25, Safari 5.1-6 */
      background: url(/user-voice/img/ico_arrow02.png) no-repeat 96% 50%, linear-gradient(to bottom, #11a6e4, #109cd7);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
      background-size: 3%, 100%; }
      @media screen and (max-width: 768px) {
        #content .conv01 a {
          width: 90%;
          padding: 15px 0;
          font-size: 16px; } }
      #content .conv01 a:hover {
        background: #11a6e4;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #11a6e4, #11a6e4);
        /* Chrome 10-25, Safari 5.1-6 */
        background: url(/user-voice/img/ico_arrow02.png) no-repeat 96% 50%, linear-gradient(to bottom, #11a6e4, #11a6e4);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-size: 3%, 100%; }

footer {
  padding: 35px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #333; }

/*# sourceMappingURL=style.css.map */
