.c-news-additionalContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-news-additionalContent__body {
  background-color: #f5f8ff;
  padding: 20px;
  border: 1px solid #d5e7fe;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-news-blockquote {
  background: #f5f5f5;
  border-left: solid 5px #aaa;
  padding: 16px 24px;
}
.c-news-box-bordered {
  border: solid 1px #d5e7fe;
  padding: 20px;
}
.c-news-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px transparent;
  padding: 16px;
  font-weight: bold;
  gap: 8px;
}
.c-news-campaign.-caution {
  border-color: #fc332f;
  color: #fc332f;
}
.c-news-campaign.-info {
  border-color: #004ba5;
  color: #004ba5;
}
.c-news-campaign__heading {
  font-size: 1.2em;
}
.c-news-campaign__notificationList {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: normal;
  color: #222;
  font-size: 1.2rem;
}
.c-news-campaign__notificationList__item {
  display: flex;
  justify-content: center;
  gap: 0.2em;
}
.c-news-campaign__notificationList__item::before {
  display: block;
  content: "※";
  flex-shrink: 0;
}
.c-news-campaign.-left {
  align-items: flex-start;
}
.c-news-campaign.-left .c-news-notification__list__item {
  justify-content: left;
}
.c-news-comment {
  border: solid 1px #e3e3e3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-news-comment__heading {
  font-weight: bold;
}
.c-news-comment__comment {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-news-comment__footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  margin-top: 32px;
}
.c-news-comment__info,
.c-news-comment__name {
  text-align: right;
}
.c-news-companyInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-news-companyInfo__heading {
  color: #004ba5;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-news-companyInfo__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-news-copyrightPolicy {
  background-color: #f5f8ff;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
}
.c-news-definitionList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-news-definitionList__item__heading {
  font-weight: bold;
}
.c-news-definitionList__item__heading + .c-news-definitionList__item__body {
  margin-top: 4px;
}
.c-news-definitionList__item .c-news-definitionList {
  margin: 8px 0 8px 24px;
}
.c-news-definitionList__item__body + .c-news-definitionList__item__body {
  margin-top: 4px;
}
.c-news-definitionList.-gapLarge {
  gap: 24px;
}
.c-news-documentCallout {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-news-documentCallout__content {
  background-color: #f5f8ff;
  padding: 20px;
  border: 1px solid #d5e7fe;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-news-documentSection__heading {
  color: #004ba5;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.c-news-documentSection__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-news-documentSubsection:not(:first-child) {
  margin-top: 8px;
}
.c-news-documentSubsection__heading {
  color: #004ba5;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: dotted 1px #004ba5;
  padding-bottom: 8px;
}
.c-news-documentSubsection__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-news-documentSubsection__body .c-news-documentSubsection__heading {
  border-bottom: none;
  color: #004ba5;
  padding-bottom: 0;
}
.c-news-horizontalRule {
  margin: 6px 0;
  border-top: dashed 1px #e3e3e3;
}
.c-news-imageContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.c-news-imageContainer__caption {
  font-weight: bold;
}
.c-news-imageContainer.-center {
  align-items: center;
}
.c-news-imageContainer.-left {
  align-items: flex-start;
}
.c-news-imageContainer.-right {
  align-items: flex-end;
}
.c-news-inquiries {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: solid 5px #e3e3e3;
  padding: 32px 48px;
  margin-top: 50px;
}
.p-news-mainDocument > .c-news-inquiries {
  margin: 24px 0;
}
.c-news-inquiries__heading {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #e3e3e3;
  padding-left: 10px;
}
.c-news-inquiries__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 660px) {
  .c-news-inquiries {
    padding: 20px 20px;
  }
}
.c-news-inquiryInfo {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-news-inquiryInfo__heading {
  color: #004ba5;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-news-newsList {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-news-newsListContainer {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media only screen and (max-width: 660px) {
  .c-news-newsList {
    grid-template-columns: 1fr;
  }
}
.c-news-newsList__heading {
  font-size: 7.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #004ba5;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-news-newsList__list {
  border-top: 1px solid #e3e3e3;
}
.c-news-newsList__listItem {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 8px;
}
.c-news-newsList__listItem__date {
  color: #707070;
}
.c-news-newsList__listItem__link {
  grid-column: 1/span 2;
  display: block;
}
.c-news-newsList__listItem__link,
.c-news-newsList__listItem__link:visited {
  color: #222;
}
.c-news-newsList__listItem__link:hover {
  color: #004ba5;
  text-decoration: none;
}
.c-news-note {
  display: flex;
  justify-content: center;
  border: solid 2px transparent;
  margin-bottom: 32px;
  padding: 16px;
  font-weight: bold;
}
.c-news-note.-caution {
  border-color: #fc332f;
  color: #fc332f;
}
.c-news-note.-info {
  border-color: #004ba5;
  color: #004ba5;
}
.c-news-notificationList {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.5;
}
.c-news-notificationList__item {
  padding-left: 1.2em;
  position: relative;
  color: #666;
}
.c-news-notificationList__item::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.2em;
}
.c-news-notificationList.-marked {
  counter-reset: notification;
}
.c-news-notificationList.-marked .c-news-notificationList__item {
  padding-left: 2.2em;
  counter-increment: notification;
}
.c-news-notificationList.-marked .c-news-notificationList__item::before {
  content: "※" counter(notification);
  margin-right: 0.5em;
}
.c-news-notificationList.-var2 .c-news-notificationList__item::before {
  content: "＊";
}
.c-news-notificationList.-center {
  text-align: center;
}
.c-news-notificationList.-center .c-news-notificationList__item {
  padding-left: 0;
}
.c-news-notificationList.-center .c-news-notificationList__item::before {
  position: relative;
  display: inline-block;
}
.c-news-notificationList.-inlineCenter {
  display: inline-block;
}
.c-news-notificationList.-inlineCenter .c-news-notificationList__item {
  text-align: left;
}
.c-news-notificationList.-inlineCenter .c-news-notificationList__item:nth-child(n+2) {
  margin-top: 4px;
}
@media only screen and (min-width: 661px) {
  .c-news-notificationList.-end {
    text-align: right;
  }
  .c-news-notificationList.-end .c-news-notificationList__item::before {
    position: relative;
    display: inline-block;
  }
}
.c-orderedList-typeA {
  display: flex;
  flex-direction: column;
  gap: 6px;
  counter-reset: orderedListItem;
  list-style: none;
  padding: 0;
}
.c-orderedList-typeA__item {
  counter-increment: orderedListItem;
  position: relative;
  padding-left: 1.8em;
}
.c-orderedList-typeA__item::before {
  content: counter(orderedListItem) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  text-align: right;
  white-space: nowrap;
}
.c-orderedList-typeA__item .c-orderedList-typeA {
  counter-reset: orderedListItemSub;
  margin-top: 4px;
}
.c-orderedList-typeA__item .c-orderedList-typeA__item {
  counter-increment: orderedListItemSub;
  padding-left: 1.8em;
}
.c-orderedList-typeA__item .c-orderedList-typeA__item::before {
  content: counter(orderedListItemSub, lower-roman) ".";
}
.c-orderedList-typeA__item .c-orderedList-typeA__item .c-orderedList-typeA {
  counter-reset: orderedListItemThird;
}
.c-orderedList-typeA__item .c-orderedList-typeA__item .c-orderedList-typeA__item {
  counter-increment: orderedListItemThird;
  padding-left: 2.6em;
}
.c-orderedList-typeA__item .c-orderedList-typeA__item .c-orderedList-typeA__item::before {
  content: "（" counter(orderedListItemThird) "）";
}
.c-orderedList-typeB {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: orderedListItem;
}
.c-orderedList-typeB .c-orderedList-typeB__item {
  position: relative;
  padding-left: 1.8em;
}
.c-orderedList-typeB .c-orderedList-typeB__item::before {
  counter-increment: orderedListItem;
  content: counter(orderedListItem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 16px;
  height: 16px;
  font-size: 0.8em;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.c-orderedList-typeB.-gapLarge {
  gap: 20px;
}
@media only screen and (max-width: 660px) {
  .c-orderedList-typeB.-gapLarge {
    gap: 8px;
  }
}
.c-orderedList-typeC {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: orderedListItem;
}
.c-orderedList-typeC__item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: solid 1px #ccc;
  padding: 12px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-orderedList-typeC__item::before {
  counter-increment: orderedListItem;
  content: counter(orderedListItem);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #707070;
  border-radius: 50%;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.c-orderedList-step {
  display: flex;
  flex-direction: column;
  gap: 32px;
  counter-reset: orderedListItem;
}
.c-orderedList-step__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .c-orderedList-step__content {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.c-orderedList-step__item {
  display: flex;
  gap: 28px;
  counter-increment: step 1;
  position: relative;
  margin-bottom: 12px;
}
.c-orderedList-step__item::before {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  content: "STEP " counter(step);
  color: #004ba5;
  background-color: #d5e7fe;
  padding: 20px;
  border-radius: 2px;
}
.c-orderedList-step__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 44px transparent;
  border-right: solid 44px transparent;
  border-top: solid 12px #d5e7fe;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.c-orderedList-step__item:last-of-type {
  margin-bottom: 0;
}
.c-orderedList-step__item:last-of-type::after {
  content: none;
}
@media only screen and (max-width: 960px) {
  .c-orderedList-step__item {
    flex-direction: column;
    gap: 12px;
  }
  .c-orderedList-step__item::before {
    display: inline-block;
    padding: 0 8px;
    font-size: 1.2rem;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
  }
  .c-orderedList-step__item::after {
    content: none;
  }
}
.c-orderedList-alphabet {
  list-style-type: lower-latin;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.c-orderedList-alphabet.-textSmall {
  font-size: 1.2rem;
}
.c-orderedList-alphabet.-uppercase {
  list-style-type: upper-latin;
}
.c-orderedList-typeD {
  display: flex;
  flex-direction: column;
  gap: 0px;
  counter-reset: orderedListItem;
}
.c-orderedList-typeD.-gapLarge {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-orderedList-typeD__item {
  padding-left: 1.9em;
  position: relative;
}
.c-orderedList-typeD__item::before {
  counter-increment: orderedListItem;
  content: counter(orderedListItem) '.';
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 1.9em;
}
.c-orderedList-typeD__item > .c-orderedList-typeD {
  margin: 8px 0;
}
.c-orderedList-typeD__item > .c-orderedList-typeD .c-orderedList-typeD__item {
  padding-left: 2.4em;
}
.c-orderedList-typeD__item > .c-orderedList-typeD .c-orderedList-typeD__item::before {
  width: 2.4em;
  content: counters(orderedListItem, '-') '.';
}
.c-orderedList-typeD__item > .c-orderedList-typeD .c-orderedList-typeD__item .c-orderedList-typeD__item {
  padding-left: 3.4em;
}
.c-orderedList-typeD__item > .c-orderedList-typeD .c-orderedList-typeD__item .c-orderedList-typeD__item::before {
  width: 3.4em;
}
.c-orderedList-typeD__item > * {
  padding: initial;
}
.c-orderedList-typeE {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 960px) {
  .c-orderedList-typeE {
    gap: 20px;
  }
}
.c-orderedList-typeE__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}
@media only screen and (max-width: 960px) {
  .c-orderedList-typeE__item {
    gap: 20px;
  }
}
.c-orderedList-typeE__heading {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  border-bottom: 1px solid #004ba5;
  font-size: 2rem;
}
.c-orderedList-typeE__number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8em;
  width: 1.8em;
  height: 1.8em;
  background-color: #004ba5;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.c-orderedList-typeE__text {
  display: flex;
  align-items: center;
  padding: 0.2em 0;
}
.c-orderedList-typeE.-filledColorBlack {
  border-color: #222;
}
.c-orderedList-typeE.-filledColorBlack .c-orderedList-typeE__number {
  background-color: #222;
}
.c-orderedList-typeF {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-orderedList-typeF__item {
  position: relative;
  padding: 28px 24px 24px;
  border: solid 1px #004ba5;
  border-radius: 4px;
  margin-bottom: 24px;
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-orderedList-typeF__item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 23.7px;
  background: #004ba5;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: 1;
}
.c-orderedList-typeF__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  width: 26px;
  height: 22px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
  z-index: 2;
}
.c-orderedList-typeF__item:last-child {
  margin-bottom: 0;
}
.c-orderedList-typeF__label {
  position: absolute;
  top: -15px;
  left: 12px;
  background-color: #004ba5;
  border-radius: 16px;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 18px 7px;
  line-height: 1;
}
.c-orderedList,
.c-news-orderedList {
  display: flex;
  flex-direction: column;
  gap: 0px;
  counter-reset: orderedListItem;
}
.c-orderedList__item,
.c-news-orderedList__item {
  padding-left: 2em;
  position: relative;
}
.c-orderedList__item::before,
.c-news-orderedList__item::before {
  counter-increment: orderedListItem;
  content: counter(orderedListItem) '.';
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 1.5em;
}
.c-orderedList__item > .c-orderedList,
.c-news-orderedList__item > .c-news-orderedList {
  margin: 8px 0;
}
.c-orderedList__item > .c-orderedList .c-orderedList__item,
.c-news-orderedList__item > .c-news-orderedList .c-news-orderedList__item {
  padding-left: 4em;
}
.c-orderedList__item > .c-orderedList .c-orderedList__item::before,
.c-news-orderedList__item > .c-news-orderedList .c-news-orderedList__item::before {
  content: counters(orderedListItem, '-') '.';
  width: 3.5em;
}
.c-orderedList__item > .c-orderedList .c-orderedList__item .c-orderedList__item,
.c-news-orderedList__item > .c-news-orderedList .c-news-orderedList__item .c-news-orderedList__item {
  padding-left: 5em;
}
.c-orderedList__item > .c-orderedList .c-orderedList__item .c-orderedList__item::before,
.c-news-orderedList__item > .c-news-orderedList .c-news-orderedList__item .c-news-orderedList__item::before {
  width: 4.5em;
}
.c-orderedList__item > *,
.c-news-orderedList__item > * {
  padding: initial;
}
.c-orderedList.-bg,
.c-news-orderedList.-bg {
  line-height: 1.8;
  gap: 8px;
}
.c-orderedList.-bg .c-orderedList__item,
.c-news-orderedList.-bg .c-news-orderedList__item {
  padding-left: 2.5em;
}
.c-orderedList.-bg .c-orderedList__item::before,
.c-news-orderedList.-bg .c-news-orderedList__item::before {
  content: counter(orderedListItem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #004ba5;
  width: 1.8em;
  height: 1.8em;
}
.c-orderedList.-digit3 .c-orderedList__item,
.c-news-orderedList.-digit3 .c-news-orderedList__item {
  padding-left: 3.5em;
}
.c-orderedList.-digit3 .c-orderedList__item::before,
.c-news-orderedList.-digit3 .c-news-orderedList__item::before {
  width: 3em;
}
.c-orderedList.-color-secondary .c-orderedList__item::before,
.c-news-orderedList.-color-secondary .c-news-orderedList__item::before {
  color: #ff4b00;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.c-orderedList.-child-roman .c-orderedList__item + .c-orderedList__item,
.c-news-orderedList.-child-roman .c-news-orderedList__item + .c-news-orderedList__item {
  margin-top: 6px;
}
.c-orderedList.-child-roman .c-orderedList__item > .c-orderedList .c-orderedList__item,
.c-news-orderedList.-child-roman .c-news-orderedList__item > .c-news-orderedList .c-news-orderedList__item {
  padding-left: 2em;
}
.c-orderedList.-child-roman .c-orderedList__item > .c-orderedList .c-orderedList__item::before,
.c-news-orderedList.-child-roman .c-news-orderedList__item > .c-news-orderedList .c-news-orderedList__item::before {
  content: counter(orderedListItem, lower-roman) '.';
  width: auto;
  text-align: right;
  width: 1.5em;
}
.c-news-pageHeading {
  color: #fff;
}
.c-news-pageHeading__heading {
  font-size: 2.4rem;
  padding: 4px;
}
.c-news-pressHeader__publisher {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.c-news-pressHeader__content {
  border: 1px solid currentColor;
  border-width: 3px 0;
  margin: 32px 0;
  padding: 24px 8px;
}
.c-news-pressHeader__heading {
  font-size: large;
  font-weight: bold;
}
.c-news-pressHeader__lead {
  margin-top: 12px;
}
.c-news-pressInfo {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: solid 2px #004ba5;
}
.c-news-simpleList {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-news-simpleList__item {
  padding-left: 1.2em;
  position: relative;
}
.c-news-simpleList__item::before {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0.2em;
}
.c-news-simpleList__item > .c-news-simpleList {
  margin-top: 8px;
}
.c-news-simpleList__item > .c-news-simpleList .c-news-simpleList__item::before {
  background-color: transparent;
  border: solid 1px currentColor;
}
.c-news-simpleList__item > .c-news-simpleList .c-news-simpleList__item > .c-news-simpleList {
  margin-top: 8px;
}
.c-news-simpleList__item > .c-news-simpleList .c-news-simpleList__item > .c-news-simpleList .c-news-simpleList__item::before {
  background-color: currentColor;
  border: 0;
  border-radius: 0;
}
.c-news-simpleTable {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.c-news-simpleTable__caption {
  background-color: #c3c3c3;
  border: solid 1px #e3e3e3;
  border-bottom: none;
  padding: 12px;
  font-weight: bold;
  text-align: left;
}
.c-news-simpleTable__headerCell,
.c-news-simpleTable__dataCell {
  border: solid 1px #e3e3e3;
  padding: 12px;
  vertical-align: middle;
}
.c-news-simpleTable__headerCell {
  background-color: #f5f5f5;
  font-weight: bold;
}
.c-news-simpleTable__dataCell.-numeric {
  text-align: center;
}
.c-news-simpleTable.-headerCellCenter .c-news-simpleTable__headerCell {
  text-align: center;
}
.c-news-simpleTable.-dataCellCenter .c-news-simpleTable__dataCell {
  text-align: center;
}
.c-news-stackingList__caption {
  background-color: #c3c3c3;
  border: solid 1px #e3e3e3;
  border-bottom: 0;
  padding: 8px;
}
.c-news-stackingList__list {
  display: grid;
  grid-template-columns: minmax(20%, auto) 1fr;
  gap: 0;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px 0 0 1px;
}
.c-news-stackingList__label,
.c-news-stackingList__data {
  border-color: inherit;
  border-width: 0 1px 1px 0;
  padding: 4px 8px;
  border-style: solid;
}
.c-news-stackingList__label > img,
.c-news-stackingList__data > img {
  vertical-align: middle;
}
.c-news-stackingList__label {
  background-color: #f5f5f5;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .c-news-stackingList__list {
    grid-template-columns: 1fr;
    border-width: 0;
  }
  .c-news-stackingList__label {
    border-width: 1px 1px 0 1px;
  }
  .c-news-stackingList__label:nth-child(n+2) {
    margin-top: 8px;
  }
  .c-news-stackingList__data {
    border-width: 1px;
  }
}
.p-news-mainContent {
  padding: 60px 32px;
  max-width: 960px;
  margin: 0 auto;
}
.p-news-mainContent a {
  text-decoration: underline;
  color: #1090d0;
}
.p-news-mainContent a:hover {
  text-decoration: none;
}
.p-news-mainDocument {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/*# sourceMappingURL=maps/news.css.map */
