/* form */
.introDuction {
  width: 1152px;
  text-align: center;
  margin-bottom: 5rem;
  padding-bottom: 0;
}
.introDuction__title {
  font-size: 2.8125rem;
  color: #004C97;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.introDuction__inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.introDuction__inner .text {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: left;
}
.introDuction__inner .text:last-of-type {
  margin-bottom: 0;
}
.introDuction__inner .img {
  margin-bottom: 2rem;
}
.introDuction__inner .anchorLink-button > a {
  color: #000000;
  background-color: #FFC72C;
  border: 1px solid #FFC72C;
  border-radius: 0.125rem; /*2px*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #000000;
  display: inline-block;
}
.introDuction__inner .anchorLink-button > a:hover {
  background-color: #EEAA00;
}
.introDuction__inner .anchorLink-button > a > .buttonText {
  padding: 1rem 2.5rem 1.1rem 1rem;
  position: relative;
}
.introDuction__inner .anchorLink-button > a > .buttonText .icon {
  position: absolute;
  top: calc((100% - 0.85rem) / 2);
  left: 90%;
}
.introDuction__inner .anchorLink-button > a > .buttonText .icon > svg {
  width: auto;
  height: 1rem;
  transform: rotate(90deg);
  fill: #000000;
}

.chapter {
  margin-bottom: 5rem;
}
.chapter:last-of-type {
  margin-bottom: 0;
}
.chapter__title {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  border-left: 3px solid #004C97;
  padding-left: 1rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.chapter__inner {
  width: 1000px;
  margin: 0 auto 3.5rem;
}
.chapter__inner:last-of-type {
  margin-bottom: 0;
}
.chapter__inner .text {
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.chapter__inner .text:last-of-type {
  margin-bottom: 0;
}
.chapter__inner .system {
  text-align: center;
  margin-top: 2.5rem;
}
.chapter__inner .detailedInformation {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  background-color: #E4E6E7;
  padding: 2rem 0 1.9rem;
}
.chapter__inner .detailedInformation__link {
  display: flex;
  justify-content: center;
}
.chapter__inner .detailedInformation__link > a {
  display: flex;
  align-items: center;
  color: #004C97;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: normal;
  line-height: 1;
}
.chapter__inner .detailedInformation__link > a:before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  display: inline-block;
}
.chapter__inner .detailedInformation__link > a:hover > span {
  text-decoration: underline;
}
.chapter__inner .detailedInformation__link > a > span {
  padding-top: 4px;
}
.chapter__inner .detailedInformation__link > a:before {
  font-size: 1.875rem;
}/*# sourceMappingURL=news-251204.css.map */