.c-globalNav__titleWrapper {
  overflow: visible !important;
}

.c-attention-a__marker {
  width: initial !important;
}

#Main .fxb-section .c-section:first-child {
  padding-top: 0;
}

.u-bgc-ebf2d0 {
  background: #ebf2d0 !important;
}

.u-bgc-e3e7d4 {
  background: #e3e7d4 !important;
}

.u-bgc-f1ffe6 {
  background: #f1ffe6 !important;
}

section {
  position: relative;
}

section:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3))::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1366px;
  border-bottom: 1px solid #c9c9c9;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#Main #navigation-bar::after {
  border-bottom: none;
}

#health-declaration .c-linkCard__imagewrap {
  margin-top: 0;
}

#library .c-linkCard__imagewrap {
  margin-top: 0;
}

#expansion .c-linkCard__imagewrap {
  margin-top: 0;
}

#consideration .c-linkCard__imagewrap {
  margin-top: 0;
}

#anchor-link .c-linkCard__inner {
  min-height: 76%;
}

#consideration .c-linkCard__item--layout2 {
  border: 1px solid #999;
  padding: 24px;
  width: 90%;
}

#health-declaration img {
  max-width: 263px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#health-declaration .declaration-area {
  background: #f3f3f3;
  box-sizing: border-box;
  max-width: 1115px;
  margin: 0 auto;
  padding: 24px 78px 24px 56px;
}

#health-declaration .declaration-area li::marker {
  font-weight: bold;
  font-size: 112.5%;
}

#health-management-strategy-map .c-linkCard--col1.c-linkCard--col1-wide .c-linkCard__inner>.c-linkCard__imagewrap,
#health-management-promotion-system-diagram .c-linkCard--col1.c-linkCard--col1-wide .c-linkCard__inner>.c-linkCard__imagewrap {
  max-width: 1360px;
}

#attempt .c-linkCard__image {
  max-width: 221px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 640.02px),
print {
  section:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3))::after {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 640px) {
  section:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3))::after {
    width: calc(100% - 32px);
  }
}