/* --------------------ショールーム------------------------ */
#shrm_exp_div {
  width:53%; 
  display: inline-block; 
}

#warning_txt {
  font-size:90%; 
}

#shrm_img_div {
  width:45%; 
  display: inline-block;  
  margin-bottom: 20px;
  float: right;
}

.shrm-icon {
  width: 45%;
}
.shrm_img {
  width:48%;
}

.mt-0 {
  margin-top: 0px;
}

.display-inline-block {
  display: inline-block;
}

.cl-r{
  color:red;
}

.fl-left {
  float: left;
}

/* --------------------------携帯方-------------------- */

@media screen and (max-width: 787px) {
  #shrm_exp_div {
    width: 100%;
    display: block;
  }
  #shrm_img_div {
    width: 100%;
    float: none
  }
  #warning_txt {
    font-size: 65%;
  }
  .shrm_img_title {
    font-size: 80%;
    margin: 1% 0%;
  }
  .shrm-icon + p {
    font-size: 80%;
  }
}
/* --------------------------タブレット・iPad-------------------- */
@media screen and (min-width: 788px) and (max-width: 1024px) {
  .shrm_img_title {
    font-size: 90%;
  }
}