/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

.fv__type__title {
  font-size: 5.6rem;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .fv__type__title {
    font-size: 3.2rem;
    margin-top: 16px;
  }
}
.fv__type__text {
  margin-top: 0;
}

.others__type {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .others__type {
    font-size: 3.2rem;
  }
}