@charset "UTF-8";
/* CSS Document */
/* common */
@import url(destyle.css);
@import url(fonts.css);
.spbr {
  display: none; }
  @media screen and (max-width: 480px) {
    .spbr {
      display: inline; } }

.pcbr {
  display: inline; }
  @media screen and (max-width: 480px) {
    .pcbr {
      display: none; } }

body {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif; }

section {
  width: 100%;
  background: none; }
  section .section_wrap {
    background: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%; }

#mainvisual {
  width: 100%;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    #mainvisual {
      width: 100%; } }

#insnetend {
  background: url(../img/insend_back.png) top no-repeat;
  background-size: cover;
  padding: 70px 0 78px 0;
  text-align: center; }
  @media screen and (max-width: 480px) {
    #insnetend {
      padding: 18vw 0;
      background-position: right;
      background-size: cover; } }
  #insnetend .attention {
    max-width: 810px;
    background-color: #436EAF;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 auto 37px;
    padding: 9px 27px 20px 27px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      #insnetend .attention {
        width: 92vw;
        padding: 2.6vw 3.2vw 5.8vw 3.2vw;
        margin-bottom: 9vw; } }
    #insnetend .attention h2 {
      font-size: 35px;
      font-weight: bold;
      color: #FEE200;
      margin: 8px 0;
      padding: 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        #insnetend .attention h2 {
          font-size: 7.8vw;
          margin: 2.1vw 0; } }
    #insnetend .attention h2:after {
      content: "";
      flex-grow: 1;
      height: 1px;
      display: block;
      margin-left: .4em;
      background: #ffffff; }
      @media screen and (max-width: 480px) {
        #insnetend .attention h2:after {
          display: none; } }
    #insnetend .attention p {
      font-weight: 400;
      font-size: 15px;
      line-height: calc(23/15);
      color: #ffffff; }
      @media screen and (max-width: 480px) {
        #insnetend .attention p {
          font-size: 13px; } }
    #insnetend .attention strong {
      font-weight: bold;
      color: #FEE200; }
  #insnetend .hayame {
    background: url(../img/arrow_under.png) center top no-repeat;
    background-size: 21px;
    padding-top: 59px; }
    #insnetend .hayame p {
      font-size: 20px;
      line-height: calc(27/20);
      font-weight: bold;
      color: #083D6A; }
      @media screen and (max-width: 480px) {
        #insnetend .hayame p {
          font-size: 14px; } }
    #insnetend .hayame strong {
      font-size: 40px;
      color: #B53415; }
      @media screen and (max-width: 480px) {
        #insnetend .hayame strong {
          font-size: 30px; } }

#nextservice {
  background: url(../img/nextservice_back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 80px 5vw 64px 5vw; }
  @media screen and (max-width: 480px) {
    #nextservice {
      padding: 43px 0 75px 0; } }
  #nextservice h2 {
    max-width: 1000px;
    margin: 0 auto 75px;
    font-size: 35px;
    color: #B53415;
    display: block;
    border-bottom: 2px solid #B53415; }
    @media screen and (max-width: 480px) {
      #nextservice h2 {
        margin-bottom: 50px; } }
    #nextservice h2::after {
      content: "";
      display: block;
      margin: 0 auto;
      position: relative;
      top: 19px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 19px 13px 0 13px;
      border-color: #B53415 transparent transparent transparent; }
    @media screen and (max-width: 480px) {
      #nextservice h2 {
        font-size: 30px; }
        #nextservice h2::after {
          height: 14px; } }
  #nextservice p {
    font-size: 22px;
    font-weight: bold;
    color: #191919;
    line-height: calc(32/22); }
    @media screen and (max-width: 480px) {
      #nextservice p {
        font-size: 18px; } }
  #nextservice .about_ac {
    display: block;
    max-width: 730px;
    background-color: #436EAF;
    border-radius: 10px;
    border: #436EAF 1px solid;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 30px auto 0; }
    @media screen and (max-width: 480px) {
      #nextservice .about_ac {
        width: 88vw;
        margin: 25px auto; } }
    #nextservice .about_ac h3 {
      color: #ffffff;
      font-size: 30px;
      font-weight: bold;
      margin: 0;
      padding: 6px;
      cursor: pointer;
      background-image: url(../img/toggle_btn_close.png);
      background-position: right 5px top 4px;
      background-repeat: no-repeat;
      background-size: auto 44px; }
      @media screen and (max-width: 480px) {
        #nextservice .about_ac h3 {
          font-size: 5.8vw;
          text-align: left;
          height: 50px;
          padding: 10px; } }
    #nextservice .about_ac div {
      background-color: #ffffff;
      height: auto;
      border-radius: 0 0 9px 9px; }
      @media screen and (max-width: 480px) {
        #nextservice .about_ac div {
          text-align: center; } }
    #nextservice .about_ac .ac_content {
      height: auto;
      padding: 0 23px 30px calc(50% + 25px);
      text-align: left;
      background-position: left 16px center;
      background-repeat: no-repeat;
      background-size: auto 258px; }
      @media screen and (max-width: 480px) {
        #nextservice .about_ac .ac_content {
          height: auto;
          overflow: inherit;
          padding: 11px 14px;
          background-position: 50% 60px;
          text-align: center; } }
      #nextservice .about_ac .ac_content p {
        font-size: 14px;
        font-weight: normal;
        line-height: calc(22/14);
        color: #083D6A;
        margin-top: 12px; }
        @media screen and (max-width: 480px) {
          #nextservice .about_ac .ac_content p {
            font-size: 13px;
            text-align: left; } }
        #nextservice .about_ac .ac_content p:nth-child(3) {
          font-size: 17px;
          font-weight: bold;
          line-height: calc(23/17);
          color: #B53415;
          margin-top: 22px; }
          @media screen and (max-width: 480px) {
            #nextservice .about_ac .ac_content p:nth-child(3) {
              text-align: center; } }
    #nextservice .about_ac .btn_open {
      background-image: url(../img/toggle_btn_close.png); }
    #nextservice .about_ac .btn_close {
      background-image: url(../img/toggle_btn_open.png); }
    #nextservice .about_ac .ac-close {
      display: none; }
    #nextservice .about_ac .ac-open {
      display: block; }
    #nextservice .about_ac .adp {
      background-image: url(../img/adp_image.png);
      padding-top: 18px;
      background-size: 50%; }
      #nextservice .about_ac .adp img {
        height: 42px;
        width: auto; }
      @media screen and (max-width: 480px) {
        #nextservice .about_ac .adp {
          padding-top: 0;
          background-size: 90%; }
          #nextservice .about_ac .adp img {
            width: 80%;
            height: auto;
            margin: 15px auto 236px auto; } }
    #nextservice .about_ac .con {
      background-image: url(../img/con_image.png);
      padding-top: 42px;
      background-size: 50%; }
      #nextservice .about_ac .con img {
        height: 31px;
        width: auto; }
      @media screen and (max-width: 480px) {
        #nextservice .about_ac .con {
          padding-top: 0;
          background-size: 90%; }
          #nextservice .about_ac .con img {
            width: 80%;
            height: auto;
            margin: 23px auto 222px auto; } }

#adp_about {
  background-image: url(../img/adp_about_back.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 5%; }
  @media screen and (max-width: 480px) {
    #adp_about {
      padding: 64px 0; } }
  #adp_about .service_outline {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px 50px;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 480px) {
      #adp_about .service_outline {
        width: 92vw;
        padding: 0; } }
  #adp_about h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    padding-top: 47px;
    display: block;
    width: 280px;
    height: 142px;
    position: relative;
    top: -10px;
    background-color: #B53415;
    margin: 0 36px 0 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    float: left; }
    #adp_about h2::after {
      content: "";
      display: block;
      height: 2px;
      width: 90%;
      margin: 0 auto;
      background-color: #ffffff;
      position: relative;
      top: 10px; }
    @media screen and (max-width: 480px) {
      #adp_about h2 {
        width: 218px;
        height: 80px;
        font-size: 31px;
        padding-top: 15px;
        margin-left: 16px;
        top: -20px;
        float: none; } }
  #adp_about p {
    font-size: 16px;
    line-height: calc(24/16);
    font-weight: normal;
    padding: 44px 0 10px 36px; }
    @media screen and (max-width: 480px) {
      #adp_about p {
        padding: 4px 16px; } }
  #adp_about .adp_overview {
    margin: 50px auto;
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 700px) {
      #adp_about .adp_overview {
        margin: 15px auto 55px; } }
    #adp_about .adp_overview p {
      font-size: 13px; }
      @media screen and (max-width: 700px) {
        #adp_about .adp_overview p {
          font-size: 12px;
          margin-top: 25px; } }
    #adp_about .adp_overview dl {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      flex-shrink: 0;
      clear: both;
      max-width: 514px;
      min-height: 96px;
      border: #1F80D7 solid 2px;
      border-radius: 10px;
      margin: 0 auto;
      padding: 13px 50px; }
      @media screen and (max-width: 700px) {
        #adp_about .adp_overview dl {
          display: block;
          width: 268px;
          min-height: auto;
          padding: 8px 0;
          justify-content: center; } }
      #adp_about .adp_overview dl dt {
        margin: 14px 0 0 14px; }
        @media screen and (max-width: 700px) {
          #adp_about .adp_overview dl dt {
            margin: 0 auto; } }
        #adp_about .adp_overview dl dt img {
          width: 248px;
          height: auto; }
          @media screen and (max-width: 700px) {
            #adp_about .adp_overview dl dt img {
              width: 178px; } }
      #adp_about .adp_overview dl dd {
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-size: 12px; }
        @media screen and (max-width: 700px) {
          #adp_about .adp_overview dl dd {
            flex-flow: row;
            gap: 16px; } }
        #adp_about .adp_overview dl dd div {
          display: flex;
          align-items: center;
          margin: 3px 0; }
          #adp_about .adp_overview dl dd div img {
            width: 38px;
            height: auto;
            margin-right: 5px; }
            @media screen and (max-width: 700px) {
              #adp_about .adp_overview dl dd div img {
                width: 30px; } }
  #adp_about .service_overview {
    width: 95%;
    max-width: 800px; }
  #adp_about .con_logo {
    width: clamp(178px, 200px, 200px);
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      #adp_about .con_logo {
        width: 178px; } }
  #adp_about h3 {
    font-size: 22px;
    color: #ffffff;
    border-bottom: #436EAF solid 2px;
    margin: 0%; }
    @media screen and (max-width: 480px) {
      #adp_about h3 {
        border-bottom: #436EAF solid 3px; } }
    #adp_about h3 span {
      height: 38px;
      padding: 5px 32px 0;
      margin: 0 auto;
      display: block;
      width: fit-content;
      background-color: #436EAF;
      border-radius: 10px 10px 0 0; }
      @media screen and (max-width: 480px) {
        #adp_about h3 span {
          height: auto;
          text-align: center;
          padding-bottom: 5px; } }
  #adp_about .adp_case {
    max-width: 842px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      #adp_about .adp_case {
        padding-bottom: 8px; } }
    #adp_about .adp_case p {
      height: auto;
      padding: 15px;
      display: block;
      background-color: #436EAF;
      border-radius: 5px;
      font-size: 14px;
      line-height: calc(22/14);
      color: #ffffff; }
      @media screen and (max-width: 480px) {
        #adp_about .adp_case p {
          width: 90%;
          margin: 0 auto; } }
    #adp_about .adp_case .adp_case_img {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap; }
      #adp_about .adp_case .adp_case_img img {
        display: flex;
        align-content: center;
        width: 391px;
        height: auto;
        margin: 50px 0 40px 0; }
        @media screen and (max-width: 480px) {
          #adp_about .adp_case .adp_case_img img {
            width: 90%;
            margin: 25px auto; } }
    #adp_about .adp_case dl {
      display: grid;
      grid-template-columns: 185px 1fr;
      grid-template-rows: 2fr;
      margin: 19px 0 0 0;
      gap: 2px; }
      @media screen and (max-width: 700px) {
        #adp_about .adp_case dl {
          grid-template-columns: 1fr;
          width: 91%;
          margin: 14px auto; } }
      #adp_about .adp_case dl dt {
        grid-row: 1/3;
        grid-column: 1/2;
        font-size: 18px;
        color: #436EAF;
        display: flex;
        justify-items: center;
        align-items: center;
        background-image: url(../img/adp_case_line.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain; }
        @media screen and (max-width: 700px) {
          #adp_about .adp_case dl dt {
            grid-row: 1;
            grid-column: 1;
            background: none;
            margin-bottom: 7px;
            font-weight: normal; } }
      #adp_about .adp_case dl dd {
        grid-column: 2/3;
        font-size: 12px; }
        @media screen and (max-width: 700px) {
          #adp_about .adp_case dl dd {
            grid-column: 1;
            line-height: calc(22/18); } }

#adp_merit {
  background: url(../img/merit_back.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 80px 0 64px 0; }
  @media screen and (max-width: 480px) {
    #adp_merit {
      background: url(../img/sp_merit_back.png) no-repeat;
      background-size: contain; } }
  #adp_merit h2 {
    max-width: 1000px;
    margin: 0 auto 75px;
    font-size: 35px;
    color: #B53415;
    display: block;
    border-bottom: 2px solid #B53415; }
    @media screen and (max-width: 480px) {
      #adp_merit h2 {
        margin-bottom: 58px; } }
    #adp_merit h2::after {
      content: "";
      display: block;
      margin: 0 auto;
      position: relative;
      top: 19px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 19px 13px 0 13px;
      border-color: #B53415 transparent transparent transparent; }
  #adp_merit ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 63px; }
    @media screen and (max-width: 480px) {
      #adp_merit ul {
        flex-direction: column;
        align-items: center;
        gap: 25px; } }
  #adp_merit li {
    width: 266px;
    min-height: 417px;
    padding: 0px 14px 14px 14px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(77, 96, 136, 0.25) 0 1px 6px; }
    #adp_merit li:nth-child(-n+2) {
      margin-right: 40px; }
      @media screen and (max-width: 480px) {
        #adp_merit li:nth-child(-n+2) {
          margin-right: 0px; } }
    #adp_merit li dt {
      font-size: 23px;
      font-weight: bold;
      line-height: calc(31/23);
      color: #083D6A;
      text-align: center;
      padding: 5px;
      height: 290px; }
      #adp_merit li dt img {
        display: block;
        max-height: 200px;
        width: auto;
        margin: 0 auto 10px; }
    #adp_merit li dd {
      font-size: 14px;
      line-height: calc(23/14);
      text-align: left; }
  #adp_merit p {
    font-size: 23px;
    line-height: calc(34/23);
    font-weight: bold;
    color: #B53415; }
  #adp_merit a {
    text-decoration: none; }
  #adp_merit button {
    color: #ffffff;
    width: 300px;
    height: 55px;
    margin: 20px auto;
    border: none;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    background-color: #E87410;
    cursor: pointer; }
    #adp_merit button:hover {
      opacity: .8; }

#adp_flow {
  margin: 0 auto;
  background-color: #ffffff;
  background: url(../img/flow_back.svg) top no-repeat;
  background-size: auto 236px;
  text-align: center; }
  #adp_flow h2 {
    margin: 0 auto;
    padding-top: 140px;
    font-size: 40px;
    color: #ffffff; }
  #adp_flow ul {
    max-width: 864px;
    margin: 117px auto;
    text-align: left;
    padding: 0 3vw; }
    #adp_flow ul li {
      position: relative;
      left: 29px;
      border-left: dotted 2px #436EAF;
      min-height: 150px; }
      #adp_flow ul li::after {
        content: url(../img/flow_arrow.svg);
        position: relative;
        bottom: 20px;
        left: calc((50% - 30px) - 30px); }
      #adp_flow ul li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 58px;
        height: 58px;
        position: relative;
        left: -29px;
        background-color: #436EAF;
        border-radius: 50%;
        font-size: 30px;
        padding: 30px 0;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        float: left;
        margin-right: 0; }
      #adp_flow ul li:last-child {
        border-left: none;
        clear: both; }
        #adp_flow ul li:last-child::after {
          content: ""; }
    #adp_flow ul dl {
      text-align: left;
      min-height: 140px;
      position: relative;
      left: -29px;
      bottom: 10px;
      padding: 10px 0 15px 70px;
      border-bottom: solid 1px #436EAF; }
      @media screen and (max-width: 480px) {
        #adp_flow ul dl {
          padding-bottom: 30px; } }
    #adp_flow ul dt {
      font-size: 25px;
      font-weight: bold;
      color: #436EAF;
      padding: 10px 0; }
    #adp_flow ul dd {
      font-size: 16px;
      line-height: calc(24/16);
      font-weight: normal; }

#adp_faq {
  background-color: #EDF3F7;
  padding: 86px 5vw; }
  #adp_faq h2 {
    font-size: 30px;
    color: #083D6A;
    display: block;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: solid 1px #083D6A; }
  #adp_faq dl {
    max-width: 930px;
    margin: 0 auto 15px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 3px; }
    #adp_faq dl dt {
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 1.4;
      color: #083D6A;
      min-height: 48px;
      padding: 0 20px 0 0;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        #adp_faq dl dt {
          font-size: 15px;
          font-weight: normal; } }
      #adp_faq dl dt::before {
        content: url(../img/faq_icon_q.svg);
        margin: 15px 15px 10px 21px; }
      #adp_faq dl dt::after {
        content: url(../img/faq_icon_open.svg);
        margin-left: auto; }
    #adp_faq dl .faq_close::after {
      content: url(../img/faq_icon_close.svg);
      margin-left: auto; }
    #adp_faq dl dd {
      display: flex;
      font-size: 12px;
      line-height: 1.4;
      color: #191919;
      padding: 0 10% 25px 85px;
      display: none;
      background: url(../img/faq_icon_a.svg) top no-repeat;
      background-position: 20px 0px; }
      #adp_faq dl dd p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          #adp_faq dl dd p {
            font-size: 13px; } }
      #adp_faq dl dd a {
        color: #436EAF; }

#adp_topics {
  max-width: 1000px;
  margin: 60px auto; }
  #adp_topics h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
  #adp_topics dl {
    clear: both;
    border-bottom: solid 1px #7E7E7E;
    min-height: 60px;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      #adp_topics dl {
        margin-left: 3vw;
        margin-right: 3vw; } }
    #adp_topics dl dt {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      float: left;
      margin-left: 10px; }
      @media screen and (max-width: 480px) {
        #adp_topics dl dt {
          text-align: left; } }
    #adp_topics dl dd {
      font-weight: normal;
      margin-left: 140px;
      margin-top: 10px; }
      #adp_topics dl dd span {
        width: auto;
        padding: 0 10px;
        background-color: #E8EEF2; }

#adp_rights {
  background-color: #F7F7F7;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 10px #E6E6E6; }
  #adp_rights p {
    width: 1000px;
    text-align: left;
    font-size: 11px;
    line-height: 1.3; }
    @media screen and (max-width: 480px) {
      #adp_rights p {
        width: 90vw;
        margin: 0 auto; } }

#nav_bottom {
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #64749F; }
  #nav_bottom ul {
    max-width: 900px;
    margin: 15px auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      #nav_bottom ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: auto;
        margin: 0 60px 20px; } }
    #nav_bottom ul li {
      margin: 5px 10px; }
      @media screen and (max-width: 480px) {
        #nav_bottom ul li {
          margin: 10px 0 15px 0px; } }
  #nav_bottom .spimg {
    display: none; }
    @media screen and (max-width: 480px) {
      #nav_bottom .spimg {
        display: block;
        width: 267px;
        margin: 34px auto 10px; } }

#other_solutions {
  margin: 0 auto 70px auto; }
  #other_solutions h3 {
    margin: 64px auto 30px;
    color: #083D6A;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center; }
    #other_solutions h3 span {
      color: #191919;
      font-size: 15px; }
  #other_solutions ul {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      #other_solutions ul {
        flex-direction: column;
        align-items: center;
        gap: 17px; } }
    #other_solutions ul li:nth-child(1) {
      margin-right: 40px; }
      @media screen and (max-width: 480px) {
        #other_solutions ul li:nth-child(1) {
          margin: 0; } }
    #other_solutions ul a {
      text-decoration: none;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 0 30px;
      width: 350px;
      height: 65px;
      border-radius: 5px;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
      font-size: 21px;
      font-weight: bold;
      color: #ffffff; }
      #other_solutions ul a img {
        height: 35px;
        width: auto; }
      #other_solutions ul a:hover {
        opacity: .8; }
      #other_solutions ul a::before {
        content: ""; }
    #other_solutions ul .btn_blue {
      background-color: #436EAF; }
    #other_solutions ul .btn_orange {
      background-color: #E87410; }
    #other_solutions ul .btn_white {
      border: 1px solid #9D9898;
      border-radius: 5px; }
  #other_solutions .btn_banking a::after {
    content: url(../img/other_window_icon_white.png);
    transform: scale(0.5);
    flex-basis: 0; }
  #other_solutions .btn_solutions a::after {
    content: url(../img/other_window_icon_gray.png);
    transform: scale(0.5);
    flex-basis: 0; }

.nav-area {
  border-bottom: #6485c1 2px solid; }
  .nav-area ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 990px;
    margin: 0 auto;
    padding: 0; }
  .nav-area ul li {
    list-style: none;
    font-size: 16px;
    text-align: center;
    flex-grow: 1;
    margin: auto;
    padding: 20px 0 14px; }
    .nav-area ul li span {
      display: block;
      color: #4d6a9f;
      font-size: 12px;
      padding-top: 3px; }
    .nav-area ul li a {
      text-decoration: none;
      color: #000; }

.toggle {
  display: none; }

.bkg_white {
  padding-bottom: 90px !important;
  background: #fff; }

#inquiry {
  background: url(../common/foot_inquiry_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 45px 0 50px;
  /*Solution index*/ }
  #inquiry h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 1.5; }
    #inquiry h3 span {
      font-size: 14px; }
  #inquiry p {
    text-align: center;
    margin-bottom: 45px; }
  #inquiry dl {
    width: 40%;
    display: inline-block;
    border: 2px solid #ccc;
    margin: 0 5%;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3); }
  #inquiry dt {
    float: left;
    line-height: 0;
    text-align: left; }
  #inquiry dd {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 20%;
    font-size: 20px;
    line-height: 0; }
  #inquiry a {
    color: #fff;
    text-decoration: none; }
  #inquiry ul.nttdatajpn-toc-list li {
    text-indent: inherit; }
  #inquiry .nttdatajpn-column.nttdatajpn-grid-1\/5-new {
    margin: 0 10px 10px 0 !important;
    width: 184px; }
  #inquiry .newTextLink {
    height: 90px;
    display: flex !important;
    border-bottom: 1px solid #dbdbdb;
    align-items: center;
    justify-content: center;
    color: #19397B !important;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
    margin: 0 -12px;
    text-align: center;
    font-feature-settings: "palt"; }
  #inquiry .newTextLink:hover {
    opacity: 0.7; }
  #inquiry .newTextLinkThumb {
    border-bottom: 1px solid #DBDBDB !important; }
  #inquiry div.nttdatajpn-structure-content-rpsv {
    max-width: 990px;
    margin: 0 auto;
    padding: 0;
    text-align: left; }
  #inquiry div.nttdatajpn-structure-content-rpsv:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0; }

#other {
  padding: 70px 0 80px;
  margin-bottom: 75px;
  background: #f7f7f7;
  box-sizing: border-box; }
  #other h3 {
    margin-bottom: 45px;
    color: #466cb1;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center; }
    #other h3 span {
      color: #282828;
      font-size: 14px; }
  #other a {
    color: inherit;
    text-decoration: none; }

@media screen and (max-width: 800px) {
  .pc {
    display: none; }

  .sp {
    display: block !important; }

  .toggle {
    padding: 10px;
    position: relative;
    background-color: #466cb1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    display: block;
    color: #fff; }

  .toggle:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(../common/ico_open.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 0;
    display: block; }

  .toggle2:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(../common/ico_close.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 0;
    display: block; }

  .nav-area ul {
    display: none; }

  .nav-area ul li {
    padding: 10px;
    border-top: 1px dashed #d9e1ef;
    display: inherit; }

  .nav-area ul li.present {
    border-bottom: none;
    background-color: #fafafa; }

  .nav-area ul.sp_subMenu {
    margin: 10px; }

  .nav-area ul.sp_subMenu li {
    display: inline;
    border-top: none;
    font-size: 14px; }

  .nav-area ul.sp_subMenu li a {
    color: #595959; }

  .nav-area ul li:first-child {
    border-top: none; }

  #pc_subMenu_wrap {
    display: none; }

  #inquiry dl {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px; }

  #inquiry dd {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    bottom: auto;
    top: auto;
    margin-top: 10px; }

  figure,
  figure img {
    max-width: 100%; }

  .flxInner2,
  .flxInner3 {
    width: 100%;
    margin-bottom: 10px !important; } }
