@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Maintenance
   ========================================================================== */
/* Maintenance icon
  ========================================================================== */
.maintenance-icon {
  display: block;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .maintenance-icon.icon01 img {
    width: 25px;
    height: auto;
  }
  body:not(.non-responsive) .maintenance-icon.icon02 img {
    width: 34px;
    height: auto;
  }
  body:not(.non-responsive) .maintenance-icon.icon03 img {
    width: 26px;
    height: auto;
  }
}
.plan-title {
  margin-top: 35px;
  padding-left: 60px;
}
.plan-title h3 {
  position: relative;
  line-height: 1.3;
  font-weight: normal;
  font-size: 2.4em;
}
.plan-title h3:before {
  position: absolute;
  top: -0.2em;
  left: -55px;
  width: 34px;
  height: 34px;
  background: url(/support/maintenance/img/index_title-icon01.png) no-repeat;
  background-size: 34px auto;
  content: "";
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .plan-title {
    padding-left: 40px;
  }
  body:not(.non-responsive) .plan-title h3:before {
    top: -0.1em;
    left: -40px;
    width: 34px;
    height: 34px;
    background-size: 28px auto;
  }
}
.strong {
  font-weight: bold;
  font-size: 1.6rem;
}
