@charset "UTF-8";
/* Scss Document */
/* Scss Document for orertime page */
/*20200720 ver.0.02*/
body, p, h1, h2, h3, h4, h5 img, ul, li, dl, dt, dd {
  color: #333; }

main {
  overflow: hidden; }

i {
  font-style: normal !important; }

header > span,
#offering .contents,
#about {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

#problem .problems {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

#main-v,
#problem,
#solution,
#offering {
  width: 100%;
  background-color: #ECEEEF; }

#breadcrumbs ol li,
#breadcrumbs ol li a {
  color: #fff; }

#btn_Pagetop {
  z-index: 1; }

.sp-only {
  display: inline !important; }

.sptab-only, .pctab-only, .pc-only {
  display: none !important; }

.mr30 {
  margin-right: 30px; }

/*-----------------
 *共通
-----------------*/
header {
  width: 100%;
  height: 3em;
  background-color: #fff;
  position: fixed;
  z-index: 200; }
  header span {
    display: block;
    width: 90%;
    max-width: 64em;
    margin: auto; }
  header img {
    width: 7.5em;
    height: auto;
    margin-top: 0.75em;
    float: left; }

#main-v {
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
  top: -35px;
  padding-top: 3em; }
  #main-v:after {
    content: "";
    background: radial-gradient(#2D67A3, #1C4166);
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: bottom left;
    z-index: 1;
    width: 100%;
    height: 100%; }
  #main-v > #breadcrumbs {
    margin-top: 35px; }
  #main-v .main-copy {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    margin-top: 6.3em;
    display: flex;
    flex-direction: column; }
    #main-v .main-copy h1 {
      width: auto;
      margin: 0 1rem 1rem 1rem;
      padding: 0 1rem; }
      #main-v .main-copy h1 .appname {
        display: block;
        line-height: 1;
        /*					font-family: Arial;
        					font-weight: 700;*/
        color: transparent;
        font-size: 3.4rem;
        /*width: 18.5rem;*/
        width: 100%;
        max-width: 510px;
        margin: 1rem auto 0 auto;
        background-image: url(/web/jp/asp/other/ordertime/images/logo_ordertime.svg);
        background-repeat: no-repeat; }
        #main-v .main-copy h1 .appname .tmrequested {
          display: block;
          width: 17rem;
          margin: 0 auto;
          text-align: right;
          color: #fff;
          font-size: 0.87rem;
          font-weight: 400; }
      #main-v .main-copy h1 .lead_tx {
        display: inline-block;
        margin: auto auto 1.5rem auto;
        padding-bottom: 3px;
        white-space: nowrap;
        font-weight: 700;
        color: #E8EEF5;
        border-bottom: 2px solid #839bb3;
        font-size: 1.2rem; }
      #main-v .main-copy h1 .lead_tx2 {
        margin-bottom: 1rem;
        line-height: 1.5;
        color: #E8EEF5; }
        #main-v .main-copy h1 .lead_tx2 .tx2-1 {
          font-size: 1rem; }
        #main-v .main-copy h1 .lead_tx2 .tx2-2 {
          font-size: 1.6rem;
          display: block; }
      #main-v .main-copy h1 img {
        width: 80%;
        margin: auto auto 1.3rem auto;
        display: block; }
    #main-v .main-copy .main_img {
      position: relative;
      width: 80%;
      margin: auto; }
  #main-v .bt-area .cnv_btn a {
    background-color: #FF5300;
    padding: 1.28em 0;
    font-weight: 400; }
  #main-v .content {
    margin-top: -40px;
    z-index: 1;
    position: relative; }
    #main-v .content p.release_date {
      text-align: center;
      margin: 0rem auto 1rem auto;
      font-size: 1rem;
      font-weight: 700;
      color: #fff; }
    #main-v .content .bt-area {
      display: flex;
      flex-direction: column;
      width: 70%;
      margin: auto; }
      #main-v .content .bt-area .cnv_btn {
        width: 100%;
        margin-bottom: 1rem;
        display: block; }
        #main-v .content .bt-area .cnv_btn a {
          font-size: 1rem; }

#problem {
  margin-top: -36px;
  padding-bottom: 0.1px; }
  #problem .contents {
    margin-bottom: 3.5rem; }
  #problem h2 {
    line-height: 1.5;
    color: #1C4166;
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  #problem .before {
    padding-top: 3.75rem; }
  #problem .problems {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 1024px;
    margin: auto; }
    #problem .problems li {
      display: flex;
      width: 100%;
      min-height: 4.5rem;
      margin-bottom: 1rem;
      color: #E8EEF5;
      position: relative;
      overflow: hidden; }
      #problem .problems li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(#1C4166, #0E2133);
        background-size: cover;
        transform: skewX(-25deg);
        transform-origin: bottom left;
        left: -2.1rem; }
      #problem .problems li:last-child {
        margin-bottom: 0; }
      #problem .problems li i {
        position: relative;
        z-index: 1;
        vertical-align: middle;
        align-self: center;
        font-size: 1rem;
        padding-left: 1rem;
        line-height: 1.5; }
        #problem .problems li i:before {
          content: url("/web/jp/asp/other/ordertime/images/check.png");
          position: absolute;
          top: -0.5rem;
          left: 1rem;
          z-index: -1; }

#solution {
  padding-bottom: 3.5rem; }
  #solution .contents {
    width: 100%;
    margin: auto;
    background: radial-gradient(#589DB8, #167CB8);
    padding-top: 2px; }
    #solution .contents .solutionbg {
      background: url("/web/jp/asp/other/ordertime/images/dot.png"); }
      #solution .contents .solutionbg .after h2 {
        font-weight: 700;
        color: #fff;
        transform: rotateZ(-10deg);
        margin: 0 auto 7rem 1.8rem;
        position: relative;
        top: 2rem; }
        #solution .contents .solutionbg .after h2 span.rotate {
          width: 15rem;
          line-height: 1.5;
          border-bottom: 16px solid #fff;
          padding-bottom: 6px;
          display: block; }
          #solution .contents .solutionbg .after h2 span.rotate span:first-child,
          #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) {
            font-size: 1.5rem;
            display: block; }
          #solution .contents .solutionbg .after h2 span.rotate span.strong {
            font-size: 2rem;
            display: inline; }
      #solution .contents .solutionbg .after .solutions {
        display: flex;
        flex-direction: column;
        width: 91.47%;
        margin: auto; }
        #solution .contents .solutionbg .after .solutions p {
          background-color: #014991;
          position: relative;
          width: 86%;
          height: 176.5px;
          padding: 1rem;
          margin: auto auto 3.5rem 1rem;
          left: 0rem;
          top: 0rem; }
          #solution .contents .solutionbg .after .solutions p:last-child {
            margin: auto auto 2rem 1rem; }
          #solution .contents .solutionbg .after .solutions p img {
            position: absolute;
            width: 90.5%;
            top: -1rem;
            left: -1rem; }
          #solution .contents .solutionbg .after .solutions p span {
            display: flex;
            align-items: center;
            position: absolute;
            background-color: #fff;
            color: #2D67A3;
            line-height: 1.5;
            bottom: -0.5rem;
            width: 90.5%;
            height: 4.5rem;
            margin: auto; }
            #solution .contents .solutionbg .after .solutions p span i {
              font-weight: 700;
              font-style: normal;
              font-size: 1.12rem;
              padding-left: 1rem; }

#about .contents {
  padding-top: 4rem;
  margin-bottom: 4rem; }
  #about .contents h2 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: #1C4166;
    font-weight: 700; }
    #about .contents h2 span {
      display: block; }
    #about .contents h2 + p {
      margin-bottom: 1.5rem;
      font-size: 0.9rem;
      line-height: 1.5; }
  #about .contents .merits {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem; }
    #about .contents .merits li {
      position: relative;
      margin-bottom: 1.5rem;
      height: 7.93rem;
      text-align: center;
      overflow: hidden; }
      #about .contents .merits li:last-child {
        margin-bottom: 0; }
      #about .contents .merits li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ECEEEF;
        text-align: center;
        transform: skewX(-10deg);
        transform-origin: bottom left;
        left: -1.4rem;
        z-index: -1; }
      #about .contents .merits li .step {
        display: flex;
        align-items: center;
        border-radius: 50%;
        background-color: #2D67A3;
        color: #fff;
        width: 3.75rem;
        height: 3.75rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
        font-size: 0.9rem;
        font-weight: 700; }
        #about .contents .merits li .step i {
          width: 100%;
          font-style: normal; }
      #about .contents .merits li .merit {
        font-size: 1.25rem;
        color: #2D67A3;
        line-height: 1.5; }
  #about .contents .bt-area {
    margin: auto;
    width: 19rem; }
    #about .contents .bt-area a {
      background-color: #FF5300;
      font-size: 1.25rem; }

#offering {
  background: url("/web/jp/asp/other/ordertime/images/offeringbg.png") no-repeat center center;
  background-size: cover; }
  #offering .contents {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  #offering h2 {
    margin-bottom: 2rem;
    text-align: center; }
    #offering h2 img {
      width: 19rem; }
  #offering p {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1rem; }
    #offering p .sp-only {
      font-size: 0.9rem;
      white-space: nowrap; }
  #offering .monitoring_info li {
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 2.75rem;
    text-align: center;
    font-weight: 700;
    color: #2D67A3;
    position: relative;
    padding: 0.9rem 0;
    font-size: 0.9rem; }
    #offering .monitoring_info li:last-child {
      margin-top: 3.4rem;
      margin-bottom: 3.5rem;
      text-align: left;
      padding-left: 6.3rem; }
      #offering .monitoring_info li:last-child:before {
        position: absolute;
        content: url("/web/jp/asp/other/ordertime/images/offeringexclusive.png");
        top: 0;
        left: 1.5rem; }
    #offering .monitoring_info li .note {
      position: absolute;
      width: auto;
      margin: 3.5rem auto 0 0;
      font-size: 0.75rem;
      display: block;
      white-space: nowrap;
      font-weight: 400;
      top: 0rem;
      left: 0rem;
      color: #fff;
      text-align: right; }
    #offering .monitoring_info li .addtx {
      font-size: 0.81rem;
      font-weight: 400; }
  #offering .bt-area {
    margin: auto;
    width: 19rem; }
    #offering .bt-area a {
      background-color: #FF5300;
      font-size: 1.25rem; }

#flow .contents,
#voice .contents,
#recommend .contents {
  margin: 0 auto;
  padding: 3.5rem 1rem 0 1rem; }
  #flow .contents:after,
  #voice .contents:after,
  #recommend .contents:after {
    content: "";
    display: block;
    clear: both; }
#flow h2,
#voice h2,
#recommend h2 {
  color: #1C4166;
  text-align: left; }

#flow .contents {
  margin-bottom: 3.5rem; }
  #flow .contents h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem; }

#voice {
  background-color: #B6CBDF;
  padding-bottom: 3.5rem; }
  #voice .contents h2 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 2rem; }
  #voice .contents .voices {
    display: block; }
    #voice .contents .voices li {
      display: flex;
      width: 100%;
      min-height: 8rem;
      margin-bottom: 1.5rem;
      color: #E8EEF5;
      position: relative;
      overflow: hidden; }
      #voice .contents .voices li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(#167CB8, #014991);
        background: -o-linear-gradient(#167CB8, #014991);
        background: linear-gradient(#167CB8, #014991);
        background-size: cover;
        transform: skewX(-13deg);
        transform-origin: bottom left;
        left: -2.1rem; }
      #voice .contents .voices li i {
        position: relative;
        z-index: 1;
        vertical-align: middle;
        align-self: center;
        font-size: 1rem;
        padding-right: 1.5rem;
        padding-left: 1rem;
        line-height: 1.5; }
        #voice .contents .voices li i .txv {
          font-size: 1.125rem;
          display: block; }
        #voice .contents .voices li i .txprf {
          font-size: 0.75rem; }
        #voice .contents .voices li i:before {
          content: url(/web/jp/asp/other/ordertime/images/check2.png);
          position: absolute;
          top: -0.5rem;
          left: 1rem;
          z-index: -1; }

#recommend {
  background-color: #ECEEEF;
  padding-bottom: 3.5rem;
  position: relative; }
  #recommend .contents {
    position: relative;
    z-index: 2; }
    #recommend .contents h2 {
      margin: 0 40px 2rem;
      font-size: 1.6rem;
      line-height: 1.5; }
    #recommend .contents .main_img {
      display: none; }
  #recommend:before {
    content: "";
    background: #ECEEEF;
    transform: skewY(-2deg);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: bottom left;
    z-index: 1;
    width: 100%;
    height: 100%; }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  #flow .contents,
  #voice .contents,
  #recommend .contents {
    box-sizing: border-box;
    width: 90%;
    padding-left: 0;
    padding-right: 0; }

  #flow img.pctab-only {
    display: block !important;
    width: 100%; }
  #flow img.sptab-only {
    display: none !important; }

  #voice .contents .voices {
    display: block; }
    #voice .contents .voices li {
      width: 333px;
      height: 110px;
      z-index: 1; }
      #voice .contents .voices li:nth-child(1), #voice .contents .voices li:nth-child(3) {
        float: left; }
      #voice .contents .voices li:nth-child(2), #voice .contents .voices li:nth-child(4) {
        float: right; }
      #voice .contents .voices li:after {
        left: -3.2rem; }
      #voice .contents .voices li i {
        padding-left: 1.5rem; }
        #voice .contents .voices li i .txv {
          font-size: 1.25rem;
          padding-right: 2.5rem; }
        #voice .contents .voices li i .txprf {
          font-size: 0.9rem; }
        #voice .contents .voices li i:before {
          top: -25px;
          left: 1rem;
          z-index: -1; }

  #recommend .contents {
    display: flex;
    flex-direction: row-reverse; }
    #recommend .contents h2 {
      font-size: 1.6rem;
      white-space: nowrap;
      margin: 0 0 2rem 0; }
    #recommend .contents .main_img {
      display: block;
      width: 50%; } }
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  #flow {
    margin-left: auto;
    margin-right: auto; }

  #voice .contents .voices li {
    width: 452px !important;
    height: 110px !important; }
    #voice .contents .voices li i {
      padding-left: 2.5rem; }
      #voice .contents .voices li i .txv {
        font-size: 1.25rem; }
      #voice .contents .voices li i .txprf {
        font-size: 0.9rem; }

  #recommend .contents h2 {
    font-size: 2.25rem;
    margin: 40px 0 50px 0; }
  #recommend .contents .main_img {
    width: 60%; } }
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  #flow img.pctab-only {
    width: auto;
    min-width: 1024px; }

  #voice .contents .voices li {
    width: 472px !important;
    height: 110px !important;
    margin-bottom: 2.5rem !important; }
    #voice .contents .voices li i {
      padding-left: 2.5rem !important;
      font-size: 20px !important; }
      #voice .contents .voices li i .txprf {
        font-size: 0.9rem; }

  #recommend .contents h2 {
    font-size: 2.25rem;
    white-space: nowrap;
    margin: 83px 0 50px 0; }
  #recommend .contents .main_img {
    width: 100%; } }
.notice {
  width: 18rem;
  margin: 1rem auto 0 auto;
  line-height: 1.5;
  text-indent: -0.8rem;
  padding-left: 0rem;
  position: relative;
  left: 0.5rem;
  font-size: 0.75rem; }

.download {
  text-align: center;
  margin-bottom: 30px; }

.download-area {
  width: 320px;
  margin: 0 0 0 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.download2 {
  width: 200px;
  margin: 0 auto; }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .sptab-only {
    display: inline !important; }

  .sp-only, .pctab-only, .pc-only {
    display: none !important; }

  header > span,
  #main-v .main-copy,
  #offering .contents,
  #about,
  #problem .problems,
  #flow .contents,
  #voice .contents,
  #recommend .contents {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto; }

  #main-v {
    top: -13px;
    padding-top: 3.2em;
    padding-bottom: 55px; }
    #main-v #breadcrumbs {
      margin-top: 10px; }
    #main-v .main-copy {
      display: block;
      margin-top: 93px; }
      #main-v .main-copy h1 {
        width: 90%;
        margin: auto;
        margin-bottom: 48px; }
        #main-v .main-copy h1 .appname {
          font-size: 5rem;
          width: auto;
          margin: 0; }
          #main-v .main-copy h1 .appname .tmrequested {
            width: 19.5rem;
            margin: 0.3rem auto 0 auto;
            font-size: 1rem; }
        #main-v .main-copy h1 p.lead_tx {
          width: 13em !important;
          padding-bottom: 6px;
          margin-bottom: 50px;
          margin-left: 0;
          border-bottom: 2px solid #839bb3;
          font-size: 28px;
          font-weight: 700;
          color: #E8EEF5; }
        #main-v .main-copy h1 p.lead_tx2 {
          width: auto;
          margin-bottom: 30px;
          color: #E8EEF5; }
          #main-v .main-copy h1 p.lead_tx2 .tx2-1 {
            font-size: 24px; }
          #main-v .main-copy h1 p.lead_tx2 .tx2-2 {
            white-space: nowrap;
            font-size: 36px;
            display: inline; }
        #main-v .main-copy h1 img {
          width: auto;
          margin: auto auto auto 0; }
      #main-v .main-copy .main_img {
        width: 25rem;
        margin: auto;
        position: absolute;
        top: 0;
        right: -3rem;
        z-index: -1; }
      #main-v .main-copy .content {
        width: 90%;
        margin: 0 auto; }
        #main-v .main-copy .content p.release_date {
          text-align: left;
          margin-bottom: 20px;
          font-size: 19.2px;
          font-weight: 700;
          color: #fff; }
        #main-v .main-copy .content .bt-area {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 530px;
          margin: auto auto auto 0; }
          #main-v .main-copy .content .bt-area .cnv_btn {
            width: 300px;
            margin-bottom: 0; }
            #main-v .main-copy .content .bt-area .cnv_btn a {
              font-size: 20px;
              padding: 0.925em 0; }

  #problem {
    position: relative;
    margin-top: -13px;
    overflow: hidden; }
    #problem .contents {
      margin-bottom: 80px;
      overflow: hidden; }
      #problem .contents h2 {
        font-size: 32px;
        margin-top: -60px;
        margin-bottom: 40px; }
      #problem .contents .before {
        padding-top: 100px; }
      #problem .contents .problems {
        display: block; }
        #problem .contents .problems li {
          width: 333px;
          height: 110px;
          z-index: 1; }
          #problem .contents .problems li:nth-child(1), #problem .contents .problems li:nth-child(3) {
            float: left; }
          #problem .contents .problems li:nth-child(2), #problem .contents .problems li:nth-child(4) {
            float: right; }
          #problem .contents .problems li:after {
            left: -3.2rem; }
          #problem .contents .problems li i {
            padding-left: 1rem;
            font-size: 16px; }
            #problem .contents .problems li i:before {
              top: -25px;
              left: 1rem;
              z-index: -1; }

  #solution .contents {
    width: 95%;
    margin: 0 auto 0 0; }
    #solution .contents .solutionbg .after {
      overflow: hidden;
      padding-bottom: 4rem; }
      #solution .contents .solutionbg .after:before {
        content: url("/web/jp/asp/other/ordertime/images/After.png");
        opacity: 0.03; }
      #solution .contents .solutionbg .after h2 {
        width: 81.5%;
        font-size: 32px;
        margin: -130px auto 174px auto; }
        #solution .contents .solutionbg .after h2 span.rotate {
          width: 35rem;
          text-align: left;
          padding-bottom: 0; }
          #solution .contents .solutionbg .after h2 span.rotate span:first-child,
          #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) {
            font-size: 32px;
            display: inline; }
          #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) span.strong {
            font-size: 48px; }
      #solution .contents .solutionbg .after .solutions {
        width: 89%;
        margin: auto;
        display: block; }
        #solution .contents .solutionbg .after .solutions p {
          width: 270px;
          height: 130px;
          padding: 1rem;
          margin: auto auto 1.5rem auto;
          left: 1rem;
          top: unset;
          bottom: 0; }
          #solution .contents .solutionbg .after .solutions p:nth-child(1), #solution .contents .solutionbg .after .solutions p:nth-child(3) {
            float: left; }
          #solution .contents .solutionbg .after .solutions p:nth-child(2), #solution .contents .solutionbg .after .solutions p:nth-child(4) {
            float: right; }
          #solution .contents .solutionbg .after .solutions p:nth-child(3), #solution .contents .solutionbg .after .solutions p:last-child {
            top: 3.5rem; }
          #solution .contents .solutionbg .after .solutions p img {
            width: 280px;
            bottom: 1.5rem;
            left: -1rem;
            top: unset; }
          #solution .contents .solutionbg .after .solutions p span {
            bottom: 1rem;
            right: 1rem;
            width: 269px;
            height: 86px;
            margin: auto; }
            #solution .contents .solutionbg .after .solutions p span i {
              line-height: 1.5;
              font-size: 20px; }

  #about .contents {
    padding-top: 75px;
    margin-bottom: 80px; }
    #about .contents h2 {
      margin-bottom: 1rem;
      font-size: 24px;
      line-height: 1.5;
      text-align: left; }
      #about .contents h2 span {
        display: inline; }
      #about .contents h2 p.sptab-only {
        margin-bottom: 40px; }
    #about .contents .merits {
      width: 100%;
      flex-direction: row;
      margin: 0 auto 2.5rem;
      justify-content: space-between; }
      #about .contents .merits li {
        width: 31.7%;
        height: 157px;
        margin-bottom: 0; }
        #about .contents .merits li:after {
          left: -1.8rem; }
        #about .contents .merits li .step {
          margin-bottom: 0.95rem; }
        #about .contents .merits li .merit {
          font-size: 1rem;
          color: #2D67A3; }
      #about .contents .merits .notice.sp-only {
        display: none !important; }
    #about .contents .notice.pc-only {
      display: block !important; }
    #about .contents .bt-area {
      width: 100%; }
      #about .contents .bt-area a {
        width: 512px;
        margin: auto;
        font-size: 24px; }

  #offering .contents {
    padding-top: 80px;
    padding-bottom: 56px; }
  #offering h2 img {
    width: 547.5px; }
  #offering p {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1rem; }
    #offering p .sptab-only {
      font-size: 1rem; }
  #offering .monitoring_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: auto; }
    #offering .monitoring_info li {
      margin-bottom: 3.5rem;
      width: 380px;
      font-size: 1rem; }
      #offering .monitoring_info li:first-child {
        margin-right: 1rem; }
      #offering .monitoring_info li:last-child {
        margin-top: 0;
        width: 280px; }
  #offering .bt-area {
    width: 100%; }
    #offering .bt-area a {
      width: 512px;
      margin: auto;
      font-size: 24px; }

  #recommend {
    padding-bottom: 0; }

  .notice {
    width: 35rem;
    font-size: 0.875rem;
    text-align: center; } }
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .pctab-only {
    display: inline !important; }

  .sptab-only, .sp-only, .pc-only {
    display: none !important; }

  header > span,
  #main-v .main-copy,
  #offering .contents,
  #about,
  #problem .problems {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto; }

  #main-v {
    top: -13px;
    padding-top: 3.2em;
    padding-bottom: 55px; }
    #main-v .main-copy {
      display: block;
      margin-top: 93px; }
      #main-v .main-copy h1 {
        width: 90%;
        margin: auto;
        margin-bottom: 43px; }
        #main-v .main-copy h1 .appname {
          font-size: 5rem;
          width: auto;
          margin: 0; }
          #main-v .main-copy h1 .appname .tmrequested {
            padding-right: 14rem; }
        #main-v .main-copy h1 p.lead_tx {
          width: 13em !important;
          padding-bottom: 6px;
          margin-bottom: 50px;
          margin-left: 0;
          border-bottom: 2px solid #839bb3;
          font-size: 28px;
          font-weight: 700;
          color: #E8EEF5; }
        #main-v .main-copy h1 img {
          width: auto;
          margin: auto auto auto 0; }
      #main-v .main-copy .main_img {
        width: 38em;
        margin: auto;
        position: absolute;
        top: 0px;
        right: -72px;
        z-index: -1; }
      #main-v .main-copy .content {
        width: 90%;
        margin: 0 auto; }
        #main-v .main-copy .content p.release_date {
          text-align: left;
          margin-bottom: 20px;
          font-size: 19.2px;
          font-weight: 700;
          color: #fff; }
        #main-v .main-copy .content .bt-area {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 530px;
          margin: auto auto auto 0; }
          #main-v .main-copy .content .bt-area .cnv_btn {
            width: 300px;
            margin-bottom: 0; }
            #main-v .main-copy .content .bt-area .cnv_btn a {
              font-size: 20px;
              padding: 0.925em 0; }
    #main-v #breadcrumbs {
      margin-top: 10px; }

  #problem {
    position: relative;
    margin-top: -13px;
    overflow: hidden; }
    #problem .contents {
      margin-bottom: 80px;
      overflow: hidden; }
    #problem h2 {
      font-size: 32px;
      margin-top: -60px;
      margin-bottom: 40px; }
    #problem .before {
      padding-top: 100px; }
    #problem .problems {
      display: block; }
      #problem .problems li {
        width: 452px !important;
        height: 110px !important; }
        #problem .problems li i {
          padding-left: 2.5rem !important;
          font-size: 18px !important; }

  #solution .contents .solutionbg .after {
    overflow: hidden;
    padding-bottom: 4rem; }
    #solution .contents .solutionbg .after:before {
      content: url("/web/jp/asp/other/ordertime/images/After.png");
      opacity: 0.03; }
    #solution .contents .solutionbg .after h2 {
      width: 81.5%;
      font-size: 32px;
      margin: -130px auto 159px auto; }
      #solution .contents .solutionbg .after h2 span.rotate {
        width: 43rem;
        text-align: left;
        padding-bottom: 0; }
        #solution .contents .solutionbg .after h2 span.rotate span:first-child,
        #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) {
          font-size: 40px;
          display: inline; }
        #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) span.strong {
          font-size: 56px; }
    #solution .contents .solutionbg .after .solutions {
      width: 91.47%;
      margin: auto;
      display: block;
      position: relative;
      left: 0.65rem; }
      #solution .contents .solutionbg .after .solutions p {
        width: 388px;
        height: 140px;
        padding: 1rem;
        margin: auto;
        left: 1rem;
        top: 0rem; }
        #solution .contents .solutionbg .after .solutions p:nth-child(1), #solution .contents .solutionbg .after .solutions p:nth-child(3) {
          float: left; }
        #solution .contents .solutionbg .after .solutions p:nth-child(2), #solution .contents .solutionbg .after .solutions p:nth-child(4) {
          float: right; }
        #solution .contents .solutionbg .after .solutions p:nth-child(3), #solution .contents .solutionbg .after .solutions p:last-child {
          top: 3.5rem; }
        #solution .contents .solutionbg .after .solutions p img {
          width: 298px;
          top: -1rem;
          left: -1rem; }
        #solution .contents .solutionbg .after .solutions p span {
          top: -1rem;
          right: 1rem;
          bottom: 1rem;
          width: 218px;
          height: 156px;
          margin: auto; }
          #solution .contents .solutionbg .after .solutions p span i {
            line-height: 1.5;
            font-size: 20px; }

  #about .contents {
    padding-top: 75px;
    margin-bottom: 80px; }
    #about .contents h2 {
      margin-bottom: 1rem;
      font-size: 24px;
      line-height: 1.5;
      text-align: left; }
      #about .contents h2 span {
        display: inline; }
      #about .contents h2 + p {
        margin-bottom: 40px; }
    #about .contents .merits {
      margin: 0 auto 2.5rem;
      justify-content: space-between; }
      #about .contents .merits li {
        height: 157px;
        margin-bottom: 0; }
        #about .contents .merits li .merit {
          font-size: 1.2rem;
          color: #2D67A3; }
    #about .contents .bt-area {
      width: 100%; }
      #about .contents .bt-area a {
        width: 512px;
        margin: auto;
        font-size: 24px; }

  #offering .contents {
    padding-top: 80px;
    padding-bottom: 56px; }
  #offering h2 img {
    width: 547.5px; }
  #offering p {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1rem; }
    #offering p .pctab-only {
      font-size: 1rem; }
  #offering .monitoring_info {
    display: flex;
    flex-direction: row;
    width: 748px;
    justify-content: space-between;
    margin: auto; }
    #offering .monitoring_info li {
      margin-bottom: 63px;
      margin-right: 1rem;
      width: 354px;
      font-size: 0.875rem; }
      #offering .monitoring_info li:last-child {
        margin-top: 0;
        width: 264px; }
  #offering .bt-area {
    width: 100%; }
    #offering .bt-area a {
      width: 512px;
      margin: auto;
      font-size: 24px; } }
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .pc-only {
    display: inline !important; }

  .sptab-only, .pctab-only, .sp-only {
    display: none !important; }

  #main-v {
    top: -13px;
    padding-top: 3.2em;
    padding-bottom: 55px; }
    #main-v .main-copy {
      display: block;
      margin-top: 93px; }
      #main-v .main-copy h1 {
        width: auto;
        margin: auto;
        margin-bottom: 50px; }
        #main-v .main-copy h1 .appname {
          font-size: 5rem;
          width: auto;
          margin: 0; }
          #main-v .main-copy h1 .appname .tmrequested {
            padding-right: 20.5rem; }
        #main-v .main-copy h1 p.lead_tx {
          width: 13em !important;
          padding-bottom: 6px;
          margin-bottom: 50px;
          margin-left: 0;
          border-bottom: 2px solid #839bb3;
          font-size: 28px;
          font-weight: 700;
          color: #E8EEF5; }
        #main-v .main-copy h1 img {
          width: auto;
          margin: auto auto auto 0; }
      #main-v .main-copy .main_img {
        width: auto;
        margin: auto;
        position: absolute;
        top: -38px;
        right: -126px; }
      #main-v .main-copy .content {
        margin: 0px; }
        #main-v .main-copy .content p.release_date {
          text-align: left;
          margin-bottom: 20px;
          font-size: 19.2px;
          font-weight: 700;
          color: #fff; }
        #main-v .main-copy .content .bt-area {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 660px;
          margin: auto auto auto 0; }
          #main-v .main-copy .content .bt-area .cnv_btn {
            width: 300px;
            margin-bottom: 0; }
            #main-v .main-copy .content .bt-area .cnv_btn a {
              font-size: 20px;
              padding: 0.925em 0; }

  #problem .before:before {
    content: url("/web/jp/asp/other/ordertime/images/Before.png");
    opacity: 0.03; }

  #problem {
    position: relative;
    margin-top: -155px;
    overflow: hidden; }
    #problem .contents {
      margin-bottom: 80px;
      overflow: hidden; }
    #problem h2 {
      font-size: 40px !important;
      margin-top: -60px !important;
      margin-bottom: 40px !important; }
    #problem .problems {
      display: block; }
      #problem .problems li {
        width: 472px !important;
        height: 110px !important;
        margin-bottom: 2.5rem !important; }
        #problem .problems li i {
          padding-left: 2.5rem !important;
          font-size: 20px !important; }

  #solution .contents {
    width: 94.2vw;
    margin: auto 0 0; }
    #solution .contents .solutionbg .after {
      overflow: hidden;
      padding-bottom: 4rem; }
      #solution .contents .solutionbg .after:before {
        content: url("/web/jp/asp/other/ordertime/images/After.png");
        opacity: 0.03; }
      #solution .contents .solutionbg .after h2 {
        width: 81.5%;
        font-size: 40px;
        margin: -160px auto 177px 12.2%; }
        #solution .contents .solutionbg .after h2 span.rotate {
          width: 42rem;
          text-align: left;
          padding-bottom: 0; }
          #solution .contents .solutionbg .after h2 span.rotate span:first-child,
          #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) {
            font-size: 40px;
            display: inline; }
          #solution .contents .solutionbg .after h2 span.rotate span:nth-child(2) span.strong {
            font-size: 56px; }
      #solution .contents .solutionbg .after .solutions {
        width: 1008px;
        margin: auto;
        display: block;
        position: relative;
        left: 2.2%; }
        #solution .contents .solutionbg .after .solutions p {
          width: 426px;
          height: 140px;
          left: 1rem;
          top: 0rem; }
          #solution .contents .solutionbg .after .solutions p:nth-child(1), #solution .contents .solutionbg .after .solutions p:nth-child(3) {
            float: left; }
          #solution .contents .solutionbg .after .solutions p:nth-child(2), #solution .contents .solutionbg .after .solutions p:nth-child(4) {
            float: right; }
          #solution .contents .solutionbg .after .solutions p:nth-child(3), #solution .contents .solutionbg .after .solutions p:last-child {
            top: 3.5rem; }
          #solution .contents .solutionbg .after .solutions p img {
            width: 256px;
            top: -1rem;
            left: -1rem; }
          #solution .contents .solutionbg .after .solutions p span {
            top: -0.5rem;
            right: 1rem;
            bottom: unset;
            width: 218px;
            height: 156px;
            margin: auto; }
            #solution .contents .solutionbg .after .solutions p span i {
              line-height: 1.5;
              font-size: 20px; }

  #about .contents {
    padding-top: 75px;
    margin-bottom: 80px; }
    #about .contents h2 {
      margin-bottom: 1rem;
      font-size: 24px;
      line-height: 1.5;
      text-align: left; }
      #about .contents h2 span {
        display: inline; }
      #about .contents h2 + p {
        margin-bottom: 40px; }
    #about .contents .merits {
      margin: 0 auto 2.5rem;
      justify-content: space-between; }
      #about .contents .merits li {
        height: 157px;
        margin-bottom: 0; }
        #about .contents .merits li:after {
          left: -1.7rem; }
        #about .contents .merits li .merit {
          font-size: 1.2rem;
          color: #2D67A3; }
    #about .contents .bt-area {
      width: 100%; }
      #about .contents .bt-area a {
        width: 512px;
        margin: auto;
        font-size: 24px; }

  #offering .contents {
    padding-top: 80px;
    padding-bottom: 56px; }
  #offering h2 img {
    width: 547.5px; }
  #offering p {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1rem; }
    #offering p .pc-only {
      font-size: 1rem; }
  #offering .monitoring_info {
    display: flex;
    flex-direction: row;
    width: 748px;
    justify-content: space-between;
    margin: auto; }
    #offering .monitoring_info li {
      margin-bottom: 63px;
      width: 354px;
      font-size: 1rem; }
      #offering .monitoring_info li .note {
        margin: 3.5rem auto 0 2rem; }
      #offering .monitoring_info li:last-child {
        margin-top: 0;
        width: 258px; }
  #offering .bt-area {
    width: 100%; }
    #offering .bt-area a {
      width: 512px;
      margin: auto;
      font-size: 24px; } }
