/* stylelint-disable */
/* stylelint-disable */
@charset "UTF-8";
.clearfix, #section01 .document_block .documents {
  *zoom: 1; }
  .clearfix:after, #section01 .document_block .documents:after {
    content: "";
    display: table;
    clear: both; }

/* ------------------------------
共通
------------------------------ */
.container {
  position: relative;
  z-index: 10; }

.btn_document {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #0a0f93;
  min-width: 450px;
  padding: 16px 20px 16px 50px;
  border-radius: 999px;
  box-shadow: 0 5px 0 0 #151861;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 640px) {
    .btn_document {
      font-size: 16px;
      width: 100%;
      min-width: inherit;
      padding-left: 45px; } }
  .btn_document::before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    content: "\e807";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%); }
    @media only screen and (max-width: 640px) {
      .btn_document::before {
        left: 20px; } }
  .btn_document:hover {
    background: #0f16db; }

/* ------------------------------
section01
------------------------------ */
#section01 {
  position: relative;
  background: #d9d9d9;
  overflow: hidden; }
  #section01 .block_01 {
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 640px) {
      #section01 .block_01 {
        background: #cd0400; } }
    #section01 .block_01 .container {
      padding: 140px 0 0; }
      #section01 .block_01 .container::before {
        content: "";
        background: #fff;
        width: 3000px;
        height: 2000px;
        display: block;
        position: absolute;
        top: -100px;
        left: -1347px;
        z-index: -1;
        transform: rotate(40deg); }
        @media only screen and (max-width: 640px) {
          #section01 .block_01 .container::before {
            width: 2000px;
            height: 1400px;
            left: -1180px;
            transform: rotate(40deg); } }
      #section01 .block_01 .container::after {
        content: "";
        background: url(/info/ad/image/faq/bg_sec01_01.png) center center no-repeat;
        background-size: cover;
        width: 848px;
        height: 609px;
        position: absolute;
        top: -100px;
        right: -400px;
        z-index: -2; }
        @media only screen and (max-width: 640px) {
          #section01 .block_01 .container::after {
            display: none; } }
    #section01 .block_01 .heading_sec {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.3;
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .heading_sec {
          font-size: 24px; } }
      #section01 .block_01 .heading_sec::after {
        background: #181818;
        width: 90px;
        height: 5px;
        margin: 16px auto 0;
        display: block;
        content: ""; }
    #section01 .block_01 .lead {
      font-size: 18px;
      line-height: 1.5;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .lead {
          font-size: 16px; } }
  #section01 .block_01,
  #section01 .block_02 {
    padding: 40px 0 0 0; }
    #section01 .block_01 .container,
    #section01 .block_02 .container {
      padding: 0; }
      #section01 .block_01 .container .inner,
      #section01 .block_02 .container .inner {
        width: 100%;
        display: table;
        table-layout: fixed; }
        @media only screen and (max-width: 640px) {
          #section01 .block_01 .container .inner,
          #section01 .block_02 .container .inner {
            display: block; } }
        #section01 .block_01 .container .inner .holder,
        #section01 .block_02 .container .inner .holder {
          text-align: center;
          padding: 0 30px;
          vertical-align: middle; }
          @media only screen and (max-width: 640px) {
            #section01 .block_01 .container .inner .holder,
            #section01 .block_02 .container .inner .holder {
              width: 100%;
              padding: 0;
              display: block; } }
          #section01 .block_01 .container .inner .holder h3,
          #section01 .block_02 .container .inner .holder h3 {
            display: table;
            width: 100%;
            font-size: 24px;
            text-align: left;
            background: #eee;
            padding: 20px 20px 10px; }
            @media only screen and (max-width: 640px) {
              #section01 .block_01 .container .inner .holder h3,
              #section01 .block_02 .container .inner .holder h3 {
                font-size: 18px;
                text-align: center; } }
            #section01 .block_01 .container .inner .holder h3 .cell,
            #section01 .block_02 .container .inner .holder h3 .cell {
              display: table-cell;
              vertical-align: middle; }
              @media only screen and (max-width: 640px) {
                #section01 .block_01 .container .inner .holder h3 .cell,
                #section01 .block_02 .container .inner .holder h3 .cell {
                  display: block; } }
              #section01 .block_01 .container .inner .holder h3 .cell:first-child,
              #section01 .block_02 .container .inner .holder h3 .cell:first-child {
                width: 162px; }
                @media only screen and (max-width: 640px) {
                  #section01 .block_01 .container .inner .holder h3 .cell:first-child,
                  #section01 .block_02 .container .inner .holder h3 .cell:first-child {
                    width: auto; } }
              @media only screen and (max-width: 640px) {
                #section01 .block_01 .container .inner .holder h3 .cell:nth-child(2),
                #section01 .block_02 .container .inner .holder h3 .cell:nth-child(2) {
                  margin-top: 12px; } }
              #section01 .block_01 .container .inner .holder h3 .cell .label,
              #section01 .block_02 .container .inner .holder h3 .cell .label {
                display: block;
                width: 150px;
                background: #999;
                border-radius: 15px;
                font-size: 14px;
                color: #fff;
                line-height: 30px;
                text-align: center;
                margin-right: 12px;
                text-align: center; }
                @media only screen and (max-width: 640px) {
                  #section01 .block_01 .container .inner .holder h3 .cell .label,
                  #section01 .block_02 .container .inner .holder h3 .cell .label {
                    margin: 0 auto; } }
          #section01 .block_01 .container .inner .holder dl,
          #section01 .block_02 .container .inner .holder dl {
            font-size: 18px;
            line-height: 1.6;
            text-align: left;
            background: #fff;
            border: 6px solid #eee;
            padding: 0 24px; }
            @media only screen and (max-width: 640px) {
              #section01 .block_01 .container .inner .holder dl,
              #section01 .block_02 .container .inner .holder dl {
                padding: 0 14px; } }
            #section01 .block_01 .container .inner .holder dl dt,
            #section01 .block_02 .container .inner .holder dl dt {
              position: relative;
              font-weight: bold;
              border-bottom: 2px dashed #eee;
              padding: 24px 0 12px 44px; }
              @media only screen and (max-width: 640px) {
                #section01 .block_01 .container .inner .holder dl dt,
                #section01 .block_02 .container .inner .holder dl dt {
                  font-size: 14px;
                  padding: 14px 0 12px 38px; } }
              #section01 .block_01 .container .inner .holder dl dt:before,
              #section01 .block_02 .container .inner .holder dl dt:before {
                content: "Q";
                position: absolute;
                top: 20px;
                left: 0px;
                display: block;
                width: 32px;
                height: 32px;
                border-radius: 16px;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                line-height: 33px;
                background: #2932e1; }
                @media only screen and (max-width: 640px) {
                  #section01 .block_01 .container .inner .holder dl dt:before,
                  #section01 .block_02 .container .inner .holder dl dt:before {
                    top: 8px; } }
            #section01 .block_01 .container .inner .holder dl dd,
            #section01 .block_02 .container .inner .holder dl dd {
              position: relative;
              padding: 14px 0 24px 44px; }
              @media only screen and (max-width: 640px) {
                #section01 .block_01 .container .inner .holder dl dd,
                #section01 .block_02 .container .inner .holder dl dd {
                  font-size: 14px;
                  padding: 14px 0 12px 38px; } }
              #section01 .block_01 .container .inner .holder dl dd:before,
              #section01 .block_02 .container .inner .holder dl dd:before {
                content: "A";
                position: absolute;
                top: 10px;
                left: 0px;
                display: block;
                width: 32px;
                height: 32px;
                border-radius: 16px;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                line-height: 33px;
                background: #e10602; }
                @media only screen and (max-width: 640px) {
                  #section01 .block_01 .container .inner .holder dl dd:before,
                  #section01 .block_02 .container .inner .holder dl dd:before {
                    top: 8px; } }
              #section01 .block_01 .container .inner .holder dl dd ul,
              #section01 .block_02 .container .inner .holder dl dd ul {
                margin: 0 0 0 18px; }
                #section01 .block_01 .container .inner .holder dl dd ul li,
                #section01 .block_02 .container .inner .holder dl dd ul li {
                  list-style: disc;
                  margin: 18px 0 0 0; }
              #section01 .block_01 .container .inner .holder dl dd ol,
              #section01 .block_02 .container .inner .holder dl dd ol {
                margin: 0 0 0 18px; }
                #section01 .block_01 .container .inner .holder dl dd ol.ngword_list,
                #section01 .block_02 .container .inner .holder dl dd ol.ngword_list {
                  margin: 18px 0 18px 18px; }
                #section01 .block_01 .container .inner .holder dl dd ol li,
                #section01 .block_02 .container .inner .holder dl dd ol li {
                  list-style-type: decimal;
                  margin: 0; }
              #section01 .block_01 .container .inner .holder dl dd a,
              #section01 .block_02 .container .inner .holder dl dd a {
                position: relative;
                font-weight: normal;
                color: #444; }
                #section01 .block_01 .container .inner .holder dl dd a:hover,
                #section01 .block_02 .container .inner .holder dl dd a:hover {
                  color: #10168c; }
                #section01 .block_01 .container .inner .holder dl dd a.file,
                #section01 .block_02 .container .inner .holder dl dd a.file {
                  padding-left: 20px; }
                  #section01 .block_01 .container .inner .holder dl dd a.file:before,
                  #section01 .block_02 .container .inner .holder dl dd a.file:before {
                    font-family: "fontello";
                    font-style: normal;
                    font-weight: normal;
                    speak: none;
                    display: inline-block;
                    text-decoration: inherit;
                    text-align: center;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 18px;
                    content: "\e807";
                    position: absolute;
                    top: 48%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
            #section01 .block_01 .container .inner .holder dl dt span,
            #section01 .block_01 .container .inner .holder dl dd span,
            #section01 .block_02 .container .inner .holder dl dt span,
            #section01 .block_02 .container .inner .holder dl dd span {
              display: none; }
          #section01 .block_01 .container .inner .holder dl + dl,
          #section01 .block_02 .container .inner .holder dl + dl {
            margin-top: -6px; }
          #section01 .block_01 .container .inner .holder p,
          #section01 .block_02 .container .inner .holder p {
            font-size: 18px;
            line-height: 1.6;
            text-align: left;
            margin-bottom: 40px; }
            @media only screen and (max-width: 640px) {
              #section01 .block_01 .container .inner .holder p,
              #section01 .block_02 .container .inner .holder p {
                font-size: 16px;
                margin-bottom: 30px; } }
          #section01 .block_01 .container .inner .holder .btn,
          #section01 .block_02 .container .inner .holder .btn {
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            line-height: 80px;
            text-align: center;
            background: #cd0400;
            width: 100%;
            height: 80px;
            margin: 0 auto;
            border-radius: 999px;
            box-shadow: 0 5px 0 0 #980300;
            display: block;
            transition: all 0.5s ease; }
            @media only screen and (max-width: 640px) {
              #section01 .block_01 .container .inner .holder .btn,
              #section01 .block_02 .container .inner .holder .btn {
                font-size: 20px;
                line-height: 1.3;
                height: auto;
                padding: 16px 20px; } }
            #section01 .block_01 .container .inner .holder .btn:hover,
            #section01 .block_02 .container .inner .holder .btn:hover {
              background: #ff1f1b; }
        #section01 .block_01 .container .inner .holder + .holder,
        #section01 .block_02 .container .inner .holder + .holder {
          margin-top: 40px; }
  #section01 .block_01 {
    padding-top: 0; }
    #section01 .block_01 .container {
      padding: 140px 0 0; }
      @media only screen and (max-width: 640px) {
        #section01 .block_01 .container {
          padding: 60px 0 0; } }
      #section01 .block_01 .container .inner {
        margin-top: 80px; }
        @media only screen and (max-width: 640px) {
          #section01 .block_01 .container .inner {
            margin-top: 40px; } }
  #section01 .block_02 {
    position: relative;
    background: #fff;
    padding-bottom: 80px; }
    #section01 .block_02::before {
      content: "";
      background: #cd0400;
      width: 50%;
      height: 30%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 640px) {
        #section01 .block_02::before {
          display: none; } }
    #section01 .block_02 .container::before {
      content: "";
      background: #fff;
      width: 3000px;
      height: 2000px;
      display: block;
      position: absolute;
      bottom: 400px;
      left: -1382px;
      z-index: -1;
      transform: rotate(40deg); }
      @media only screen and (max-width: 640px) {
        #section01 .block_02 .container::before {
          width: 2000px;
          height: 1400px;
          left: -1180px;
          transform: rotate(40deg); } }
  #section01 .document_block {
    background: url(/info/ad/image/common/bg_pattern_03.jpg);
    padding: 40px 0;
    position: relative;
    z-index: 100; }
    @media only screen and (max-width: 640px) {
      #section01 .document_block {
        padding: 20px 0; } }
    #section01 .document_block .documents {
      text-align: center;
      margin-top: 20px;
      display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 640px) {
        #section01 .document_block .documents {
          display: block;
          position: static;
          transform: none; } }
      #section01 .document_block .documents .holder {
        margin: 20px 25px;
        float: left; }
        @media only screen and (max-width: 640px) {
          #section01 .document_block .documents .holder {
            margin: 0;
            float: none; } }
        #section01 .document_block .documents .holder p {
          margin-top: 20px; }
/*#section01 .document_block .documents .holder_lastchild {clear:both;}*/
      #section01 .document_block .documents .holder:nth-child(3),  #section01 .document_block .documents .holder:nth-child(5) {
        clear: both; }
        #section01 .document_block .documents .holder:not(:last-child) {
          margin-bottom: 20px; }
        #section01 .document_block .documents .holder .btn_document {
          color: #fff;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.3;
          text-align: center;
          background: #0a0f93;
          min-width: 450px;
          padding: 16px 20px 16px 50px;
          border-radius: 999px;
          box-shadow: 0 5px 0 0 #151861;
          display: inline-block;
          position: relative;
          transition: all 0.5s ease; }
          @media only screen and (max-width: 640px) {
            #section01 .document_block .documents .holder .btn_document {
              font-size: 16px;
              width: 100%;
              min-width: inherit;
              padding-left: 45px; } }
          #section01 .document_block .documents .holder .btn_document::before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 22px;
            content: "\e807";
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translateY(-50%); }
            @media only screen and (max-width: 640px) {
              #section01 .document_block .documents .holder .btn_document::before {
                left: 20px; } }
          #section01 .document_block .documents .holder .btn_document:hover {
            background: #0f16db; }

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