@charset "utf-8";
#e-l_intro {
  background-color: #e8f3ff;
  padding: 2rem;
}
.e-l_title {
  color: #0e468b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25rem;
}
.e-l_flex figure {
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.e-l_flex figure img {
  border: 5px solid #fff;
  box-shadow: 0px 0px 15px 0px #bed2e2;
}
.e-l_flex p {
  font-size: 15px;
  line-height: 1.5;
}
.e-l_text_01 {
  margin-bottom: 1.25rem;
}
.e-l_text_02 span {
  color: #0e468b;
  font-weight: bold;
}

/**********spレスポンシブ******/
@media screen and (max-width:600px){
  .e-l_flex {
    display: block;
  }
  .e-l_flex figure {
    display: flex;
    justify-content: center;
  }
  .e-l_flex figure {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .e-l_text_01 {
    margin-bottom: 10px;
  }
}


/*************電子錠はこんなにも優れている*************/
#e-l_merit {
  border: 2px solid #0e468b;
  padding: 1rem;
  margin-bottom: 1rem;
}
.merit_con {
  background-color: #f5f5f5;
  padding: 1rem;
}
.merit_con:first-child {
  margin-bottom: 1rem;
}
.merit_con p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 1rem;
}

/**************spレスポンシブ*****************/
@media screen and (max-width:660px){
  .merit_img {
    display: flex;
    justify-content: center;
  }
}