@charset "UTF-8";
.box-title .caution{
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(/service/kurikoshi/images/icon_caution.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

@media (max-width: 768px){
  .box-title .caution{
    padding: 5px 0 5px 40px;
    background-size: 30px;
    background-position: left;
  }
}

/* 下部フローティングエリア用 */
.l-footer-bottom{
  padding-bottom: 100px;
}
.l-footer-fixed{
  z-index:2;
  bottom:0;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-fixed{
    bottom: 66px;
  }
  .shortcutmenu {
    bottom: 140px;
  }
  .shortcutmenu.is-absolute {
    position: fixed;
    bottom: 210px;
  }
  .gotop{
    bottom: 140px;
  }
}