@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #0f0f0f;
  background-color: white; }

.sp-dis {
  display: block; }

.pc-dis {
  display: none; }

@media (min-width: 650px) {
  .sp-dis {
    display: none; }

  .pc-dis {
    display: block; } }
.sp-br {
  display: block; }

@media (min-width: 1000px) {
  .sp-br {
    display: none; } }
#page-top {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 5;
  opacity: 0;
  transform: translateX(100px); }
  #page-top a {
    font-size: 15px;
    color: white;
    background-color: #F7931E;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards; }

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
#page-top.RightMove {
  animation: RightAnime 0.5s forwards; }

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 1;
    transform: translateX(100px); } }
@media (min-width: 1000px) {
  #page-top {
    bottom: 10px; }
    #page-top a {
      width: 65px;
      height: 65px;
      transition: all 0.3s; }
      #page-top a:hover {
        background-color: #737373; } }
#header {
  color: white;
  background-color: #2C7EC2;
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 15; }
  #header #header-left {
    float: left;
    margin-top: 27px;
    margin-left: 5%; }
    #header #header-left img {
      width: 100px;
      height: auto; }
  #header #header-right-sp {
    float: right;
    margin-top: 11px;
    margin-right: 5%;
    /*　ハンバーガーボタン　*/
    /* ナビ開いてる時のボタン */
    /* このクラスを、jQueryで付与・削除する */ }
    #header #header-right-sp .nav-menu {
      display: block;
      position: fixed;
      z-index: 3;
      right: 13px;
      top: 12px;
      width: 42px;
      height: 42px;
      cursor: pointer;
      text-align: center; }
    #header #header-right-sp .nav-menu span {
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      left: 6px;
      background: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    #header #header-right-sp .nav-menu span:nth-child(1) {
      top: 10px; }
    #header #header-right-sp .nav-menu span:nth-child(2) {
      top: 20px; }
    #header #header-right-sp .nav-menu span:nth-child(3) {
      top: 30px; }
    #header #header-right-sp .nav-menu.active span:nth-child(1) {
      top: 16px;
      left: 6px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #header #header-right-sp .nav-menu.active span:nth-child(2),
    #header #header-right-sp .nav-menu.active span:nth-child(3) {
      top: 16px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    #header #header-right-sp nav.global-menu-sp {
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 70px 0 10px;
      text-align: center;
      width: 100%;
      opacity: 0;
      transition: opacity 0.6s ease, visibility 0.6s ease; }
    #header #header-right-sp nav.global-menu-sp ul {
      margin: 0 auto;
      padding: 0;
      width: 100%; }
    #header #header-right-sp nav.global-menu-sp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      transition: 0.4s all; }
    #header #header-right-sp nav.global-menu-sp ul li:last-child {
      padding-bottom: 0; }
    #header #header-right-sp nav.global-menu-sp ul li:hover {
      background: #ddd; }
    #header #header-right-sp nav.global-menu-sp ul li a {
      display: block;
      color: #fff;
      padding: 1em 0;
      text-decoration: none; }
    #header #header-right-sp nav.global-menu-sp.active {
      opacity: 100; }
  #header #header-right-pc {
    display: none; }

#a {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10; }

@media (min-width: 300px) {
  #header #header-left {
    margin-top: 26px; }
    #header #header-left img {
      width: 115px; } }
@media (min-width: 1000px) {
  #header {
    height: 85px; }
    #header #header-left {
      margin-top: 28px;
      margin-left: 50px; }
      #header #header-left img {
        width: 165px; }
    #header #header-right-sp {
      display: none; }
    #header #header-right-pc {
      display: block;
      float: right;
      margin-right: 50px; }
      #header #header-right-pc #header-right-nav1 {
        float: left; }
        #header #header-right-pc #header-right-nav1 ul li {
          float: left;
          font-size: 16.5px;
          font-weight: 500;
          padding-right: 35px;
          line-height: 85px;
          letter-spacing: 1.5px;
          list-style: none; }
          #header #header-right-pc #header-right-nav1 ul li a {
            color: white;
            text-decoration: none; }
      #header #header-right-pc #header-right-nav2 {
        float: left; }
        #header #header-right-pc #header-right-nav2 ul {
          background-color: white;
          height: 45px;
          padding: 0 13px;
          margin-top: 20px;
          border-radius: 25px; }
          #header #header-right-pc #header-right-nav2 ul li {
            float: left;
            font-size: 15px;
            font-weight: 700;
            color: #0f0f0f;
            padding: 0 17.5px;
            line-height: 45px;
            list-style: none; }
            #header #header-right-pc #header-right-nav2 ul li a {
              color: #0f0f0f;
              text-decoration: none; }
              #header #header-right-pc #header-right-nav2 ul li a i {
                margin-right: 4px; } }
#main {
  padding-top: 100px; }
  #main #front-top-wrapper #front-top {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    #main #front-top-wrapper #front-top #front-top-logo {
      overflow: hidden; }
      #main #front-top-wrapper #front-top #front-top-logo #front-top-welcartlogo {
        width: 125px;
        height: auto;
        float: left; }
      #main #front-top-wrapper #front-top #front-top-logo #front-top-amazonpaylogo {
        width: 125px;
        height: auto;
        margin-top: 16px;
        float: right; }
    #main #front-top-wrapper #front-top #front-top-person {
      display: none; }
    #main #front-top-wrapper #front-top #front-top-box1 {
      width: 100%;
      margin: 15px auto 0; }
      #main #front-top-wrapper #front-top #front-top-box1 h2 {
        font-size: 20px; }
        #main #front-top-wrapper #front-top #front-top-box1 h2 span {
          font-size: 25px; }
          #main #front-top-wrapper #front-top #front-top-box1 h2 span span {
            color: #2C7EC2; }
      #main #front-top-wrapper #front-top #front-top-box1 h1 {
        font-size: 35px;
        font-style: oblique;
        color: #F7931E; }
      #main #front-top-wrapper #front-top #front-top-box1 h3 {
        font-size: 15px; }
    #main #front-top-wrapper #front-top #front-top-box2 {
      width: 100%;
      margin: 35px auto 0; }
      #main #front-top-wrapper #front-top #front-top-box2 ul li {
        margin-bottom: 15px;
        list-style: none; }
        #main #front-top-wrapper #front-top #front-top-box2 ul li img {
          width: 215px;
          height: auto; }
        #main #front-top-wrapper #front-top #front-top-box2 ul li p {
          font-size: 12px;
          font-weight: 700;
          color: #2C7EC2;
          width: 100%;
          margin-top: 50px;
          text-align: center; }
          #main #front-top-wrapper #front-top #front-top-box2 ul li p a {
            font-size: 16.5px;
            color: white;
            background-color: #F7931E;
            width: 100%;
            height: 55px;
            margin-top: 5px;
            display: inline-block;
            border-radius: 10px;
            text-align: center;
            line-height: 55px;
            text-decoration: none; }
            #main #front-top-wrapper #front-top #front-top-box2 ul li p a i {
              margin-left: 8px; }
  @media (min-width: 330px) {
    #main #front-top-wrapper #front-top #front-top-logo #front-top-welcartlogo {
      width: 150px; }
    #main #front-top-wrapper #front-top #front-top-logo #front-top-amazonpaylogo {
      width: 150px;
      margin-top: 19px; }
    #main #front-top-wrapper #front-top #front-top-person {
      display: block;
      width: 115px;
      height: auto;
      position: absolute;
      bottom: 135px;
      right: 0;
      opacity: 0.9; }
    #main #front-top-wrapper #front-top #front-top-box2 ul li p {
      font-size: 13px;
      width: 300px;
      margin: 50px auto 0; }
      #main #front-top-wrapper #front-top #front-top-box2 ul li p a {
        font-size: 18px;
        width: 300px; } }
  @media (min-width: 500px) {
    #main #front-top-wrapper #front-top #front-top-person {
      width: 215px;
      opacity: 1; } }
  @media (min-width: 650px) {
    #main #front-top-wrapper #front-top {
      width: 85%; }
      #main #front-top-wrapper #front-top #front-top-logo #front-top-welcartlogo {
        width: 265px; }
      #main #front-top-wrapper #front-top #front-top-logo #front-top-amazonpaylogo {
        width: 250px;
        margin-top: 36px; }
      #main #front-top-wrapper #front-top #front-top-person {
        width: 300px;
        bottom: 180px; }
      #main #front-top-wrapper #front-top #front-top-box1 {
        margin: 25px auto 0; }
        #main #front-top-wrapper #front-top #front-top-box1 h2 {
          font-size: 28px; }
          #main #front-top-wrapper #front-top #front-top-box1 h2 span {
            font-size: 35px; }
        #main #front-top-wrapper #front-top #front-top-box1 h1 {
          font-size: 48px; }
        #main #front-top-wrapper #front-top #front-top-box1 h3 {
          font-size: 18px; }
      #main #front-top-wrapper #front-top #front-top-box2 {
        margin: 50px auto 0; }
        #main #front-top-wrapper #front-top #front-top-box2 ul li {
          margin-bottom: 25px; }
          #main #front-top-wrapper #front-top #front-top-box2 ul li img {
            width: 315px; }
          #main #front-top-wrapper #front-top #front-top-box2 ul li p {
            font-size: 15px;
            width: 400px;
            margin: 65px auto 0; }
            #main #front-top-wrapper #front-top #front-top-box2 ul li p a {
              font-size: 20px;
              width: 400px;
              height: 65px;
              line-height: 65px; } }
  @media (min-width: 1000px) {
    #main #front-top-wrapper #front-top #front-top-box1 h2 {
      font-size: 33px; }
      #main #front-top-wrapper #front-top #front-top-box1 h2 span {
        font-size: 40px; }
    #main #front-top-wrapper #front-top #front-top-box1 h1 {
      font-size: 55px; }
    #main #front-top-wrapper #front-top #front-top-box1 h3 {
      font-size: 21.5px; }
    #main #front-top-wrapper #front-top #front-top-person {
      width: 350px;
      opacity: 1; } }
  @media (min-width: 1200px) {
    #main #front-top-wrapper #front-top {
      width: 1150px; }
      #main #front-top-wrapper #front-top #front-top-logo #front-top-welcartlogo {
        width: 280px;
        position: absolute;
        top: 0;
        right: 10px; }
      #main #front-top-wrapper #front-top #front-top-logo #front-top-amazonpaylogo {
        width: 280px;
        position: absolute;
        top: 115px;
        right: 0; }
      #main #front-top-wrapper #front-top #front-top-person {
        width: 285px;
        top: 275px;
        right: 0; }
      #main #front-top-wrapper #front-top #front-top-box1 h2 {
        font-size: 25px; }
        #main #front-top-wrapper #front-top #front-top-box1 h2 span {
          font-size: 30px; }
      #main #front-top-wrapper #front-top #front-top-box1 h1 {
        font-size: 75px; }
      #main #front-top-wrapper #front-top #front-top-box1 h3 {
        font-size: 18px; }
      #main #front-top-wrapper #front-top #front-top-box2 {
        margin-top: 65px; }
        #main #front-top-wrapper #front-top #front-top-box2 ul {
          width: 750px; }
          #main #front-top-wrapper #front-top #front-top-box2 ul li {
            width: 375px;
            margin-bottom: 50px;
            float: left; }
            #main #front-top-wrapper #front-top #front-top-box2 ul li img {
              width: 350px; }
            #main #front-top-wrapper #front-top #front-top-box2 ul li p {
              font-size: 13px;
              width: 280px;
              margin-top: 30px;
              margin-left: 42.5px; }
              #main #front-top-wrapper #front-top #front-top-box2 ul li p a {
                font-size: 18px;
                width: 280px;
                height: 55px;
                line-height: 55px; } }
  #main #contentes1-wrapper {
    background-color: #2C7EC2;
    padding: 65px 0 35px;
    margin-top: 35px;
    position: relative;
    overflow: hidden; }
    #main #contentes1-wrapper .bg-1 {
      display: none; }
    #main #contentes1-wrapper .bg-2 {
      width: 350px;
      height: auto;
      position: absolute;
      bottom: -150px;
      left: -50px; }
    #main #contentes1-wrapper .bg-arrow {
      width: 30px;
      height: auto;
      position: absolute;
      bottom: 20px;
      left: calc(50% - 15px); }
    #main #contentes1-wrapper h2 {
      font-size: 18px;
      color: white;
      text-align: center; }
      #main #contentes1-wrapper h2 span {
        font-size: 23px; }
    #main #contentes1-wrapper #contentes1 {
      background-color: white;
      width: 90%;
      padding: 50px 25px;
      margin: 35px auto;
      border-radius: 25px;
      box-sizing: border-box;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      #main #contentes1-wrapper #contentes1 ul li {
        margin-bottom: 35px;
        list-style: none; }
        #main #contentes1-wrapper #contentes1 ul li img {
          width: 100%;
          height: auto; }
      #main #contentes1-wrapper #contentes1 h3 {
        font-size: 20px;
        color: black;
        padding-top: 15px;
        text-align: center; }
        #main #contentes1-wrapper #contentes1 h3 span {
          font-size: 25px;
          background: linear-gradient(transparent 70%, #F7931E 70%); }
  @media (min-width: 650px) {
    #main #contentes1-wrapper .bg-1 {
      display: block;
      width: 350px;
      height: auto;
      position: absolute;
      top: -100px;
      right: -50px; }
    #main #contentes1-wrapper .bg-2 {
      width: 350px;
      bottom: -100px;
      left: -50px; }
    #main #contentes1-wrapper .bg-arrow {
      width: 35px;
      bottom: 13px;
      left: calc(50% - 17.5px); }
    #main #contentes1-wrapper h2 {
      font-size: 23px; }
      #main #contentes1-wrapper h2 span {
        font-size: 28px; }
    #main #contentes1-wrapper #contentes1 {
      width: 85%;
      padding: 65px; }
      #main #contentes1-wrapper #contentes1 ul li {
        margin-bottom: 50px; }
      #main #contentes1-wrapper #contentes1 h3 {
        font-size: 23px; }
        #main #contentes1-wrapper #contentes1 h3 span {
          font-size: 28px; } }
  @media (min-width: 1000px) {
    #main #contentes1-wrapper {
      padding: 115px 0 50px; }
      #main #contentes1-wrapper .bg-1 {
        width: 500px;
        top: -50px;
        right: -50px; }
      #main #contentes1-wrapper .bg-2 {
        width: 500px;
        bottom: -50px;
        left: -50px; }
      #main #contentes1-wrapper .bg-arrow {
        width: 40px;
        bottom: 25px;
        left: calc(50% - 20px); }
      #main #contentes1-wrapper h2 {
        font-size: 23px; }
        #main #contentes1-wrapper h2 span {
          font-size: 35px; }
      #main #contentes1-wrapper #contentes1 {
        width: 950px;
        padding: 65px 35px;
        margin: 50px auto;
        border-radius: 25px; }
        #main #contentes1-wrapper #contentes1 ul li {
          width: 440px;
          margin-bottom: 35px;
          text-align: center;
          float: left; }
          #main #contentes1-wrapper #contentes1 ul li:last-child {
            width: 880px; }
          #main #contentes1-wrapper #contentes1 ul li img {
            width: 400px; }
        #main #contentes1-wrapper #contentes1 h3 {
          clear: both;
          font-size: 25px;
          padding-top: 15px; }
          #main #contentes1-wrapper #contentes1 h3 span {
            font-size: 33px; } }
  @media (min-width: 1200px) {
    #main #contentes1-wrapper #contentes1 {
      width: 1150px;
      padding: 80px 65px; }
      #main #contentes1-wrapper #contentes1 ul li {
        width: 500px; }
        #main #contentes1-wrapper #contentes1 ul li:last-child {
          width: 1000px;
          margin-bottom: 50px; }
        #main #contentes1-wrapper #contentes1 ul li img {
          width: 450px; }
      #main #contentes1-wrapper #contentes1 h3 {
        font-size: 28px;
        color: black; }
        #main #contentes1-wrapper #contentes1 h3 span {
          font-size: 38px; } }
  #main #contentes2-wrapper {
    position: relative;
    overflow: hidden; }
    #main #contentes2-wrapper .bg-1 {
      display: none; }
    #main #contentes2-wrapper .bg-2 {
      display: none; }
    #main #contentes2-wrapper .bg-3 {
      width: 75px;
      height: auto;
      position: absolute;
      top: 175px;
      right: 45px; }
    #main #contentes2-wrapper .bg-4 {
      display: none; }
    #main #contentes2-wrapper .bg-5 {
      display: none; }
    #main #contentes2-wrapper .bg-arrow {
      display: none; }
    #main #contentes2-wrapper #contentes2 {
      width: 90%;
      margin: 15px auto 65px;
      position: relative;
      z-index: 1; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 h2 {
        font-size: 28px; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 h2 span {
          font-size: 60px;
          color: #F7931E; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 h3 {
        font-size: 20px;
        margin-top: 25px; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 h3 span {
          font-size: 25px; }
          #main #contentes2-wrapper #contentes2 #contents2-box1 h3 span span {
            color: #2C7EC2; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 ul {
        width: 90%;
        margin: 35px auto 0; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 ul li {
          font-size: 18px;
          line-height: 35px;
          list-style: none; }
          #main #contentes2-wrapper #contentes2 #contents2-box1 ul li span {
            background: linear-gradient(transparent 80%, rgba(44, 126, 194, 0.35) 80%);
            font-weight: bold; }
          #main #contentes2-wrapper #contentes2 #contents2-box1 ul li i {
            color: #2C7EC2;
            margin-right: 5px; }
      #main #contentes2-wrapper #contentes2 #contents2-box2 {
        padding-top: 35px; }
        #main #contentes2-wrapper #contentes2 #contents2-box2 h2 {
          font-size: 15px;
          text-align: center; }
          #main #contentes2-wrapper #contentes2 #contents2-box2 h2 #span1 {
            font-size: 18px;
            color: #F7931E; }
          #main #contentes2-wrapper #contentes2 #contents2-box2 h2 #span2 {
            font-size: 23.5px;
            color: black; }
      #main #contentes2-wrapper #contentes2 #contents2-box3 {
        padding: 30px;
        margin-top: 35px;
        border: 2px solid gray;
        border-radius: 15px;
        box-sizing: border-box;
        background-color: #fff; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 h2 {
          font-size: 33px;
          text-align: center; }
          #main #contentes2-wrapper #contentes2 #contents2-box3 h2 span {
            background: linear-gradient(transparent 80%, rgba(220, 135, 22, 0.35) 80%);
            font-weight: bold; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 img {
          width: 100%;
          margin-top: 50px; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 h3 {
          font-size: 23px;
          margin-top: 15px;
          text-align: center; }
          #main #contentes2-wrapper #contentes2 #contents2-box3 h3 span {
            color: #F7931E; }
  @media (min-width: 650px) {
    #main #contentes2-wrapper .bg-3 {
      width: 115px;
      top: 165px;
      right: 85px; }
    #main #contentes2-wrapper #contentes2 {
      width: 85%; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 h2 {
        font-size: 30px; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 h2 span {
          font-size: 60px; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 h3 {
        font-size: 23px; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 h3 span {
          font-size: 28px; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 ul {
        width: 100%; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 ul li {
          font-size: 18.5px;
          line-height: 38px; }
      #main #contentes2-wrapper #contentes2 #contents2-box2 h2 {
        font-size: 16.5px; }
        #main #contentes2-wrapper #contentes2 #contents2-box2 h2 #span1 {
          font-size: 20px; }
        #main #contentes2-wrapper #contentes2 #contents2-box2 h2 #span2 {
          font-size: 23px; }
      #main #contentes2-wrapper #contentes2 #contents2-box3 {
        background-color: #fff; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 h2 {
          font-size: 25px; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 h3 {
          font-size: 16.5px; } }
  @media (min-width: 1000px) {
    #main #contentes2-wrapper .bg-1 {
      display: block;
      width: 85px;
      height: auto;
      position: absolute;
      top: 100px;
      right: 100px; }
    #main #contentes2-wrapper .bg-2 {
      display: block;
      width: 200px;
      height: auto;
      position: absolute;
      top: 250px;
      left: -50px; }
    #main #contentes2-wrapper .bg-3 {
      width: 115px;
      height: auto;
      position: absolute;
      top: 265px;
      left: 150px; }
    #main #contentes2-wrapper .bg-4 {
      display: block;
      width: 115px;
      height: auto;
      position: absolute;
      top: 350px;
      right: 150px; }
    #main #contentes2-wrapper .bg-5 {
      display: block;
      width: 185px;
      height: auto;
      position: absolute;
      bottom: 35px;
      left: -50px; }
    #main #contentes2-wrapper .bg-arrow {
      display: block;
      width: 50px;
      height: auto;
      position: absolute;
      bottom: 535px;
      left: calc(50% - 25px); }
    #main #contentes2-wrapper #contentes2 {
      width: 950px;
      margin: 25px auto 100px; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 h2 {
        font-size: 35px; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 h2 span {
          font-size: 65px;
          margin-right: 8px; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 h3 {
        font-size: 26.5px;
        margin-top: 35px;
        float: left; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 h3 span {
          font-size: 30px; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 ul {
        float: right;
        width: 650px; }
        #main #contentes2-wrapper #contentes2 #contents2-box1 ul li {
          font-size: 20px;
          line-height: 50px; }
      #main #contentes2-wrapper #contentes2 #contents2-box2 {
        clear: both;
        padding-top: 65px; }
        #main #contentes2-wrapper #contentes2 #contents2-box2 h2 {
          font-size: 18px; }
          #main #contentes2-wrapper #contentes2 #contents2-box2 h2 #span1 {
            font-size: 23px; }
          #main #contentes2-wrapper #contentes2 #contents2-box2 h2 #span2 {
            font-size: 35px; }
      #main #contentes2-wrapper #contentes2 #contents2-box3 {
        padding: 35px;
        margin-top: 50px;
        background-color: #fff; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 h2 {
          font-size: 30px; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 img {
          width: 100%;
          margin-top: 50px; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 h3 {
          font-size: 21.5px;
          margin-top: 35px; } }
  @media (min-width: 1200px) {
    #main #contentes2-wrapper .bg-3 {
      left: 320px; }
    #main #contentes2-wrapper #contentes2 {
      width: 1150px; }
      #main #contentes2-wrapper #contentes2 #contents2-box1 ul {
        width: 700px; }
      #main #contentes2-wrapper #contentes2 #contents2-box3 {
        background-color: #fff; }
        #main #contentes2-wrapper #contentes2 #contents2-box3 img {
          width: 850px;
          margin-left: 150px; } }
  #main #contentes3-wrapper {
    background-color: #2C7EC2;
    padding: 15px 0 65px;
    position: relative;
    overflow: hidden; }
    #main #contentes3-wrapper .bg-1 {
      width: 300px;
      height: auto;
      position: absolute;
      top: -185px;
      right: -135px; }
    #main #contentes3-wrapper .bg-2 {
      display: none; }
    #main #contentes3-wrapper #contentes3 {
      width: 90%;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      #main #contentes3-wrapper #contentes3 h2 {
        font-size: 28px;
        color: white; }
        #main #contentes3-wrapper #contentes3 h2 span {
          font-size: 60px;
          color: #F7931E; }
      #main #contentes3-wrapper #contentes3 img {
        width: 100%;
        height: auto;
        margin-top: 30px; }
      #main #contentes3-wrapper #contentes3 p {
        width: 100%;
        color: white;
        font-size: 15px;
        line-height: 30px; }
        #main #contentes3-wrapper #contentes3 p span {
          background: linear-gradient(transparent 70%, #F7931E 70%); }
  @media (min-width: 650px) {
    #main #contentes3-wrapper #contentes3 {
      width: 85%; }
      #main #contentes3-wrapper #contentes3 img {
        width: 50%;
        height: auto;
        margin-top: 30px; }
      #main #contentes3-wrapper #contentes3 p {
        font-size: 16.5px;
        line-height: 30px; } }
  @media (min-width: 1000px) {
    #main #contentes3-wrapper {
      padding: 35px 0 65px; }
      #main #contentes3-wrapper .bg-1 {
        width: 350px;
        top: -165px;
        right: -100px; }
      #main #contentes3-wrapper .bg-2 {
        display: block;
        width: 250px;
        height: auto;
        position: absolute;
        bottom: -100px;
        left: -50px; }
      #main #contentes3-wrapper #contentes3 {
        width: 950px;
        margin: 0 auto; }
        #main #contentes3-wrapper #contentes3 h2 {
          font-size: 35px; }
          #main #contentes3-wrapper #contentes3 h2 span {
            font-size: 65px;
            margin-right: 15px; }
        #main #contentes3-wrapper #contentes3 img {
          float: left;
          width: 300px;
          margin-top: 30px; }
        #main #contentes3-wrapper #contentes3 p {
          float: right;
          width: 630px;
          font-size: 16.5px;
          margin-top: 18px;
          line-height: 35px; } }
  @media (min-width: 1200px) {
    #main #contentes3-wrapper {
      padding-top: 60px; }
      #main #contentes3-wrapper #contentes3 {
        width: 1150px; }
        #main #contentes3-wrapper #contentes3 img {
          width: 350px; }
        #main #contentes3-wrapper #contentes3 p {
          width: 750px;
          font-size: 18px;
          line-height: 38px; } }
  #main #contentes4-wrapper {
    background-color: white;
    padding: 15px 0 35px;
    position: relative;
    overflow: hidden; }
    #main #contentes4-wrapper .bg-1 {
      width: 100px;
      height: auto;
      position: absolute;
      top: 15px;
      left: -15px; }
    #main #contentes4-wrapper .bg-2 {
      display: none; }
    #main #contentes4-wrapper .bg-3 {
      display: none; }
    #main #contentes4-wrapper #contentes4 {
      width: 90%;
      margin: 15px auto;
      overflow: hidden;
      position: relative; }
      #main #contentes4-wrapper #contentes4 h2 {
        font-size: 28px;
        color: #0f0f0f; }
        #main #contentes4-wrapper #contentes4 h2 span {
          font-size: 60px;
          color: #F7931E; }
      #main #contentes4-wrapper #contentes4 h3 {
        font-size: 15px;
        color: black;
        margin-top: 20px; }
        #main #contentes4-wrapper #contentes4 h3 span {
          font-size: 23px; }
      #main #contentes4-wrapper #contentes4 img {
        width: 80px;
        height: auto;
        position: absolute;
        top: 135px;
        right: 15px; }
      #main #contentes4-wrapper #contentes4 p {
        color: black;
        font-size: 15px;
        margin-top: 15px;
        line-height: 30px; }
        #main #contentes4-wrapper #contentes4 p span {
          background: linear-gradient(transparent 70%, #F7931E 70%); }
        #main #contentes4-wrapper #contentes4 p small {
          font-size: 13px; }
  @media (min-width: 650px) {
    #main #contentes4-wrapper #contentes4 {
      width: 85%; }
      #main #contentes4-wrapper #contentes4 img {
        width: 85px;
        top: 75px;
        right: 35px; }
      #main #contentes4-wrapper #contentes4 p {
        font-size: 16.5px;
        line-height: 30px; }
        #main #contentes4-wrapper #contentes4 p small {
          font-size: 13.5px; } }
  @media (min-width: 1000px) {
    #main #contentes4-wrapper {
      padding: 35px 0; }
      #main #contentes4-wrapper .bg-1 {
        width: 85px;
        height: auto;
        position: absolute;
        top: 65px;
        left: 85px; }
      #main #contentes4-wrapper .bg-2 {
        display: block;
        width: 200px;
        height: auto;
        position: absolute;
        top: 250px;
        left: -50px; }
      #main #contentes4-wrapper .bg-3 {
        display: block;
        width: 150px;
        height: auto;
        position: absolute;
        bottom: -50px;
        right: 50px; }
      #main #contentes4-wrapper #contentes4 {
        width: 950px;
        margin: 25px auto; }
        #main #contentes4-wrapper #contentes4 h2 {
          font-size: 35px; }
          #main #contentes4-wrapper #contentes4 h2 span {
            font-size: 65px;
            margin-right: 15px; }
        #main #contentes4-wrapper #contentes4 h3 {
          float: left;
          font-size: 23px;
          margin-top: 15px; }
          #main #contentes4-wrapper #contentes4 h3 span {
            font-size: 30px; }
        #main #contentes4-wrapper #contentes4 img {
          width: 100px;
          top: 235px;
          left: 55px; }
        #main #contentes4-wrapper #contentes4 p {
          float: right;
          width: 700px;
          font-size: 18px;
          line-height: 38px; }
          #main #contentes4-wrapper #contentes4 p small {
            font-size: 13.5px; } }
  @media (min-width: 1200px) {
    #main #contentes4-wrapper #contentes4 {
      width: 1150px; }
      #main #contentes4-wrapper #contentes4 img {
        width: 100px;
        top: 200px;
        left: 200px; }
      #main #contentes4-wrapper #contentes4 p {
        width: 750px; } }
  #main #contentes5-wrapper {
    background-color: #2C7EC2;
    padding: 50px 0 35px;
    position: relative;
    overflow: hidden; }
    #main #contentes5-wrapper .bg-1 {
      width: 350px;
      height: auto;
      position: absolute;
      bottom: -150px;
      left: -100px; }
    #main #contentes5-wrapper .bg-2 {
      width: 350px;
      height: auto;
      position: absolute;
      top: -150px;
      right: -100px; }
    #main #contentes5-wrapper #contentes5 {
      width: 90%;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      #main #contentes5-wrapper #contentes5 h2 {
        font-size: 15px;
        color: white;
        text-align: center; }
        #main #contentes5-wrapper #contentes5 h2 span {
          font-size: 35px;
          background: linear-gradient(transparent 70%, #F7931E 70%); }
      #main #contentes5-wrapper #contentes5 #contentes5-box1 {
        margin-top: 20px;
        overflow: hidden; }
        #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 {
          width: 185px;
          margin: 20px auto; }
          #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 p {
            font-weight: 700;
            font-size: 23px;
            color: #0f0f0f;
            background-color: white;
            width: 185px;
            height: 185px;
            padding-top: 50px;
            text-align: center;
            letter-spacing: -1px;
            border-radius: 15px;
            box-sizing: border-box; }
            #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 p span {
              font-size: 40px;
              color: #F7931E; }
          #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 .type1 {
            font-weight: 700;
            font-size: 25px;
            color: #0f0f0f;
            background-color: white;
            width: 185px;
            height: 185px;
            padding-top: 0px;
            text-align: center;
            line-height: 185px;
            letter-spacing: -1px;
            border-radius: 15px;
            box-sizing: border-box; }
            #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 .type1 span {
              font-size: 35px;
              color: #F7931E; }
        #main #contentes5-wrapper #contentes5 #contentes5-box1 img {
          display: none; }
      #main #contentes5-wrapper #contentes5 a {
        font-size: 15px;
        color: white;
        background-color: #F7931E;
        width: 300px;
        height: 60px;
        margin-top: 35px;
        margin-left: calc(50% - 150px);
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        line-height: 60px;
        text-decoration: none; }
        #main #contentes5-wrapper #contentes5 a i {
          margin-left: 8px; }
  @media (min-width: 650px) {
    #main #contentes5-wrapper #contentes5 {
      width: 650px; }
      #main #contentes5-wrapper #contentes5 h2 {
        font-size: 15px; }
        #main #contentes5-wrapper #contentes5 h2 span {
          font-size: 35px; }
      #main #contentes5-wrapper #contentes5 #contentes5-box1 {
        margin-top: 50px; }
        #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 {
          width: 150px;
          float: left; }
          #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 p {
            font-size: 20px;
            width: 150px;
            height: 150px;
            padding-top: 43px; }
            #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 p span {
              font-size: 30px; }
          #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 .type1 {
            font-size: 20px;
            width: 150px;
            height: 150px;
            padding-top: 0px;
            line-height: 150px;
            letter-spacing: -1px; }
            #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 .type1 span {
              font-size: 30px; }
        #main #contentes5-wrapper #contentes5 #contentes5-box1 img {
          display: block;
          float: left;
          width: 40px;
          margin: 70px 30px; } }
  @media (min-width: 1200px) {
    #main #contentes5-wrapper {
      padding: 85px 0; }
      #main #contentes5-wrapper #contentes5 {
        width: 1150px; }
        #main #contentes5-wrapper #contentes5 h2 {
          font-size: 15px; }
          #main #contentes5-wrapper #contentes5 h2 span {
            font-size: 45px; }
        #main #contentes5-wrapper #contentes5 #contentes5-box1 {
          margin-top: 65px; }
          #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 {
            width: 250px; }
            #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 p {
              font-weight: 700;
              font-size: 25px;
              width: 250px;
              height: 250px;
              padding-top: 70px; }
              #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 p span {
                font-size: 50px; }
            #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 .type1 {
              font-size: 25px;
              width: 250px;
              height: 250px;
              line-height: 250px; }
              #main #contentes5-wrapper #contentes5 #contentes5-box1 .contentes5-box1 .type1 span {
                font-size: 45px; }
          #main #contentes5-wrapper #contentes5 #contentes5-box1 img {
            width: 80px;
            margin: 90px 60px; }
        #main #contentes5-wrapper #contentes5 a {
          font-size: 18px;
          width: 350px;
          height: 65px;
          margin-top: 50px;
          margin-left: calc(50% - 175px);
          line-height: 65px; }
          #main #contentes5-wrapper #contentes5 a i {
            margin-left: 8px; } }
  #main #contentes6-wrapper {
    width: 90%;
    margin: 50px auto 100px; }
    #main #contentes6-wrapper h2 {
      font-size: 28px;
      text-align: center; }
    #main #contentes6-wrapper .how-to-deploy {
      width: 100%;
      padding: 35px 25px;
      margin-top: 25px;
      margin-bottom: 35px;
      box-sizing: border-box;
      border: 1px solid gray;
      border-radius: 15px; }
      #main #contentes6-wrapper .how-to-deploy h4 {
        font-size: 21.5px; }
      #main #contentes6-wrapper .how-to-deploy p {
        font-size: 16.5px;
        margin-top: 15px;
        line-height: 25px; }
      #main #contentes6-wrapper .how-to-deploy a {
        font-size: 13.5px;
        color: white;
        background-color: #2C7EC2;
        width: 100%;
        height: 50px;
        margin-top: 15px;
        margin-right: 15px;
        text-align: center;
        line-height: 50px;
        border-radius: 35px;
        text-decoration: none;
        display: inline-block; }
        #main #contentes6-wrapper .how-to-deploy a i {
          margin-left: 5px; }
  @media (min-width: 1000px) {
    #main #contentes6-wrapper {
      width: 950px;
      margin: 85px auto 150px; }
      #main #contentes6-wrapper h2 {
        font-size: 30px; }
      #main #contentes6-wrapper .how-to-deploy {
        width: 950px;
        padding: 35px 25px;
        margin-top: 25px;
        margin-bottom: 35px; }
        #main #contentes6-wrapper .how-to-deploy h4 {
          font-size: 23px; }
        #main #contentes6-wrapper .how-to-deploy p {
          font-size: 16.5px;
          margin-top: 15px;
          line-height: 25px; }
        #main #contentes6-wrapper .how-to-deploy a {
          font-size: 15px;
          width: 300px;
          height: 50px;
          margin-top: 15px;
          margin-right: 15px;
          line-height: 50px; } }
  @media (min-width: 1200px) {
    #main #contentes6-wrapper {
      width: 1150px; }
      #main #contentes6-wrapper .how-to-deploy {
        width: 1150px; } }

@media (min-width: 1000px) {
  #main {
    padding-top: 135px; } }
#footer {
  background-color: #414141;
  margin-top: 50px; }
  #footer #footer-container {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 5px;
    margin: 0 auto;
    opacity: 0.85; }
    #footer #footer-container img {
      width: 70px;
      height: auto; }
    #footer #footer-container p {
      font-size: 11.5px;
      font-weight: 300;
      color: white;
      line-height: 20px;
      margin-top: 15px;
      margin-left: 3px; }
  #footer #copyright p {
    color: white;
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    opacity: 0.5; }

@media (min-width: 1000px) {
  #footer {
    margin-top: 85px; }
    #footer #footer-container {
      width: 80%;
      padding-top: 50px;
      padding-bottom: 0;
      overflow: hidden;
      opacity: 0.9; }
      #footer #footer-container img {
        float: left;
        width: 100px; }
      #footer #footer-container p {
        float: left;
        font-size: 15px;
        margin-top: 23px;
        margin-left: 35px;
        line-height: 25px; }
    #footer #copyright p {
      font-size: 11.5px;
      line-height: 50px;
      opacity: 0.65; } }
