@charset "UTF-8";
/*英文フォント*/
/*事業内容*/
/*会社概要*/
/*---------------------------
business.scss
----------------------------*/
#business_content > .list {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 4.0em;
  padding-top: 2.5em; }
  @media screen and (max-width: 640px) {
    #business_content > .list {
      /*sp*/
      width: 80%;
      margin-bottom: 1.0rem; } }
  #business_content > .list ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    list-style: none; }
    #business_content > .list ul li {
      width: 31%; }
      @media screen and (max-width: 640px) {
        #business_content > .list ul li {
          /*sp*/
          width: 100%;
          margin-bottom: 0.3rem; }
          #business_content > .list ul li:last-child {
            margin-bottom: 0; } }
      #business_content > .list ul li a {
        display: block;
        border: 2px solid #ccc;
        padding: 1.2em 1.5em;
        padding-left: 5.0em;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 5% center;
        background-size: 18%;
        position: relative;
        transition: transform .3s; }
        @media screen and (max-width: 640px) {
          #business_content > .list ul li a {
            /*sp*/
            padding: 1.0rem;
            font-size: 0.8rem;
            line-height: 0.8rem;
            background-position: 5% center;
            background-size: 15%;
            text-align: center;
            padding-left: 2.0rem; } }
        #business_content > .list ul li a span {
          display: block;
          font-size: 2.0em;
          margin-bottom: 10px;
          font-family: "Oswald", sans-serif;
          font-weight: 300;
          letter-spacing: 2px; }
          @media screen and (max-width: 640px) {
            #business_content > .list ul li a span {
              /*sp*/
              font-size: 1.6rem; } }
        #business_content > .list ul li a:hover {
          padding-left: 1.5em;
          background-image: none !important;
          color: #fff !important; }
          #business_content > .list ul li a:hover span {
            color: #fff; }
        #business_content > .list ul li a::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          content: '';
          background-color: #000;
          transform-origin: right top;
          transform: scale(0, 1);
          transition: transform .3s; }
        #business_content > .list ul li a:hover::before {
          transform-origin: left top;
          transform: scale(1, 1); }
      #business_content > .list ul li:nth-of-type(1) a {
        border-color: #007BA8;
        color: #007BA8;
        background-image: url(../img/business/business_icon.png); }
        #business_content > .list ul li:nth-of-type(1) a::before {
          background-color: #007BA8; }
      #business_content > .list ul li:nth-of-type(2) a {
        border-color: #FBA839;
        color: #FBA839;
        background-image: url(../img/business/software_icon.png); }
        #business_content > .list ul li:nth-of-type(2) a::before {
          background-color: #FBA839; }
      #business_content > .list ul li:nth-of-type(3) a {
        border-color: #54B629;
        color: #54B629;
        background-image: url(../img/business/mobile_icon.png); }
        #business_content > .list ul li:nth-of-type(3) a::before {
          background-color: #54B629; }
#business_content #business,
#business_content #software,
#business_content #mobile {
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 120px; }
  @media screen and (max-width: 640px) {
    #business_content #business,
    #business_content #software,
    #business_content #mobile {
      /*sp*/
      padding-top: 0; } }
  #business_content #business:before,
  #business_content #software:before,
  #business_content #mobile:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      #business_content #business:before,
      #business_content #software:before,
      #business_content #mobile:before {
        /*sp*/
        display: none; } }
  #business_content #business .title,
  #business_content #software .title,
  #business_content #mobile .title {
    text-align: left; }
    #business_content #business .title:before,
    #business_content #software .title:before,
    #business_content #mobile .title:before {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 120px; }
      @media screen and (max-width: 640px) {
        #business_content #business .title:before,
        #business_content #software .title:before,
        #business_content #mobile .title:before {
          /*sp*/
          height: auto;
          position: static; } }
    #business_content #business .title h2,
    #business_content #software .title h2,
    #business_content #mobile .title h2 {
      position: absolute;
      max-width: 1000px;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      align-items: center;
      -webkit-align-items: center;
      padding-top: 3.0em;
      z-index: 0; }
      @media screen and (max-width: 640px) {
        #business_content #business .title h2,
        #business_content #software .title h2,
        #business_content #mobile .title h2 {
          /*sp*/
          padding-left: 3.0rem;
          padding-top: 2.0rem;
          position: static; } }
      #business_content #business .title h2 span,
      #business_content #software .title h2 span,
      #business_content #mobile .title h2 span {
        display: block; }
        #business_content #business .title h2 span:nth-of-type(1),
        #business_content #software .title h2 span:nth-of-type(1),
        #business_content #mobile .title h2 span:nth-of-type(1) {
          font-size: 3.0em;
          font-weight: 300;
          margin-right: 0.5em;
          font-family: "Oswald", sans-serif;
          letter-spacing: 2px; }
          @media screen and (max-width: 640px) {
            #business_content #business .title h2 span:nth-of-type(1),
            #business_content #software .title h2 span:nth-of-type(1),
            #business_content #mobile .title h2 span:nth-of-type(1) {
              /*sp*/
              font-size: 1.4rem;
              width: 100%; } }
        #business_content #business .title h2 span:nth-of-type(2),
        #business_content #software .title h2 span:nth-of-type(2),
        #business_content #mobile .title h2 span:nth-of-type(2) {
          font-size: 1.2em; }
    #business_content #business .title .info,
    #business_content #software .title .info,
    #business_content #mobile .title .info {
      background: #ccc;
      padding: 3.0em 0; }
      @media screen and (max-width: 640px) {
        #business_content #business .title .info,
        #business_content #software .title .info,
        #business_content #mobile .title .info {
          /*sp*/
          padding-top: 0; } }
      #business_content #business .title .info .row,
      #business_content #software .title .info .row,
      #business_content #mobile .title .info .row {
        max-width: 1000px;
        margin: auto; }
        #business_content #business .title .info .row .img,
        #business_content #software .title .info .row .img,
        #business_content #mobile .title .info .row .img {
          width: 25%;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
          @media screen and (max-width: 640px) {
            #business_content #business .title .info .row .img,
            #business_content #software .title .info .row .img,
            #business_content #mobile .title .info .row .img {
              /*sp*/
              width: 100%;
              box-shadow: none; } }
          #business_content #business .title .info .row .img img,
          #business_content #software .title .info .row .img img,
          #business_content #mobile .title .info .row .img img {
            border: 10px solid #fff; }
            @media screen and (max-width: 640px) {
              #business_content #business .title .info .row .img img,
              #business_content #software .title .info .row .img img,
              #business_content #mobile .title .info .row .img img {
                /*sp*/
                border: none;
                width: 100%;
                height: 200px;
                object-fit: cover; } }
        #business_content #business .title .info .row .txt,
        #business_content #software .title .info .row .txt,
        #business_content #mobile .title .info .row .txt {
          width: 70%;
          color: #fff; }
          @media screen and (max-width: 640px) {
            #business_content #business .title .info .row .txt,
            #business_content #software .title .info .row .txt,
            #business_content #mobile .title .info .row .txt {
              /*sp*/
              width: 100%;
              padding: 1.0rem; } }
          #business_content #business .title .info .row .txt span,
          #business_content #software .title .info .row .txt span,
          #business_content #mobile .title .info .row .txt span {
            display: block;
            font-size: 1.4em;
            font-weight: 500;
            line-height: 1.4em;
            margin-bottom: 1.0em; }
  #business_content #business .inner,
  #business_content #software .inner,
  #business_content #mobile .inner {
    background: #fff;
    padding: 4.0em;
    margin-bottom: 4.0em;
    margin-top: -20px;
    text-align: left;
    z-index: 2; }
    @media screen and (max-width: 640px) {
      #business_content #business .inner,
      #business_content #software .inner,
      #business_content #mobile .inner {
        /*sp*/
        padding: 1.0rem;
        margin-bottom: 0rem; } }
    #business_content #business .inner .contents h2,
    #business_content #software .inner .contents h2,
    #business_content #mobile .inner .contents h2 {
      position: relative;
      border-bottom: 1px solid #ccc;
      margin-bottom: 3.0em; }
      #business_content #business .inner .contents h2 span,
      #business_content #software .inner .contents h2 span,
      #business_content #mobile .inner .contents h2 span {
        font-size: 1.6em;
        display: inline-block;
        position: absolute;
        padding-right: 2.0em;
        background: #fff;
        top: -10px;
        left: 0; }
    #business_content #business .inner .contents .row,
    #business_content #software .inner .contents .row,
    #business_content #mobile .inner .contents .row {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-content: space-between;
      -webkit-align-content: space-between;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      margin-bottom: 2.0em; }
      @media screen and (max-width: 640px) {
        #business_content #business .inner .contents .row,
        #business_content #software .inner .contents .row,
        #business_content #mobile .inner .contents .row {
          /*sp*/
          margin-bottom: 2.0rem; } }
      #business_content #business .inner .contents .row .col,
      #business_content #software .inner .contents .row .col,
      #business_content #mobile .inner .contents .row .col {
        width: 29%;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 640px) {
          #business_content #business .inner .contents .row .col,
          #business_content #software .inner .contents .row .col,
          #business_content #mobile .inner .contents .row .col {
            /*sp*/
            width: 100%;
            margin-bottom: 1.5rem;
            padding: 0 10%; } }
        #business_content #business .inner .contents .row .col img,
        #business_content #software .inner .contents .row .col img,
        #business_content #mobile .inner .contents .row .col img {
          margin-bottom: 1.0em; }
          @media screen and (max-width: 640px) {
            #business_content #business .inner .contents .row .col img,
            #business_content #software .inner .contents .row .col img,
            #business_content #mobile .inner .contents .row .col img {
              /*sp*/
              width: 100%;
              height: auto; } }
        #business_content #business .inner .contents .row .col h3,
        #business_content #software .inner .contents .row .col h3,
        #business_content #mobile .inner .contents .row .col h3 {
          font-size: 1.2em;
          margin-bottom: 0.5em; }
          @media screen and (max-width: 640px) {
            #business_content #business .inner .contents .row .col h3,
            #business_content #software .inner .contents .row .col h3,
            #business_content #mobile .inner .contents .row .col h3 {
              /*sp*/
              font-size: 1.3rem; } }
        #business_content #business .inner .contents .row .col dl,
        #business_content #software .inner .contents .row .col dl,
        #business_content #mobile .inner .contents .row .col dl {
          padding-top: 1.0em; }
          #business_content #business .inner .contents .row .col dl > div,
          #business_content #software .inner .contents .row .col dl > div,
          #business_content #mobile .inner .contents .row .col dl > div {
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -webkit-justify-content: space-between;
            justify-content: space-between; }
            #business_content #business .inner .contents .row .col dl > div dt,
            #business_content #software .inner .contents .row .col dl > div dt,
            #business_content #mobile .inner .contents .row .col dl > div dt {
              width: 35%;
              padding: 2px 0; }
            #business_content #business .inner .contents .row .col dl > div dd,
            #business_content #software .inner .contents .row .col dl > div dd,
            #business_content #mobile .inner .contents .row .col dl > div dd {
              width: 65%;
              padding: 2px 0; }
      #business_content #business .inner .contents .row::after,
      #business_content #software .inner .contents .row::after,
      #business_content #mobile .inner .contents .row::after {
        content: "";
        display: block;
        width: 29%;
        height: 0; }
      #business_content #business .inner .contents .row > h3,
      #business_content #software .inner .contents .row > h3,
      #business_content #mobile .inner .contents .row > h3 {
        font-size: 1.2em;
        margin-bottom: 1.5em; }
      #business_content #business .inner .contents .row ul.caselist,
      #business_content #software .inner .contents .row ul.caselist,
      #business_content #mobile .inner .contents .row ul.caselist {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: space-between;
        -webkit-align-items: space-between;
        list-style: none; }
        #business_content #business .inner .contents .row ul.caselist li,
        #business_content #software .inner .contents .row ul.caselist li,
        #business_content #mobile .inner .contents .row ul.caselist li {
          display: block;
          width: 19%;
          background-color: #007BA8;
          padding: 1.0em 1.5em;
          text-align: center;
          color: #fff;
          letter-spacing: 10px;
          text-indent: 10px;
          margin-bottom: 0.5em;
          font-size: 1.4em; }
          @media screen and (max-width: 640px) {
            #business_content #business .inner .contents .row ul.caselist li,
            #business_content #software .inner .contents .row ul.caselist li,
            #business_content #mobile .inner .contents .row ul.caselist li {
              /*sp*/
              width: 31%;
              padding: 0.5rem 0;
              font-size: 1.0rem; } }
        #business_content #business .inner .contents .row ul.caselist::after,
        #business_content #software .inner .contents .row ul.caselist::after,
        #business_content #mobile .inner .contents .row ul.caselist::after {
          content: "";
          display: block;
          width: 19%;
          height: 0; }
        #business_content #business .inner .contents .row ul.caselist::before,
        #business_content #software .inner .contents .row ul.caselist::before,
        #business_content #mobile .inner .contents .row ul.caselist::before {
          content: "";
          display: block;
          width: 19%;
          height: 0;
          order: 1; }
#business_content #business {
  background-image: url(../img/business/business_bg_img.png); }
  @media screen and (max-width: 640px) {
    #business_content #business {
      /*sp*/
      background-image: none; } }
  #business_content #business .title h2 {
    color: #007BA8;
    background: url(../img/business/business_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #business_content #business .title h2 {
        /*sp*/
        background-size: 15%;
        background-position: 95% 50%; } }
    #business_content #business .title h2:before {
      content: "";
      display: block;
      background-image: url(../img/business/title_line_business.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      left: -111px;
      width: 111px;
      height: 91px; }
      @media screen and (max-width: 640px) {
        #business_content #business .title h2:before {
          /*sp*/
          top: 2.0rem;
          left: 0;
          width: 40px;
          height: 34px; } }
  #business_content #business .title .info {
    background-color: rgba(0, 109, 160, 0.5); }
    @media screen and (max-width: 640px) {
      #business_content #business .title .info {
        /*sp*/
        background-color: #007BA8; } }
  #business_content #business .inner {
    max-width: 1100px;
    padding: 4.0em 100px; }
    @media screen and (max-width: 640px) {
      #business_content #business .inner {
        /*sp*/
        padding: 1.0rem 5% 0 5%; } }
    #business_content #business .inner .top {
      margin-bottom: 4.0em; }
      #business_content #business .inner .top .col {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 4.0em; }
        @media screen and (max-width: 640px) {
          #business_content #business .inner .top .col {
            /*sp*/
            margin-bottom: 1.5rem; } }
        #business_content #business .inner .top .col > .txt {
          width: 65%;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: flex-start;
          -webkit-align-items: flex-start; }
          @media screen and (max-width: 640px) {
            #business_content #business .inner .top .col > .txt {
              /*sp*/
              width: 100%;
              order: 2; } }
          #business_content #business .inner .top .col > .txt .icon {
            width: 25%; }
            @media screen and (max-width: 640px) {
              #business_content #business .inner .top .col > .txt .icon {
                /*sp*/
                width: 100%;
                text-align: center; }
                #business_content #business .inner .top .col > .txt .icon img {
                  width: 40%;
                  margin: 1.0rem 0; } }
          #business_content #business .inner .top .col > .txt > .txt {
            width: 70%;
            line-height: 1.8em; }
            @media screen and (max-width: 640px) {
              #business_content #business .inner .top .col > .txt > .txt {
                /*sp*/
                width: 100%;
                padding: 0 10%; } }
            #business_content #business .inner .top .col > .txt > .txt span {
              display: block;
              font-size: 1.4em;
              line-height: 1.3em;
              margin-bottom: 1.0em;
              color: #007BA8; }
              @media screen and (max-width: 640px) {
                #business_content #business .inner .top .col > .txt > .txt span {
                  /*sp*/
                  margin-bottom: 0.5rem; } }
        #business_content #business .inner .top .col > .img {
          width: 30%; }
          @media screen and (max-width: 640px) {
            #business_content #business .inner .top .col > .img {
              /*sp*/
              width: 100%;
              order: 1; }
              #business_content #business .inner .top .col > .img img {
                width: 100%;
                height: 180px;
                object-fit: cover; } }
        #business_content #business .inner .top .col:nth-of-type(even) > .txt {
          order: 2; }
          #business_content #business .inner .top .col:nth-of-type(even) > .txt .icon {
            order: 2; }
            @media screen and (max-width: 640px) {
              #business_content #business .inner .top .col:nth-of-type(even) > .txt .icon {
                /*sp*/
                order: 1; } }
          #business_content #business .inner .top .col:nth-of-type(even) > .txt > .txt {
            order: 1; }
            @media screen and (max-width: 640px) {
              #business_content #business .inner .top .col:nth-of-type(even) > .txt > .txt {
                /*sp*/
                order: 2; } }
        #business_content #business .inner .top .col:nth-of-type(even) > .img {
          order: 1; }
    #business_content #business .inner .contents h2 span {
      color: #007BA8; }
    #business_content #business .inner .contents .row .col h3 {
      color: #007BA8; }
    #business_content #business .inner .contents .row .col span {
      display: block;
      padding: 1.0em 1.5em;
      background: #007BA8;
      color: #fff;
      font-size: 1.4em;
      text-align: center;
      margin-bottom: 1.0em; }
    #business_content #business .inner .contents .row > h3 {
      color: #007BA8; }
#business_content #software {
  background-image: url(../img/business/software_bg_img.png); }
  @media screen and (max-width: 640px) {
    #business_content #software {
      /*sp*/
      background-image: none; } }
  #business_content #software .title h2 {
    color: #FBA839;
    background: url(../img/business/software_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #business_content #software .title h2 {
        /*sp*/
        background-size: 15%;
        background-position: 95% 50%; } }
    #business_content #software .title h2:before {
      content: "";
      display: block;
      background-image: url(../img/business/title_line_software.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      left: -111px;
      width: 111px;
      height: 91px; }
      @media screen and (max-width: 640px) {
        #business_content #software .title h2:before {
          /*sp*/
          top: 2.0rem;
          left: 0;
          width: 40px;
          height: 34px; } }
  #business_content #software .title .info {
    background-color: rgba(189, 140, 0, 0.5); }
    @media screen and (max-width: 640px) {
      #business_content #software .title .info {
        /*sp*/
        background-color: #FBA839; } }
  #business_content #software .inner {
    max-width: 1100px;
    padding: 4.0em 100px; }
    @media screen and (max-width: 640px) {
      #business_content #software .inner {
        /*sp*/
        padding: 2.0rem 5% 0 5%; } }
    #business_content #software .inner .contents h2 span {
      color: #FBA839; }
    #business_content #software .inner .contents .row .col h3 {
      color: #FBA839; }
    #business_content #software .inner .contents .row .col span {
      display: block;
      padding: 1.0em 1.5em;
      background: #FBA839;
      color: #fff;
      font-size: 1.4em;
      text-align: center;
      margin-bottom: 1.0em; }
    #business_content #software .inner .contents .row > h3 {
      color: #FBA839; }
#business_content #mobile {
  background-image: url(../img/business/mobile_bg_img.png); }
  @media screen and (max-width: 640px) {
    #business_content #mobile {
      /*sp*/
      background-image: none; } }
  #business_content #mobile .title h2 {
    color: #54B629;
    background: url(../img/business/mobile_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #business_content #mobile .title h2 {
        /*sp*/
        background-size: 15%;
        background-position: 95% 50%; } }
    #business_content #mobile .title h2:before {
      content: "";
      display: block;
      background-image: url(../img/business/title_line_mobile.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      left: -111px;
      width: 111px;
      height: 91px; }
      @media screen and (max-width: 640px) {
        #business_content #mobile .title h2:before {
          /*sp*/
          top: 2.0rem;
          left: 0;
          width: 40px;
          height: 34px; } }
  #business_content #mobile .title .info {
    background-color: rgba(48, 158, 0, 0.5); }
    @media screen and (max-width: 640px) {
      #business_content #mobile .title .info {
        /*sp*/
        background-color: #54B629; } }
  #business_content #mobile .inner {
    max-width: 1100px;
    padding: 4.0em 100px; }
    @media screen and (max-width: 640px) {
      #business_content #mobile .inner {
        /*sp*/
        padding: 1.0rem 5% 2.0rem 5%; } }
    #business_content #mobile .inner .contents h2 span {
      color: #54B629; }
    #business_content #mobile .inner .contents .row .col img {
      display: block;
      margin: auto;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 640px) {
        #business_content #mobile .inner .contents .row .col img {
          /*sp*/
          width: 40%; } }
    #business_content #mobile .inner .contents .row .col h3 {
      color: #54B629; }
    #business_content #mobile .inner .contents .row .col span {
      display: block;
      padding: 1.0em 1.5em;
      background: #54B629;
      color: #fff;
      font-size: 1.4em;
      text-align: center;
      margin-bottom: 1.0em; }
    #business_content #mobile .inner .contents .row > h3 {
      color: #54B629; }
    #business_content #mobile .inner .contents .box {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-content: space-between;
      -webkit-align-content: space-between;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      border: 1px solid #ccc;
      padding: 2.0em; }
      #business_content #mobile .inner .contents .box .img {
        width: 25%; }
        @media screen and (max-width: 640px) {
          #business_content #mobile .inner .contents .box .img {
            /*sp*/
            width: 100%; }
            #business_content #mobile .inner .contents .box .img img {
              display: block;
              margin: auto;
              margin-bottom: 1.0rem; } }
      #business_content #mobile .inner .contents .box .txt {
        width: 70%;
        text-align: center; }
        @media screen and (max-width: 640px) {
          #business_content #mobile .inner .contents .box .txt {
            /*sp*/
            width: 100%; } }
        #business_content #mobile .inner .contents .box .txt p {
          text-align: left;
          padding-bottom: 2em;
          letter-spacing: 1px; }
        #business_content #mobile .inner .contents .box .txt a {
          text-decoration: none;
          display: inline-block;
          margin: 0 auto;
          padding: 1em 2em;
          border-radius: 3em;
          color: #fff; }

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