@charset "UTF-8";
.ctm_group_uppercomment {
  background-color: #142260;
  width: 100%;
  padding: 50px 0;
  position: relative;
  margin-bottom: 30px;
  /* 右上の赤い三角 */
}
@media screen and (max-width: 768px) {
  .ctm_group_uppercomment {
    padding: 10px 0 50px;
  }
}
.ctm_group_uppercomment::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  /* 上40px、右40px */
  border-color: #e00022 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .ctm_group_uppercomment::after {
    border-width: 30px 30px 0 0;
    top: -40px;
  }
}

.fs-c-breadcrumb {
  width: 100%;
  background-color: #142260;
  margin-bottom: 0;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    height: 40px;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #fff;
}

.fs-c-heading {
  display: none;
}

.ctm_group__content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.card__hero {
  margin-bottom: 30px;
}

.card__info {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card__info {
    padding: 0 4%;
  }
}

.card__info_ttl {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
}

.card__info_text {
  color: #fff;
}/*# sourceMappingURL=style.css.map */