:root{
  --color1: rgb(219,144,.5);
  --color2: rgba(23, 180, 83, 0.877);
  --color3: rgba(11,194,211, 0.623);
  --fondo: #fff;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenido:45px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'open sans';
}


/* Preloader */
.hidden{
  overflow: hidden;
}

.centrado{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

/* Header */

nav{
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 100;
  height: 70px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5)
}

.contenedor-nav{
  display: flex;
  margin: auto;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  max-width:1000px;
  height:inherit;
  overflow: hidden;
  
}

nav .enlaces a{
  display: inline-block;
  padding: 5px 0;
  margin-right: 17px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #2c3e50;
}

nav .enlaces a:hover{
  color: #b30707f1;
  border-bottom: 1px solid #b30707f1;
  transition: 0.3s;
}

.logo, .logo img{ height:40px;}

.icono{
  display:none;
  font-size: 26px;
  padding: 23.5px 20px;
  
}

.text{
  width: 100%;
  /* height: 100%; */
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.textos h1{
  font-size:50px;
  color: #2c3e50;
  text-align: center;
  margin: 40px auto 10px;
}

.sub-txt{
  color: #b30707f1;
  font-size:50px;
  font-weight: 600;
}

.textos p{
  color: #2c3e50;
  font-size: 20px;
  margin: 20px 0 40px;
}


/* Slide start */
ul,ol{
	list-style: none;
}

.slideshow{
	width: 100%;
	position: relative;
}

.slider li, ul{
	width: 100%; 
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
  margin-top: 70px;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	padding: 15px 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	color: #fff;
}

.slider .caption h2{
	font-size: 34px;
}

.text-border{
  text-shadow: -1px -1px 2px rgb(48, 47, 47);
}

.slider .caption p{
	margin-top: 20px;
	font-size: 20px;
}

.pagination{
	position: absolute;
	top: 90%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 5px;
	margin: 50px 5px;
	color: #b6b5b5;
	cursor: pointer;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}


@media screen and (max-width: 600px){
	.slider .caption p{
    font-size: 16px;
	}

	.slider .caption h2{
		font-size: 33px;
	}

	.left, .right{
		font-size: 26px;
	}

	.slider li img{
		width: 600px;
	}

	.pagination{
		display: none;
	}
}


                            /* Main */


.contenedor{
  margin:auto;
  padding: var(--margenes) 0;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  overflow: hidden;
}

.contenedor h3{
  font-size: var(--titulos);
  color:  #2c3e50;
  margin-bottom: var(--espacios);
}

.contenedor p{
  font-size: 16px;
  font-weight: 300;
  color: rgb(34, 33, 33);
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100px;
  height: 2px;
  background: #b30707f1;
  margin-bottom: var(--espacios-contenido);
}



/* 3icons start */
.qr-menu{
display: flex;
justify-content: center;
text-align: center;
margin: auto;
flex-wrap: wrap;
}

.qr{
  padding: 40px;
  margin-bottom: 40px;
}

.qr .fas{
color: #fff;
}

.qr i{
background: #b30707f1;
width: 90px;
height: 90px;
padding: 25px;
border-radius: 50%;
font-size: 45px;
}

.qr p{
  margin-top: 20px;
  font-weight: 400;
}

/* ScanMeの特徴 start */
.about{
background: #f2f2f2;
}

.feature-box1,
.feature-box2,
.feature-box3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin: 60px auto;
  
}

.feature-box1 img,
.feature-box2 img,
.feature-box3 img{
  width: 40%;
  border-radius: 30px 0 30px;
}
.txt-box{
  width: 40%;
}
.txt-box h2{
  font-size: 28px;
  padding-bottom: 20px;
}

.box1 img{
padding-left: 100px;
}

.feature-box2 {
  flex-direction: row-reverse;
}



/* DEMO start */
.demo-box{
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 60px auto;
}

.demo-txt{
  width: 45%;
  text-align: center;
}
.demo-txt h3{
  font-size: 30px;
  padding-bottom: 10px;
  color: #b30707f1;
  font-weight: 600;
  
}
.demo-txt p{
  font-size: 18px;
}

.demo-img img{
  width: 180px; 
}

.menu-image img{
  display: flex;
  width: 90%;
  margin: 40px auto;
}


/* お客様のご利用方法 start */
.user-step{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}

.user-txt h4{
  margin-bottom: 10px;
  font-size: 18px;
}
.user-item{
  width: 33%;
}



/* 導入の流れ start */
.step-item{
  padding: 20px 0px;
}

.step-listwrapper{
  border: 2px solid rgb(150, 3, 3);
  display: flex;
  width: 90%;
  margin: auto;
  background: #f6f6f6;
}

.step-item img{
  width: 80px;
}

.step-title{
  margin: auto;
  position: relative;
} 

.step-title h4{
  padding: 10px 0;
  font-size: 18px;
}

.step-txt::after{
  content: "";
  display: inline-block;
  background-image: url(/img/arrows.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 60px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -60px;
  right: -50%;
}

.step-item{
  margin: auto;
}


/* Our Price start */
.pricing-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: auto;
}

.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
}

.pricing-card h3{
  font-size: 22px;
  color: #fff;
}

.pricing-card-header{
  background-color: #b30707f1;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 50px 50px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 26em #b30707f1;
}

.price{
  font-size: 60px;
  color: #b30707f1;
  margin: 15px 0;
  transition: .2s linear;
  
}

.price sup, .price span{
  font-size: 22px;
  font-weight: 700;
  font: verdana;
}

.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;
}

.pricing-card li{
  font-size: 16px;
  padding-bottom: 20px;
  text-transform: uppercase;
}


/* .order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid #0fbcf9;
  color: #0fbcf9;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.order-btn:hover{
  background-color: #0fbcf9;
  color: #fff;
} */

                                     /***** OPTION start *****/

.option-container{
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto 80px;
}
                                    
.option h3{
    color: #2c3e50;
  /* background-color: #e9eef9; */
  /* border-radius: 0 50px 50px 0; */
  padding: 18px;
  font-size: 26px;
  /* margin: 80px auto 0; */
  text-align: center;
}
                                                                        
.option h6{
  margin: 15px 0 0;
  font-size: 14px;
  color: #474c4f;
}
                                    
.option-container p{
  padding: 20px 0;
}
                                      
.option img{
  max-width: 60%;
  overflow: hidden; 
}
                                      
.option p{
  padding: 0 0 5px;
}
                                    
.option-table__content{
  display: table;
  text-align: center;
  width: 100%;
  margin: 20px auto 30px;
  color: #404141;
}
                                      
.d01{
  background-color: #ededed;
}

.d01 .col {
  text-align: center;
}

.d02 .col {
  text-align: center;
}

.option-table__content td{
  width: 25%;
  text-align: left;
  padding: 8px 10px;
}
                                      
.option-table__content th{
  text-align: left;
  padding: 8px 10px;
}
                                    
.option-coment{
  width: 90%;
  margin: auto;
  font-size: 14px;
  padding-bottom: 30px;
}
                                    
html {
  scroll-behavior: smooth;
}
                                      
@media screen and (max-width: 500px){                                   
.option-table__content th, td{
  font-size: 13px;
}
}

 /***** OPTION finish *****/


@media screen and (max-width:1100px){
  .pricing-card{
    flex: 50%;
  }
}

.link{
  background-color: #2c3e50;
  padding: 50px 0;
}
.link a{
  display: block;
  width: 50%;
  font-size: 18px;
  background-color: #b30707f1;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.4);
  transition: all 150ms linear;
}

.link a:hover {
  background: #fff;
  color: #b30707f1; 
}
@media screen and (max-width:768px){
.link a{
  width: 60%;
}
}

@media screen and (max-width:500px){
.link a{
  width: 80%;
  font-size: 16px;
}
}


/* Q and A start */
.QandA-box {
	width: 80%;
  margin: auto;
	font-size: 16px;
}

.QandA-box dt {
	background: #b30707f1;
	color: #fff; 
	padding: 4px;
	border-radius: 2px;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.QandA-box dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 12px;
  font-size: 18px;
}
.QandA-box dd {
	margin: 20px 16px 24px 32px;
	line-height: 140%;
	text-indent: -28px;
  text-align: left;
  padding-left: 20px;
}
.QandA-box dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 12px;
}


/* Arrow up start */
.up-arrow{
  display: none;
  padding: 10px 10px 0;
  background:#b30707f1;
  border-radius: 5px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}


/* Footer start*/
footer{
  padding: 20px 0;
  width: 100%;
  background: #dedede;
}

.main-content{
  display: flex;
  justify-content: space-around;
}

.main-content .box{
  flex-basis: 50%;
} 

.main-content h2{
  font-size: 24px;
  font-weight: 600;
  color: #b30707f1;
  margin-bottom: 15px;
}

.content p{
  color: rgb(29, 29, 29);
  font-size: 16px;
  margin-bottom: 10px;
}

.content a{
  color: rgb(29, 29, 29);
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
}

.social a{
  color: #b30707f1;
  font-size: 35px;
  padding: 0 5px;
}

.social a :hover{
  color:#04c114fc;
  cursor: pointer;
}

.fas{
  color: #b30707f1;
  padding: 0 10px 10px;
  font-size: 16px;
}

.text{
  color: rgb(29, 29, 29);
  font-size: 16px;
}

.titulo-final{
  text-align: center;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 300;
  margin-top: 40px;
  color: rgb(29, 29, 29); 
}
/* Footer finish*/



                                    /* responsive start */
@media screen and (max-width: 700px){
  .main-content{
    flex-direction: column;
  }
  .content p{
    padding-left: 20px;
  }
  .main-content h2{
    font-size: 22px;
    padding-left: 20px;
  }
  .social .fab{
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .fas{
    padding-left: 20px;
  }
  }

@media screen and (max-width: 700px){
  .na1{
    color: #111;
  }

  .icono{
    display:block;
    cursor: pointer;
    color: #111;
  }

  header{
    width: 100%;
    height: 600px;
  }

  .enlaces{
    position: fixed;
    top:80px;
    background: #f4f5f7ee;
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }

  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 30px;
    text-align: center;
    background: #f4f5f7ee;
    color:#fff;
    
  }
  
  .textos h1{
  font-size: 42px;
  text-align: center;
  }
  

/* ICON start */
.qr-menu{
  margin-top: 60px;
}


.feature-box1 img,
.feature-box2 img,
.feature-box3 img{
  width: 80%;
}

.txt-box{
  margin: auto;
  width: 70%;
}

.txt-box h2{
  margin-top: 15px;
}

/* DEMO start */
.demo-box{
  flex-direction: column;
  justify-content: center;
  margin: 60px 0;
  align-items: center;
}
.demo-txt{
  width: auto;
  text-align: center;
  padding-bottom: 15px;
}
.demo-img img{
  width: 200px;
}


/* お客様ご利用方法 start */
.user-step{
  flex-direction: column;
  justify-content: space-evenly;
  margin: auto;
  align-items: center;
}

.user-item{
  margin-top: 60px;
  width: 70%;
}


/* 導入の流れ start */
.step-listwrapper{
  flex-direction: column;
  justify-content: space-evenly;
  width: 80%;
}

.step-item{
  margin-bottom: 50px;
}

.step-txt::after{
content: "";
display: block;
background-image: url(/img/arrows.svg);
background-repeat: no-repeat;
width: 40px;
height: 80px;
background-position: center;
background-size: cover;
position: absolute;
top: 90px;
right: 40%;
transform: rotateZ(90deg);
}
}


@media screen and (max-width: 500px){

header{
  width: 100%;
  height: 500px;
}

.marca-logo{
  width: 80%;
}

.iconos{
  margin: auto;
}

.slider .caption p{
  font-size: 14px;
}

.slider .caption h2{
	font-size: 18px;
}

.left, .right{
	font-size: 22px;
}

.slider li img{
	width: 600px;
}

.textos h1{
  font-size: 28px;
  margin: 30px auto 10px;
}
.sub-txt{
  font-size: 28px;
}
.textos p{
  font-size: 16px;
}

.qr-menu{
  padding-top: 25px;
  flex-direction: column;
}
.qr{
 padding: 10px;
}

.qr .fas{
width: 120px;
height: 120px;
font-size: 60px;
}
.qr p{
  font-size: 18px;
}
.demo-txt p{
font-size: 16px;
margin: auto;
}

.feature-box1 img,
.feature-box2 img,
.feature-box3 img{
   width: 80%;
}

.user-item{
  margin-top: 60px;
  width: 70%;
}
}
  

@media screen and (max-width: 400px){
.logo, .logo img{ 
  height:40px;}

.textos h1{
  font-size: 24px;
}

.textos p{
  font-size: 16px;
}

.txt-box{
  width: 80%;
}

.txt-box h2{
  font-size: 20px; 
}

.demo-txt p{
  padding-bottom: 15px;
  font-size: 16px;

}

.demo-img img{
  width: 160px;
}
.content p{
  font-size: 16px;
}
}