
/* ------------------------------------
 * HeadingCommon
 * --------------------------------- */

.m-hdgLv1__hdg,
.m-hdgLv2__hdg,
.m-hdgLv3__hdg,
.m-hdgLv4__hdg,
.m-hdgLv5__hdg,
.m-hdgLv6__hdg {
  display: inline-block;
}

.m-hdgLv1::after,
.m-hdgLv2::after,
.m-hdgLv3::after,
.m-hdgLv4::after,
.m-hdgLv5::after,
.m-hdgLv6::after {
  display: block;
  clear: both;
  content: '';
}

.m-hdgLv1__listLink,
.m-hdgLv2__listLink,
.m-hdgLv3__listLink,
.m-hdgLv4__listLink,
.m-hdgLv5__listLink,
.m-hdgLv6__listLink {
  margin-top: 0.7em;
  margin-left: 20px;
  vertical-align: middle;
  float: right;
}

.m-hdgLv1__listLink > *:first-child,
.m-hdgLv2__listLink > *:first-child,
.m-hdgLv3__listLink > *:first-child,
.m-hdgLv4__listLink > *:first-child,
.m-hdgLv5__listLink > *:first-child,
.m-hdgLv6__listLink > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .m-hdgLv1__hdg,
  .m-hdgLv2__hdg,
  .m-hdgLv3__hdg,
  .m-hdgLv4__hdg,
  .m-hdgLv5__hdg,
  .m-hdgLv6__hdg {
    display: block;
  }
  .m-hdgLv1__listLink,
  .m-hdgLv2__listLink,
  .m-hdgLv3__listLink,
  .m-hdgLv4__listLink,
  .m-hdgLv5__listLink,
  .m-hdgLv6__listLink {
    margin-top: 20px;
    float: none;
  }
  .m-hdgLv1__listLink .m-listLink--flex > li,
  .m-hdgLv2__listLink .m-listLink--flex > li,
  .m-hdgLv3__listLink .m-listLink--flex > li,
  .m-hdgLv4__listLink .m-listLink--flex > li,
  .m-hdgLv5__listLink .m-listLink--flex > li,
  .m-hdgLv6__listLink .m-listLink--flex > li {
    margin-top: 10px;
  }
}



/* ------------------------------------
 * HeadingLevel1
 * --------------------------------- */

.m-hdgLv1,
.m-hdgLv1--center {
  margin: 40px 0 40px;
}

.m-hdgLv1 + *,
.m-hdgLv1--center + * {
  margin-top: 40px !important;
}

.m-hdgLv1 + section > *:first-child,
.m-hdgLv1--center + section > *:first-child {
  margin-top: 0 !important;
}

.m-hdgLv1__hdg, .m-hdgLv1__hdg--icon,
.m-hdgLv1--center__hdg,
.m-hdgLv1--center__hdg--icon {
  font-size: 257.2%;
  font-weight: bold;
  line-height: 1.2;
}

.m-hdgLv1__hdg--icon,
.m-hdgLv1--center__hdg--icon {
  display: flex;
}

.m-hdgLv1__icon,
.m-hdgLv1--center__icon {
  display: table;
  padding: 3px 10px;
  min-height: 24px;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  background-color: #bcd8ff;
  border-radius: 2px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.m-hdgLv1__text,
.m-hdgLv1--center__text {
  flex: 1;
  display: inline-block;
}

.m-hdgLv1__sub,
.m-hdgLv1--center__sub {
  margin: 40px 0 0;
  font-size: 114.3%;
  line-height: 1.375;
}

/* Center */
.m-hdgLv1--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-hdgLv1 {
    margin: 30px 0 22px;
  }
  .m-hdgLv1 + * {
    margin-top: 22px !important;
  }
  .m-hdgLv1__hdg, .m-hdgLv1__hdg--icon {
    font-size: 171.4%;
    display: block;
  }
  .m-hdgLv1__icon {
    display: inline-block;
    top: 0;
    width: auto;
    margin: 0;
    transform: translateY(0);
  }
  .m-hdgLv1__text {
    margin-top: 10px;
    display: block;
  }
}



/* ------------------------------------
 * HeadingLevel2
 * --------------------------------- */

.m-hdgLv2,
.m-hdgLv2--sub,
.m-hdgLv2--center {
  margin: 50px 0 26px;
  padding: 14px 0 0;
  position: relative;
  border-top: 3px solid #ced1d9;
}

.m-hdgLv2::before,
.m-hdgLv2--sub::before,
.m-hdgLv2--center::before {
  width: 100px;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  background: #0650cb;
  content: '';
}

.m-hdgLv2 + *,
.m-hdgLv2--sub + *,
.m-hdgLv2--center + * {
  margin-top: 26px !important;
}

.m-hdgLv2 + .m-hdgLv2,
.m-hdgLv2--sub + .m-hdgLv2,
.m-hdgLv2--center + .m-hdgLv2 {
  margin-top: 50px !important;
}

.m-hdgLv2[data-type="after-subtitle"],
.m-hdgLv2--sub[data-type="after-subtitle"],
.m-hdgLv2--center[data-type="after-subtitle"] {
  margin-top: 30px;
}

.m-hdgLv2__hdg,
.m-hdgLv2--sub__hdg,
.m-hdgLv2--center__hdg {
  font-size: 185.7%;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}

.m-hdgLv2__hdg__date,
.m-hdgLv2--sub__hdg__date,
.m-hdgLv2--center__hdg__date {
  display: inline-block;
  margin-left: 30px;
  font-size: 53.84615%;
}

.m-hdgLv2__hdg .m-icnNew,
.m-hdgLv2--sub__hdg .m-icnNew,
.m-hdgLv2--center__hdg .m-icnNew {
  margin-left: 10px;
  font-size: 53.84615%;
}

.m-hdgLv2__hdg__notice,
.m-hdgLv2--sub__hdg__notice,
.m-hdgLv2--center__hdg__notice {
  color: #c00;
}

/* SubColumn */
.m-hdgLv2--sub {
  margin: 28px 0 20px;
}

.m-hdgLv2--sub + * {
  margin-top: 20px !important;
}

.m-hdgLv2--sub__hdg, .m-hdgLv2--sub__hdg--icon {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1.2;
}

/* Center */
.m-hdgLv2--center {
  text-align: center;
}

/* Icon */
.m-hdgLv2--important__hdg, .m-hdgLv2--medical__hdg, .m-hdgLv2--news__hdg, .m-hdgLv2--photo__hdg, .m-hdgLv2--attention__hdg {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1.2;
  border-left: 6px solid #0650cb;
  margin-left: -12px;
  padding: 2px 0 2px 12px;
}

.m-hdgLv2--important, .m-hdgLv2--medical, .m-hdgLv2--news, .m-hdgLv2--photo, .m-hdgLv2--attention {
  margin-bottom: 15px;
  padding: 0 0 0 46px;
  position: relative;
}

.m-hdgLv2--important + *, .m-hdgLv2--medical + *, .m-hdgLv2--news + *, .m-hdgLv2--photo + *, .m-hdgLv2--attention + * {
  margin-top: 15px !important;
}

.m-hdgLv2--important::before, .m-hdgLv2--medical::before, .m-hdgLv2--news::before, .m-hdgLv2--photo::before, .m-hdgLv2--attention::before {
  position: absolute;
  top: -2px;
  left: 0;
}

.m-hdgLv2--important__hdg, .m-hdgLv2--medical__hdg, .m-hdgLv2--news__hdg, .m-hdgLv2--photo__hdg, .m-hdgLv2--attention__hdg {
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
}

.m-hdgLv2--important::before {
  width: 32px;
  height: 27.08px;
  background-position: -691px -680px;
}

.m-hdgLv2--medical::before {
  width: 31px;
  height: 30px;
  background-position: -732px -717px;
}

.m-hdgLv2--news::before {
  width: 32px;
  height: 27.1px;
  background-position: -772px -756px;
}

.m-hdgLv2--photo::before {
  width: 33px;
  height: 27px;
  background-position: -813px -793px;
}

.m-hdgLv2--attention::before {
  width: 31px;
  height: 29px;
  background-position: -572px -565px;
}

@media screen and (max-width: 767px) {
  .m-hdgLv2 {
    margin: 40px 0 22px;
    padding-top: 12px;
  }
  .m-hdgLv2 + * {
    margin-top: 22px !important;
  }
  .m-hdgLv2 + .m-hdgLv2 {
    margin-top: 22px !important;
  }
  .m-hdgLv2__hdg {
    font-size: 157.1%;
  }
  .m-hdgLv2__hdg__meta {
    display: block;
    margin-top: 5px;
  }
  .m-hdgLv2__hdg__meta > *:first-child {
    margin-left: 0 !important;
  }
  .m-hdgLv2__text {
    margin-top: 10px;
    display: block;
  }
  .m-hdgLv2--sub {
    margin: 30px 0 25px !important;
  }
  .m-hdgLv2--sub + * {
    margin-top: 25px !important;
  }
  .m-hdgLv2--sub__hdg, .m-hdgLv2--sub__hdg--icon {
    font-size: 157.1%;
  }
}



/* ------------------------------------
 * HeadingLevel3
 * --------------------------------- */

.m-hdgLv3 {
  margin: 40px 0 20px 0;
  padding: 4px 0 4px 12px;
}

.m-hdgLv3 + * {
  margin-top: 20px !important;
}

.m-hdgLv3 + .m-hdgLv3 {
  margin-top: 40px !important;
}

.m-hdgLv3__hdg, .m-hdgLv3--important__hdg, .m-hdgLv3--photo__hdg, .m-hdgLv3--attention__hdg {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1.2;
  border-left: 6px solid #0650cb;
  margin-left: -12px;
  padding: 2px 0 2px 12px;
}

.m-hdgLv3--important, .m-hdgLv3--photo, .m-hdgLv3--attention {
  margin-bottom: 15px;
  padding: 0 0 0 46px;
  position: relative;
}

.m-hdgLv3--important + *, .m-hdgLv3--photo + *, .m-hdgLv3--attention + * {
  margin-top: 15px !important;
}

.m-hdgLv3--important::before, .m-hdgLv3--photo::before, .m-hdgLv3--attention::before {
  position: absolute;
  top: -2px;
  left: 0;
}

.m-hdgLv3--important__hdg, .m-hdgLv3--photo__hdg, .m-hdgLv3--attention__hdg {
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
}

.m-hdgLv3--important::before {
  width: 32px;
  height: 27.08px;
  background-position: -691px -680px;
}

.m-hdgLv3--photo::before {
  width: 33px;
  height: 27px;
  background-position: -813px -793px;
}

.m-hdgLv3--attention::before {
  width: 31px;
  height: 29px;
  background-position: -572px -565px;
}

.m-hdgLv3--s {
  margin: 15px 0 0;
  padding: 2px 0 2px 10px;
  border-left: 4px solid #0650cb;
}

.m-hdgLv3--s + * {
  margin-top: 15px !important;
}

.m-hdgLv3--s__hdg {
  font-size: 100%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-hdgLv3 {
    margin: 30px 0 20px 0;
    padding: 2px 0 2px 12px;
  }
  .m-hdgLv3 + * {
    margin-top: 15px !important;
  }
  .m-hdgLv3 + .m-hdgLv3 {
    margin-top: 30px !important;
  }
  .m-hdgLv3__hdg {
    font-size: 142.9%;
  }
}



/* ------------------------------------
 * HeadingLevel4
 * --------------------------------- */

.m-hdgLv4 {
  margin: 40px 0 15px 0;
}

.m-hdgLv4 + * {
  margin-top: 15px !important;
}

.m-hdgLv4__hdg {
  font-size: 128.6%;
  font-weight: bold;
  line-height: 1.33333;
}

@media screen and (max-width: 767px) {
  .m-hdgLv4 {
    margin: 30px 0 15px 0;
  }
  .m-hdgLv4 + * {
    margin-top: 15px !important;
  }
}



/* ------------------------------------
 * HeadingLevel5
 * --------------------------------- */

.m-hdgLv5 {
  margin: 40px 0 15px 0;
}

.m-hdgLv5 + * {
  margin-top: 15px !important;
}

.m-hdgLv5__hdg {
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.375;
  border-left: 4px solid #0650cb;
  padding-left: 10px;
}



/* ------------------------------------
 * HeadingLevel6
 * --------------------------------- */

.m-hdgLv6 {
  margin: 40px 0 15px 0;
}

.m-hdgLv6 + * {
  margin-top: 15px !important;
}

.m-hdgLv6__hdg {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.42857;
}

