/* *****Top Page***** */
body .container {
  width: 62.5rem;
}
.notification-alert {
  width: 100%;
  background-color: #fdf5f5;
  display: none;
}
.notification-alert-line {
  width: 0.375rem;
  height: 3.75rem;
  background-color: #a30000;
  float: left;
  box-sizing: border-box;
  margin-right: 0.5rem;
}
.notification-alert-contents {
  box-sizing: border-box;
  background-color: #fdf5f5;
  width: 62.5rem;
  margin: 0 auto;
}
.notification-alert-mark {
  background-image: url(../images/icon_warning_rd.svg);
  width: 1.5625rem;
  height: 1.4375rem;
  margin: 1.125rem 1.5rem 1.125rem 0;
  float: left;
}
.notification-alert-message {
  padding: 1.125rem 0;
  color: #a30000;
  font-weight: bold;
}
.top-page-banner {
  position: relative;
  z-index: -1;
}
.img-banner {
  max-width: 100%;
  width: 120rem;
  min-width: 62.5rem;
  height: 37rem;
  background-size: cover;
}
.top-page-caption-container {
  width: 62.5rem;
  margin: 0 auto;
  position: relative;
}
.top-page-caption {
  position: absolute;
  top: 5.625rem;
  margin-bottom: 1rem;
}
.top-page-caption h2 {
  width: 25rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.top-page-caption p {
  font-size: 1.125rem;
  width: 27.25rem;
  max-width: 100%;
}
.top-page-content {
  margin-top: -11rem;
}
.top-content {
  background: #fff;
  padding: 2.5rem;
  border-radius: 2.125rem;
  width: 62.5rem;
  box-sizing: border-box;
}
.top-content-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.top-content,
.top-page-main-content {
  margin: 0 auto;
}
.ndc-explanation {
  color: #333333;
  line-height: 1.5rem;
}
.ndc-flow-image {
  width: 57.5rem;
  height: 16.625rem;
  margin: 1.5rem auto 0;
}
.press-release-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 2.5rem 0 1rem;
}
.press-release-mark {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #a30000;
}
.press-release-details {
  margin: 1rem 0 1.5rem;
}
.press-release-details-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.press-release-paragraph {
  font-size: 1rem;
  color: #333333;
  margin: 1rem 0;
}
.press-release-paragraph {
  font-size: 1rem;
  color: #333333;
  margin: 1rem 0;
}
.truncate {
  max-width: 187ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.see-more {
  display: none;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .truncate {
    max-width: 61ch;
  }
  .press-release .top-page-main-content section {
    margin-bottom: 2rem;
  }
  .press-release .top-page-main-content section:after {
    bottom: -1rem;
  }
}
.press-release-date-and-arrow {
  display: flex;
  justify-content: space-between;
}
.press-release-date {
  background: no-repeat;
  color: #666666;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.press-release-expansion-arrow {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.3s linear;
}
.press-release-expansion-arrow.open {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transform: rotate(180deg);
  transition: 0.3s linear;
}
.top-page-main-content section {
  position: relative;
  padding-top: 1.5rem;
}
.top-page-main-content section:first {
  padding-top: 0;
}
.top-page-main-content section:after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #cccccc;
  width: 100%;
}
section:last-child::after {
  content: "";
  display: none;
}
.top-page-main-content section:last-child::after {
  border-bottom: 0;
}
.top-page-main-content section:nth-child(8)::after {
  border-bottom: 0;
}
.view-more {
  text-align: center;
}
/* お知らせに１件のみ表示されていることになったため、「もっと見る」ボタンを非表示にする */
.btn-view-more {
  border: 1px solid #cc0000;
  border-radius: 1.3125rem;
  padding: 0.625rem 2.5rem;
  color: #cc0000;
  font-size: 1rem;
  font-weight: bold;
  background: #ffffff;
  margin: 5rem 0;
  font-family: inherit;
  cursor: pointer;
  visibility: hidden;
}
.view-more-content {
  float: left;
}
.view-more-mark {
  margin-left: 0.5rem;
  float: left;
  background-image: url(../images/Circle_Down_Arrow.svg);
  width: 1.5rem;
  height: 1.5rem;
}
/* *****MEDIA QUERY FOR Top Page***** */
@media only screen and (max-width: 767px) {
  body .container {
    width: 100%;
  }
  .notification-alert-line {
    margin-right: 0;
  }
  .notification-alert-contents {
    width: 100%;
  }
  .notification-alert-mark {
    padding: 0;
    margin: 1.125rem 0.5rem 1.125rem 0.625rem;
  }
  .notification-alert-message {
    padding: 1.125rem 1rem 1.125rem 0.625rem;
  }
  .top-page-banner {
    z-index: auto;
    height: auto;
  }
  .img-banner {
    width: 47.813rem;
    height: 19.625rem;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
  }
  .top-content {
    width: 100%;
    padding: 0;
  }
  .top-page-caption {
    display: none;
  }
  .top-page-content {
    margin: 3rem 0.625rem 2rem 0.625rem;
  }
  .top-content-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .ndc-flow-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 1rem;
  }
  .top-page-main-content section {
    padding-top: 0;
  }
  .press-release {
    margin: 0 0.625rem;
  }
  .press-release-title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
  .press-release-details {
    margin: 0.625rem 0 1rem 0;
  }
  .press-release-details-title {
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
  }
  .press-release-paragraph {
    margin: 0 0 0.625rem;
  }
  .btn-view_more {
    margin: 4.5rem 0 5rem;
  }
}
