@charset "UTF-8";

.heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 58px;
  background-color: #E2F0EF;
  border-left: 6px #0E5645 solid;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .heading-title {
    margin-bottom: 0;
  }
}
.heading-title .heading-title-name {
  padding-block: 12px;
  padding-inline: 16px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
.heading-title .heading-title-name strong {
  color: #0E5645;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .heading-title {
    min-height: 48px;
  }
  .heading-title .heading-title-name {
    padding-block: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 26px;
  }
}
.heading-title.heading-title-blue {
  background-color: #E5ECF3;
  border-left: 6px #1867C4 solid;
}
.heading-title.heading-title-blue strong {
  color: #1867C4;
}

.c-breadcrumb__inner {
  margin: 0px auto 16px;
}