@media screen and (max-width: 800px) {
  #secondHeader {
    width: 100%;
    height: 100px; }
    #secondHeader .inner {
      height: 100px;
      margin: 0 auto;
      position: relative; }
      #secondHeader .inner:before {
        content: "";
        display: block;
        width: 100px;
        height: 100px;
        background-color: #ecf9ff;
        position: absolute;
        top: 20px;
        left: 50px;
        border-radius: 10px; }
      #secondHeader .inner #pageName {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        height: 100px;
        line-height: 1;
        margin: 0 auto;
        padding-top: 30px; }
        #secondHeader .inner #pageName .ja {
          order: 2;
          font-size: 2.8rem;
          font-weight: 700;
          color: #1f336b; }
        #secondHeader .inner #pageName .en {
          order: 1;
          font-size: 1.4rem;
          font-weight: 700;
          color: #1f336b;
          text-transform: uppercase; }
  main {
    margin-top: 50px; }
  #pankuzu {
    padding: 20px 0 50px; }
    #pankuzu ul {
      list-style: none;
      width: 90%;
      margin: 0 auto;
      display: flex;
      font-size: 1.4rem;
      line-height: 1; }
      #pankuzu ul li {
        color: #1f336b; }
        #pankuzu ul li + li {
          padding-left: 30px;
          position: relative; }
          #pankuzu ul li + li:before {
            content: "";
            display: block;
            width: 10px;
            height: 1px;
            background-color: #1f336b;
            position: absolute;
            top: 7px;
            left: 10px; }
        #pankuzu ul li a {
          color: #8c9294;
          text-decoration: none; }
          #pankuzu ul li a:hover {
            text-decoration: underline;
            color: #1f336b; }
  #bizRead {
    padding: 0 0 40px;
    width: 95%;
    margin: 0 auto; }
    #bizRead h2 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #1f336b; }
    #bizRead p {
      margin-top: 30px; }
  .bizSect {
    padding: 50px 0; }
    .bizSect:nth-of-type(even) {
      background-color: #ecf9ff; }
    .bizSect .inner {
      width: 90%;
      margin: 0 auto; }
      .bizSect .inner .txt h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        .bizSect .inner .txt h2 span.en {
          font-size: 1.2rem;
          position: relative;
          padding-left: 20px; }
          .bizSect .inner .txt h2 span.en:before {
            content: "";
            display: block;
            width: 13px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        .bizSect .inner .txt h2 span.ja {
          font-size: 2.4rem;
          margin-top: 10px; }
      .bizSect .inner .txt p {
        margin-top: 30px; }
        .bizSect .inner .txt p strong {
          font-size: 1.2em;
          color: #1f336b; }
        .bizSect .inner .txt p .numL {
          font-size: 1.5em;
          color: #fa9200; }
      .bizSect .inner .img {
        text-align: center;
        width: 80%;
        margin: 30px auto 0; }
        .bizSect .inner .img img {
          max-width: 100%;
          width: 100%;
          height: auto; }
  #bizOther {
    background-image: url(../images/biz/other-bg.png);
    padding: 40px 0; }
    #bizOther .inner {
      width: 90%;
      margin: 0 auto; }
      #bizOther .inner .txt h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #bizOther .inner .txt h2 span.en {
          font-size: 1.2rem;
          position: relative;
          padding-left: 20px; }
          #bizOther .inner .txt h2 span.en:before {
            content: "";
            display: block;
            width: 13px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #bizOther .inner .txt h2 span.ja {
          font-size: 2.4rem;
          margin-top: 10px; }
      #bizOther .inner .otherCont {
        background-color: #fff;
        padding: 20px 15px;
        margin-top: 30px; }
  #aboutIntro {
    background-image: url(../images/biz/other-bg.png);
    position: relative; }
    #aboutIntro:before {
      content: "";
      display: block;
      width: 100%;
      height: 50px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    #aboutIntro .inner {
      width: 90%;
      margin: 0 auto;
      position: relative;
      z-index: 10; }
      #aboutIntro .inner .txt h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1f336b; }
      #aboutIntro .inner .txt p {
        margin-top: 30px; }
      #aboutIntro .inner .img {
        text-align: center;
        padding: 20px 0; }
        #aboutIntro .inner .img img {
          max-width: 100%;
          width: 100%;
          height: auto; }
  #aboutOffice {
    padding-top: 50px;
    padding-bottom: 20px; }
    #aboutOffice .inner {
      width: 90%;
      margin: 0 auto;
      position: relative; }
      #aboutOffice .inner .txt h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #aboutOffice .inner .txt h2 span.en {
          font-size: 1.2rem;
          position: relative;
          padding-left: 20px; }
          #aboutOffice .inner .txt h2 span.en:before {
            content: "";
            display: block;
            width: 13px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #aboutOffice .inner .txt h2 span.ja {
          font-size: 2.4rem;
          margin-top: 10px; }
      #aboutOffice .inner .txt #aboutList {
        margin: 10px 0 0 0; }
        #aboutOffice .inner .txt #aboutList dl {
          padding: 20px 0 10px; }
          #aboutOffice .inner .txt #aboutList dl dt {
            background-color: #ecf9ff;
            padding: 5px 5px; }
          #aboutOffice .inner .txt #aboutList dl dd {
            margin-top: 10px; }
      #aboutOffice .inner .map {
        margin-top: 40px; }
        #aboutOffice .inner .map iframe {
          height: 300px; }
  .robo {
    font-family: 'Roboto', sans-serif; }
  #price {
    position: relative;
    padding-top: 46px; }
    #price h2 {
      width: 100%;
      height: 320px;
      background-color: #ecf9ff;
      position: absolute;
      top: 0;
      left: 0; }
      #price h2 span {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        color: #fff;
        font-size: 6rem;
        line-height: 1;
        max-width: 1160px;
        width: 95%;
        height: 100px;
        margin: 0 auto;
        font-weight: 400; }
    #price #priceList {
      position: relative;
      z-index: 10;
      width: 90%;
      margin: 0 auto; }
      #price #priceList .item {
        width: 100%;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 3px 15px rgba(31, 51, 107, 0.2); }
        #price #priceList .item + .item {
          margin-top: 40px; }
        #price #priceList .item h3 {
          width: 166px;
          height: 77px;
          margin: 0 auto;
          background-color: #1f336b;
          color: #fff;
          border-radius: 0 0 100px 100px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          line-height: 1;
          font-weight: 400;
          box-shadow: 0 5px 0 #8ed8fa; }
          #price #priceList .item h3 span.ja {
            font-size: 1.8rem; }
          #price #priceList .item h3 span.en {
            font-size: 3.8rem;
            margin-top: 10px; }
        #price #priceList .item .price {
          line-height: 1;
          color: #1f336b;
          text-align: center;
          font-weight: 700;
          margin-top: 15px; }
          #price #priceList .item .price .num {
            font-size: 5.4rem;
            color: #fa9200;
            font-weight: 400; }
        #price #priceList .item p {
          font-size: 1.4rem;
          padding: 0 40px 40px;
          margin-top: 15px; }
  #servicePlan,
  #serviceOption,
  #ServiceModel,
  #serviceFlow {
    margin-top: 50px; }
    #servicePlan .inner,
    #serviceOption .inner,
    #ServiceModel .inner,
    #serviceFlow .inner {
      width: 90%;
      margin: 0 auto; }
      #servicePlan .inner h2 span,
      #serviceOption .inner h2 span,
      #ServiceModel .inner h2 span,
      #serviceFlow .inner h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #servicePlan .inner h2 span.en,
        #serviceOption .inner h2 span.en,
        #ServiceModel .inner h2 span.en,
        #serviceFlow .inner h2 span.en {
          font-size: 1.2rem;
          position: relative;
          padding-left: 20px; }
          #servicePlan .inner h2 span.en:before,
          #serviceOption .inner h2 span.en:before,
          #ServiceModel .inner h2 span.en:before,
          #serviceFlow .inner h2 span.en:before {
            content: "";
            display: block;
            width: 13px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #servicePlan .inner h2 span.ja,
        #serviceOption .inner h2 span.ja,
        #ServiceModel .inner h2 span.ja,
        #serviceFlow .inner h2 span.ja {
          font-size: 2.4rem;
          margin-top: 10px; }
  #servicePlan .plan {
    margin-top: 30px; }
    #servicePlan .plan table {
      border-collapse: collapse;
      width: 100%; }
      #servicePlan .plan table tr:nth-of-type(even) td {
        background-color: #ecf9ff; }
      #servicePlan .plan table th {
        background-color: #1f336b;
        color: #fff;
        font-weight: 400;
        padding: 10px 3px; }
        #servicePlan .plan table th + th {
          border-left: 1px solid #fff; }
      #servicePlan .plan table td {
        text-align: center;
        border-bottom: 1px solid #d3daeb;
        padding: 5px 3px; }
        #servicePlan .plan table td:nth-of-type(1) {
          text-align: left; }
  #serviceOption #optionList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px; }
    #serviceOption #optionList .item {
      width: calc((100% - 16px) / 2);
      border: 1px solid #d3daeb;
      border-radius: 20px;
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px 0; }
      #serviceOption #optionList .item .icon {
        width: 100px;
        padding-top: 100px;
        position: relative; }
        #serviceOption #optionList .item .icon img {
          max-width: 100px;
          max-height: 100px;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          display: block; }
      #serviceOption #optionList .item .name {
        font-size: 1.6rem;
        font-weight: 700;
        color: #1f336b;
        margin: 5px auto 0;
        width: 90%;
        text-align: center;
        line-height: 1.3; }
  #ServiceModel .case {
    margin-top: 30px; }
    #ServiceModel .case h3 {
      font-size: 1.8rem;
      color: #1f336b;
      border-bottom: 1px solid #1f336b; }
    #ServiceModel .case table.caseTable {
      border-collapse: collapse;
      width: 100%;
      margin: 20px auto 0;
      border: 1px solid #d3daeb; }
      #ServiceModel .case table.caseTable th {
        background-color: #1f336b;
        color: #fff;
        padding: 10px 3px;
        border: 1px solid #d3daeb; }
      #ServiceModel .case table.caseTable td {
        padding: 10px 3px;
        text-align: center;
        font-weight: 700;
        color: #1f336b;
        font-size: 1.6rem;
        border: 1px solid #d3daeb; }
        #ServiceModel .case table.caseTable td .num {
          font-size: 3rem;
          color: #fa9200; }
  #serviceFlow {
    background-color: #ecf9ff;
    padding: 40px 0; }
    #serviceFlow .flow ul {
      list-style: none;
      position: relative;
      margin-top: 30px; }
      #serviceFlow .flow ul li {
        position: relative;
        height: 80px;
        width: 100%;
        border-radius: 40px;
        display: flex;
        background-color: #fff; }
        #serviceFlow .flow ul li .num {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          background-color: #8ed8fa;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
        #serviceFlow .flow ul li .title {
          display: flex;
          flex: 1;
          align-items: center;
          color: #1f336b;
          font-size: 1.8rem;
          font-weight: 700;
          padding: 0 10px 0 20px; }
        #serviceFlow .flow ul li + li {
          margin: 30px 0 0; }
          #serviceFlow .flow ul li + li:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 15px solid #1f336b;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            left: 0;
            right: 0;
            top: -20px;
            margin: 0 auto; } }

@media screen and (min-width: 800px) {
  main {
    margin-top: 50px; }
  .robo {
    font-family: 'Roboto', sans-serif; } }

@media print, screen and (min-width: 801px) {
  #secondHeader {
    width: 100%;
    height: 250px; }
    #secondHeader .inner {
      width: 1160px;
      height: 250px;
      margin: 0 auto;
      position: relative; }
      #secondHeader .inner:before {
        content: "";
        display: block;
        width: 210px;
        height: 210px;
        background-color: #ecf9ff;
        position: absolute;
        top: 20px;
        left: 50px;
        border-radius: 20px; }
      #secondHeader .inner #pageName {
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        width: 100%;
        height: 250px;
        line-height: 1; }
        #secondHeader .inner #pageName .ja {
          font-size: 4.2rem;
          font-weight: 700;
          color: #1f336b; }
        #secondHeader .inner #pageName .en {
          font-size: 1.8rem;
          font-weight: 700;
          color: #1f336b;
          margin-left: 20px;
          text-transform: uppercase; }
  main {
    margin-top: 50px; }
  #pankuzu {
    padding: 45px 0; }
    #pankuzu ul {
      list-style: none;
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      display: flex;
      font-size: 1.4rem;
      line-height: 1; }
      #pankuzu ul li {
        color: #1f336b; }
        #pankuzu ul li + li {
          padding-left: 30px;
          position: relative; }
          #pankuzu ul li + li:before {
            content: "";
            display: block;
            width: 10px;
            height: 1px;
            background-color: #1f336b;
            position: absolute;
            top: 7px;
            left: 10px; }
        #pankuzu ul li a {
          color: #8c9294;
          text-decoration: none; }
          #pankuzu ul li a:hover {
            text-decoration: underline;
            color: #1f336b; }
  #bizRead {
    padding: 40px 0 80px; }
    #bizRead h2 {
      font-size: 2.8rem;
      font-weight: 700;
      text-align: center;
      color: #1f336b; }
    #bizRead p {
      font-size: 1.8rem;
      text-align: center;
      margin-top: 30px; }
  .bizSect {
    padding: 60px 0; }
    .bizSect:nth-of-type(even) {
      background-color: #ecf9ff; }
      .bizSect:nth-of-type(even) .txt {
        order: 1; }
      .bizSect:nth-of-type(even) .img {
        order: 2; }
    .bizSect:nth-of-type(odd) .txt {
      order: 2; }
    .bizSect:nth-of-type(odd) .img {
      order: 1; }
    .bizSect .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      display: flex; }
      .bizSect .inner .txt {
        width: 50%; }
        .bizSect .inner .txt h2 span {
          display: block;
          line-height: 1;
          font-weight: 700;
          color: #1f336b; }
          .bizSect .inner .txt h2 span.en {
            font-size: 1.4rem;
            position: relative;
            padding-left: 30px; }
            .bizSect .inner .txt h2 span.en:before {
              content: "";
              display: block;
              width: 15px;
              height: 3px;
              background-color: #fa9200;
              position: absolute;
              top: 3px;
              left: 0;
              -webkit-transform: rotate(-30deg);
                      transform: rotate(-30deg); }
          .bizSect .inner .txt h2 span.ja {
            font-size: 3.2rem;
            margin-top: 15px; }
        .bizSect .inner .txt p {
          margin-top: 25px;
          line-height: 2; }
          .bizSect .inner .txt p strong {
            color: #1f336b;
            font-size: 1.2em; }
          .bizSect .inner .txt p .numL {
            font-size: 1.5em;
            color: #fa9200; }
      .bizSect .inner .img {
        width: 50%;
        text-align: center; }
  #bizOther {
    background-image: url(../images/biz/other-bg.png);
    padding: 70px 0; }
    #bizOther .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      display: flex;
      align-items: center; }
      #bizOther .inner .txt h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #bizOther .inner .txt h2 span.en {
          font-size: 1.4rem;
          position: relative;
          padding-left: 30px; }
          #bizOther .inner .txt h2 span.en:before {
            content: "";
            display: block;
            width: 15px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #bizOther .inner .txt h2 span.ja {
          font-size: 3.2rem;
          margin-top: 15px; }
      #bizOther .inner .otherCont {
        background-color: #fff;
        flex: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 60px;
        padding: 30px 0; }
  #aboutIntro {
    background-image: url(../images/biz/other-bg.png);
    position: relative; }
    #aboutIntro:before {
      content: "";
      display: block;
      width: 100%;
      height: 90px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    #aboutIntro .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      display: flex; }
      #aboutIntro .inner .txt {
        order: 2;
        margin-left: 40px; }
        #aboutIntro .inner .txt h2 {
          margin-top: 30px;
          font-size: 2.8rem;
          font-weight: 700;
          color: #1f336b; }
        #aboutIntro .inner .txt p {
          margin-top: 50px; }
      #aboutIntro .inner .img {
        order: 1; }
  #aboutOffice {
    padding-top: 80px;
    padding-bottom: 50px; }
    #aboutOffice .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      display: flex;
      align-items: flex-end; }
      #aboutOffice .inner .txt {
        flex: 1; }
        #aboutOffice .inner .txt h2 span {
          display: block;
          line-height: 1;
          font-weight: 700;
          color: #1f336b; }
          #aboutOffice .inner .txt h2 span.en {
            font-size: 1.4rem;
            position: relative;
            padding-left: 30px; }
            #aboutOffice .inner .txt h2 span.en:before {
              content: "";
              display: block;
              width: 15px;
              height: 3px;
              background-color: #fa9200;
              position: absolute;
              top: 3px;
              left: 0;
              -webkit-transform: rotate(-30deg);
                      transform: rotate(-30deg); }
          #aboutOffice .inner .txt h2 span.ja {
            font-size: 3.2rem;
            margin-top: 15px; }
        #aboutOffice .inner .txt #aboutList {
          margin: 70px 40px 0 0;
          border-top: 1px solid #d3daeb; }
          #aboutOffice .inner .txt #aboutList dl {
            display: flex;
            border-bottom: 1px solid #d3daeb;
            padding: 20px 0; }
            #aboutOffice .inner .txt #aboutList dl dt {
              width: 280px; }
            #aboutOffice .inner .txt #aboutList dl dd {
              flex: 1; }
      #aboutOffice .inner .map {
        width: 300px; }
        #aboutOffice .inner .map iframe {
          height: 489px; }
  .robo {
    font-family: 'Roboto', sans-serif; }
  #price {
    position: relative;
    padding-top: 80px; }
    #price h2 {
      width: 100%;
      height: 320px;
      background-color: #ecf9ff;
      position: absolute;
      top: 0;
      left: 0; }
      #price h2 span {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        color: #fff;
        font-size: 100px;
        line-height: 1;
        max-width: 1160px;
        width: 95%;
        height: 100px;
        margin: 0 auto;
        font-weight: 400; }
    #price #priceList {
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between;
      max-width: 1160px;
      width: 95%;
      margin: 0 auto; }
      #price #priceList.center {
        justify-content: center; }
        #price #priceList.center .item {
          margin: 0 30px; }
      #price #priceList .item {
        width: calc((100% - 60px) / 3);
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 3px 15px rgba(31, 51, 107, 0.2); }
        #price #priceList .item h3 {
          width: 166px;
          height: 77px;
          margin: 0 auto;
          background-color: #1f336b;
          color: #fff;
          border-radius: 0 0 100px 100px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          line-height: 1;
          font-weight: 400;
          box-shadow: 0 5px 0 #8ed8fa; }
          #price #priceList .item h3 span.ja {
            font-size: 1.8rem; }
          #price #priceList .item h3 span.en {
            font-size: 3.8rem;
            margin-top: 10px; }
        #price #priceList .item .price {
          font-size: 2.1rem;
          line-height: 1;
          color: #1f336b;
          text-align: center;
          font-weight: 700;
          margin-top: 25px; }
          #price #priceList .item .price .num {
            font-size: 6.6rem;
            color: #fa9200;
            font-weight: 400; }
        #price #priceList .item p {
          font-size: 1.6rem;
          line-height: 1.4;
          padding: 0 40px 40px;
          margin-top: 25px; }
  #servicePlan,
  #serviceOption,
  #ServiceModel,
  #serviceFlow {
    margin-top: 70px; }
    #servicePlan .inner,
    #serviceOption .inner,
    #ServiceModel .inner,
    #serviceFlow .inner {
      max-width: 1160px;
      width: 95%;
      margin: 0 auto; }
      #servicePlan .inner h2 span,
      #serviceOption .inner h2 span,
      #ServiceModel .inner h2 span,
      #serviceFlow .inner h2 span {
        display: block;
        line-height: 1;
        font-weight: 700;
        color: #1f336b; }
        #servicePlan .inner h2 span.en,
        #serviceOption .inner h2 span.en,
        #ServiceModel .inner h2 span.en,
        #serviceFlow .inner h2 span.en {
          font-size: 1.4rem;
          position: relative;
          padding-left: 30px; }
          #servicePlan .inner h2 span.en:before,
          #serviceOption .inner h2 span.en:before,
          #ServiceModel .inner h2 span.en:before,
          #serviceFlow .inner h2 span.en:before {
            content: "";
            display: block;
            width: 15px;
            height: 3px;
            background-color: #fa9200;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg); }
        #servicePlan .inner h2 span.ja,
        #serviceOption .inner h2 span.ja,
        #ServiceModel .inner h2 span.ja,
        #serviceFlow .inner h2 span.ja {
          font-size: 3.2rem;
          margin-top: 15px; }
  #servicePlan .plan {
    margin-top: 40px; }
    #servicePlan .plan table {
      border-collapse: collapse;
      width: 100%; }
      #servicePlan .plan table tr:nth-of-type(even) td {
        background-color: #ecf9ff; }
      #servicePlan .plan table th {
        background-color: #1f336b;
        color: #fff;
        font-weight: 400;
        padding: 20px; }
        #servicePlan .plan table th + th {
          border-left: 1px solid #fff; }
      #servicePlan .plan table td {
        text-align: center;
        width: 25%;
        border-bottom: 1px solid #d3daeb;
        padding: 20px; }
        #servicePlan .plan table td:nth-of-type(1) {
          text-align: left; }
  #serviceOption #optionList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #serviceOption #optionList .item {
      width: calc((100% - 80px) / 3);
      border: 1px solid #d3daeb;
      border-radius: 20px;
      margin-left: 40px;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px 0; }
      #serviceOption #optionList .item .name {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1f336b;
        margin-top: 10px; }
      #serviceOption #optionList .item:nth-of-type(3n + 1) {
        margin-left: 0; }
  #ServiceModel .case {
    margin-top: 40px; }
    #ServiceModel .case h3 {
      font-size: 2.4rem;
      color: #1f336b;
      border-bottom: 1px solid #1f336b; }
    #ServiceModel .case table.caseTable {
      border-collapse: collapse;
      width: 80%;
      margin: 30px auto 0;
      border: 1px solid #d3daeb; }
      #ServiceModel .case table.caseTable th {
        background-color: #1f336b;
        color: #fff;
        padding: 15px;
        border: 1px solid #d3daeb; }
      #ServiceModel .case table.caseTable td {
        padding: 15px;
        text-align: center;
        font-weight: 700;
        color: #1f336b;
        font-size: 2.1rem;
        border: 1px solid #d3daeb; }
        #ServiceModel .case table.caseTable td .num {
          font-size: 4.6rem;
          color: #fa9200; }
  #serviceFlow {
    background-color: #ecf9ff;
    padding: 80px 0; }
    #serviceFlow .flow ul {
      list-style: none;
      position: relative;
      margin-top: 40px; }
      #serviceFlow .flow ul li {
        position: relative;
        height: 80px;
        width: 100%;
        border-radius: 40px;
        display: flex;
        background-color: #fff; }
        #serviceFlow .flow ul li .num {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          background-color: #8ed8fa;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
        #serviceFlow .flow ul li .title {
          display: flex;
          flex: 1;
          align-items: center;
          color: #1f336b;
          font-size: 2.4rem;
          font-weight: 700;
          padding: 0 60px; }
        #serviceFlow .flow ul li + li {
          margin: 30px 0 0; }
          #serviceFlow .flow ul li + li:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 15px solid #1f336b;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            left: 0;
            right: 0;
            top: -20px;
            margin: 0 auto; } }

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