@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#software {
  margin: 58px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
}
.software--top {
  width: 100%;
  position: relative;
}
  .software--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
.container {
  width: 860px;
  margin: 0 auto 40px;
  color: #333333;
}
  .container h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .container-txt {
    font-size: 16px;
    margin: 20px 0 20px;
  }
  .service-area {
    font-size: 0;
  }
    .service-area li {
      display: inline-block;
      width: 274px;
      height: 85px;
      margin: 0px 10px 10px 0;
      border: 1px solid #333333;
      font-size: 16px;
      font-family: "Source Han Code JP",sans-serif;
      text-align: center;
      line-height: 85px;
    }
  .flow-title {
    font-size: 24px;
    color: #100C39;
  }
  .flow-area {
    border-top: 1px solid #CCCCCC;
    position: relative;
    margin-top: 20px;
    margin-bottom: 90px;
    padding-top: 40px;
  }
  .flow-area::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 192px;
    height: 1px;
    display: inline-block;
    background-color: #1F1D59;
  }
    .flow-box li {
      width: 100%;
      height: 85px;
      margin-top: 10px;
      margin-bottom: 20px;
      border: 1px solid #100C39;
      text-align: center;
      line-height: 85px;
      font-size: 16px;
      font-family: "Source Han Code JP",sans-serif;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#software {
  margin: 49px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
}
.software--top {
  width: 100%;
  position: relative;
}
  .software--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      white-space: nowrap;
    }
.container {
  width: 80%;
  margin: 0 auto 40px;
  color: #333333;
}
  .container h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .container-txt {
    font-size: 16px;
    margin: 20px 0 20px;
  }
  .service-area {
    width: 100%;
    font-size: 0;
    margin: 0 auto;
  }
    .service-area li {
      display: inline-block;
      width: 100%;
      margin: 0px 10px 10px 0;
      border: 1px solid #333333;
      font-size: 16px;
      font-family: "Source Han Code JP",sans-serif;
      text-align: center;
      line-height: 85px;
    }
  .flow-title {
    font-size: 24px;
    color: #100C39;
  }
  .flow-area {
    border-top: 1px solid #CCCCCC;
    position: relative;
    margin-top: 20px;
    margin-bottom: 90px;
    padding-top: 40px;
  }
  .flow-area::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 192px;
    height: 1px;
    display: inline-block;
    background-color: #1F1D59;
  }
    .flow-box li {
      width: 100%;
      height: 85px;
      margin-top: 10px;
      margin-bottom: 20px;
      border: 1px solid #100C39;
      text-align: center;
      line-height: normal;
      font-size: 16px;
      font-family: "Source Han Code JP",sans-serif;
      position: relative;
    }
    .flow-box li p {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
}
/* SP ================================================== */
@media all and (max-width:559px){
#software {
  margin: 24px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
}
.software--top {
  width: 100%;
  position: relative;
}
  .software--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 26px;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      white-space: nowrap;
    }
.container {
  width: 80%;
  margin: 0 auto 40px;
  color: #333333;
}
  .container h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .container-txt {
    font-size: 16px;
    margin: 20px 0 20px;
  }
  .service-area {
    width: 100%;
    font-size: 0;
    margin: 0 auto;
  }
    .service-area li {
      display: inline-block;
      width: 100%;
      margin: 0px 10px 10px 0;
      border: 1px solid #333333;
      font-size: 16px;
      font-family: "Source Han Code JP",sans-serif;
      text-align: center;
      line-height: 85px;
    }
  .flow-title {
    font-size: 24px;
    color: #100C39;
  }
  .flow-area {
    border-top: 1px solid #CCCCCC;
    position: relative;
    margin-top: 20px;
    margin-bottom: 90px;
    padding-top: 40px;
  }
  .flow-area::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 192px;
    height: 1px;
    display: inline-block;
    background-color: #1F1D59;
  }
    .flow-box li {
      width: 100%;
      height: 85px;
      margin-top: 10px;
      margin-bottom: 20px;
      border: 1px solid #100C39;
      text-align: center;
      line-height: normal;
      font-size: 16px;
      font-family: "Source Han Code JP",sans-serif;
      position: relative;
    }
    .flow-box li p {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
}