html,
body {
  background: #eff0eb;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
}
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 6rem 1.5rem 5rem;
}
@media screen and (min-width: 769px) {
  .hero.is-medium .hero-body {
    padding: 12rem 4.5rem;
  }
}
.hero-body .container {
  max-width: 700px;
}
.hero-body .title {
  color: #000 !important;
}
.hero-body .subtitle {
  color: #000 !important;
  padding-top: 2rem;
  line-height: 1.5;
}
.mainarea {
  background-color: #fc0;
}
.features {
  padding: 5rem 0 2rem;
}
.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.card-image > .fa {
  font-size: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #209cee;
}
.card-content .content {
  font-size: 14px;
  margin: 1rem 1rem;
}
.card-content .content h4 {
  font-size: 16px;
  font-weight: 700;
}
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}
.tag-valign {
  vertical-align: top;
}
.intro {
  padding: 5rem 0;
  text-align: center;
}
.sandbox {
  padding: 5rem 0;
}
.tile.notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* .is-shady {
  animation: flyintoright 0.4s backwards;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  border-radius: 4px;
  display: inline-block;
  margin: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
} */
.is-shady {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19);
}
/* adds font awesome stars
footer li:before {
  content: "\f1b2";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.5em;
  color: #147efb;
} */

.is-brand-bg,
.tag.is-brand-bg {
  background-color: #fc0;
  color: #000;
}
.is-brand-text {
  color: #fc0;
}

.is-brand-btn,
a.is-brand-btn {
  background-color: #fc0;
  border: 1px solid #fc0;
  color: #000;
}
.is-brand-btn:hover,
a.is-brand-btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.is-subbrand-bg,
.tag.is-subbrand-bg {
  background-color: #fc0;
  color: #000;
}

.is-subbrand-text {
  color: #fc0;
}

.is-subbrand-btn,
a.is-subbrand-btn {
  background-color: #009999;
  border: 1px solid #009999;
  color: #fff;
}
.is-subbrand-btn:hover,
a.is-subbrand-btn:hover {
  background-color: #fff;
  border: 1px solid #009999;
  color: #009999;
}

.is-white-border {
  border: 1px solid #fff !important;
}

.is-brand-border-hover:hover {
  border: 1px solid #fc0 !important;
}

.is-black-text,
a.is-black-text {
  color: #0a0a0a;
}

.card-hover:hover {
  background-color: #fafafa;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19);
}
