@charset "UTF-8";

.products_text+.products_text{
  margin-top: 30px;
}
.subsection .products_text+.products_text{
  margin-top: 10px;
}
p.products_text_2 {
 margin: 2em auto;
 padding: 1em;
 width: 65%;
 border: 1px solid #ff0000;
 padding-bottom: 15px;
}
.note.has_indent{margin-top: 5px;}
.products_button_wrap{
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.app_links{
  display: flex;
  justify-content: center;
  align-items: center;
}
.app_links li+li{
  margin-left: 30px;
}
.disc_list{
  margin-top: 30px;
}
.disc_list li {
  position: relative;
  padding-left: 1.5em;
}
.disc_list li:before{
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
}
.button a small, .button span small{
  font-size: 81.3%;
}
.button a{
  position: relative;
}
.button a img.blank_icon{
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.products_button_wrap .text_link{
  margin-left: 25px;
  display: block;
  font-size: 87.5%;
  color: #333333;
  position: relative;
}

.products_button_wrap .text_link:before{
  display: inline-block;
  content: "";
  width: 7px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  height: 11px;
  background:url(/home/ecocute/shared/img/arr_angle_red.png) no-repeat 0 -1px;
  background-size: 7px auto;
}


@media only screen and (max-width:767px){
.products_button_wrap{
  padding: 20px 10px;
  flex-direction: column;
  align-items: flex-start;
}

.button a img.blank_icon{
  width: 20px;
  height: auto;
  max-width: none;
}


.products_button_wrap .button{display: block; width: 100%;}
.products_button_wrap .button a{
  width: 100%;
  box-sizing: border-box;
}
.products_button_wrap .text_link{
  margin-left: 0;
  margin-top: 15px;
}
}