#wrapper .kv_area {
  background: url(/service/img/service_kv.jpg) top right no-repeat;
  width: 100%;
  height: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 960px) {
    #wrapper .kv_area {
      margin-top: 63px;
      height: 150px; } }
  #wrapper .kv_area > .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    height: 100%; }
    @media screen and (max-width: 960px) {
      #wrapper .kv_area > .inner {
        padding: 0 3.5%; } }
  #wrapper .kv_area h1 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    color: #fff; }
    @media screen and (max-width: 960px) {
      #wrapper .kv_area h1 {
        font-size: 16px;
        font-size: 1.6rem; } }
    #wrapper .kv_area h1 span {
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block;
      margin-top: 6px; }
      @media screen and (max-width: 960px) {
        #wrapper .kv_area h1 span {
          font-size: 14px;
          font-size: 1.4rem; } }
#wrapper .main_contents {
  width: 100%;
  text-align: left;
  margin: 100px 0 150px; }
  @media screen and (max-width: 960px) {
    #wrapper .main_contents {
      margin: 50px 0 70px; } }
  #wrapper .main_contents > .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 0px;
    text-align: left; }
    @media screen and (max-width: 960px) {
      #wrapper .main_contents > .inner {
        padding: 0 3.5%; } }
    #wrapper .main_contents > .inner h2 {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 20px; }
      #wrapper .main_contents > .inner h2 span {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold; }
      @media screen and (max-width: 960px) {
        #wrapper .main_contents > .inner h2 {
          font-size: 22px;
          font-size: 2.2rem;
          margin-bottom: 20px; }
          #wrapper .main_contents > .inner h2 span {
            font-size: 16px;
            font-size: 1.6rem; } }
    #wrapper .main_contents > .inner .main_ttl {
      width: 100%;
      margin-bottom: 150px; }
      @media screen and (max-width: 960px) {
        #wrapper .main_contents > .inner .main_ttl {
          margin-bottom: 70px; } }
      #wrapper .main_contents > .inner .main_ttl .fl_area {
        width: 100%; }
        #wrapper .main_contents > .inner .main_ttl .fl_area .tmb {
          width: 520px;
          float: left;
          margin-right: 45px; }
          @media screen and (max-width: 960px) {
            #wrapper .main_contents > .inner .main_ttl .fl_area .tmb {
              width: 100%;
              float: none;
              margin: 0 0 20px 0; } }
        #wrapper .main_contents > .inner .main_ttl .fl_area .info {
          width: calc(100% - 520px - 45px);
          float: left; }
          @media screen and (max-width: 960px) {
            #wrapper .main_contents > .inner .main_ttl .fl_area .info {
              width: 100%;
              float: none; } }
          #wrapper .main_contents > .inner .main_ttl .fl_area .info p.about {
            text-align: left;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.8;
            margin-bottom: 10px; }
            @media screen and (max-width: 960px) {
              #wrapper .main_contents > .inner .main_ttl .fl_area .info p.about {
                font-size: 12px;
                font-size: 1.2rem; } }
          #wrapper .main_contents > .inner .main_ttl .fl_area .info ul.store {
            width: 100%; }
            #wrapper .main_contents > .inner .main_ttl .fl_area .info ul.store li {
              display: inline-block; }
          #wrapper .main_contents > .inner .main_ttl .fl_area .info a.btn {
            margin-top: 15px;
            display: inline-block;
            font-size: 16px;
            font-size: 1.6rem;
            text-align: center;
            padding: 15px 0;
            width: 250px;
            line-height: 1;
            color: #fff;
            border: 2px solid #3b3b3b;
            background-color: transparent;
            background: #3b3b3b;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media screen and (max-width: 960px) {
              #wrapper .main_contents > .inner .main_ttl .fl_area .info a.btn {
                font-size: 14px;
                font-size: 1.4rem; } }
            #wrapper .main_contents > .inner .main_ttl .fl_area .info a.btn:hover {
              background: #fff;
              color: #3b3b3b; }
    #wrapper .main_contents > .inner .sub_ttl {
      width: 100%; }
      #wrapper .main_contents > .inner .sub_ttl h2 {
        margin-bottom: 30px; }
        @media screen and (max-width: 960px) {
          #wrapper .main_contents > .inner .sub_ttl h2 {
            margin-bottom: 20px; } }
      #wrapper .main_contents > .inner .sub_ttl .fl_area {
        width: 100%;
        margin-bottom: 30px; }
        @media screen and (max-width: 960px) {
          #wrapper .main_contents > .inner .sub_ttl .fl_area {
            margin-bottom: 20px; } }
        #wrapper .main_contents > .inner .sub_ttl .fl_area:last-child {
          margin-bottom: 0; }
        #wrapper .main_contents > .inner .sub_ttl .fl_area .tmb {
          width: 134px;
          float: left;
          margin-right: 10px; }
          @media screen and (max-width: 960px) {
            #wrapper .main_contents > .inner .sub_ttl .fl_area .tmb {
              width: 100px; } }
        #wrapper .main_contents > .inner .sub_ttl .fl_area .info {
          width: calc(100% - 134px - 10px);
          float: left; }
          @media screen and (max-width: 960px) {
            #wrapper .main_contents > .inner .sub_ttl .fl_area .info {
              width: calc(100% - 100px - 10px); } }
          #wrapper .main_contents > .inner .sub_ttl .fl_area .info h3 {
            font-weight: bold;
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 20px; }
            @media screen and (max-width: 960px) {
              #wrapper .main_contents > .inner .sub_ttl .fl_area .info h3 {
                margin-bottom: 10px;
                font-size: 13px;
                font-size: 1.3rem; } }
          #wrapper .main_contents > .inner .sub_ttl .fl_area .info p.about {
            text-align: left;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.8; }
            @media screen and (max-width: 960px) {
              #wrapper .main_contents > .inner .sub_ttl .fl_area .info p.about {
                font-size: 11px;
                font-size: 1.1rem; } }

/*# sourceMappingURL=layout.css.map */
