html {
  scroll-behavior: smooth;
}

/*Header*/

#home-page #link-content {
  display: none;
}

/*Banner section*/

#home-page #home-banner {
  background-color: #000;
  background-size: cover;
  color: #fff;
  padding-top: 128px;
  overflow: auto;
  position: relative;
  border-bottom: 2rem solid #000;
  min-height: auto;
  height: auto;
}

#home-page #home-banner #margin-banner {
  margin: 0px;
}

#home-page #home-banner .cmp-video__player {
  padding: 0px;
}

#home-page #home-banner .cmp-video__content {
  padding: 0px;
}

/*second section*/

#home-page #second-section {
  min-height: auto;
  height: auto;
  background-color: transparent;
  background-position-x: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  display: table;
}

#home-page #second-section #second-section-txt {
  padding: 0px;
}

#home-page #second-section #second-section-txt .margin {
  margin: 0px;
}

#home-page #second-section #second-section-txt .margin .red-box {
  margin: -40px auto 40px;
  width: 80%;
  background: #e01f2d;
  text-align: center;
}

#home-page #second-section #second-section-txt .margin .red-box p.noticeBox {
  padding: 32px;
  color: #fff;
  text-align: left;
  border: 1px solid #fff;
  margin: 16px;
  display: inline-block;
  text-shadow: 0 0;
  font-size: 20.8px;
  line-height: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#home-page #second-section #second-section-txt .margin .main-hero-txt h3 {
  font-size: 32px;
  line-height: 48px;
  color: #3c3c3c;
  text-align: center;
  width: 80%;
  margin: 0 auto 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#home-page #second-section #second-section-txt .margin .main-hero-txt h3 span {
  color: #e01f2d;
}

#home-page #second-section #second-section-txt .margin .main-hero-txt p {
  font-size: 19.2px;
  line-height: 24px;
  color: #303030;
  padding-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #second-section #second-section-txt .margin-gap {
  margin: 0px;
  display: none;
}

#home-page #second-section #second-section-txt .margin-gap .margin-gap-flex {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
}

#home-page #second-section #second-section-txt .margin-gap .margin-gap-flex .ms-flex.horizontal-spacebetween {
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  align-items: center;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  height: auto;
  margin: 0;
  width: auto;
}

/*Third section*/

#home-page #symptoms {
  background-color: #f6f6f6;
  text-align: center;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  display: table;
  width: 100%;
  min-height: auto;
  height: auto;
  padding-top: 96px;
}

#home-page #symptoms #animation-container #third-section-txt {
  padding: 0px;
}

#home-page #symptoms #animation-container {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#home-page #symptoms #animation-container .margin {
  padding: 0px;
}

#home-page #symptoms #animation-container .margin h2 {
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e01f2d;
  font-size: 40px;
  text-align: center;
  margin: 0;
  line-height: 60px;
  text-shadow: 0 0;
}

#home-page #symptoms #animation-container .margin hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
}

#home-page #symptoms #animation-container .margin .para-margin {
  margin: 0 auto 64px;
}

#home-page #symptoms #animation-container .margin .para-margin p {
  font-size: 19.2px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #symptoms #animation-container .margin h3 {
  font-weight: 500;
  color: #e01f2d;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 16px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0 0;
}

#home-page #symptoms #animation-container .margin h3 span {
  color: #3c3c3c;
}

#home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list {
  margin-bottom: 20px !important;
  text-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
}

#home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li {
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
  text-shadow: 0 0;
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-filter: none;
  filter: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px;
}

#home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li span {
  line-height: normal;
  z-index: 1;
  -webkit-filter: none;
  filter: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
}

#home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  padding: 0;
}

#home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li .double-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #ff0000;
}

#home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li .double-circle::before {
  content: "";
  width: calc(90% + 2px);
  height: calc(90% + 2px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

#home-page #symptoms #animation-container .margin .para-col p {
  font-size: 19.2px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #symptoms #animation-container .margin .call-out p {
  width: 82%;
  padding: 30px 60px;
  margin: 32px auto 64px !important;
  border-left: 5px solid #e01f2d;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0 0 10px 2px #cccccc;
  box-shadow: 0 0 10px 2px #cccccc;
  font-size: 19.2px;
  line-height: 24px;
  color: #303030;
  text-shadow: 0 0;
}

#home-page #symptoms #animation-container .margin .call-out p span {
  color: #e01f2d;
  font-weight: bold;
}

/*Fourth section*/

#home-page #heart-failure {
  background-color: #fff;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  display: block;
  min-height: auto;
  height: auto;
  padding-top: 96px;
}

#home-page #heart-failure #white-box-txt {
  padding: 0px;
}

#home-page #heart-failure #white-box-txt .margin {
  padding: 0px;
}

#home-page #heart-failure #white-box-txt .margin h2 {
  color: #e01f2d;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#home-page #heart-failure #white-box-txt .margin hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
}

#home-page #heart-failure #white-box-txt .margin h3 {
  font-weight: 400;
  color: #e01f2d;
  font-size: 32px;
  line-height: 48px;
  width: 80%;
  margin: 0 auto 16px;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#home-page #heart-failure #white-box-txt .margin h3 span {
  color: #3c3c3c;
}

#home-page #heart-failure #white-box-txt .margin .column-flex {
  width: 80%;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 64px;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  height: auto;
  justify-content: center;
  -webkit-justify-content: center;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .first-box {
  padding: 0px;
  flex: 0 0 50%;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .first-box p.parbaseTextBox {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 28.8px;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .first-box p.red-callout {
  color: #e01f2d;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
  line-height: normal;
  margin: 0 0 20px 0;
  font-size: 22.4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-shadow: 0 0;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .second-box {
  flex: 0 0 50%;
  padding: 0;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .second-box p.red-callout {
  color: #e01f2d;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
  line-height: normal;
  margin: 0 0 20px 0;
  font-size: 22.4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-shadow: 0 0;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .shadow-white {
  -webkit-box-shadow: 0 0 10px 2px #ccc;
  box-shadow: 0 0 10px 2px #ccc;
}

#home-page #heart-failure #white-box-txt .margin .column-flex .shadow-white p {
  font-size: 17px;
  line-height: 20px;
  padding: 7px 55px 13px;
  text-align: center;
  color: #303030;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

/*Fifth section*/

#home-page #gray-container {
  min-height: auto;
  height: auto;
  background-color: #f6f6f6;
  color: #000;
  padding: 64px 0;
  text-align: center;
  overflow: auto;
  position: relative;
  background-size: cover;
  width: 100%;
}

#home-page #gray-container #gray-container-flex {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
}

#home-page #gray-container #gray-container-flex #gray-container-txt {
  padding: 0px;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin {
  padding: 0px;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin h3 {
  font-weight: 500;
  color: #3c3c3c;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0 0;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin h3 span {
  color: #e01f2d;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin p {
  font-size: 19.2px;
  line-height: 24px;
  color: #000;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px auto 0;
  padding: 0;
  width: 80%;
  margin-bottom: 20px;
  text-shadow: none;
  list-style: none;
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li {
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
  text-shadow: 0px 0px;
  list-style: none;
  text-align: left;
  width: calc(100% / 12 * 3);
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.0rem;
  margin-right: calc(100% / 12 * 1.5);
}

#home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li p {
  color: #000000;
  font-size: 19.2px;
  line-height: 21px;
  padding-left: 16px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

/*sixth section*/

#home-page #box-white-container {
  min-height: auto;
  height: auto;
  background-color: #fff;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#home-page #box-white-container #box-flex {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#home-page #box-white-container #box-flex #disease-txt {
  padding: 0px;
}

#home-page #box-white-container #box-flex {
  padding: 0px;
}

#home-page #box-white-container #box-flex #disease-txt .margin h3 {
  font-weight: 500;
  color: #e01f2d;
  font-size: 40px;
  line-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0 0;
  text-align: center;
  margin: 0;
}

#home-page #box-white-container #box-flex #disease-txt .margin h3 span {
  color: #3c3c3c;
}

#home-page #box-white-container #box-flex #disease-txt .margin hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
}

#home-page #box-white-container #box-flex #disease-txt .margin h4 {
  width: 40%;
  margin: 10px auto;
  color: #3c3c3c;
  text-shadow: 0 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#home-page #box-white-container #box-flex #disease-txt .margin ul {
  text-shadow: none;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px auto 0;
  padding-bottom: 48px;
  width: 80%;
  list-style: none;
  margin-bottom: 20px;
}

#home-page #box-white-container #box-flex #disease-txt .margin ul li {
  line-height: 24px;
  padding-bottom: 5px;
  text-shadow: 0 0;
  position: relative;
  list-style: none;
  text-align: left;
  width: calc(100% / 5);
  list-style: none;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

#home-page #box-white-container #box-flex #disease-txt .margin ul li p {
  font-size: 19.2px;
  line-height: 24px;
  padding-left: 1.0rem;
  font-weight: 400;
  color: #4b4b4b;
  margin: 0;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0 0;
}

#home-page #box-white-container #box-flex .cmp-video__player {
  padding: 0px;
}

/*seventh section*/

#home-page #controlling-heart {
  min-height: auto;
  height: auto;
  background-color: #f6f6f6;
  text-align: center;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  padding-top: 96px;
}

#home-page #controlling-heart #box-method {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
}

#home-page #controlling-heart #box-method #texts-box {
  padding: 0px;
}

#home-page #controlling-heart #box-method #texts-box .heading h3 {
  font-weight: 500;
  color: #e01f2d;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0 0;
  font-weight: 500;
}

#home-page #controlling-heart #box-method #texts-box .heading hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
}

#home-page #controlling-heart #box-method #texts-box .heading h4 {
  font-size: 19.2px;
  line-height: 28.8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3c3c3c;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

#home-page #controlling-heart #box-method #texts-box .heading h4 span {
  color: #e01f2d;
}

#home-page #controlling-heart #box-method #texts-box .heading p {
  margin-bottom: 64px;
  font-size: 19.2px;
  line-height: 24px;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #controlling-heart #box-method #texts-box .heading dl {
  -webkit-box-shadow: 0 0 10px 2px #ccc;
  box-shadow: 0 0 10px 2px #ccc;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 auto 64px;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dt {
  -webkit-filter: none;
  filter: none;
  width: 31%;
  height: auto;
  background-color: #e01f2d;
  font-size: 16px;
  line-height: 24px;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dt > span {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  max-width: 100%;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dt > span span {
  display: block;
  font-size: 22.4px;
  line-height: 33.6px;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dd {
  webkit-filter: none;
  filter: none;
  width: 69%;
  background-color: #f9f9f9;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dd ul {
  margin-bottom: 20px;
  text-shadow: none;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  list-style: none;
}

#home-page #controlling-heart #box-method #texts-box ul li.notice span {
  margin: 0;
  margin-left: 0px !important;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dd ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0px;
  text-shadow: 0 0;
  text-align: left;
  list-style: none;
  color: #4e4e4e;
  margin: 8px 0 8px calc(100% / 24);
  padding: 0;
  width: calc(100% / 24 * 10);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dd ul li img {
  width: 24%;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dd ul li span {
  margin-left: calc(100% / 24 * 2);
  text-shadow: 0 0;
}

#home-page #controlling-heart #box-method #texts-box .heading dl dd ul li.notice {
  width: 100%;
  margin: 19.2px auto 0 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e01f2d;
  font-size: 19.2px;
  line-height: 24px;
  padding: 0;
  position: relative;
  text-shadow: 0 0;
  text-align: left;
  padding-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#home-page #controlling-heart #box-method .cmp-video__player {
  padding: 0px;
}

#home-page #box-white-container #box-flex .cmp-video__content {
  padding: 0px;
}

#home-page #controlling-heart #box-method .cmp-video__content {
  padding: 0px;
}

#home-page #controlling-heart #box-method #video-box {
  padding: 0px;
}

#home-page #controlling-heart #box-method .callout-box p {
  width: 82%;
  padding: 30px 60px;
  margin: 64px auto 64px !important;
  border-left: 5px solid #e01f2d;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px #cccccc;
  box-shadow: 0 0 10px 2px #cccccc;
  font-size: 19.2px;
  line-height: 24px;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #controlling-heart #box-method .callout-box p span {
  color: #e01f2d;
  font-weight: bold;
}

/*Eighth section*/

#home-page #acting-future {
  min-height: auto;
  height: auto;
  margin-top: 0;
  background-size: contain;
  background-color: #ffffff;
  text-align: center;
  padding-top: 96px;
  overflow: auto;
  position: relative;
  color: #fff;
  width: 100%;
}

#home-page #acting-future #acting-future-flex {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#home-page #acting-future #acting-future-flex #margin-box {
  padding: 0px;
}

#home-page #acting-future #acting-future-flex #margin-box .margin {
  padding: 0px;
}

#home-page #acting-future #acting-future-flex #margin-box .margin h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #e01f2d;
  font-size: 40px;
  text-align: center;
  margin: 0;
  text-shadow: 0 0;
  line-height: 60px;
}

#home-page #acting-future #acting-future-flex #margin-box .margin hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box {
  padding-bottom: 32px;
  margin: 64px 0 0;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box h4 {
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ca1f4f;
  text-align: right;
  width: 35%;
  float: left;
  margin-left: 5%;
  margin-right: 10%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box h4.changes {
  color: #ca1f4f;
  border-bottom: 1px solid #ca1f4f;
  text-align: left;
  margin-left: 10%;
  margin-right: 5%;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  clear: both;
  text-shadow: none;
  list-style: none;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li {
  position: relative;
  line-height: 24px;
  text-shadow: 0 0;
  list-style: none;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
  margin-left: 5%;
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d5d5d5;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 0 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li span {
  font-size: 14px;
  list-style: disc;
  margin-left: 16px;
  position: relative;
  margin-bottom: 16px;
  display: block;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li span::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -16px;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n-1) {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n) {
  margin-left: 0;
  margin-right: 5%;
}

#home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n) p {
  color: #000000;
  margin-left: 0;
}

/*Nineth section*/

#home-page #hand-img {
  background: url('/content/dam/intelligentcontent/unbranded/spotlightonheartfailure/jp/ja/images/heart-hands-bg.jpg');
  min-height: auto;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#home-page #hand-img #flex-bottom {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
}

#home-page #hand-img #flex-bottom #hand-img-txt {
  padding: 0px;
}

#home-page #hand-img #flex-bottom #hand-img-txt .left-side {
  width: 60%;
  padding: 20px;
}

#home-page #hand-img #flex-bottom #hand-img-txt .left-side p.heart-ic {
  font-size: 28px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 32px;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#home-page #hand-img #flex-bottom #hand-img-txt .left-side p.heart-ic::before {
  content: "";
  background-image: url('/content/dam/intelligentcontent/unbranded/spotlightonheartfailure/jp/ja/images/web-spotlightheart.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 49px;
  height: 35px;
  padding-right: 14px;
  vertical-align: middle;
}

#home-page #hand-img #flex-bottom #hand-img-txt .left-side p.heart-ic span {
  color: #e01f2d;
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
}

#home-page #hand-img #flex-bottom #hand-img-txt .left-side p.aside {
  margin: 0;
  font-size: 19.2px;
  line-height: normal;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#home-page #hand-img #flex-bottom #hand-img-txt .left-side p.aside span {
  color: #e01f2d;
  font-weight: bold;
  font-size: 19.2px;
  line-height: normal;
}

/*===========Responsive design===============*/

@media screen and (min-width: 767px) {

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:nth-child(3) {
    margin-right: 0;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:nth-child(6) {
    margin-right: 0;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:last-child {
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li:nth-child(3) {
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    
    /*Banner section*/
    
  #home-page #home-banner {
    min-height: 650px !important;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .first-box p.red-callout {
    font-size: 30px;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .second-box p.red-callout {
    font-size: 30px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    
    /*Banner section*/
    
  #home-page #second-section #second-section-txt .margin .main-hero-txt p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
    
    /*third section*/
    
  #home-page #symptoms #animation-container .margin .para-margin p {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {

    /*Fourth section*/

  #home-page #heart-failure {
    z-index: 3;
  }
}

@media screen and (min-width: 993px) {
    
    /*Banner section*/
    
  #home-page #home-banner {
    z-index: auto;
  }

  #home-page #home-banner #margin-banner {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  
  /*second section*/

  #home-page #second-section {
    z-index: auto;
  }

  #home-page #second-section #second-section-txt .margin {
    margin: 16px 0px;
  }

  #home-page #second-section #second-section-txt .margin-gap {
    margin: 16px 0px;
  }

  #home-page #second-section #second-section-txt .margin-gap .margin-gap-flex .ms-flex.horizontal-spacebetween {
    margin: 16px 0px;
  }
  
  /*Third section*/

  #home-page #symptoms {
    z-index: auto;
  }

  #home-page #symptoms #animation-container .margin {
    padding: 16px 0px;
  }

  #home-page #symptoms #animation-container .margin h2 {
    padding-top: 20px;
  }

  #home-page #symptoms #animation-container .margin h3 {
    padding-top: 12px;
  }

  #home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list {
    width: auto;
    max-width: 970px;
  }

  #home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li {
    width: 275px;
    height: 275px;
    font-size: 22px;
  }
  
   /*Fourth section*/

  #home-page #heart-failure {
    z-index: auto;
  }

  #home-page #heart-failure #white-box-txt .margin {
    padding: 16px 0px;
  }

  #home-page #heart-failure #white-box-txt .margin h2 {
    padding-top: 20px;
  }

  #home-page #heart-failure #white-box-txt .margin h3 {
    padding-top: 16px;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .first-box {
    padding-right: 16px;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .second-box {
    padding-left: 16px;
  }
  
  /*Fifth section*/
  
  #home-page #gray-container {
    z-index: auto;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin {
    padding: 16px 0px;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li p {
    white-space: nowrap;
  }
  
  /*sixth section*/

  #home-page #box-white-container {
    z-index: auto;
  }

  #home-page #box-white-container #box-flex {
    padding: 16px 0px;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li {
    width: calc(100% / 5.5);
    margin-right: calc(100% / 5.5);
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li p {
    white-space: nowrap;
  }
  
  /*seventh section*/

  #home-page #controlling-heart {
    z-index: auto;
  }

  #home-page #controlling-heart #box-method {
    padding: 16px 0px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading h3 {
    padding-top: 20px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dt {
    min-height: 400px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd ul li img {
    max-width: 73px;
  }
  
  /*Eighth section*/

  #home-page #acting-future {
    z-index: auto;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin {
    padding: 16px 0px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin h3 {
    padding-top: 20px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box {
    background: -webkit-gradient(linear, left top, right top, from(#2f2f2f), color-stop(50%, #2f2f2f), color-stop(50%, #fff), to(#fff));
    background: -webkit-linear-gradient(left, #2f2f2f 0%, #2f2f2f 50%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, #2f2f2f 0%, #2f2f2f 50%, #fff 50%, #fff 100%);
    position: relative;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box::before {
    width: calc((100vw - 1170px) / 2);
    margin-left: calc(((100vw - 1170px) / 2) * -1);
    content: "";
    display: block;
    background: #2f2f2f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box .head-flex {
    display: flex;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li {
    width: calc(((100% - 221px) / 2) - 5%);
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n-1) {
    width: 221px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n-1) img {
    width: 100%;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n) p {
    margin-right: 0;
  }
  
  /*Nineth section*/

  #home-page #hand-img {
    z-index: auto;
  }

  #home-page #hand-img #flex-bottom {
    padding: 16px 0px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    
  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box::before {
    width: calc((100vw - 970px) / 2);
    margin-left: calc(((100vw - 970px) / 2) * -1);
  }
}

@media screen and (max-width: 992px) {
    
    /*Header*/
    
  #home-page #header .menu-list ul li a.inner-global-menu__item__this {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
  }

  #home-page #header .navigation {
    display: none;
  }
  
  /*Third section*/
  

  #home-page #symptoms #animation-container .margin .para-margin p {
    width: auto;
  }

  #home-page #symptoms #animation-container .margin h3 {
    padding: 0 5%;
  }

  #home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list {
    width: 100%;
  }

  #home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list li {
    font-size: 3.5vw;
    width: calc(80vw / 2);
    height: calc(80vw / 2);
    margin: 8px;
  }

  #home-page #symptoms #animation-container .margin .para-col p {
    width: auto;
  }
  
  /*Fourth section*/
  
  #home-page #heart-failure #white-box-txt .margin .column-flex .shadow-white img {
    width: 100%;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .shadow-white p {
    padding: 20px;
    margin: 0;
    width: 100%;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex {
    display: block;
  }
  
  /*Fifth section*/
  
  #home-page #gray-container #gray-container-flex #gray-container-txt .margin h3 {
    padding: 0 5%;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li {
    width: calc(100% / 2);
    margin-right: 0;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li p {
    white-space: normal;
  }
  
    /*sixth section*/
  
  #home-page #box-white-container #box-flex #disease-txt .margin ul li {
    width: calc(100% / 2);
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin h3 {
    padding: 0 5%;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin h4 {
    padding: 0 5%;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li {
    width: calc(100% / 2);
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li p {
    white-space: normal;
  }
  
  /*seventh section*/
  
  #home-page #controlling-heart {
    padding-bottom: 64px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading h3 {
    padding: 0 5%;
  }

  #home-page #controlling-heart #box-method #texts-box .heading h4 {
    padding: 0 5%;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dt {
    padding: 32px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd {
    padding: 0px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd ul li {
    width: 100%;
    margin-left: 0 !important;
    padding: 0 5%;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd ul li.notice {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  
  /*eighth section*/
  
  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box {
    background: none;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box h4 {
    display: none;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li {
    width: 100%;
    margin: 0;
    border-bottom: none;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n+1) {
    background-color: #2f2f2f;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n+1)::before {
    content: "心不全の今";
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    padding: 2rem;
    line-height: 1;
    font-weight: bold;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(1)::before {
    content: "1. 心不全の今";
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n-1) {
    padding-bottom: 0 !important;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), color-stop(50%, #2f2f2f), color-stop(50%, #fff), to(#fff));
    background: -webkit-linear-gradient(top, #2f2f2f 0%, #2f2f2f 50%, #fff 50%, #fff 100%);
    background: linear-gradient(180deg, #2f2f2f 0%, #2f2f2f 50%, #fff 50%, #fff 100%);
    margin-top: -1px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n-1) img {
    width: 40%;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li.margin-img:nth-of-type(3n-1) {
    margin-top: 0px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li.margin-img1:nth-of-type(3n-1) {
    margin-top: 0px;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li p {
    width: auto;
    margin: 0 32px !important;
    padding: 32px 0 0 0;
    border-top: 1px solid #ca1f4f;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n) {
    margin: 0;
    background-color: #fff;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3)::before {
    content: "1. 明日のために";
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(3n)::before {
    color: #ca1f4f;
    text-align: center;
    font-size: 2.0rem;
    padding: 2rem;
    line-height: 1;
    font-weight: bold;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(4)::before {
    content: "2. 心不全の今";
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(6)::before {
    content: "2. 明日のために";
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin h3 {
    padding: 0 5%;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li p + p {
    border: none;
    padding-top: 1rem;
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(7)::before {
    content: "3. 心不全の今";
  }

  #home-page #acting-future #acting-future-flex #margin-box .margin .changing-future-b-content-box ul li:nth-of-type(9)::before {
    content: "3. 明日のために";
  }
}

@media screen and (max-width: 768px) {
    
     /*Third section*/
     
  #home-page #symptoms #animation-container .margin ul.recognise-symptons-case-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
    
    /*Banner video section*/
    
  #home-page #home-banner .kWidgetIframeContainer {
    margin-top: 10px;
  }
  
  /*second section*/
  
  #home-page #second-section {
    background-position-y: bottom;
    background-size: contain;
  }

  #home-page #second-section #second-section-txt .margin .red-box {
    margin: -20px auto 0;
  }

  #home-page #second-section #second-section-txt .margin .red-box p.noticeBox {
    width: 80%;
  }

  #home-page #second-section #second-section-txt .margin .main-hero-txt h3 {
    font-size: 25.6px;
    line-height: 32px;
    margin: 30px auto;
  }

  #home-page #second-section #second-section-txt .margin .main-hero-txt p {
    font-size: 16px;
    margin: 16px auto 32px;
    width: 80%;
    padding-bottom: 0px;
  }
  
  /*Third section*/
  
  #home-page #symptoms #animation-container .margin h2 {
    font-size: 35px;
    line-height: 38px;
  }

  #home-page #symptoms #animation-container .margin hr {
    width: 40%;
  }

  #home-page #symptoms #animation-container .margin .para-margin p {
    width: 80% !important;
    margin: 30px auto !important;
    font-size: 16px;
    line-height: 24px;
  }

  #home-page #symptoms #animation-container .margin h3 {
    line-height: normal;
  }

  #home-page #symptoms #animation-container .margin .para-col p {
    width: 80% !important;
    margin: 30px auto !important;
    font-size: 16px;
    line-height: 24px;
  }

  #home-page #symptoms #animation-container .margin .call-out p {
    width: 80% !important;
    margin: 30px auto !important;
    padding: 30px;
  }
  
  /*Fourth section*/
  
  #home-page #heart-failure #white-box-txt .margin h2 {
    font-size: 35px;
    line-height: 38px;
  }

  #home-page #heart-failure #white-box-txt .margin hr {
    width: 40%;
  }

  #home-page #heart-failure #white-box-txt .margin h3 {
    line-height: normal;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex {
    display: block;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .first-box p.parbaseTextBox {
    width: 100%;
    margin: 16px auto 32px;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .first-box p.red-callout {
    width: 100%;
    font-size: 19.2px;
    line-height: normal;
  }

  #home-page #heart-failure #white-box-txt .margin .column-flex .second-box p.red-callout {
    width: 100%;
    font-size: 19.2px;
    line-height: normal;
  }

 /*Fifth section*/
  
  #home-page #gray-container {
    background-image: none;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin h3 {
    font-size: 30px;
    margin: 20px auto;
    line-height: 45px;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin hr {
    width: 40%;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px auto 32px;
    width: 80%;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 64px auto 0;
    padding: 0;
    width: 80%;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li {
    text-align: left;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:nth-child(2) {
    margin-right: 0;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:nth-child(4) {
    margin-right: 0;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:nth-child(6) {
    margin-right: 0;
  }

  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li:nth-child(8) {
    margin-right: 0;
  }
  
  /*sixth section*/
  
  #home-page #box-white-container #box-flex #disease-txt .margin h3 {
    line-height: normal;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li {
    text-align: left;
    width: calc(100% / 2);
    list-style: none;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li:nth-child(2) {
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li:nth-child(4) {
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin ul li:last-child {
    margin-right: 0;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin hr {
    width: 40%;
  }

  #home-page #box-white-container #box-flex #disease-txt .margin h4 {
    width: 100%;
    margin: 30px auto;
  }
  
  /*seventh section*/
  
  #home-page #controlling-heart #box-method #texts-box .heading h3 {
    line-height: normal;
  }

  #home-page #controlling-heart #box-method #texts-box .heading hr {
    width: 40%;
  }

  #home-page #controlling-heart #box-method #texts-box .heading p {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    margin: 16px auto 64px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl {
    width: 80%;
    display: block;
    text-align: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 auto 64px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dt {
    width: 100%;
    background-color: #e01f2d;
    font-size: 12.8px;
    line-height: 19.2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dt > span {
    font-size: 12.8px;
    line-height: 19.2px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd {
    width: 100%;
    background-color: #f9f9f9;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd ul {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
  }

  #home-page #controlling-heart #box-method #texts-box .heading dl dd ul li {
    color: #4e4e4e;
    margin: 0.5rem 0 0.5rem calc(100% / 24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #home-page #controlling-heart #box-method .callout-box p {
    padding: 30px;
  }
  
  /*eighth section*/
  
  #home-page #acting-future #acting-future-flex #margin-box .margin hr {
    display: none;
  }
  
  /*Nineth section*/
  
  #home-page #hand-img {
    background: url('/content/dam/intelligentcontent/unbranded/spotlightonheartfailure/jp/ja/images/heart-hands-bg-mo.jpg');
    background-position: center top 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #home-page #hand-img #flex-bottom #hand-img-txt .left-side {
    width: 100%;
  }

  #home-page #hand-img #flex-bottom #hand-img-txt .left-side p.heart-ic {
    text-shadow: 0 0 3px #f6f6f6, 0 0 3px #f6f6f6;
    width: auto;
    margin: 0 0 32px 0;
  }

  #home-page #hand-img #flex-bottom #hand-img-txt .left-side p.aside {
    text-shadow: 0 0 3px #f6f6f6, 0 0 3px #f6f6f6;
    width: 80%;
  }
}

/*@media (max-width: 767px) and (orientation: landscape) {*/
    
/*  #home-page #box-white-container #box-flex #disease-txt .margin h4 {*/
/*    font-size: 10px;*/
/*  }*/
/*}*/

@media screen and (max-width: 480px) {
    
    /*Fifth section*/
    
  #home-page #gray-container #gray-container-flex #gray-container-txt .margin ul li {
    width: 100%;
  }
  
  /*sixth section*/
  
  #home-page #box-white-container #box-flex #disease-txt .margin ul li {
    width: 100%;
  }
  
  /*Nineth section*/
  
  #home-page #hand-img #flex-bottom #hand-img-txt .left-side p.heart-ic {
    font-size: 23.4px;
    line-height: 24px;
  }

  #home-page #controlling-heart #box-method #texts-box .heading h3 {
    padding: 0 9%;
  }
}
/*****animation code******/
.reveal-once {
  opacity: 0;
  overflow: hidden;
  transform: translateX(-30%);
  transition: opacity 0.6s ease, transform 0.9s ease;
}

.reveal-once.visible {
  opacity: 1;
  overflow: unset;
  transform: translateX(0);
}
