/********** common setting **********/
.infoproductlogo {
    width: 10vw;
}

.logobox{
    height: 60px;
}

.infobox{
    height: 150px;
}

@media only screen and (max-width: 767px) {
    .infoproductlogo {
      width: 70vw;
    }
    .logobox{
        height: 100px;
    }
    .infobox{
        height: 100px;
    }
  }



.checkbox label::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
    margin-right: 0.5em;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    transition: all 0.2s ease-in-out;
  }
  
  .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #007bff;
    border-color: #007bff;
    content: "\2713";
    color: #fff;
    text-align: center;
    line-height: 1.3em;
  }
  

  .formarea{
    color: #f5f5f5;
    background-image: url(./../img/tuad.jpeg);
  }

  .formitem{
    padding-right: 5px;
  }

.formaciklama{
    background-color: #ed0f6a;
    color: #f5f5f5;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px;
}


.splide__slide img {
    width: 100%;
    height: auto;
  }

  .demobutton{
    background-color: #f5f5f5;
    border-radius: 8px;
    width: 60vw;
    margin-left: 20vw;
    margin-right: 20vw;
  }