.c-heading-underline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.c-heading-underline__label {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #0068b7;
}
.c-heading-underline__sub {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #888;
}
.c-heading-underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, transparent 10%, #ddd 30%, #ddd 70%, transparent 90%);
}

.outline-footerimage {
  padding-top: 200px;
}

.zen-kaku-gothic-new-regular {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
}

#message .name .zen-kaku-gothic-new-regular,
#message .name .zen-kaku-gothic-new-medium {
  font-size: 1em;
}

.zen-kaku-gothic-new-medium p{
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.fz17 {
  font-size: 17px;
}

@media only screen and (max-width: 639px){
  .md-fz14 {
  font-size: 14px;
  }
}
