@charset "utf-8";
@charset "UTF-8";

/* スマホmax-width599 */
/* タブレットmax-width1024 */
/* PCそれ以上 */

#subArea{display:none}


body{
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 15px;
  line-height: 2;
}

p,h1,h2,h3,h4,h5,h6{
  margin-top: 0;
}
h1,h2,h3{
  font-weight: bold;
}
#contents p{
    display: blockt;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#contents ul{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
/* body========================================================= */
/* スマホ用===================================================== */
@media (min-width: 0px) {
  .read, .csv, .config{
    display: block;
  }

  .read-img{
    width: 360px;
    height: 250px;
  }
}


@media (min-width: 599px) {

}

/* large screen */
@media (min-width: 1000px) {
}

/* top======================================================= */
/* スマホ用================================================== */
@media (min-width: 0px){
  .top{
    background-image: url(../images/zaicode/min0-Topimg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height:auto;
  }
  .top-badge-app{
    text-align: right;
    padding: 50% 8% 3% 0 ;
    width: auto;
    height: auto;
  }

  .topappimg{
    display: block;
    margin-left: 60%;
    border-radius: 13px;
    width: 40%
  }
  .topgglimg{
    display: block;
    margin-left: 58%;
    width: 45.2%;
    margin-bottom: 0px;
  }
}

/* タブレット用================================================== */
@media (min-width: 600px) {
  .top{
    background-image: url(../images/zaicode/min700-top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height:auto;
  }

  .top-badge-app{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30% 0 5% 0 ;
    width: auto;
    height: auto;
  }

  #topapp{
    width: 19.5%;
  }
  .topappimg{
    display: block;
    border-radius: 13px;
    width: 80%;
    min-width: 100px;
    max-width: 600px;
    /* padding: 6.5%; */
    margin: auto;
 　height: auto;
  }

  #topggl{
    width: 20%;
  }
  .topgglimg{
    display: block;
    width: 100%;
    min-width: 130px;
    max-width: 670px;
    margin: auto ;
    height: auto;
  }

  .top-space{
    display:block;
    width: 16.7%;
  }
}

/* .top-text{
  text-align: left;
  padding:15% 10% 0% 50%;
} */

/* .title{
  font-size: 60px
} */

/* .zaicode{
  font-size: 170px;
} */

/* top終わり========================================== */



/* about ==============================================*/
.mark-list{
  list-style: "- ";
}

.about{
  text-align: left;
  border-bottom: solid 2px gray;
}

.about_h1{
  border-bottom: solid #AFEEEE;
  display: inline-block;
}

/* スマホ用================================================ */
@media (min-width: 0px){
  .about{
  text-align: left;
  padding: 5%;
  border-bottom: solid 2px gray;
  }
  .about_h1{
    font-size: 24px;
  }
}

/* タブレット・PC用================================================ */
@media (min-width: 751px){
  .about{
    display: flex;
    justify-content: center;
    text-align: left ;
    padding: 2%;
  }
  .about_h1{
    font-size: 36px;
  }

}

/* About終わり============================================ */



/* feature============================================ */
.feature{
  text-align: center;
}
.feature-h1{
  margin: 5% auto 0 auto;
  border-bottom: solid #AFEEEE;
  display: inline-block;
}
/* スマホ用================================================ */
@media (min-width: 0px){
  .feature-h1{
    margin: 5% auto 0 auto;
    border-bottom: solid #AFEEEE;
    display: inline-block;
    font-size: 24px;
  }
}

/* スマホ用================================================ */
@media (min-width: 0px){
  .feature-h1{
    font-size: 24px;
  }
}
/* feature終わり============================================ */



/* read============================================ */
/* スマホ・小さめタブレット用============================================ */
@media (min-width: 0px){
  .read-text{
    display: block;
    /* width: 90%; */
    height: auto;
    text-align: left;
    padding: 5%;
  }
  .read-img{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5%;
  }
  .read-head{
    border-bottom: solid #AFEEEE ;
    margin-bottom: 2%;
    font-size: 24px;
    }
}

/* 大き目タブレット・PC用============================================ */
@media(min-width:751px){
  .read{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 5% ;
    /* width: 90%; */
    height: auto;
  }

  .read-img1{
    width: 55%;
    max-width: 700px;
    height: auto;
    padding:0 4% 0 0 ;
    margin: 0%;
  }
  .read-img{
    width: 100%;
    max-width:700px ;
    height: auto;
    padding:0 4% ;
  }

  .read-text{
    width: 40%;
    max-width:450px ;
    height: auto;
    padding: 0 2%;
    height: auto;
  }

  .read-head{
    border-bottom: solid #AFEEEE ;
    margin-bottom: 2%;
  }
}

/* read終わり============================================ */


/* csv============================================ */
/* スマホ用============================================ */
@media (min-width: 0px){
  .csv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
  }
  .csv-text{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5% ;
  }
  .csv-img{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5%;
  }
  .csv-head{
    border-bottom: solid #AFEEEE ;
    margin-bottom: 2%;
    font-size: 24px;
  }
  .order1{
    order:2;
  }
  .order2{
    order:1;
  }
}

/* タブレット用============================================ */
@media(min-width:751px){
  .csv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 5% ;
    flex-direction: row;
  }

  .csv1{
    width: 55%;
    max-width: 700px;
    height: auto;
    margin: 0%;
  }
  .csv-img{
    width: 100%;
    max-width:700px ;
    height: 90%;
    padding: 0 0;
  }

  .csv-text{
    width: 40%;
    max-width:450px ;
    height: auto;
    padding: 0 2%;
    height: auto;
  }

  .csv-head{
    border-bottom: solid #AFEEEE ;
    margin-bottom: 2%;
  }
  .order1{
    order:1;
  }
  .order2{
    order:2;
  }
}
/* csv終わり============================================ */



/* config============================================ */
/* スマホ用============================================ */
@media (min-width: 0px){
  .config{
    font-size: 16px;
  }
  .config-text{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5%;
  }
  .config-img{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5%;
  }
  .config-head{
    border-bottom: solid #AFEEEE ;
    margin-bottom: 2%;
    font-size: 24px;
  }
}

/* タブレット用============================================ */
@media(min-width:751px){
  .config{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 5% ;
    /* width: 90%; */
    height: auto;
  }

  .config1{
    width: 55%;
    max-width: 700px;
    height: auto;
    padding:0 4% 0 0 ;
    margin: 0%;
  }
  .config-img{
    width: 100%;
    max-width:700px ;
    height: auto;
    padding:0 4% ;
  }

  .config-text{
    width: 40%;
    max-width:450px ;
    height: auto;
    padding: 0 2%;
    height: auto;
  }


  .config-head{
    border-bottom: solid #AFEEEE ;
    margin-bottom: 2%;
  }
}
/* config終わり============================================ */


/* sum============================================ */
/* スマホ用============================================ */
@media (min-width: 0px){
  .sum{
    clear: both;
    margin: 3% 10% 0 10% ;
    padding: 3% 0 3% 0 ;
    border-top: solid 2px gray;
    text-align: left;
    font-size: 16px;
  }
}

/* タブレット用============================================ */
 @media(min-width:751px){
  .sum{
    clear: both;
    margin: 3% 15% 0 15% ;
    padding: 3% 0 3% 0 ;
    border-top: solid 2px gray;
    text-align: center;
    font-size: 18px;
  }
}
/* sum終わり============================================ */


/* induction============================================ */

.induction{
  background-image: url(../images/zaicode/inventory.png);
  background-position: center;
  background-size: 90% auto;
  background-repeat: no-repeat;
  height: auto;
  text-align: center;
padding: 20px;
}

#contents .induction p{
    margin-block-start: 0;
    margin-block-end: 0;
}
.span1{
  font-size: 35px;
  margin-bottom: -50px;
  color: white;
}
.span1{
  font-size: 50px;
  margin-bottom: -50px;
  color: white;
}

.induction-img > p{
  margin: -15px 0 0 -15px;
  color: white;
}

#inductionapp{
  display: inline-block;
  overflow: hidden;
  border-radius: 13px;
  width: 200px;
  height: 90px;
}
.inductionappimg{
  border-radius: 13px;
  width: 200px;
  height: 90px;
}
.inductiongglimg{
  width: 260px;
  margin-bottom: -5px;
}

/* スマホ用============================================ */
@media (min-width: 0px){
  .span1{
    font-size: 35px;
    color: white;
  }
  .induction-img > p{
    padding:-15px 0 0 -15px;
    color: white;
    font-size: 16px;
  }
  #inductionapp{
    display: block;
    border-radius: 13px;
    width: 120px;
    height: 60px;
    margin: auto;
  }
  .inductionappimg{
    border-radius: 13px;
    width: 120px;
    height: 60px;
  }
  .inductiongglimg{
    display: block;
    width: 135px;
    margin-bottom: -5px;
    margin: auto;
  }
  .induction{
    margin-bottom: 2%;
  }
}

@media (min-width: 400px){
  .induction-badge-app{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #inductionapp{
    margin: 0;
    width: 13.2%;
    height: auto;
    overflow: visible;

  }

  .inductionappimg{
    display: block;
    border-radius: 1% 1%;
    width: 93.5%;
    max-width: 450px;
    height: 100%;
    margin: auto;
  }
  #inductionggl{
    width: 16%;
    margin: 0 0;
  }
  .inductiongglimg{
    display: block;
    width: 100%;
    max-width: 400px;
    margin-bottom: -5px;
    margin: auto;
    height: 100%;
  }
}

/* induction終わり============================================ */
#c1 {
	clear: both;
	margin:    ;
	padding: 50px 0 0 0;
}
#c2 {
	clear: both;
	margin:    ;
	padding:    ;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c1 {
	padding: 0 0 0 0;
}
#c2 {
}
}
@media screen and (max-width: 640px) {
#c1 {
	padding: 0 0 0 0;
}
#c2 {
}
}
