.std_element_container {
  background: #FFF;
  font-family: 'Roboto Condensed';
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
}



.std_element_background_banner {

  background: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto';
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
  float: center;
  text-align: center;


}

.banner_inner_frame {
  width: 90%;
  height: 80%;
  color: white;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  float: center;
  border: 1px solid white;
  font-size: 2em;
}




.std_element_background_banner children {
  max-width: 30%;
}



.std_element_pic {
  max-width: 33%;
  float: center;
  text-align: center;
}

.std_element_pic_text {

  float: center;
  text-align: center;

}



.std_element_text {

  margin-top: 20px;
  position: relative;
  float: center;
  text-align: center;
  font-size: 2em;
}

@media screen and (max-width:700px) {







  .std_element_pic_text {
    visibility: hidden;
    display: none;
    color: red;

  }

}

.std_header {
  color: black;
}

.selling_point_inner_box {
  float: center;
  text-align: center;

  padding: 10px;

  background: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto';


  color: #000;
  flex-grow: 1;


  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;

  height: 250px;
}



.selling_point_box {

  max-width: 50%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;

  float: center;
  text-align: center;

  margin-left: 1.5%;
  margin-right: 1.5%;

}



.ul_material_icon {
  list-style-type: none;
  font-size: 2rem;
  font-family: 'Roboto condensed';
}

.ul_material_icon li:before {
  content: 'arrow_right';
  font-family: 'Material Icons';
  font-size: 3rem;
  padding-top: 10px;
  vertical-align: middle;
}


.material-icons.md-64b {
  font-size: 64px;
  ;
  margin-right: 5px;
  color: #46ae4c;
}


.product_info {

  float: center;
  text-align: center;
  margin: 10px;
  padding: 10px;

  background: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto Condensed';


  color: #666;
  flex-grow: 1;


  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;

  height: 250px;


}


.product_sp_container {
  border-top: 1px solid #ccc;

  margin-top: 10px;
  padding-top: 10px;
  text-align: center;

  float: left;

  margin: 0px;
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}


.product_sp_header {
  float: left;
  margin-top: 16px;
  font-family: 'Roboto';
  font-weight: bold;
  background: white;
  padding: 3px;
  width: 100%;
}

.product_sp_long_text {
  font-size: 0.8em;
  padding: 5px;
}




.product_sp {

  display: inline-block;

  font-size: 1.1em;
  line-height: 1;
  text-align: center;
  height: 350px;

  padding: 2rem 1rem;
  background: #fff;

  color: #666;
  flex-grow: 1;


  margin-left: 0px;
  margin-right: 3%;

  box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
  margin-bottom: 30px;
}


.product_sp_background_image {

  background-repeat: no-repeat;
  background-size: contain;

  background-position: -80px -0px;
  height: 150px;
  overflow: hidden;
  width: 100%;
}



.single_element {

  margin-top: 20px;
  float: center;

  display: inline-block;
  max-width: 300px;
  font-size: 1.1em;
  line-height: 1;
  text-align: center;
  height: 370px;
  padding: 2rem 1rem;
  background: #fff;
  color: #666;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.single_element a {
  text-decoration: none;
  color: #333;
}

.single_element1:hover {

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.62);
}


@media screen and (max-width:700px) {

  .product_sp {

    max-width: 50%;
    margin: 0px;
    height: 310px;
    box-shadow: rgb(0 0 0 / 0%) 0 0px 0px;
    border: 1px solid #ccc;
  }

  .single_element {

    max-width: 50%;
    margin: 0px;
    height: 310px;
  }

  .banner_inner_frame {
    width: 70%;
    font-size: 1.2em;
    height: auto;
  }

  .std_element_background_banner {
    max-width: 100vw;
    height: auto;
  }

  .material-icons.md-64b {
    font-size: 36px;
    ;
    margin-right: 2px;
    color: #00aeef;
  }

  .selling_point_inner_box {
    height: 96px;
  }


  .selling_point_box {

    max-width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;

  }


}