.grid-area > .grid-section:nth-of-type(1n) {
  background-color: #EFEFEF;
}
.grid-area > .grid-section:nth-of-type(1n) [data-type]:not([data-type=button] > *, .parts-tab .tab-name) {
  color: #1a1a2e;
}
.grid-area > .grid-section:nth-of-type(1n) [data-type] a.link-text {
  color: #1f51ff;
}
.grid-area > .grid-section:nth-of-type(2n) {
  background-color: #1A1A2E;
}
.grid-area > .grid-section:nth-of-type(2n) [data-type]:not([data-type=button] > *, .parts-tab .tab-name) {
  color: #ffffff;
}
.grid-area > .grid-section:nth-of-type(2n) [data-type] a.link-text {
  color: #1f51ff;
}
.grid-area * {
  border-color: #ffffff;
}
.grid-area [data-type=heading1] > h1,
.grid-area [data-type=heading2] > h2,
.grid-area [data-type=heading3] > h3,
.grid-area [data-type=heading4] > h4 {
  font-family: "Noto sans JP", sans-serif;
}
.grid-area [data-type]:not([data-type=heading1]):not([data-type=heading2]):not([data-type=heading3]):not([data-type=heading4]) > * {
  font-family: "Noto sans JP", sans-serif;
}
.grid-area [data-type=button] > a {
  background-color: #007acc;
  color: #ffffff;
}
.grid-area [data-type=icon] svg {
  fill: #007acc;
}/*# sourceMappingURL=newCmsEditor_corporate.css.map */