@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 950px) {
  img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #wrapper .main-area {
    width: 100%;
    padding-top: 4.8rem;
    background-image: url("../img/user_case/sp-top-bg.png");
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 3.6rem;
    height: auto;
    padding-bottom: 5rem;
  }
  .main-area h3 {
    position: static;
    font-size: 3.2rem;
    margin: 0 0 0 2rem;
    font-weight: 900;
    color: #002870;
    text-indent: 0;
    width: 100%;
    height: auto;
    left: 0%;
    top: 0%;
  }
  .main-area .sub-text {
    font-size: 1.6rem;
    margin-left: 2rem;
    line-height: 2;
  }
  .sec01 {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
  .title {
    font-size: 2.2rem;
    line-height: 1.27;
    padding-bottom: 1rem;
    border-bottom-width: 0.4rem;
  }
  .sec01 .sec01-area {
    margin-top: 2.5rem;
  }
  .sec01-area .sec01-left {
    float: none;
    width: 100%;
  }
  .sec-title {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    background-image: url(../img/top/sp-main-ico.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
  }
  .sec01-left ul {
    margin-top: 0;
  }
  .sec01-left ul li,
  .sec01-right ul li {
    font-size: 1.4rem;
    text-indent: -1.4em;
    padding-left: 1em;
    line-height: 2;
  }
  .sec01-area .sec01-right {
    float: none;
    width: 100%;
  }
  .sec01-right ul {
    margin-top: 0;
  }
  .sec02 {
    width: calc(100% - 4rem);
    margin: 7.5rem 2rem 0 2rem;
  }
  .sp-operating-environment .sp-inner-wrap {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem solid #808080;
  }
  .sp-operating-environment .sp-title {
    font-size: 1.6rem;
    padding-left: 2.3rem;
    background-image: url(../img/system/sp-sec-ico02.png);
    background-repeat: no-repeat;
    background-size: 1.3rem;
    background-position: left center;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .sp-operating-environment .sp-text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .sec02 p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  #wrapper .main-area {
    margin-top: 5.6rem;
  }
}
