/*@import url(https://www.hiroshima.coop/hoken/mt-static/support/theme_static/eiger/css/base.css);
@import url(https://www.hiroshima.coop/hoken/mt-static/support/theme_static/eiger/css/screen.css);*/

/* コメント、トラックバック用 */
@import url(https://www.hiroshima.coop/hoken/mt-static/support/theme_static/eiger/css/feedback.css);

/* pc-only / sp-only */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width:768px) {
  .l-footer__sticky {
    display: flex!important;
  }
  .l-footer {
    margin-bottom: 110px!important;
  }
}

.o-btn-tab__icon {
    margin: 0 auto!important;
}
