.--category01 {
  --color-category: #1083B7 ;
}

.--category02 {
  --color-category: #F04F87 ;
}

.--category03 {
  --color-category: #11B87F ;
}

.--category04 {
  --color-category: #11B7B8 ;
}

.--category05 {
  --color-category: #E8A91C ;
}

.--category06 {
  --color-category: #8FC31F ;
}

.--category07 {
  --color-category: #D34F37 ;
}

.--category08 {
  --color-category: #004D9F ;
}

.--category09 {
  --color-category: #7E8384 ;
}

.--category10 {
  --color-category: #213838 ;
}

.p-news-header {
  margin-top: 100px;
  margin-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width:1024px) {
  .p-news-header {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-news-header {
    margin-top: 11.2vw;
    margin-bottom: 14.9333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.p-news-header__eng {
  display: block;
  margin-bottom: 24px;
  color: #1083B7;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .p-news-header__eng {
    margin-bottom: 1em;
    font-size: 3.4666666667vw;
  }
}
.p-news-header__jpn {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .p-news-header__jpn {
    font-size: 9.6vw;
  }
}
.p-news-header__category {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.p-news-categories {
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width:1024px) {
  .p-news-categories {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-news-categories {
    flex-direction: column;
    align-items: center;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-news-categories__side {
  display: flex;
}
@media print, screen and (min-width:768px) {
  .p-news-categories__side {
    width: 80px;
    flex-shrink: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .p-news-categories__side {
    margin-bottom: 6.4vw;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-news-categories__side-jpn {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width:768px) {
  .p-news-categories__side-jpn {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width:767px) {
  .p-news-categories__side-jpn {
    margin-bottom: 3.7333333333vw;
    flex-direction: column;
    font-size: 6.9333333333vw;
  }
}
.p-news-categories__side-jpn::after {
  content: "";
  border-left: 1px solid #1083B7;
  height: 42px;
}
@media screen and (max-width:767px) {
  .p-news-categories__side-jpn::after {
    height: 8vw;
  }
}
.p-news-categories__side-eng {
  font-family: "Montserrat", sans-serif;
  color: #1083B7;
}
@media print, screen and (min-width:768px) {
  .p-news-categories__side-eng {
    padding-top: 1em;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width:767px) {
  .p-news-categories__side-eng {
    margin-bottom: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-news-categories__form {
  padding: 40px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #ECEEF0;
  width: 100%;
}
@media screen and (max-width:767px) {
  .p-news-categories__form {
    padding: 10.6666666667vw 6.4vw;
    border-top-left-radius: 6.6666666667vw;
    border-bottom-right-radius: 6.6666666667vw;
  }
}
.p-news-categories__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 32px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-categories__list {
    margin-bottom: 10.6666666667vw;
    -moz-column-gap: 18.6666666667vw;
         column-gap: 18.6666666667vw;
    grid-row: 6.4vw;
  }
}
.p-news-categories__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
  color: #333;
}
@media (hover: hover) {
  .p-news-categories__item {
    transition-property: color;
    transition-duration: 400ms;
  }
  .p-news-categories__item:hover {
    color: #1083B7;
  }
}
@media screen and (max-width:767px) {
  .p-news-categories__item {
    font-size: 4.2666666667vw;
  }
}
.p-news-categories__item-icon {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-right: 8px;
}
@media screen and (max-width:767px) {
  .p-news-categories__item-icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .p-news-categories__item-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-width: 1px;
  }
}
.p-news-categories__item-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #1083B7;
  border-radius: 50%;
  transition-property: opacity;
  transition-duration: 400ms;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .p-news-categories__item-icon::after {
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .p-news-categories__item-icon::after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
  }
}
.p-news-categories__radio {
  display: none;
}
.p-news-categories__radio:checked + .p-news-categories__item .p-news-categories__item-icon::after {
  opacity: 1;
}
.p-news-categories__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #1083B7;
  background-color: #1083B7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition-property: transform, opacity;
  transition-duration: 400ms;
}
@media (hover: hover) {
  .p-news-categories__submit:hover {
    opacity: 0.8;
  }
}
.p-news-categories__submit:active {
  transform: translate(2px, 2px);
}
@media screen and (max-width:767px) {
  .p-news-categories__submit {
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
  }
}

.p-news-list {
  border-top: 0;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 96px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width:1024px) {
  .p-news-list {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-news-list {
    margin-bottom: 14.9333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-news-list__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
@media (hover: hover) {
  .p-news-list__item {
    transition-property: opacity;
    transition-duration: 400ms;
  }
  .p-news-list__item:hover {
    opacity: 0.7;
  }
  .p-news-list__item:hover .p-news-list__item-title {
    color: #1083B7;
  }
}
@media screen and (max-width:767px) {
  .p-news-list__item {
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 6.4vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.p-news-list__item:first-child {
  border-top: 1px solid #dbdbdb;
}
.p-news-list__item-date {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-news-list__item-date {
    grid-column: 1/2;
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-list__item-column {
    grid-column: 1/2;
  }
}
.p-news-list__item-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width:767px) {
  .p-news-list__item-categories {
    row-gap: 2.1333333333vw;
    margin-bottom: 3.2vw;
  }
}
.p-news-list__item-category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 3px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: var(--color-category);
  color: #fff;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-news-list__item-category {
    margin-right: 2.1333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    height: 6.4vw;
    border-radius: 0.8vw;
    font-size: 3.2vw;
  }
}
.p-news-list__item-title {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2;
  transition-property: color;
  transition-duration: 400ms;
}
@media screen and (max-width:767px) {
  .p-news-list__item-title {
    font-size: 1.4rem;
  }
}
.p-news-list__item-pdf {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 2px;
  background-color: #ECEEF0;
  color: #aaa;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
@media screen and (max-width:767px) {
  .p-news-list__item-pdf {
    border-radius: 0.5333333333vw;
    font-size: 3.2vw;
  }
}
.p-news-list__item-size {
  margin-left: 0.4em;
  font-size: 1.2rem;
  color: #aaa;
}
@media screen and (max-width:767px) {
  .p-news-list__item-size {
    font-size: 3.2vw;
  }
}
.p-news-list__item-external {
  display: inline-block;
  width: 11px;
  height: 11px;
}
@media screen and (max-width:767px) {
  .p-news-list__item-external {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.p-news-list__item-external svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #1083B7;
}
.p-news-list__item-arrow {
  margin-left: auto;
  align-self: center;
  width: 6px;
  height: 12px;
}
@media screen and (max-width:767px) {
  .p-news-list__item-arrow {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.p-news-list__item-arrow svg {
  fill: #1083B7;
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-list__item-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .p-news-pagination {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
    margin-bottom: 32vw;
  }
}
.p-news-pagination__item, .p-news-pagination__prev, .p-news-pagination__next, .p-news-pagination__ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .p-news-pagination__item, .p-news-pagination__prev, .p-news-pagination__next, .p-news-pagination__ellipsis {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-news-pagination__item, .p-news-pagination__ellipsis {
  color: #1083B7;
  border-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-news-pagination__item, .p-news-pagination__ellipsis {
    font-size: 4.8vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-pagination__ellipsis {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news-pagination__item.is-current, .p-news-pagination__item:hover {
  color: #fff;
  background-color: #1083B7;
}
.p-news-pagination__ellipsis {
  padding-bottom: 0.5em;
}
.p-news-pagination__prev, .p-news-pagination__next {
  border-color: #1083B7;
}
@media (hover: hover) {
  .p-news-pagination__prev:hover, .p-news-pagination__next:hover {
    background-color: #1083B7;
  }
  .p-news-pagination__prev:hover .p-news-pagination__prev-icon svg, .p-news-pagination__prev:hover .p-news-pagination__next-icon svg, .p-news-pagination__next:hover .p-news-pagination__prev-icon svg, .p-news-pagination__next:hover .p-news-pagination__next-icon svg {
    fill: #fff;
  }
}
@media print, screen and (min-width:768px) {
  .p-news-pagination__prev {
    margin-right: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .p-news-pagination__next {
    margin-left: 20px;
  }
}
.p-news-pagination__prev-icon, .p-news-pagination__next-icon {
  width: 5px;
  height: 10px;
}
.p-news-pagination__prev-icon svg, .p-news-pagination__next-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #1083B7;
}
.p-news-pagination__prev-icon {
  transform: rotate(180deg);
}

.p-news-detail {
  background-color: #F6F7F8;
}
.p-news-detail__container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.p-news-detail__inner {
  margin-bottom: 80px;
  padding: 80px;
  background-color: #fff;
}
@media print, screen and (min-width:768px) {
  .p-news-detail__inner {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media screen and (max-width:1024px) {
  .p-news-detail__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__inner {
    padding-top: 12.8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-news-detail__editable > *:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable > *:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
.p-news-detail__editable h3 {
  position: relative;
  font-size: 3.8rem;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 0.4em;
  letter-spacing: 0.15em;
}
.p-news-detail__editable h3:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h3:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h3 {
    font-size: 6.4vw;
  }
}
.p-news-detail__editable h3::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 60px;
  border-bottom: 2px solid #1083B7;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h3::before {
    width: 16vw;
  }
}
.p-news-detail__editable h4 {
  color: #1083B7;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-news-detail__editable h4:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h4:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h4 {
    font-size: 5.3333333333vw;
  }
}
.p-news-detail__editable h5 {
  display: flex;
  align-items: baseline;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.p-news-detail__editable h5:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h5:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h5 {
    font-size: 4.8vw;
  }
}
.p-news-detail__editable h5::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 12px;
  flex-shrink: 0;
  background-color: #1083B7;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable h5::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 3.2vw;
  }
}
.p-news-detail__editable p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.p-news-detail__editable p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable p:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable p {
    font-size: 4vw;
  }
}
.p-news-detail__editable figure:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable figure:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
.p-news-detail__editable img {
  display: block;
  max-width: 724px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.p-news-detail__editable img:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable img:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable img {
    border-top-left-radius: 6.6666666667vw;
    border-bottom-right-radius: 6.6666666667vw;
  }
}
.p-news-detail__editable figcaption {
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable figcaption {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-news-detail__editable a {
  color: #1083B7;
  border-bottom: 1px solid #1083B7;
}
@media (hover: hover) {
  .p-news-detail__editable a {
    transition-property: opacity;
    transition-duration: 400ms;
  }
  .p-news-detail__editable a:hover {
    opacity: 0.6;
  }
}
.p-news-detail__editable a[target=_blank] {
  display: inline-flex;
  align-items: center;
}
.p-news-detail__editable a[target=_blank]::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/tech-solution/assets/images/icon_external.svg");
  background-size: 100% 100%;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable a[target=_blank]::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-news-detail__editable strong {
  color: #1083B7;
  font-weight: 700;
}
.p-news-detail__editable div:has(> table) {
  position: relative;
  width: 100%;
  overflow: auto;
}
.p-news-detail__editable div:has(> table):not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable div:has(> table):not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable div:has(> table)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: -webkit-image-set(url("/tech-solution/assets/images/news/scroll_guide.png") 1x, url("/tech-solution/assets/images/news/scroll_guide@2x.png") 2x);
    background-image: image-set(url("/tech-solution/assets/images/news/scroll_guide.png") 1x, url("/tech-solution/assets/images/news/scroll_guide@2x.png") 2x);
    background-image: url("/tech-solution/assets/images/news/scroll_guide.png");
    background-size: 42.6666666667vw auto;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity, visibility;
    transition-duration: 400ms;
  }
}
.p-news-detail__editable div:has(> table).is-active::after {
  opacity: 0;
}
.p-news-detail__editable table {
  width: 100%;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable table {
    min-width: 309.6vw;
  }
}
.p-news-detail__editable th {
  height: 60px;
  vertical-align: middle;
  background-color: #F6F7F8;
  font-size: 1.4rem;
  font-weight: 700;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable th {
    height: 16vw;
    font-size: 3.7333333333vw;
  }
}
.p-news-detail__editable th:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-news-detail__editable td {
  height: 60px;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable td {
    height: 16vw;
    font-size: 3.7333333333vw;
  }
}
.p-news-detail__editable td:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.p-news-detail__editable div:has(> img + img) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}
.p-news-detail__editable div:has(> img + img):not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable div:has(> img + img):not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable div:has(> img + img) {
    grid-template-columns: 100%;
    grid-row-gap: 4.2666666667vw;
  }
}
.p-news-detail__editable ul {
  list-style-type: disc;
  font-size: 1.5rem;
  line-height: 2;
  margin-left: 1.5em;
}
.p-news-detail__editable ul:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable ul:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable ul {
    font-size: 4vw;
  }
}
.p-news-detail__editable ul li::marker {
  color: #1083B7;
}
.p-news-detail__editable ol {
  counter-reset: news-ol;
  font-size: 1.5rem;
  line-height: 2;
}
.p-news-detail__editable ol:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable ol:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-news-detail__editable ol {
    font-size: 1.5rem;
  }
}
.p-news-detail__editable ol li {
  display: flex;
  align-items: baseline;
}
.p-news-detail__editable ol li::before {
  counter-increment: news-ol;
  content: counter(news-ol, decimal-leading-zero);
  margin-right: 0.4em;
  color: #1083B7;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .p-news-detail__editable ol li::before {
    font-size: 3.2vw;
  }
}
.p-news-detail__bottom {
  margin-bottom: 142px;
}
@media screen and (max-width:767px) {
  .p-news-detail__bottom {
    margin-bottom: 32vw;
  }
}
.p-news-detail__back-icon {
  right: initial !important;
  left: 20px;
  transform: rotate(180deg);
}

.l-page:has(.p-news-detail__container) {
  background-color: #f6f7f8;
}