/* Voice */
li {
  list-style: none; }

#faq .main_v {
  background: url("../images/voice/bg_title.jpg") no-repeat;
  background-size: cover; }
  #faq .main_v .main_v_text {
    padding-top: 21px;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      #faq .main_v .main_v_text {
        padding-top: 0;
        padding-left: 0; } }
#faq .sec01 .title_top {
  width: 100%;
  text-align: center;
  padding: 13px 0 9px;
  font-size: 30px;
  letter-spacing: 3px;
  color: #3262b0;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 23px 0 12px; }
  @media screen and (max-width: 767px) {
    #faq .sec01 .title_top {
      font-size: 15px;
      padding: 10px 0; } }
#faq .sec01 .contact .left {
  float: left;
  padding-left: 70px; }
  @media screen and (max-width: 767px) {
    #faq .sec01 .contact .left {
      padding-left: 0px; } }
  #faq .sec01 .contact .left span {
    background: url("../images/faq/icon_phone_small.png") no-repeat left center;
    color: #565656;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -3px;
    padding-left: 44px; }
    @media screen and (max-width: 767px) {
      #faq .sec01 .contact .left span {
        background: none;
        font-size: 20px;
        padding-left: 0px;
        letter-spacing: 1px; } }
#faq .sec01 .contact .right {
  float: left;
  padding-left: 24px;
  padding-top: 16px; }
  @media screen and (max-width: 767px) {
    #faq .sec01 .contact .right {
      padding-left: 0px;
      padding-top: 0px; } }
  #faq .sec01 .contact .right p {
    color: #565656;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px; }
#faq .sec01 .table_faq {
  margin-top: 37px;
  border: 3px solid #3262b0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  #faq .sec01 .table_faq h3 {
    background: #3262b0;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 0;
    padding: 15px 0 14px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #faq .sec01 .table_faq h3 {
        font-size: 15px;
        padding: 10px 0; } }
  #faq .sec01 .table_faq .box_faq {
    padding: 30px 27px; }
    @media screen and (max-width: 767px) {
      #faq .sec01 .table_faq .box_faq {
        padding: 10px; } }
    #faq .sec01 .table_faq .box_faq ul > li > a {
      background: #d2d2d2 url("../images/faq/icon_plus.png") 97% center no-repeat;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      color: #3262b0;
      display: block;
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 2px;
      padding: 15px 15px 15px 20px;
      margin-bottom: 15px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #faq .sec01 .table_faq .box_faq ul > li > a {
          font-size: 15px;
          padding: 10px; } }
      #faq .sec01 .table_faq .box_faq ul > li > a.active {
        background: #d2d2d2 url("../images/faq/icon_minus.png") 97% center no-repeat; }
    #faq .sec01 .table_faq .box_faq ul > li ul > li {
      border-bottom: 1px solid #a0a0a0;
      padding-bottom: 13px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #faq .sec01 .table_faq .box_faq ul > li ul > li {
          border-bottom: none; } }
      #faq .sec01 .table_faq .box_faq ul > li ul > li:last-child {
        border-bottom: none; }
      #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_q {
        width: 100%; }
        #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_q p {
          background: #3262b0;
          color: #FFF;
          font-weight: 600;
          float: left;
          height: 25px;
          margin-left: 11px;
          text-align: center;
          width: 25px; }
          @media screen and (max-width: 767px) {
            #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_q p {
              margin-left: 0; } }
        #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_q span {
          display: block;
          width: calc(100% - 36px);
          font-size: 14px;
          color: #474747;
          padding-left: 10px;
          float: left; }
          @media screen and (max-width: 767px) {
            #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_q span {
              font-size: 12px; } }
      #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a {
        width: 100%;
        margin-top: 15px; }
        #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a p {
          background: #F5A31B;
          color: #FFF;
          font-weight: 600;
          float: left;
          height: 25px;
          margin-left: 11px;
          text-align: center;
          width: 25px; }
          @media screen and (max-width: 767px) {
            #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a p {
              margin-left: 0; } }
        #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span {
          display: block;
          float: left;
          font-size: 14px;
          color: #474747;
          padding-left: 10px;
          width: calc(100% - 36px); }
          @media screen and (max-width: 767px) {
            #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span {
              font-size: 12px; } }
          #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span > a {
            color: #FF0000;
            text-decoration: underline; }
          #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table {
            border: 1px solid #a0a0a0;
            border-collapse: collapse;
            margin-top: 10px;
            width: 100%; }
            #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table tr {
              border-bottom: 1px solid #a0a0a0; }
              #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table tr:nth-child(2) td {
                border-bottom: none; }
              #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table tr th {
                background: #3262b0;
                color: #FFF;
                padding: 10px;
                border-right: 1px solid #a0a0a0; }
              #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table tr td {
                width: 50%;
                padding: 10px;
                border-right: 1px solid #a0a0a0;
                background: #e5e5e5; }
                #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table tr td:nth-child(2) {
                  border-right: none;
                  background: #FFF; }
                @media screen and (max-width: 767px) {
                  #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span table tr td {
                    padding: 2px; } }
          #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span a.box {
            border: 1px solid #a0a0a0;
            font-style: normal;
            color: #474747;
            padding: 5px 20px;
            display: inline-block;
            text-decoration: none; }
            #faq .sec01 .table_faq .box_faq ul > li ul > li .faq_a span a.box a {
              display: inline-block; }
#faq .sec01 .contact_mail {
  max-width: 900px;
  width: 100%;
  margin: 60px auto 29px;
  border: 3px solid #3262b0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #faq .sec01 .contact_mail {
      margin-top: 15px;
      margin-bottom: 15px; } }
  #faq .sec01 .contact_mail h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 10px 15px;
    text-align: center;
    background: #3262b0;
    margin: 0;
    line-height: 18px; }
  #faq .sec01 .contact_mail a {
    display: inline-block;
    width: 534px;
    height: 80px;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 80px;
    color: #FFF;
    margin: 10px 0 6px;
    background: url(../images/faq/btn_mail.png); }
    @media screen and (max-width: 767px) {
      #faq .sec01 .contact_mail a {
        width: 95%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-bottom: 10px;
        background: url(../images/faq/btn_mail_sp.png) no-repeat;
        background-size: 100% 100%;
        letter-spacing: 2px; } }
#faq .sec01 .contact_phone {
  margin: 0 auto 60px;
  padding-bottom: 11px; }
  #faq .sec01 .contact_phone h2 {
    margin-bottom: 11px; }
  #faq .sec01 .contact_phone .left {
    float: left;
    padding-left: 20px; }
    #faq .sec01 .contact_phone .left span {
      background: url(../images/faq/icon_phone_small.png) left center no-repeat;
      color: #565656;
      display: inline-block;
      font-size: 40px;
      font-weight: 600;
      letter-spacing: -1px;
      padding-left: 57px; }
      @media screen and (max-width: 767px) {
        #faq .sec01 .contact_phone .left span {
          font-size: 26px; } }
  #faq .sec01 .contact_phone .right {
    float: left;
    padding: 0 12px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #faq .sec01 .contact_phone .right {
        margin-top: 10px; } }
    #faq .sec01 .contact_phone .right p {
      color: #565656;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px; }

@media screen and (max-width: 767px) {
  #faq .main_v .main_v_text img {
    max-width: initial;
    width: 330px; } }

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