@charset "utf-8";
@charset "UTF-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "UTF-8";
@charset "UTF-8";
/*404*/:root {
  --direction-multiplier: 1;
}

html[dir=rtl],
body.rtl {
  --direction-multiplier: -1;
}

.elementor-hidden {
  display: none;
}

.elementor-visibility-hidden {
  visibility: hidden;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.e-logo-wrapper {
  display: inline-block;
  line-height: 1;
}
.e-logo-wrapper i {
  color: var(--e-a-color-circle-logo);
  font-size: 2.5em;
}

.elementor *, .elementor *:before, .elementor *:after {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  margin: 0;
  background-color: transparent;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.elementor .elementor-background-video-container,
.elementor .elementor-background-holder,
.elementor .elementor-background {
  inset: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute;
}
.elementor .elementor-background-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.elementor-widget-wrap > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.e-con-inner > .elementor-element.elementor-absolute {
  position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.e-con-inner > .elementor-element.elementor-fixed {
  position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--row-gap) var(--column-gap);
}

.elementor-invisible {
  visibility: hidden;
}

.elementor-custom-embed-play {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
}
.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s infinite linear;
}

.elementor-tag {
  display: inline-flex;
}

.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear;
}
.elementor-ken-burns--out {
  transform: scale(1.3);
}
.elementor-ken-burns--active {
  transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}

.elementor-align-center {
  text-align: center;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-center .elementor-button, .elementor-align-right .elementor-button, .elementor-align-left .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}

@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-right .elementor-button, .elementor-widescreen-align-left .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-center .elementor-button, .elementor-laptop-align-right .elementor-button, .elementor-laptop-align-left .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-right .elementor-button, .elementor-tablet_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-center .elementor-button, .elementor-tablet-align-right .elementor-button, .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-right .elementor-button, .elementor-mobile_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-center .elementor-button, .elementor-mobile-align-right .elementor-button, .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}

.elementor-page-title, h1.entry-title {
  display: var(--page-title-display);
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: center;
}
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: flex-end;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}

.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-block-end: var(--kit-widget-spacing, 20px);
}
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
  margin-block-end: 0;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
  padding: 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}

@media (min-width: -1) {
  .elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: initial;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: initial;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    order: 1;
  }
  .elementor-column {
    width: 100%;
  }
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-block-end: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-block-end: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-block-end: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-block-end: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-block-end: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-block-end: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-block-end: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  position: var(--position);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  z-index: var(--z-index);
  overflow: var(--overflow);
  --flex-wrap-mobile: wrap;
}
.e-con:where(:not(.e-div-block-base)) {
  transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}
.e-con {
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-block-end: var(--margin-block-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-start: var(--padding-inline-start);
  padding-inline-end: var(--padding-inline-end);
}
.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full, .e-con > .e-con-inner {
  text-align: var(--text-align);
  padding-block-start: var(--padding-block-start);
  padding-block-end: var(--padding-block-end);
}
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}
.e-con, .e-con > .e-con-inner {
  display: var(--display);
}
.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}
.e-con.e-grid, .e-con.e-grid > .e-con-inner {
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  align-content: var(--grid-align-content);
  grid-auto-flow: var(--grid-auto-flow);
  justify-items: var(--justify-items);
  align-items: var(--align-items);
}
.e-con-boxed.e-flex {
  flex-direction: column;
  flex-wrap: initial;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
}
.e-con-boxed.e-grid {
  justify-items: initial;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.e-con-boxed {
  text-align: initial;
  gap: initial;
}
.e-con.e-flex > .e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  flex-basis: initial;
  flex-grow: 1;
  flex-shrink: initial;
  align-self: initial;
}
.e-con.e-grid > .e-con-inner {
  justify-items: var(--justify-items);
  align-items: var(--align-items);
}
.e-con > .e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}
:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"] > .elementor-section-wrap) > .e-con {
  --margin-right: 0px;
  --margin-left: 0px;
}
.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}
.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
.e-con > .elementor-background-slideshow::before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, 0.3s);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
.e-con::before {
  transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
@media (max-width: 767px) {
  :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-mobile {
    display: none;
  }
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
  z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
  z-index: 2;
}
.e-con .elementor-widget {
  min-width: 0;
}
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
  width: 100%;
}
.e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
  max-width: 100%;
}
.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px;
}

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }
  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%;
  }
}
.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
  flex-basis: 100%;
  max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
  flex-grow: 1;
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727D;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-inline-end: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: "eicons";
  font-size: 15px;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: "";
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
  display: inline;
}

.elementor-field-label {
  cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-inline-start: 0.2em;
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}
.elementor-button-align-center .elementor-field-type-submit,
.elementor-button-align-center .e-form__buttons {
  justify-content: center;
}
.elementor-button-align-start .elementor-field-type-submit,
.elementor-button-align-start .e-form__buttons {
  justify-content: flex-start;
}
[dir=rtl] .elementor-button-align-start .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-start .e-form__buttons {
  justify-content: flex-end;
}
.elementor-button-align-end .elementor-field-type-submit,
.elementor-button-align-end .e-form__buttons {
  justify-content: flex-end;
}
[dir=rtl] .elementor-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-end .e-form__buttons {
  justify-content: flex-start;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
  flex-grow: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
  flex-basis: initial;
}

@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-center .elementor-field-type-submit,
  .elementor-tablet-button-align-center .e-form__buttons {
    justify-content: center;
  }
  .elementor-tablet-button-align-start .elementor-field-type-submit,
  .elementor-tablet-button-align-start .e-form__buttons {
    justify-content: flex-start;
  }
  [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit,
  [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons {
    justify-content: flex-end;
  }
  .elementor-tablet-button-align-end .elementor-field-type-submit,
  .elementor-tablet-button-align-end .e-form__buttons {
    justify-content: flex-end;
  }
  [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit,
  [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons {
    justify-content: flex-start;
  }
  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: initial;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
    flex-grow: initial;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
    flex-basis: initial;
  }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-center .elementor-field-type-submit,
  .elementor-mobile-button-align-center .e-form__buttons {
    justify-content: center;
  }
  .elementor-mobile-button-align-start .elementor-field-type-submit,
  .elementor-mobile-button-align-start .e-form__buttons {
    justify-content: flex-start;
  }
  [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit,
  [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons {
    justify-content: flex-end;
  }
  .elementor-mobile-button-align-end .elementor-field-type-submit,
  .elementor-mobile-button-align-end .e-form__buttons {
    justify-content: flex-end;
  }
  [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit,
  [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons {
    justify-content: flex-start;
  }
  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: initial;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
    flex-grow: initial;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
    flex-basis: initial;
  }
}
.elementor-error .elementor-field {
  border-color: #d9534f;
}
.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  margin-inline-end: 5px;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
.elementor-message.form-message-success {
  color: #5cb85c;
}

.elementor-form .elementor-button {
  padding-block-start: 0;
  padding-block-end: 0;
  border: none;
}
.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727D;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}
.elementor-button-icon {
  display: flex;
  align-items: center;
}
.elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px;
}
.elementor-button span {
  text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}

.elementor-view-stacked .elementor-icon {
  padding: 0.5em;
  background-color: #69727D;
  color: #fff;
  fill: #fff;
}

.elementor-view-framed .elementor-icon {
  padding: 0.5em;
  color: #69727D;
  border: 3px solid #69727D;
  background-color: transparent;
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727D;
  font-size: 50px;
  text-align: center;
}
.elementor-icon:hover {
  color: #69727D;
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-icon i.fad {
  width: initial;
}

.elementor-shape-square .elementor-icon {
  border-radius: 0;
}
.elementor-shape-rounded .elementor-icon {
  border-radius: 10%;
}
.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}

.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.animated {
  animation-duration: 1.25s;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated.animated-fast {
  animation-duration: 0.75s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none !important;
  }
  html * {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-phone,
  .elementor .elementor-hidden-mobile {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-laptop {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
/*# sourceMappingURL=frontend.css.map *//*! elementor-icons - v5.48.0 - 23-02-2026 */
@font-face{font-family:eicons;src:url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0);src:url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0#iefix) format("embedded-opentype"),url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0) format("woff2"),url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/elementor/assets/lib/eicons/fonts/eicons.woff?5.48.0) format("woff"),url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/elementor/assets/lib/eicons/fonts/eicons.ttf?5.48.0) format("truetype"),url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/elementor/assets/lib/eicons/fonts/eicons.svg?5.48.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.dialog-widget-content{background-color:var(--e-a-bg-default);border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden;position:absolute}.dialog-message{box-sizing:border-box;line-height:1.5}.dialog-close-button{color:var(--e-a-color-txt);cursor:pointer;font-size:15px;inset-inline-end:15px;line-height:1;margin-block-start:15px;position:absolute;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{max-height:100vh;overflow:hidden}.dialog-type-lightbox{background-color:rgba(0,0,0,.8);bottom:0;height:100%;left:0;position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:9999}.elementor-editor-active .elementor-popup-modal{background-color:initial}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;padding:20px;width:400px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{border-block-end:var(--e-a-border);content:"";display:block;margin-block-end:10px;margin-inline-end:-20px;margin-inline-start:-20px;padding-block-end:10px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{display:flex;gap:15px;justify-content:flex-end;padding-block-start:10px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{background-color:var(--e-a-btn-bg);border:none;border-radius:var(--e-a-border-radius);color:var(--e-a-btn-color-invert);font-size:12px;font-weight:500;line-height:1.2;outline:none;padding:8px 16px;transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:transparent;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:transparent;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border{border:1px solid var(--e-a-color-txt-muted)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:transparent;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info{background-color:var(--e-a-btn-bg-info)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover{background-color:var(--e-a-btn-bg-info-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white{color:var(--e-a-color-white)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited{background-color:var(--e-a-btn-bg-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled],.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]{background-color:var(--e-a-btn-bg-disabled);cursor:not-allowed}#elementor-change-exit-preference-dialog .dialog-message a{cursor:pointer}#elementor-change-exit-preference-dialog .dialog-message>div{margin-block-end:10px}#e-experiments-messages-dialog .dialog-confirm-header{font-weight:600}#e-kit-elements-defaults-create-dialog label{align-items:center;display:flex;gap:10px;justify-content:center;margin-block-start:20px}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{height:100vh;position:sticky}}.elementor-templates-modal .dialog-widget-content{background-color:var(--e-a-bg-default);font-family:Roboto,Arial,Helvetica,sans-serif;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{border-block-end:var(--e-a-border);padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper{border-block-start:var(--e-a-border);display:flex;gap:15px;justify-content:flex-end;padding:10px}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow-y:auto;padding:20px}.elementor-templates-modal .dialog-content{height:100%;text-align:center}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{align-items:center;display:flex;height:50px;justify-content:space-between}.elementor-templates-modal__header__logo{cursor:pointer;font-weight:700;line-height:1;text-transform:uppercase}.elementor-templates-modal__header__logo-area{padding-inline-start:15px;text-align:start}.elementor-templates-modal__header__logo-area>*{align-items:center;display:flex}.elementor-templates-modal__header__logo__icon-wrapper{font-size:12px;margin-inline-end:10px}.elementor-templates-modal__header__logo__title{color:var(--e-a-color-txt-active);padding-block-start:2px}.elementor-templates-modal__header__items-area{align-items:center;display:flex;flex-direction:row-reverse}.elementor-templates-modal__header__item{align-items:center;box-sizing:content-box;display:flex;justify-content:center;position:relative}.elementor-templates-modal__header__item>i{cursor:pointer;font-size:20px;transition:var(--e-a-transition-hover)}.elementor-templates-modal__header__item>i:hover{color:var(--e-a-color-txt-hover)}.elementor-templates-modal__header__close:is(button){background:transparent;border:none;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;margin:0}.elementor-templates-modal__header__close--normal{border-inline-start:var(--e-a-border);width:47px}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{border-radius:var(--e-a-border-radius);cursor:pointer;font-size:11px;font-weight:400;line-height:1;margin-inline-end:10px;padding:10px;padding-inline-start:20px}.elementor-templates-modal__header__close--skip>i{border-inline-start:1px solid;font-size:inherit;margin-inline-start:15px;padding-inline-start:10px}.elementor-templates-modal__header__close--skip>i:not(:hover){color:var(--e-a-color-white)}.elementor-templates-modal__sidebar{border-inline-end:var(--e-a-border);flex-shrink:0;width:25%}.elementor-templates-modal__content{flex-grow:1}#elementor-toast{background-color:rgba(0,0,0,.8);border-radius:5px;color:var(--e-a-dark-color-txt);padding:20px;position:absolute;width:280px;z-index:10000}#elementor-toast.dialog-position-window{position:fixed}#elementor-toast .dialog-message{font-size:13px}#elementor-toast .dialog-buttons-wrapper{display:flex;justify-content:flex-end}#elementor-toast .dialog-buttons-wrapper:not(:empty){margin-block-start:15px}#elementor-toast .dialog-button{background:none;border:none;border-radius:var(--e-a-border-radius);color:var(--e-a-dark-color-txt);cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;line-height:1.2;margin-inline-end:10px;padding:8px 16px;transition:var(--e-a-transition-hover)}#elementor-toast .dialog-button:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}#elementor-toast .dialog-button:focus-visible{outline:2px solid var(--e-a-border-color-focus,#4f46e5);outline-offset:2px}#elementor-toast .dialog-button:last-child{margin-inline-end:0}#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section{border-block-start:1px solid #464b50;margin-block-start:6px}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}#elementor-finder__modal{background:none;z-index:99999}#elementor-finder__modal .dialog-widget-content{left:calc(50% - 650px / 2);max-width:98%;top:18vh;width:650px}#elementor-finder__modal .dialog-content{text-align:start}#elementor-finder__modal .dialog-message{height:auto;min-height:0;padding:0;text-align:start}#elementor-finder__search{display:flex;padding:15px}#elementor-finder__search i{font-size:16px;margin-inline-end:15px}#elementor-finder__search__input{background:none;border:none;box-shadow:none;flex-grow:1;font-size:14px;margin:0;outline:none;padding:0}#elementor-finder__search__input::-moz-placeholder{font-style:italic;font-weight:300}#elementor-finder__search__input::placeholder{font-style:italic;font-weight:300}#elementor-finder__results{max-height:50vh;overflow:auto}#elementor-finder__no-results{display:none;padding:20px}#elementor-finder__lock-dialog{z-index:100000}.elementor-finder__results__category{position:relative}.elementor-finder__results__category__title{border-block-end:var(--e-a-border);font-size:10px;padding:5px 25px}.elementor-finder__results__category--dynamic .elementor-finder__results__category__items{min-height:26px}.elementor-finder__results__category .eicon-loading{color:var(--e-a-color-info);display:none;font-size:14px;inset-block-start:30px;inset-inline-end:10px;position:absolute}.elementor-finder__results__item{display:flex}.elementor-finder__results__item a{color:inherit;text-decoration:none}.elementor-finder__results__item.elementor-active{background-color:var(--e-a-bg-hover)}.elementor-finder__results__item.elementor-active a{color:inherit}.elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions{display:none}.elementor-finder__results__item__link{align-items:center;display:flex;flex-grow:1;height:35px}.elementor-finder__results__item__icon{font-size:17px;text-align:center;width:60px}.elementor-finder__results__item__title{font-size:13px}.elementor-finder__results__item__description{font-style:italic;margin-inline-start:5px}.elementor-finder__results__item__badge{align-items:center;display:flex;font-size:8px;font-weight:500;gap:4px;inset-inline-end:16px;position:absolute;text-transform:uppercase}.elementor-finder__results__item__actions{display:flex}.elementor-finder__results__item__action{align-items:center;display:flex;height:100%;justify-content:center;width:35px}.elementor-finder__results__item__action:hover{background-color:rgba(0,0,0,.07)}.tipsy{font-size:10px;padding:5px;position:absolute;z-index:100000}.tipsy-inner{background-color:#000;border-radius:3px;box-shadow:0 0 5px 0 rgba(0,0,0,.5);color:#fff;font-weight:500;max-width:200px;padding:5px 12px;text-align:center}.tipsy-arrow{border:5px dashed #000;height:0;line-height:0;position:absolute;width:0}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;top:0}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;right:10px;top:0}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;bottom:0}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{border-bottom-color:transparent;border-top-color:transparent;margin-top:-5px;top:50%}.tipsy-e .tipsy-arrow{border-left-style:solid;border-right:none;right:0}.tipsy-w .tipsy-arrow{border-left:none;border-right-style:solid;left:0}:root{--e-a-color-white:#fff;--e-a-color-black:#000;--e-a-color-logo:#fff;--e-a-color-circle-logo:#000;--e-a-color-primary:#f3bafd;--e-a-color-primary-bold:#d004d4;--e-a-color-primary-bold-dark:#c00bb9;--e-a-color-secondary:#515962;--e-a-color-success:#0a875a;--e-a-color-danger:#dc2626;--e-a-color-info:#2563eb;--e-a-color-warning:#f59e0b;--e-a-color-accent:#93003f;--e-a-color-global:#1dddbf;--e-a-color-accent-promotion:#93003f;--e-a-bg-default:#fff;--e-a-bg-invert:#0c0d0e;--e-a-bg-hover:#f1f2f3;--e-a-bg-active:#e6e8ea;--e-a-bg-active-bold:#d5d8dc;--e-a-bg-loading:#f9fafa;--e-a-bg-logo:#000;--e-a-bg-primary:#fae8ff;--e-a-bg-secondary:#515962;--e-a-bg-success:#f2fdf5;--e-a-bg-info:#f0f7ff;--e-a-bg-danger:#fef1f4;--e-a-bg-warning:#fffbeb;--e-a-bg-chip:#f1f2f3;--e-a-color-txt:#515962;--e-a-color-txt-muted:#818a96;--e-a-color-txt-disabled:#babfc5;--e-a-color-txt-invert:#fff;--e-a-color-txt-accent:#0c0d0e;--e-a-color-txt-hover:#3f444b;--e-a-color-txt-active:#0c0d0e;--e-a-border-color:#e6e8ea;--e-a-border-color-bold:#d5d8dc;--e-a-border-color-focus:#babfc5;--e-a-border-color-accent:#0c0d0e;--e-a-border:1px solid var(--e-a-border-color);--e-a-border-bold:1px solid var(--e-a-border-color-bold);--e-a-border-radius:3px;--e-a-btn-color:#0c0d0e;--e-a-btn-color-invert:var(--e-a-color-txt-invert);--e-a-btn-color-disabled:var(--e-a-color-txt-disabled);--e-a-btn-bg:#515962;--e-a-btn-bg-hover:#3a4046;--e-a-btn-bg-active:#23262a;--e-a-btn-bg-disabled:#d5d8dc;--e-a-btn-bg-primary:#f3bafd;--e-a-btn-bg-primary-hover:#f5d0fe;--e-a-btn-bg-primary-active:#f0abfc;--e-a-btn-bg-accent:#93003f;--e-a-btn-bg-accent-hover:#8f1a4c;--e-a-btn-bg-accent-active:#a93365;--e-a-btn-bg-info:#2563eb;--e-a-btn-bg-info-hover:#134cca;--e-a-btn-bg-info-active:#0e3b9c;--e-a-btn-bg-success:#0a875a;--e-a-btn-bg-success-hover:#06583a;--e-a-btn-bg-success-active:#03281b;--e-a-btn-bg-warning:#f59e0b;--e-a-btn-bg-warning-hover:#c57f08;--e-a-btn-bg-warning-active:#945f06;--e-a-btn-bg-danger:#dc2626;--e-a-btn-bg-danger-hover:#b21d1d;--e-a-btn-bg-danger-active:#861616;--e-a-dark-bg:#0c0d0e;--e-a-dark-color-txt:#9da5ae;--e-a-dark-color-txt-hover:#d5d8dc;--e-a-font-family:Roboto,Arial,Helvetica,sans-serif;--e-a-transition-hover:all .3s;--e-a-popover-shadow:0 2px 15px rgba(0,0,0,.3);--e-a-dropdown-shadow:0 0 3px rgba(0,0,0,.2)}

  * { box-sizing: border-box; margin: 0; padding: 0; }
  @media (min-width: 1025px) {
   .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(150px, auto));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 2% auto;
  }
  .grid-container a {
    display:contents;
    padding: 0;
    margin: 0;
  }
  .grid-item {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #fff;
    border-radius: 26px;
    padding: 0px;
    display:block;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    box-shadow: 4px 3px 8px #ccc;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .grid-item dl {
    padding: 0;
    margin: 0;
  }
    .grid-item dl dt {
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    vertical-align: top;
    display: block;
  }
    .grid-item dl dt img {
    width: 100%;
    vertical-align: top;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
    .grid-item dl dd {
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    vertical-align: top;
    display: block;
  }
      .grid-item dl dd p {
     text-align: center;
     padding: 2%;
     color: #000;
  }
  .grid-item:hover {
    transform: translateY(-4px);
  }
  }
  /* タブレット：2列×3段 */
  @media (min-width: 768px) and (max-width: 1024px)  {
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }

  }

  /* スマホ：1列×6段 */
  @media (max-width: 767px) {
    .grid-container {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 12px;
    }
 .grid-container a {
    display:contents;
    padding: 0;
    margin: 0;
  }
  .grid-item {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #fff;
    border-radius: 26px;
    padding: 0px;
    display:block;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    box-shadow: 4px 3px 8px #ccc;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    margin-bottom: 5%;
  }
  .grid-item dl {
    padding: 0;
    margin: 0;
    display:flex;
  }
    .grid-item dl dt {
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    vertical-align: top;
    display: contents;
  }
    .grid-item dl dt img {
    width: 100%;
    vertical-align: top;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
    .grid-item dl dd {
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    vertical-align: top;
    display: contents;
  }
      .grid-item dl dd p {
     text-align: center;
     padding: 2%;
     color: #000;
  }
  .grid-item:hover {
    transform: translateY(-4px);
  }
  }

  /* タブレット（縦画面〜横画面）に適用する例 */
@media (min-width: 768px) and (max-width: 1024px) {
  /* ここにタブレット用のCSSを記述 */
   .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(150px, auto));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 2% auto;
  }
  .grid-container a {
    display:contents;
    padding: 0;
    margin: 0;
  }
  .grid-item {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #fff;
    border-radius: 26px;
    padding: 0px;
    display:block;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    box-shadow: 4px 3px 8px #ccc;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .grid-item dl {
    padding: 0;
    margin: 0;
  }
    .grid-item dl dt {
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    vertical-align: top;
    display: block;
  }
    .grid-item dl dt img {
    width: 100%;
    vertical-align: top;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
    .grid-item dl dd {
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    vertical-align: top;
    display: block;
  }
      .grid-item dl dd p {
     text-align: center;
     padding: 2%;
     color: #000;
  }
  .grid-item:hover {
    transform: translateY(-4px);
  }

}

.zoom-container {
  width: auto; /* 枠の横幅 */
  height: auto; /* 枠の高さ */
  overflow: hidden; /* はみ出た部分を隠す */
}

.zoom-container img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; /* アニメーション速度 */
}

.zoom-container:hover img {
  transform: scale(1.1); /* 1.1倍に拡大 */
}/*404*/@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
  unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2');
  unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2');
  unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2');
  unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2');
  unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2');
  unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2');
  unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2');
  unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2');
  unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2');
  unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2');
  unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2');
  unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2');
  unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2');
  unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2');
  unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2');
  unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2');
  unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2');
  unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2');
  unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2');
  unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2');
  unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2');
  unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2');
  unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2');
  unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2');
  unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2');
  unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2');
  unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2');
  unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2');
  unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2');
  unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2');
  unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2');
  unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2');
  unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2');
  unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2');
  unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2');
  unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2');
  unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2');
  unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2');
  unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a, U+639e, U+63a0, U+63a3-63a4, U+63a6, U+63a9, U+63ab-63af, U+63b5, U+63bd-63be, U+63c0-63c1, U+63c4-63c6, U+63c8, U+63ce, U+63d1-63d6, U+63dc, U+63e0, U+63e3, U+63e5, U+63e9-63ed, U+63f2-63f3, U+63f5-63f9, U+6406, U+6409-640a, U+640f-6410, U+6412-6414, U+6416-6418, U+641e, U+6420, U+6422, U+6424-6426, U+6428-642a, U+642f-6430, U+6434-6436, U+643d, U+643f, U+644b, U+644e-644f, U+6451-6454, U+645a-645d, U+645f-6461, U+6463, U+6467, U+646d, U+6473-6474, U+6476, U+6478-6479, U+647b, U+647d, U+6485, U+6487-6488, U+648f-6491, U+6493, U+6495, U+6498-649b, U+649d-649f, U+64a1, U+64a3, U+64a6, U+64a8-64a9, U+64ac, U+64b3, U+64bb-64bf, U+64c2, U+64c4-64c5, U+64c7, U+64c9-64cc, U+64ce, U+64d0-64d1;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.39.woff2) format('woff2');
  unicode-range: U+6117, U+6119, U+611c, U+611e, U+6120-6122, U+6127-6128, U+612a-612c, U+6130-6131, U+6134-6137, U+6139-613a, U+613c-613f, U+6141-6142, U+6144-6147, U+6149-614a, U+614d, U+6153, U+6158-615a, U+615d-6160, U+6164-6165, U+616b-616c, U+616f, U+6171-6175, U+6177-6178, U+617b-6181, U+6183-6184, U+6187, U+618a-618b, U+618d, U+6192-6194, U+6196-619a, U+619c-619d, U+619f-61a0, U+61a5, U+61a8, U+61aa-61ae, U+61b8-61ba, U+61bc, U+61be, U+61c0-61c3, U+61c6, U+61c8, U+61ca-61cf, U+61d5, U+61dc-61df, U+61e1-61e3, U+61e5-61e9, U+61ec-61ed, U+61ef, U+61f4-61f7, U+61fa, U+61fc-6201, U+6203-6204, U+6207-620a, U+620d-620e, U+6213-6215, U+621b-621e, U+6220-6223, U+6227, U+6229-622b, U+622e, U+6230-6233, U+6236, U+6239, U+623d-623e, U+6241-6244, U+6246, U+6248, U+624c, U+624e, U+6250-6252, U+6254, U+6256, U+6258, U+625a-625c, U+625e, U+6260-6261, U+6263-6264, U+6268, U+626d, U+626f, U+6273, U+627a-627e, U+6282-6283, U+6285, U+6289, U+628d-6290, U+6292-6294, U+6296, U+6299, U+629b, U+62a6, U+62a8, U+62ac, U+62b3, U+62b6-62b7, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4, U+62c6-62c8, U+62ca, U+62ce;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.40.woff2) format('woff2');
  unicode-range: U+5f6c-5f6d, U+5f6f, U+5f72-5f75, U+5f78, U+5f7a, U+5f7d-5f7f, U+5f82-5f83, U+5f87-5f89, U+5f8d, U+5f8f, U+5f91, U+5f96, U+5f99, U+5f9c-5f9d, U+5fa0, U+5fa2, U+5fa4, U+5fa7-5fa8, U+5fab-5fad, U+5faf-5fb1, U+5fb5, U+5fb7-5fb8, U+5fbc-5fbd, U+5fc4, U+5fc7-5fc9, U+5fcb, U+5fd0-5fd4, U+5fdd-5fde, U+5fe1-5fe2, U+5fe4, U+5fe8-5fea, U+5fec-5ff3, U+5ff6, U+5ff8, U+5ffa-5ffd, U+5fff, U+6007, U+600a, U+600d-6010, U+6013-6015, U+6017-601b, U+601f, U+6021-6022, U+6024, U+6026, U+6029, U+602b, U+602d, U+6031, U+6033, U+6035, U+603a, U+6040-6043, U+6046-604a, U+604c-604d, U+6051, U+6054-6057, U+6059-605a, U+605d, U+605f-6064, U+6067, U+606a-606c, U+6070-6071, U+6077, U+607e-607f, U+6081-6086, U+6088-608e, U+6091-6093, U+6095-6098, U+609a-609b, U+609d-609e, U+60a2, U+60a4-60a5, U+60a7-60a8, U+60b0-60b1, U+60b3-60b5, U+60b7-60b8, U+60bb, U+60bd-60be, U+60c2, U+60c4, U+60c6-60cb, U+60ce-60cf, U+60d3-60d5, U+60d8-60d9, U+60db, U+60dd-60df, U+60e1-60e2, U+60e5, U+60ee, U+60f0-60f2, U+60f4-60f8, U+60fa-60fd, U+6100, U+6102-6103, U+6106-6108, U+610a, U+610c-610e, U+6110-6114, U+6116;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.41.woff2) format('woff2');
  unicode-range: U+5d9b, U+5d9d, U+5d9f-5da0, U+5da2, U+5da4, U+5da7, U+5dab-5dac, U+5dae, U+5db0, U+5db2, U+5db4, U+5db7-5db9, U+5dbc-5dbd, U+5dc3, U+5dc7, U+5dc9, U+5dcb-5dce, U+5dd0-5dd3, U+5dd6-5dd9, U+5ddb, U+5de0, U+5de2, U+5de4, U+5de9, U+5df2, U+5df5, U+5df8-5df9, U+5dfd, U+5dff-5e00, U+5e07, U+5e0b, U+5e0d, U+5e11-5e12, U+5e14-5e15, U+5e18-5e1b, U+5e1f-5e20, U+5e25, U+5e28, U+5e2e, U+5e32, U+5e35-5e37, U+5e3e, U+5e40, U+5e43-5e44, U+5e47, U+5e49, U+5e4b, U+5e4e, U+5e50-5e51, U+5e54, U+5e56-5e58, U+5e5b-5e5c, U+5e5e-5e5f, U+5e62, U+5e64, U+5e68, U+5e6a-5e6e, U+5e70, U+5e75-5e77, U+5e7a, U+5e7f-5e80, U+5e87, U+5e8b, U+5e8e, U+5e96, U+5e99-5e9a, U+5ea0, U+5ea2, U+5ea4-5ea5, U+5ea8, U+5eaa, U+5eac, U+5eb1, U+5eb3, U+5eb8-5eb9, U+5ebd-5ebf, U+5ec1-5ec2, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ece-5ed6, U+5ed9-5ee2, U+5ee5, U+5ee8-5ee9, U+5eeb-5eec, U+5ef0-5ef1, U+5ef3-5ef4, U+5ef8-5ef9, U+5efc-5f00, U+5f02-5f03, U+5f06-5f09, U+5f0b-5f0e, U+5f11, U+5f16-5f17, U+5f19, U+5f1b-5f1e, U+5f21-5f24, U+5f27-5f29, U+5f2b-5f30, U+5f34, U+5f36, U+5f38, U+5f3a-5f3d, U+5f3f-5f41, U+5f44-5f45, U+5f47-5f48, U+5f4a, U+5f4c-5f4e, U+5f50-5f51, U+5f54, U+5f56-5f58, U+5f5b-5f5d, U+5f60, U+5f63-5f65, U+5f67, U+5f6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.42.woff2) format('woff2');
  unicode-range: U+5bbc, U+5bc0-5bc1, U+5bc3, U+5bc7, U+5bc9, U+5bcd-5bd0, U+5bd3-5bd4, U+5bd6-5bda, U+5bde, U+5be0-5be2, U+5be4-5be6, U+5be8, U+5beb-5bec, U+5bef-5bf1, U+5bf3-5bf6, U+5bfd, U+5c03, U+5c05, U+5c07-5c09, U+5c0c-5c0d, U+5c12-5c14, U+5c17, U+5c19, U+5c1e-5c20, U+5c22-5c24, U+5c26, U+5c28-5c2e, U+5c30, U+5c32, U+5c35-5c36, U+5c38-5c39, U+5c46, U+5c4d-5c50, U+5c53, U+5c59-5c5c, U+5c5f-5c63, U+5c67-5c69, U+5c6c-5c70, U+5c74-5c76, U+5c79-5c7d, U+5c87-5c88, U+5c8a, U+5c8c, U+5c8f, U+5c91-5c92, U+5c94, U+5c9d, U+5c9f-5ca0, U+5ca2-5ca3, U+5ca6-5ca8, U+5caa-5cab, U+5cad, U+5cb1-5cb2, U+5cb4-5cb7, U+5cba-5cbc, U+5cbe, U+5cc5, U+5cc7, U+5cc9, U+5ccb, U+5cd0, U+5cd2, U+5cd7, U+5cd9, U+5cdd, U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1-5cf2, U+5cf4-5cf5, U+5cfa-5cfb, U+5cfd, U+5d01, U+5d06, U+5d0b, U+5d0d, U+5d10-5d12, U+5d14-5d15, U+5d17-5d1b, U+5d1d, U+5d1f-5d20, U+5d22-5d24, U+5d26-5d27, U+5d2b, U+5d31, U+5d34, U+5d39, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d51-5d53, U+5d55, U+5d59, U+5d5c, U+5d5f-5d62, U+5d64, U+5d69-5d6a, U+5d6c-5d6d, U+5d6f-5d70, U+5d73, U+5d76, U+5d79-5d7a, U+5d7e-5d7f, U+5d81-5d84, U+5d87-5d88, U+5d8a, U+5d8c, U+5d90, U+5d92-5d95, U+5d97, U+5d99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.43.woff2) format('woff2');
  unicode-range: U+598b-598e, U+5992, U+5995, U+5997, U+599b, U+599d, U+599f, U+59a3-59a4, U+59a7, U+59ad-59b0, U+59b2-59b3, U+59b7, U+59ba, U+59bc, U+59be, U+59c1, U+59c3-59c4, U+59c6, U+59c8, U+59ca, U+59cd, U+59d2, U+59d9-59da, U+59dd-59df, U+59e3-59e5, U+59e7-59e8, U+59ec, U+59ee-59ef, U+59f1-59f2, U+59f4, U+59f6-59f8, U+5a00, U+5a03-5a04, U+5a09, U+5a0c-5a0e, U+5a11-5a13, U+5a17, U+5a1a-5a1c, U+5a1e-5a1f, U+5a23-5a25, U+5a27-5a28, U+5a2a, U+5a2d, U+5a30, U+5a35-5a36, U+5a40-5a41, U+5a44-5a45, U+5a47-5a49, U+5a4c, U+5a50, U+5a55, U+5a5e, U+5a62-5a63, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a77, U+5a7a-5a7b, U+5a7e, U+5a84, U+5a8b, U+5a90, U+5a93, U+5a96, U+5a99, U+5a9c, U+5a9e-5aa0, U+5aa2, U+5aa7, U+5aac, U+5ab1-5ab3, U+5ab5, U+5ab8, U+5aba-5abf, U+5ac2, U+5ac4, U+5ac6, U+5ac8, U+5acb, U+5acf-5ad0, U+5ad6-5ad7, U+5ada, U+5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae9-5aea, U+5aee, U+5af0, U+5af5-5af6, U+5afa-5afb, U+5afd, U+5b00-5b01, U+5b08, U+5b0b, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21, U+5b25, U+5b2a, U+5b2c-5b2d, U+5b30, U+5b32, U+5b34, U+5b36, U+5b38, U+5b3e, U+5b40-5b41, U+5b43, U+5b45, U+5b4b-5b4c, U+5b51-5b52, U+5b56, U+5b5a-5b5c, U+5b5e-5b5f, U+5b65, U+5b68-5b69, U+5b6e-5b71, U+5b73, U+5b75-5b76, U+5b7a, U+5b7c-5b84, U+5b86, U+5b8a-5b8b, U+5b8d-5b8e, U+5b90-5b91, U+5b93-5b94, U+5b96, U+5ba5-5ba6, U+5ba8-5ba9, U+5bac-5bad, U+5baf, U+5bb1-5bb2, U+5bb7-5bb8, U+5bba;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.44.woff2) format('woff2');
  unicode-range: U+57b3, U+57b8, U+57bd, U+57c0, U+57c3, U+57c6-57c8, U+57cc, U+57cf, U+57d2-57d7, U+57dc-57de, U+57e0-57e1, U+57e3-57e4, U+57e6-57e7, U+57e9, U+57ed, U+57f0, U+57f4-57f6, U+57f8, U+57fb, U+57fd-57ff, U+5803-5804, U+5808-580d, U+5819, U+581b, U+581d-5821, U+5826-5827, U+582d, U+582f-5830, U+5832, U+5835, U+5839, U+583d, U+583f-5840, U+5849, U+584b-584d, U+584f-5852, U+5855, U+5858-5859, U+585f, U+5861-5862, U+5864, U+5867-5868, U+586d, U+5870, U+5872, U+5878-5879, U+587c, U+587f-5881, U+5885, U+5887-588d, U+588f-5890, U+5894, U+5896, U+5898, U+589d-589e, U+58a0-58a2, U+58a6, U+58a9-58ab, U+58ae, U+58b1-58b3, U+58b8-58bc, U+58be, U+58c2-58c5, U+58c8, U+58cd-58ce, U+58d0-58da, U+58dc-58e2, U+58e4-58e5, U+58e9, U+58ec, U+58ef, U+58f3-58f4, U+58f7, U+58f9, U+58fb-58fd, U+5902, U+5905-5906, U+590a-590d, U+5910, U+5912-5914, U+5918-5919, U+591b, U+591d, U+591f, U+5921, U+5923-5925, U+5928, U+592c-592d, U+592f-5930, U+5932-5933, U+5935-5936, U+5938-5939, U+593d-593f, U+5943, U+5946, U+594e, U+5950, U+5952-5953, U+5955, U+5957-595b, U+595d-5961, U+5963, U+5967, U+5969, U+596b-596d, U+596f, U+5972, U+5975-5976, U+5978-5979, U+597b-597c, U+5981;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.45.woff2) format('woff2');
  unicode-range: U+5616-5617, U+5619, U+561b, U+5620, U+5628, U+562c, U+562f-5639, U+563b-563d, U+563f-5641, U+5643-5644, U+5646-5647, U+5649, U+564b, U+564d-5650, U+5653-5654, U+565e, U+5660-5664, U+5666, U+5669-566d, U+566f, U+5671-5672, U+5675-5676, U+5678, U+567a, U+5680, U+5684-5688, U+568a-568c, U+568f, U+5694-5695, U+5699-569a, U+569d-56a0, U+56a5-56a9, U+56ab-56ae, U+56b1-56b4, U+56b6-56b7, U+56bc, U+56be, U+56c0, U+56c2-56c3, U+56c5, U+56c8-56d1, U+56d3, U+56d7-56d9, U+56dc-56dd, U+56df, U+56e1, U+56e4-56e8, U+56eb, U+56ed-56ee, U+56f1, U+56f6-56f7, U+56f9, U+56ff-5704, U+5707-570a, U+570c-570d, U+5711, U+5713, U+5715-5716, U+5718, U+571a-571d, U+5720-5726, U+5729-572a, U+572c, U+572e-572f, U+5733-5734, U+5737-5738, U+573b, U+573d-573f, U+5745-5746, U+574c-574f, U+5751-5752, U+5759, U+575f, U+5761-5762, U+5764-5765, U+5767-5769, U+576b, U+576d-5771, U+5773-5775, U+5777, U+5779-577c, U+577e-577f, U+5781, U+5783, U+5788-5789, U+578c, U+5793-5795, U+5797, U+5799-579a, U+579c-57a1, U+57a4, U+57a7-57aa, U+57ac, U+57ae, U+57b0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.46.woff2) format('woff2');
  unicode-range: U+543f-5440, U+5443-5444, U+5447, U+544c-544f, U+5455, U+545e, U+5462, U+5464, U+5466-5467, U+5469, U+546b-546e, U+5470-5471, U+5474-5477, U+547b, U+547f-5481, U+5483-5486, U+5488-548b, U+548d-5492, U+5495-5496, U+549c, U+549f-54a2, U+54a4, U+54a6-54af, U+54b1, U+54b7-54bc, U+54be-54bf, U+54c2-54c4, U+54c6-54c8, U+54ca, U+54cd-54ce, U+54d8, U+54e0, U+54e2, U+54e5-54e6, U+54e8-54ea, U+54ec-54ef, U+54f1, U+54f3, U+54f6, U+54fc-5501, U+5505, U+5508-5509, U+550c-550f, U+5514-5516, U+5527, U+552a-552b, U+552e, U+5532-5533, U+5535-5536, U+5538-5539, U+553b-553d, U+5540-5541, U+5544-5545, U+5547, U+5549-554a, U+554c-554d, U+5550-5551, U+5556-5558, U+555a-555e, U+5560-5561, U+5563-5564, U+5566, U+557b-5583, U+5586-5588, U+558a, U+558e-558f, U+5591-5594, U+5597, U+5599, U+559e-559f, U+55a3-55a4, U+55a8-55a9, U+55ac-55ae, U+55b2, U+55bf, U+55c1, U+55c3-55c4, U+55c6-55c7, U+55c9, U+55cb-55cc, U+55ce, U+55d1-55d4, U+55d7-55d8, U+55da-55db, U+55dd-55df, U+55e2, U+55e4, U+55e9, U+55ec, U+55ee, U+55f1, U+55f6-55f9, U+55fd-55ff, U+5605, U+5607-5608, U+560a, U+560d-5612;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.47.woff2) format('woff2');
  unicode-range: U+528d, U+5291-5298, U+529a, U+529c, U+52a4-52a7, U+52ab-52ad, U+52af-52b0, U+52b5-52b8, U+52ba-52be, U+52c0-52c1, U+52c4-52c6, U+52c8, U+52ca, U+52cc-52cd, U+52cf-52d2, U+52d4, U+52d6-52d7, U+52db-52dc, U+52de, U+52e0-52e1, U+52e3, U+52e5-52e6, U+52e8-52ea, U+52ec, U+52f0-52f1, U+52f3-52fb, U+5300-5301, U+5303, U+5306-5308, U+530a-530d, U+530f-5311, U+5313, U+5315, U+5318-531f, U+5321, U+5323-5325, U+5327-532d, U+532f-5333, U+5335, U+5338, U+533c-533e, U+5340, U+5342, U+5345-5346, U+5349, U+534b-534c, U+5359, U+535b, U+535e, U+5361, U+5363-5367, U+5369, U+536c-536e, U+5372, U+5377, U+5379-537b, U+537d-537f, U+5382-5383, U+5387-5389, U+538e, U+5393-5394, U+5396, U+5398-5399, U+539d, U+53a0-53a1, U+53a4-53a6, U+53a9-53ab, U+53ad-53b0, U+53b2, U+53b4-53b8, U+53ba, U+53bd, U+53c0-53c1, U+53c3-53c5, U+53cf, U+53d2-53d3, U+53d5, U+53da-53db, U+53dd-53e0, U+53e2, U+53e6-53e8, U+53ed-53ee, U+53f4-53f5, U+53fa, U+5401-5403, U+540b, U+540f, U+5412-5413, U+541a, U+541d-541e, U+5421, U+5424, U+5427-542a, U+542c-542f, U+5431, U+5433-5436, U+543c-543d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.48.woff2) format('woff2');
  unicode-range: U+50dd-50df, U+50e1-50e6, U+50e8-50e9, U+50ed-50f6, U+50f9-50fb, U+50fe, U+5101-5103, U+5106-5109, U+510b-510e, U+5110, U+5112, U+5114-511e, U+5121, U+5123, U+5127-5128, U+512c-512d, U+512f, U+5131, U+5133-5135, U+5137-513c, U+513f-5142, U+5147, U+514a, U+514c, U+514f, U+5152-5155, U+5157-5158, U+515f-5160, U+5162, U+5164, U+5166-5167, U+5169-516a, U+516e, U+5173-5174, U+5179, U+517b, U+517e, U+5180, U+5182-5184, U+5189, U+518b-518c, U+518e-5191, U+5193, U+5195-5196, U+5198, U+519d, U+51a1-51a4, U+51a6, U+51a9-51ab, U+51ad, U+51b0-51b3, U+51b5, U+51b8, U+51ba, U+51bc-51bf, U+51c2-51c3, U+51c5, U+51c8-51cb, U+51cf, U+51d1-51d6, U+51d8, U+51de-51e0, U+51e2, U+51e5, U+51e7, U+51e9, U+51ec-51ee, U+51f2-51f5, U+51f7, U+51fe, U+5201-5202, U+5204-5205, U+520b, U+520e, U+5212-5216, U+5218, U+5222, U+5226-5228, U+522a-522b, U+522e, U+5231-5233, U+5235, U+523c, U+5244-5245, U+5249, U+524b-524c, U+524f, U+5254-5255, U+5257-5258, U+525a, U+525c-5261, U+5266, U+5269, U+526c, U+526e, U+5271, U+5273-5274, U+5277-5279, U+527d, U+527f-5280, U+5282-5285, U+5288-528a, U+528c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.49.woff2) format('woff2');
  unicode-range: U+4f57-4f58, U+4f5a-4f5b, U+4f5d-4f5f, U+4f63-4f64, U+4f69-4f6a, U+4f6c, U+4f6e-4f71, U+4f76-4f7e, U+4f81-4f85, U+4f88-4f8a, U+4f8c, U+4f8e-4f90, U+4f92-4f94, U+4f96-4f9a, U+4f9e-4fa0, U+4fab, U+4fad, U+4faf, U+4fb2, U+4fb7, U+4fb9, U+4fbb-4fbe, U+4fc0-4fc1, U+4fc4-4fc6, U+4fc8-4fc9, U+4fcb-4fd4, U+4fd8, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2, U+4fe4-4fe6, U+4fef-4ff2, U+4ff6, U+4ffc-5002, U+5004-5007, U+500a, U+500c, U+500e-5011, U+5013-5014, U+5016-5018, U+501a-501e, U+5021-5023, U+5025-502a, U+502c-502e, U+5030, U+5032-5033, U+5035, U+5039, U+503b, U+5040-5043, U+5045-5048, U+504a, U+504c, U+504e, U+5050-5053, U+5055-5057, U+5059-505a, U+505f-5060, U+5062-5063, U+5066-5067, U+506a, U+506c-506d, U+5070-5072, U+5077-5078, U+5080-5081, U+5083-5086, U+5088, U+508a, U+508e-5090, U+5092-5096, U+509a-509c, U+509e-50a3, U+50aa, U+50ad, U+50af-50b4, U+50b9-50bb, U+50bd, U+50c0, U+50c2-50c4, U+50c7, U+50c9-50ca, U+50cc, U+50ce, U+50d0-50d1, U+50d3-50d4, U+50d6, U+50d8-50d9, U+50dc;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.50.woff2) format('woff2');
  unicode-range: U+4093, U+4103, U+4105, U+4148, U+414f, U+4163, U+41b4, U+41bf, U+41e6, U+41ee, U+41f3, U+4207, U+420e, U+4264, U+4293, U+42c6, U+42d6, U+42dd, U+4302, U+432b, U+4343, U+43ee, U+43f0, U+4408, U+440c, U+4417, U+441c, U+4422, U+4453, U+445b, U+4476, U+447a, U+4491, U+44b3, U+44be, U+44d4, U+4508, U+450d, U+4525, U+4543, U+457a, U+459d, U+45b8, U+45be, U+45e5, U+45ea, U+460f-4610, U+4641, U+4665, U+46a1, U+46ae-46af, U+470c, U+471f, U+4764, U+47e6, U+47fd, U+4816, U+481e, U+4844, U+484e, U+48b5, U+49b0, U+49e7, U+49fa, U+4a04, U+4a29, U+4abc, U+4b38, U+4b3b, U+4b7e, U+4bc2, U+4bca, U+4bd2, U+4be8, U+4c17, U+4c20, U+4c38, U+4cc4, U+4cd1, U+4ce1, U+4d07, U+4d77, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e12, U+4e15, U+4e17, U+4e19, U+4e1e-4e1f, U+4e23-4e24, U+4e28-4e2c, U+4e2e-4e31, U+4e35-4e37, U+4e3f-4e42, U+4e44, U+4e47-4e48, U+4e4d-4e4e, U+4e51, U+4e55-4e56, U+4e58, U+4e5a-4e5c, U+4e62-4e63, U+4e68-4e69, U+4e74-4e75, U+4e79, U+4e7f, U+4e82, U+4e85, U+4e8a, U+4e8d-4e8e, U+4e96-4e99, U+4e9d-4ea0, U+4ea2, U+4ea5-4ea6, U+4ea8, U+4eaf-4eb0, U+4eb3, U+4eb6, U+4eb9, U+4ebb-4ebc, U+4ec2-4ec4, U+4ec6-4ec8, U+4ecd, U+4ed0, U+4ed7, U+4eda-4edb, U+4edd-4ee2, U+4ee8, U+4eeb, U+4eed, U+4eef, U+4ef1, U+4ef3, U+4ef5, U+4ef7, U+4efc-4f00, U+4f02-4f03, U+4f08-4f09, U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.51.woff2) format('woff2');
  unicode-range: U+3395-339b, U+339e-33a0, U+33a2-33ff, U+3402, U+3405-3406, U+3427, U+342c, U+342e, U+3468, U+346a, U+3488, U+3492, U+34b5, U+34bc, U+34c1, U+34c7, U+34db, U+351f, U+353e, U+355d-355e, U+3563, U+356e, U+35a6, U+35a8, U+35c5, U+35da, U+35de, U+35f4, U+3605, U+3614, U+364a, U+3691, U+3696, U+3699, U+36cf, U+3761-3762, U+376b-376c, U+3775, U+378d, U+37c1, U+37e2, U+37e8, U+37f4, U+37fd, U+3800, U+382f, U+3836, U+3840, U+385c, U+3861, U+38a1, U+38ad, U+38fa, U+3917, U+391a, U+396f, U+39a4, U+39b8, U+3a5c, U+3a6e, U+3a73, U+3a85, U+3ac4, U+3acb, U+3ad6-3ad7, U+3aea, U+3af3, U+3b0e, U+3b1a, U+3b1c, U+3b22, U+3b35, U+3b6d, U+3b77, U+3b87-3b88, U+3b8d, U+3ba4, U+3bb6, U+3bc3, U+3bcd, U+3bf0, U+3bf3, U+3c0f, U+3c26, U+3cc3, U+3cd2, U+3d11, U+3d1e, U+3d31, U+3d4e, U+3d64, U+3d9a, U+3dc0, U+3dcc, U+3dd4, U+3e05, U+3e3f-3e40, U+3e60, U+3e66, U+3e68, U+3e83, U+3e8a, U+3e94, U+3eda, U+3f57, U+3f72, U+3f75, U+3f77, U+3fae, U+3fb1, U+3fc9, U+3fd7, U+3fdc, U+4039, U+4058;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.52.woff2) format('woff2');
  unicode-range: U+32b5-332b, U+332d-3394;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.53.woff2) format('woff2');
  unicode-range: U+31c8-31e3, U+31f0-321e, U+3220-3230, U+3232-32b4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.54.woff2) format('woff2');
  unicode-range: U+3028-303f, U+3094-3096, U+309f-30a0, U+30ee, U+30f7-30fa, U+30ff, U+3105-312f, U+3131-3163, U+3165-318e, U+3190-31bb, U+31c0-31c7;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.55.woff2) format('woff2');
  unicode-range: U+2f14-2fd5, U+2ff0-2ffb, U+3004, U+3013, U+3016-301b, U+301e, U+3020-3027;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.56.woff2) format('woff2');
  unicode-range: U+25e4-25e6, U+2601-2603, U+2609, U+260e-260f, U+2616-2617, U+261c-261f, U+262f, U+2641, U+2660, U+2662-2664, U+2666-2668, U+266d-266e, U+2672-267d, U+26bd-26be, U+2702, U+271a, U+273d, U+2740, U+2756, U+2776-2793, U+27a1, U+2934-2935, U+29bf, U+29fa-29fb, U+2b05-2b07, U+2b1a, U+2b95, U+2e3a-2e3b, U+2e80-2e99, U+2e9b-2ef3, U+2f00-2f13;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.57.woff2) format('woff2');
  unicode-range: U+24d1-24ff, U+2503-2513, U+2515-2516, U+2518-251b, U+251d-2522, U+2524-259f, U+25a2-25ab, U+25b1, U+25b7, U+25c0-25c1, U+25c9-25ca, U+25cc, U+25d0-25d3, U+25e2-25e3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.58.woff2) format('woff2');
  unicode-range: U+2105, U+2109-210a, U+210f, U+2116, U+2121, U+2126-2127, U+212b, U+212e, U+2135, U+213b, U+2194-2199, U+21b8-21b9, U+21c4-21c6, U+21cb-21cc, U+21d0, U+21e6-21e9, U+21f5, U+2202-2203, U+2205-2206, U+2208-220b, U+220f, U+2211, U+2213, U+2215, U+221a, U+221d, U+2220, U+2223, U+2225-2226, U+2228, U+222a-222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+224c, U+2260, U+2262, U+2264-2265, U+226e-226f, U+2272-2273, U+2276-2277, U+2283-2287, U+228a-228b, U+2295-2299, U+22a0, U+22a5, U+22bf, U+22da-22db, U+22ef, U+2305-2307, U+2318, U+2329-232a, U+23b0-23b1, U+23be-23cc, U+23ce, U+23da-23db, U+2423, U+2469-24d0;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.59.woff2) format('woff2');
  unicode-range: U+a1-a4, U+a6-a7, U+aa, U+ac-ad, U+b5-b6, U+b8-ba, U+bc-c8, U+ca-cc, U+ce-d5, U+d9-db, U+dd-df, U+e6, U+ee, U+f0, U+f5, U+f7, U+f9, U+fb, U+fe-102, U+110-113, U+11a-11b, U+128-12b, U+143-144, U+147-148, U+14c, U+14e-14f, U+152-153, U+168-16d, U+192, U+1a0-1a1, U+1af, U+1cd-1dc, U+1f8-1f9, U+251, U+261, U+2bb, U+2c7, U+2c9, U+2ea-2eb, U+304, U+307, U+30c, U+1e3e-1e3f, U+1ea0-1ebe, U+1ec0-1ec6, U+1ec8-1ef9, U+2011-2012, U+2016, U+2018-201a, U+201e, U+2021, U+2030, U+2033, U+2035, U+2042, U+2047, U+2051, U+2074, U+20a9, U+20ab-20ac, U+20dd-20de, U+2100;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.60.woff2) format('woff2');
  unicode-range: U+2227, U+26a0, U+2713, U+301f, U+4ff8, U+5239, U+526a, U+54fa, U+5740, U+5937, U+5993, U+59fb, U+5a3c, U+5c41, U+6028, U+626e, U+646f, U+647a, U+64b0, U+64e2, U+65a7, U+66fe, U+6727, U+6955, U+6bef, U+6f23, U+724c, U+767c, U+7a83, U+7ac4, U+7b67, U+8000, U+8471, U+8513, U+8599, U+86db, U+8718, U+87f2, U+88f3, U+8ad2, U+8e2a, U+8fa3, U+95a5, U+9798, U+9910, U+9957, U+9bab, U+9c3b, U+9daf, U+ff95;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.61.woff2) format('woff2');
  unicode-range: U+a8, U+2032, U+2261, U+2282, U+3090, U+30f1, U+339c, U+535c, U+53d9, U+56a2, U+56c1, U+5806, U+589f, U+59d0, U+5a7f, U+60e0, U+639f, U+65af, U+68fa, U+69ae, U+6d1b, U+6ef2, U+71fb, U+725d, U+7262, U+75bc, U+7768, U+7940, U+79bf, U+7bed, U+7d68, U+7dfb, U+814b, U+8207, U+83e9, U+8494, U+8526, U+8568, U+85ea, U+86d9, U+87ba, U+8861, U+887f, U+8fe6, U+9059, U+9061, U+916a, U+976d, U+97ad, U+9ece;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.62.woff2) format('woff2');
  unicode-range: U+2d9, U+21d4, U+301d, U+515c, U+52fe, U+5420, U+5750, U+5766, U+5954, U+5b95, U+5f8a, U+5f98, U+620c, U+621f, U+641c, U+66d9, U+676d, U+6775, U+67f5, U+694a, U+6a02, U+6a3a, U+6a80, U+6c23, U+6c72, U+6dcb, U+6faa, U+707c, U+71c8, U+7422, U+74e2, U+7791, U+7825, U+7a14, U+7a1c, U+7c95, U+7fc1, U+82a5, U+82db, U+8304, U+853d, U+8cd3, U+8de8, U+8f0c, U+8f3f, U+9091, U+91c7, U+929a, U+98af, U+9913;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.63.woff2) format('woff2');
  unicode-range: U+2ca-2cb, U+2229, U+2468, U+2669, U+266f, U+273f, U+4ec0, U+4f60, U+4fb6, U+5347, U+540e, U+543b, U+5b0c, U+5d4c, U+5f14, U+5f9e, U+6155, U+62d0, U+6602, U+6666, U+66f3, U+67a2, U+67ca, U+69cc, U+6d29, U+6d9b, U+6e3e, U+6f81, U+7109, U+73c0, U+73c2, U+7425, U+7435-7436, U+7525, U+7554, U+785d, U+786b, U+7ae3, U+7b94, U+7d18, U+81bf, U+8511, U+8549, U+9075, U+9640, U+98e2, U+9e9f, U+ff96;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.64.woff2) format('woff2');
  unicode-range: U+2467, U+4ece, U+4ed4, U+4f91, U+4fae, U+534d, U+53c9, U+54b3, U+586b, U+5944, U+5b78, U+5df7, U+5f77, U+6101, U+6167-6168, U+61a4, U+62d9, U+698a, U+699b, U+6a59, U+6cc4, U+6e07, U+7099, U+75d2, U+77ad, U+7953, U+7984, U+7a92, U+7baa, U+7dbb, U+817f, U+82ad, U+85e9, U+868a, U+8caa, U+8f44, U+9017, U+907c, U+908a, U+92f3, U+936e, U+9435, U+978d, U+9838, U+9a28, U+9b41, U+9ba8, U+9c57, U+9eb9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.65.woff2) format('woff2');
  unicode-range: U+b1, U+309b, U+4e5e, U+51f1, U+5506, U+55c5, U+58cc, U+59d1, U+5c51, U+5ef7, U+6284, U+62d7, U+6689, U+673d, U+6a2b, U+6a8e, U+6a9c, U+6d63, U+6dd1, U+70b8, U+7235, U+72db, U+72f8, U+7560, U+7c9b, U+7ce7, U+7e1e, U+80af, U+82eb, U+8463, U+8499, U+85dd, U+86ee, U+8a60, U+8a6e, U+8c79, U+8e87, U+8e8a, U+8f5f, U+9010, U+918d, U+9190, U+965b, U+97fb, U+9ab8, U+9bad, U+9d3b, U+9d5c, U+9dfa, U+9e93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.66.woff2) format('woff2');
  unicode-range: U+2020, U+3003, U+3231, U+4e9b, U+4f3d, U+4f47, U+51b6, U+51dc, U+53e1, U+5bc5, U+602f, U+60bc, U+61c9, U+633d, U+637b, U+6492, U+65fa, U+660f, U+66f0, U+6703, U+681e, U+6876, U+6893, U+6912, U+698e, U+6c7d, U+714c, U+7169, U+71d5, U+725f, U+72d7, U+745b, U+74dc, U+75e2, U+7891, U+7897, U+7dcb, U+810a, U+8218, U+8339, U+840e, U+852d, U+8823, U+8a0a, U+9089, U+919c, U+971c, U+9ad9, U+ff4a, U+ff5a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.67.woff2) format('woff2');
  unicode-range: U+2466, U+2600, U+4eab, U+4fe3, U+4ff5, U+51a5, U+51f0, U+536f, U+53d4, U+53f1, U+54a5, U+559d, U+55e3, U+58fa, U+5962, U+59ea, U+5c16, U+5cef, U+5d16, U+5f10, U+5fd6, U+6190, U+6216, U+634f, U+63bb, U+66d6, U+6756, U+6bc5, U+6e26, U+727d, U+731f, U+76f2, U+7729, U+7a7f, U+7aff, U+7c9f, U+818f, U+8236, U+82b9, U+8338, U+85aa, U+88b4, U+8b33, U+904d, U+93a7, U+96cc, U+96eb, U+9aed, U+9b8e, U+fa11;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.68.woff2) format('woff2');
  unicode-range: U+251c, U+2523, U+4e14, U+545f, U+54bd, U+553e, U+55dc, U+56da, U+589c, U+5b55, U+5bb5, U+5ce1, U+5df4, U+5eb6, U+5ec9, U+6191, U+62f7, U+6357, U+64a5, U+6591, U+65bc, U+6897, U+6e1a, U+7063, U+711a, U+721b, U+722c, U+75b9, U+75d5, U+75fa, U+7766, U+7aae, U+7b48, U+7b8b, U+7d21, U+7e55, U+7f75, U+842c, U+8910, U+8a63, U+8b39, U+8b5a, U+8cdc, U+8d74, U+907d, U+91e7, U+9306, U+96bc, U+98f4, U+9ac4;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.69.woff2) format('woff2');
  unicode-range: U+2003, U+2312, U+266c, U+4f86, U+51ea, U+5243, U+5256, U+541f, U+5841, U+59dc, U+5df3, U+601c, U+60e7, U+632b, U+638c, U+64ad, U+6881, U+697c, U+69cd, U+6c50, U+6d2a, U+6fc1, U+7027, U+7058, U+70f9, U+714e, U+7345, U+751a, U+760d, U+764c, U+77db, U+7d79, U+7e8f, U+80ce, U+814e, U+81fc, U+8247, U+8278, U+85a9, U+8a03, U+90ed, U+9784, U+9801, U+984e, U+99b3, U+9bc9, U+9bdb, U+9be8, U+9e78, U+ff6b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2) format('woff2');
  unicode-range: U+266b, U+3006, U+5176, U+5197, U+51a8, U+51c6, U+52f2, U+5614, U+5875, U+5a2f, U+5b54, U+5ce0, U+5dba, U+5deb, U+5e63, U+5f59, U+5fcc, U+6068, U+6367, U+68b6, U+6a0b, U+6b64, U+6e15, U+6eba, U+7272, U+72a0, U+7947, U+7985, U+79e6, U+79e9, U+7a3d, U+7a9f, U+7aaf, U+7b95, U+7f60, U+7f9e, U+7fe0, U+8098, U+80ba, U+8106, U+82d4, U+831c, U+87f9, U+8a1f, U+8acf, U+90c1, U+920d, U+9756, U+fe43, U+ff94;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.71.woff2) format('woff2');
  unicode-range: U+af, U+2465, U+2517, U+33a1, U+4f10, U+50c5, U+51b4, U+5384, U+5606, U+5bb0, U+5cac, U+5ee3, U+618e, U+61f2, U+62c9, U+66ab, U+66f9, U+6816, U+6960, U+6b3e, U+6f20, U+7078, U+72d0, U+73ed, U+7ad9, U+7b1b, U+7be4, U+7d62, U+7f51, U+80b4, U+80f4, U+8154, U+85fb, U+865c, U+8702, U+895f, U+8aed, U+8b90, U+8ced, U+8fbf, U+91d8, U+9418, U+9583, U+9591, U+9813, U+982c, U+9bd6, U+ff46, U+ff7f, U+ff88;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.72.woff2) format('woff2');
  unicode-range: U+4e91, U+508d, U+50e7, U+514e, U+51f6, U+5446, U+5504, U+584a, U+59a8, U+59d3, U+5a46, U+5ac9, U+6020, U+60a6, U+6148, U+621a, U+6234, U+64c1, U+6523, U+675c, U+67d1, U+6953, U+6ccc, U+6df5, U+6e13, U+6f06, U+723a, U+7325, U+74e6, U+758e, U+75ab, U+75d9, U+7a40, U+8096, U+82fa, U+8587, U+8594, U+8a6b, U+8ab9, U+8b17, U+8b83, U+937c, U+963b, U+9673, U+96db, U+9ce9, U+9f4b, U+ff67, U+ff82, U+ff93;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.73.woff2) format('woff2');
  unicode-range: U+221e, U+2514, U+51f9, U+5270, U+5449, U+5824, U+59a5, U+5a29, U+5d07, U+5e16, U+60e3, U+614c, U+6276, U+643e, U+64ab, U+6562, U+6681, U+670b, U+6734, U+67af, U+6a3d, U+6b05, U+6dc0, U+6e4a, U+7259, U+732a, U+7409, U+78a7, U+7a6b, U+8015, U+809b, U+817a, U+830e, U+837b, U+85ab, U+8a23, U+8a93, U+8b00, U+8b19, U+8b21, U+8cbf, U+8fb0, U+901d, U+91b8, U+9320, U+932c, U+9688, U+96f6, U+9df2, U+ff6a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.74.woff2) format('woff2');
  unicode-range: U+2002, U+2025, U+4f8d, U+51e1, U+51f8, U+5507, U+5598, U+58f1, U+5983, U+59ac, U+5c3c, U+5de7, U+5e7d, U+5eca, U+5f61, U+606d, U+60f9, U+636e, U+64ec, U+67da, U+67ff, U+6813, U+68f2, U+693f, U+6b6a, U+6bbb, U+6ef4, U+7092, U+717d, U+7261, U+73c8, U+7432, U+7483, U+76fe, U+7709, U+78d0, U+81a3, U+81b3, U+82af, U+8305, U+8309, U+8870, U+88fe, U+8cd1, U+8d66, U+906e, U+971e, U+9812, U+ff79, U+ff90;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.75.woff2) format('woff2');
  unicode-range: U+2464, U+2501, U+2640, U+2642, U+339d, U+4f0e, U+5091, U+50b5, U+5132, U+51cc, U+558b, U+55aa, U+585e, U+5bee, U+5dfe, U+60b6, U+62b9, U+6349, U+6566, U+6590, U+6842, U+689d, U+6a58, U+6c70, U+6ff1, U+7815, U+7881, U+7aaa, U+7bc7, U+7def, U+7fa8, U+8017, U+8036, U+8061, U+821f, U+8429, U+8ce0, U+8e74, U+9019, U+90ca, U+9162, U+932f, U+93ae, U+9644, U+990c, U+9cf3, U+ff56, U+ff6e, U+ff7e, U+ff85;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.76.woff2) format('woff2');
  unicode-range: U+2266-2267, U+4f2f, U+5208, U+5451, U+546a, U+5589, U+576a, U+5815, U+5a9a, U+5b9b, U+5c3a, U+5efb, U+5faa, U+6109, U+6643, U+6652, U+695a, U+69fd, U+6b86, U+6bb4, U+6daf, U+7089, U+70cf, U+7a00, U+7a4f, U+7b39, U+7d33, U+80e1, U+828b, U+82a6, U+86cd, U+8c8c, U+8cca, U+8df3, U+9077, U+9175, U+91dc, U+925b, U+9262, U+9271, U+92ed, U+9855, U+9905, U+9d28, U+ff3f, U+ff58, U+ff68, U+ff6d, U+ff9c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.77.woff2) format('woff2');
  unicode-range: U+2207, U+25ef, U+309c, U+4e4f, U+5146, U+51dd, U+5351, U+540a, U+5629, U+5eb5, U+5f04, U+5f13, U+60dc, U+6212, U+63b4, U+642c, U+6627, U+66a6, U+66c7, U+66fd, U+674e, U+6b96, U+6c4e, U+6df3, U+6e67, U+6f84, U+72fc, U+733f, U+7c97, U+7db1, U+7e4d, U+816b, U+82d1, U+84cb, U+854e, U+8607, U+86c7, U+871c, U+8776, U+8a89, U+8fc4, U+91a4, U+9285, U+9685, U+9903, U+9b31, U+9f13, U+ff42, U+ff74, U+ff91;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.78.woff2) format('woff2');
  unicode-range: U+4e32, U+51db, U+53a8, U+53ea, U+5609, U+5674, U+5a92, U+5e7e, U+6115, U+611a, U+62cc, U+62ed, U+63c9, U+64b9, U+64e6, U+65cb, U+6606, U+6731, U+683d, U+6afb, U+7460, U+771e, U+78ef, U+7b26, U+7b51, U+7cde, U+7d10, U+7d2f, U+7d46, U+80de, U+819c, U+84b2, U+85cd, U+865a, U+8ecc, U+9022, U+90b8, U+9192, U+9675, U+96b7, U+99ff, U+ff44, U+ff55, U+ff6c, U+ff73, U+ff75, U+ff86, U+ff8d, U+ff92, U+ffe3;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.79.woff2) format('woff2');
  unicode-range: U+25b3, U+30f5, U+4eae, U+4f46, U+4f51, U+5203, U+52ff, U+55a7, U+564c, U+565b, U+57f9, U+5805, U+5b64, U+5e06, U+5f70, U+5f90, U+60e8, U+6182, U+62f3, U+62fe, U+63aa, U+64a4, U+65d7, U+673a, U+6851, U+68cb, U+68df, U+6d1e, U+6e58, U+6e9d, U+77b3, U+7832, U+7c3f, U+7db4, U+7f70, U+80aa, U+80c6, U+8105, U+819d, U+8276, U+8679, U+8986, U+8c9d, U+8fc5, U+916c, U+9665, U+9699, U+96c0, U+9a19, U+ff8b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.80.woff2) format('woff2');
  unicode-range: U+2463, U+25a1, U+4ef0, U+5076, U+5098, U+51fd, U+5302, U+5448, U+54c9, U+570b, U+583a, U+5893, U+58a8, U+58ee, U+5949, U+5bdb, U+5f26, U+5f81, U+6052, U+6170, U+61c7, U+631f, U+635c, U+664b, U+69fb, U+6f01, U+7070, U+722a, U+745e, U+755c, U+76c6, U+78c1, U+79e4, U+7bb8, U+7d0b, U+81a8, U+82d7, U+8b5c, U+8f14, U+8fb1, U+8fbb, U+9283, U+9298, U+9a30, U+ff03, U+ff50, U+ff59, U+ff7b, U+ff8e-ff8f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.81.woff2) format('woff2');
  unicode-range: U+2010, U+2502, U+25b6, U+4f3a, U+514b, U+5265, U+52c3, U+5339, U+53ec, U+54c0, U+55b0, U+5854, U+5b8f, U+5cb3, U+5e84, U+60da, U+6247, U+6249, U+628a, U+62cd, U+65ac, U+6838, U+690e, U+6cf0, U+6f02, U+6f2c, U+6f70, U+708a, U+7434, U+75be, U+77ef, U+7c60, U+7c98, U+7d1b, U+7e2b, U+80a5, U+81e3, U+820c, U+8210, U+8475, U+862d, U+8650, U+8997, U+906d, U+91c8, U+9700, U+9727, U+9df9, U+ff3a, U+ff9a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.82.woff2) format('woff2');
  unicode-range: U+2103, U+5049, U+52b1, U+5320, U+5553, U+572d, U+58c7, U+5b5d, U+5bc2, U+5de3, U+5e61, U+5f80, U+61a9, U+67d0, U+67f4, U+6c88, U+6ca1, U+6ce5, U+6d78, U+6e9c, U+6f54, U+731b, U+73b2, U+74a7, U+74f6, U+75e9, U+7b20, U+7c8b, U+7f72, U+809d, U+8108, U+82b3, U+82bd, U+84b8, U+84c4, U+88c2, U+8ae6, U+8ef8, U+902e, U+9065, U+9326, U+935b, U+938c, U+9676, U+9694, U+96f7, U+9ed9, U+ff48, U+ff4c, U+ff81;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.83.woff2) format('woff2');
  unicode-range: U+2500, U+3008-3009, U+4ead, U+4f0f, U+4fca, U+53eb, U+543e, U+57a2, U+5cf0, U+5e8f, U+5fe0, U+61b2, U+62d8, U+6442, U+64b2, U+6589, U+659c, U+67f1, U+68c4, U+6cb8, U+6d12, U+6de1, U+6fe1, U+70c8, U+723d, U+73e0, U+7656, U+773a, U+7948, U+7b87, U+7c92, U+7d3a, U+7e1b, U+7e4a, U+819a, U+8358, U+83c5, U+84bc, U+864e, U+8912, U+8c9e, U+8d05, U+92fc, U+9396, U+98fd, U+99d2, U+ff64, U+ff7a, U+ff83;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.84.woff2) format('woff2');
  unicode-range: U+3014-3015, U+4e3c, U+5036, U+5075, U+533f, U+53e9, U+5531, U+5642, U+5984, U+59e6, U+5a01, U+5b6b, U+5c0b, U+5f25, U+6069, U+60a0, U+614e, U+62b5, U+62d2-62d3, U+6597, U+660c, U+674f, U+67cf, U+6841, U+6905, U+6cf3, U+6d32, U+6d69, U+6f64, U+716e, U+7761, U+7b52, U+7be0, U+7dbf, U+7de9, U+7f36, U+81d3, U+8302, U+8389, U+846c, U+84ee, U+8a69, U+9038, U+9d8f, U+ff47, U+ff4b, U+ff76, U+ff9b;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.85.woff2) format('woff2');
  unicode-range: U+25c7, U+3007, U+504f, U+507d, U+51a0, U+52a3, U+5410, U+5510, U+559a, U+5782, U+582a, U+5c0a, U+5c3f, U+5c48, U+5f6b, U+6176, U+622f, U+6279, U+62bd, U+62dd, U+65ed, U+67b6, U+6817, U+6850, U+6d6a, U+6deb, U+6ea2, U+6edd, U+6f5c, U+72e9, U+73a9, U+7573, U+76bf, U+7950, U+7956, U+7f8a, U+7ffc, U+80a2, U+80c3, U+83ca, U+8a02, U+8a13, U+8df5, U+9375, U+983b, U+99b4, U+ff4e, U+ff71, U+ff89, U+ff97;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.86.woff2) format('woff2');
  unicode-range: U+24, U+2022, U+2212, U+221f, U+2665, U+4ecf, U+5100, U+51cd, U+52d8, U+5378, U+53f6, U+574a, U+5982, U+5996, U+5c1a, U+5e1d, U+5f84, U+609f, U+61a7, U+61f8, U+6398, U+63ee, U+6676, U+6691, U+6eb6, U+7126, U+71e5, U+7687, U+7965, U+7d17, U+80a1, U+8107, U+8266, U+85a6, U+8987, U+8ca2, U+8cab, U+8e0a, U+9042, U+95c7, U+9810, U+9867, U+98fc, U+ff52-ff54, U+ff61, U+ff77, U+ff98-ff99;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.87.woff2) format('woff2');
  unicode-range: U+b0, U+226a, U+2462, U+4e39, U+4fc3, U+4fd7, U+50be, U+50da, U+5200, U+5211, U+54f2, U+5618, U+596a, U+5b22, U+5bb4, U+5d50, U+60a3, U+63fa, U+658e, U+65e8, U+6669, U+6795, U+679d, U+67a0, U+6b3a, U+6e09, U+757f, U+7cd6, U+7dbe, U+7ffb, U+83cc, U+83f1, U+840c, U+845b, U+8846, U+8972, U+8a34, U+8a50, U+8a87, U+8edf, U+8ff0, U+90a6, U+9154, U+95a3, U+9663, U+9686, U+96c7, U+ff3c, U+ff7c, U+ff8a;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.88.woff2) format('woff2');
  unicode-range: U+25bd, U+4e59, U+4ec1, U+4ff3, U+515a, U+518a, U+525b, U+5375, U+552f, U+57a3, U+5b9c, U+5c3d, U+5e3d, U+5e7b, U+5f0a, U+6094, U+6458, U+654f, U+67f3, U+6b8a, U+6bd2, U+6c37, U+6ce1, U+6e56, U+6e7f, U+6ed1, U+6ede, U+6f0f, U+70ad, U+7267, U+7363, U+786c, U+7a42, U+7db2, U+7f85, U+8178, U+829d, U+8896, U+8c5a, U+8cb0, U+8ce2, U+8ed2, U+9047, U+9177, U+970a, U+9ea6, U+ff1b, U+ff31, U+ff39, U+ff80;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.89.woff2) format('woff2');
  unicode-range: U+a5, U+4e80, U+4f34, U+4f73, U+4f75, U+511f, U+5192, U+52aa, U+53c8, U+570f, U+57cb, U+596e, U+5d8b, U+5f66, U+5fd9, U+62db, U+62f6, U+6328, U+633f, U+63a7, U+6469, U+6bbf, U+6c41, U+6c57, U+6d44, U+6dbc, U+706f, U+72c2, U+72ed, U+7551, U+75f4, U+7949, U+7e26, U+7fd4, U+8150, U+8af8, U+8b0e, U+8b72, U+8ca7, U+934b, U+9a0e, U+9a12, U+9b42, U+ff41, U+ff43, U+ff45, U+ff49, U+ff4f, U+ff62-ff63;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.90.woff2) format('woff2');
  unicode-range: U+4e18, U+4fb5, U+5104, U+52c7, U+5353, U+5374, U+53e5, U+587e, U+594f, U+5a20, U+5de1, U+5f18, U+5fcd, U+6291, U+62ab, U+6355, U+6392, U+63da, U+63e1, U+656c, U+6687, U+68b0-68b1, U+68d2, U+68da, U+6b27, U+6cbc, U+7159, U+7344, U+73cd, U+76df, U+790e, U+7cf8, U+8102, U+88c1, U+8aa0, U+8e0f, U+9178, U+92ad, U+9670, U+96c5, U+9cf4, U+9db4, U+ff3e, U+ff6f, U+ff72, U+ff78, U+ff7d, U+ff84, U+ff8c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.91.woff2) format('woff2');
  unicode-range: U+60, U+2200, U+226b, U+2461, U+517c, U+526f, U+5800, U+5b97, U+5bf8, U+5c01, U+5d29, U+5e4c, U+5e81, U+6065, U+61d0, U+667a, U+6696, U+6843, U+6c99, U+6d99, U+6ec5, U+6f22, U+6f6e, U+6fa4, U+6fef, U+71c3, U+72d9, U+7384, U+78e8, U+7a1a, U+7a32, U+7a3c, U+7adc, U+7ca7, U+7d2b, U+7dad, U+7e4b, U+80a9, U+8170, U+81ed, U+820e, U+8a17, U+8afe, U+90aa, U+914e, U+963f, U+99c4, U+9eba, U+9f3b, U+ff38;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.92.woff2) format('woff2');
  unicode-range: U+2460, U+4e5f, U+4e7e, U+4ed9, U+501f, U+502b, U+5968, U+5974, U+5ac1, U+5b99, U+5ba3, U+5be7, U+5be9, U+5c64, U+5cb8, U+5ec3, U+5f1f, U+616e, U+6297, U+62e0, U+62ec, U+6368, U+642d, U+65e6, U+6717, U+676f, U+6b04, U+732e, U+7652, U+76ca, U+76d7, U+7802, U+7e70, U+7f6a, U+8133, U+81e8, U+866b, U+878d, U+88f8, U+8a5e, U+8cdb, U+8d08, U+907a, U+90e1, U+96f2, U+9f8d, U+ff35, U+ff37, U+ff40, U+ff9d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.93.woff2) format('woff2');
  unicode-range: U+21d2, U+25ce, U+300a-300b, U+4e89, U+4e9c, U+4ea1, U+5263, U+53cc, U+5426, U+5869, U+5947, U+598a, U+5999, U+5e55, U+5e72, U+5e79, U+5fae, U+5fb9, U+602a, U+6163, U+624d, U+6749, U+6c5a, U+6cbf, U+6d45, U+6dfb, U+6e7e, U+708e, U+725b, U+7763, U+79c0, U+7bc4, U+7c89, U+7e01, U+7e2e, U+8010, U+8033, U+8c6a, U+8cc3, U+8f1d, U+8f9b, U+8fb2, U+907f, U+90f7, U+9707, U+9818, U+9b3c, U+ff0a, U+ff4d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.94.woff2) format('woff2');
  unicode-range: U+2015, U+2190, U+4e43, U+5019, U+5247, U+52e7, U+5438, U+54b2, U+55ab, U+57f7, U+5bd2, U+5e8a, U+5ef6, U+6016, U+60b2, U+6162, U+6319, U+6551, U+6607, U+66b4, U+675f, U+67d4, U+6b20, U+6b53, U+6ce3, U+719f, U+75b2, U+770b, U+7720, U+77ac, U+79d2, U+7af9, U+7d05, U+7dca, U+8056, U+80f8, U+81f3, U+8352, U+885d, U+8a70, U+8aa4, U+8cbc, U+900f, U+9084, U+91e3, U+9451, U+96c4, U+99c6, U+9ad4, U+ff70;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.95.woff2) format('woff2');
  unicode-range: U+2193, U+25b2, U+4e4b, U+516d, U+51c4, U+529f, U+52c9, U+5360, U+5442, U+5857, U+5915, U+59eb, U+5a9b, U+5c3b, U+6012, U+61b6, U+62b1, U+6311, U+6577, U+65e2, U+65ec, U+6613, U+6790, U+6cb9, U+7372, U+76ae, U+7d5e, U+7fcc, U+88ab, U+88d5, U+8caf, U+8ddd, U+8ecd, U+8f38, U+8f9e, U+8feb, U+9063, U+90f5, U+93e1, U+968a, U+968f, U+98fe, U+9ec4, U+ff1d, U+ff27, U+ff2a, U+ff36, U+ff3b, U+ff3d, U+ffe5;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.96.woff2) format('woff2');
  unicode-range: U+4e03, U+4f38, U+50b7, U+5264, U+5348, U+5371, U+585a, U+58ca, U+5951, U+59b9, U+59d4, U+5b98, U+5f8b, U+6388, U+64cd, U+65e7, U+6803, U+6b6f, U+6d66, U+6e0b, U+6ecb, U+6fc3, U+72ac, U+773c, U+77e2, U+7968, U+7a74, U+7dba, U+7dd1, U+7e3e, U+808c, U+811a, U+8179, U+8239, U+8584, U+8a0e, U+8a72, U+8b66, U+8c46, U+8f29, U+90a3, U+9234, U+96f0, U+9769, U+9774, U+9aa8, U+ff26, U+ff28, U+ff9e-ff9f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.97.woff2) format('woff2');
  unicode-range: U+7e, U+b4, U+25c6, U+2661, U+4e92, U+4eee, U+4ffa, U+5144, U+5237, U+5287, U+52b4, U+58c1, U+5bff, U+5c04, U+5c06, U+5e95, U+5f31, U+5f93, U+63c3, U+640d, U+6557, U+6614, U+662f, U+67d3, U+690d, U+6bba, U+6e6f, U+72af, U+732b, U+7518, U+7ae0, U+7ae5, U+7af6, U+822a, U+89e6, U+8a3a, U+8a98, U+8cb8, U+8de1, U+8e8d, U+95d8, U+961c, U+96a3, U+96ea, U+9bae, U+ff20, U+ff22, U+ff29, U+ff2b-ff2c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.98.woff2) format('woff2');
  unicode-range: U+25cb, U+4e71, U+4f59, U+50d5, U+520a, U+5217, U+5230, U+523a-523b, U+541b, U+5439, U+5747, U+59c9, U+5bdf, U+5c31, U+5de8, U+5e7c, U+5f69, U+6050, U+60d1, U+63cf, U+663c, U+67c4, U+6885, U+6c38, U+6d6e, U+6db2, U+6df7, U+6e2c, U+6f5f, U+7532, U+76e3-76e4, U+7701, U+793c, U+79f0, U+7a93, U+7d00, U+7de0, U+7e54, U+8328, U+8840, U+969c, U+96e8, U+9811, U+9aea, U+9b5a, U+ff24, U+ff2e, U+ff57;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.99.woff2) format('woff2');
  unicode-range: U+2191, U+505c, U+52e4, U+5305, U+535a, U+56e0, U+59bb, U+5acc, U+5b09, U+5b87, U+5c90, U+5df1, U+5e2d, U+5e33, U+5f3e, U+6298, U+6383, U+653b, U+6697, U+6804, U+6a39, U+6cca, U+6e90, U+6f2b, U+702c, U+7206, U+7236, U+7559, U+7565, U+7591, U+75c7, U+75db, U+7b4b, U+7bb1, U+7d99, U+7fbd, U+8131, U+885b, U+8b1d, U+8ff7, U+9003, U+9045, U+96a0, U+9732, U+990a, U+99d0, U+9e97, U+9f62, U+ff25, U+ff2d;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.100.woff2) format('woff2');
  unicode-range: U+4e08, U+4f9d, U+5012, U+514d, U+51b7, U+5275, U+53ca, U+53f8, U+5584, U+57fc, U+5b9d, U+5bfa, U+5c3e, U+5f01, U+5fb4, U+5fd7, U+606f, U+62e1, U+6563, U+6674, U+6cb3, U+6d3e, U+6d74, U+6e1b, U+6e2f, U+718a, U+7247, U+79d8, U+7d14, U+7d66, U+7d71, U+7df4, U+7e41, U+80cc, U+8155, U+83d3, U+8a95, U+8ab2, U+8ad6, U+8ca1, U+9000, U+9006, U+9678, U+97d3, U+9808, U+98ef, U+9a5a, U+9b45, U+ff23, U+ff30;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.101.woff2) format('woff2');
  unicode-range: U+25bc, U+3012, U+4ef2, U+4f0a, U+516b, U+5373, U+539a, U+53b3, U+559c, U+56f0, U+5727, U+5742, U+5965, U+59ff, U+5bc6, U+5dfb, U+5e45, U+5ead, U+5fb3, U+6211, U+6253, U+639b, U+63a8, U+6545, U+6575, U+6628, U+672d, U+68a8, U+6bdb, U+6d25, U+707d, U+767e, U+7834, U+7b46, U+7bc9, U+8074, U+82e6, U+8349, U+8a2a, U+8d70, U+8da3, U+8fce, U+91cc, U+967d, U+97ff, U+9996, U+ff1c, U+ff2f, U+ff32, U+ff34;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.102.woff2) format('woff2');
  unicode-range: U+3d, U+5e, U+25cf, U+4e0e, U+4e5d, U+4e73, U+4e94, U+4f3c, U+5009, U+5145, U+51ac, U+5238, U+524a, U+53f3, U+547c, U+5802, U+5922, U+5a66, U+5c0e, U+5de6, U+5fd8, U+5feb, U+6797, U+685c, U+6b7b, U+6c5f-6c60, U+6cc9, U+6ce2, U+6d17, U+6e21, U+7167, U+7642, U+76db, U+8001, U+821e, U+8857, U+89d2, U+8b1b, U+8b70, U+8cb4, U+8cde, U+8f03, U+8f2a, U+968e, U+9b54, U+9e7f, U+9ebb, U+ff05, U+ff33;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.103.woff2) format('woff2');
  unicode-range: U+500d, U+5074, U+50cd, U+5175, U+52e2, U+5352, U+5354, U+53f2, U+5409, U+56fa, U+5a18, U+5b88, U+5bdd, U+5ca9, U+5f92, U+5fa9, U+60a9, U+623f, U+6483, U+653f, U+666f, U+66ae, U+66f2, U+6a21, U+6b66, U+6bcd, U+6d5c, U+796d, U+7a4d, U+7aef, U+7b56, U+7b97, U+7c4d, U+7e04, U+7fa9, U+8377, U+83dc, U+83ef, U+8535, U+8863, U+88cf, U+88dc, U+8907, U+8acb, U+90ce, U+91dd, U+ff0b, U+ff0d, U+ff19, U+ff65;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.104.woff2) format('woff2');
  unicode-range: U+4e01, U+4e21, U+4e38, U+52a9, U+547d, U+592e, U+5931, U+5b63, U+5c40, U+5dde, U+5e78, U+5efa, U+5fa1, U+604b, U+6075, U+62c5, U+632f, U+6a19, U+6c0f, U+6c11, U+6c96, U+6e05, U+70ba, U+71b1, U+7387, U+7403, U+75c5, U+77ed, U+795d, U+7b54, U+7cbe, U+7d19, U+7fa4, U+8089, U+81f4, U+8208, U+8336, U+8457, U+8a33, U+8c4a, U+8ca0, U+8ca8, U+8cc0, U+9014, U+964d, U+9803, U+983c, U+98db, U+ff17, U+ff21;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.105.woff2) format('woff2');
  unicode-range: U+25, U+25a0, U+4e26, U+4f4e, U+5341, U+56f2, U+5bbf, U+5c45, U+5c55, U+5c5e, U+5dee, U+5e9c, U+5f7c, U+6255, U+627f, U+62bc, U+65cf, U+661f, U+666e, U+66dc, U+67fb, U+6975, U+6a4b, U+6b32, U+6df1, U+6e29, U+6fc0, U+738b, U+7686, U+7a76, U+7a81, U+7c73, U+7d75, U+7dd2, U+82e5, U+82f1, U+85ac, U+888b, U+899a, U+8a31, U+8a8c, U+8ab0, U+8b58, U+904a, U+9060, U+9280, U+95b2, U+984d, U+9ce5, U+ff18;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.106.woff2) format('woff2');
  unicode-range: U+30f6, U+50ac, U+5178, U+51e6, U+5224, U+52dd, U+5883, U+5897, U+590f, U+5a5a, U+5bb3, U+5c65, U+5e03, U+5e2b, U+5e30, U+5eb7, U+6271, U+63f4, U+64ae, U+6574, U+672b, U+679a, U+6a29-6a2a, U+6ca2, U+6cc1, U+6d0b, U+713c, U+74b0, U+7981, U+7a0b, U+7bc0, U+7d1a, U+7d61, U+7fd2, U+822c, U+8996, U+89aa, U+8cac, U+8cbb, U+8d77, U+8def, U+9020, U+9152, U+9244, U+9662, U+967a, U+96e3, U+9759, U+ff16;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.107.woff2) format('woff2');
  unicode-range: U+23, U+3c, U+2192, U+4e45, U+4efb, U+4f50, U+4f8b, U+4fc2, U+5024, U+5150, U+5272, U+5370, U+53bb, U+542b, U+56db, U+56e3, U+57ce, U+5bc4, U+5bcc, U+5f71, U+60aa, U+6238, U+6280, U+629c, U+6539, U+66ff, U+670d, U+677e-677f, U+6839, U+69cb, U+6b4c, U+6bb5, U+6e96, U+6f14, U+72ec, U+7389, U+7814, U+79cb, U+79d1, U+79fb, U+7a0e, U+7d0d, U+85e4, U+8d64, U+9632, U+96e2, U+9805, U+99ac, U+ff1e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.108.woff2) format('woff2');
  unicode-range: U+2605-2606, U+301c, U+4e57, U+4fee, U+5065, U+52df, U+533b, U+5357, U+57df, U+58eb, U+58f0, U+591c, U+592a-592b, U+5948, U+5b85, U+5d0e, U+5ea7, U+5ff5, U+6025, U+63a1, U+63a5, U+63db, U+643a, U+65bd, U+671d, U+68ee, U+6982, U+6b73, U+6bd4, U+6d88, U+7570, U+7b11, U+7d76, U+8077, U+8217, U+8c37, U+8c61, U+8cc7, U+8d85, U+901f, U+962a, U+9802, U+9806, U+9854, U+98f2, U+9928, U+99c5, U+9ed2;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.109.woff2) format('woff2');
  unicode-range: U+266a, U+4f11, U+533a, U+5343, U+534a, U+53cd, U+5404, U+56f3, U+5b57-5b58, U+5bae, U+5c4a, U+5e0c, U+5e2f, U+5eab, U+5f35, U+5f79, U+614b, U+6226, U+629e, U+65c5, U+6625, U+6751, U+6821, U+6b69, U+6b8b, U+6bce, U+6c42, U+706b, U+7c21, U+7cfb, U+805e, U+80b2, U+82b8, U+843d, U+8853, U+88c5, U+8a3c, U+8a66, U+8d8a, U+8fba, U+9069, U+91cf, U+9752, U+975e, U+9999, U+ff0f-ff10, U+ff14-ff15;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.110.woff2) format('woff2');
  unicode-range: U+40, U+4e86, U+4e95, U+4f01, U+4f1d, U+4fbf, U+5099, U+5171, U+5177, U+53cb, U+53ce, U+53f0, U+5668, U+5712, U+5ba4, U+5ca1, U+5f85, U+60f3, U+653e, U+65ad, U+65e9, U+6620, U+6750, U+6761, U+6b62, U+6b74, U+6e08, U+6e80, U+7248, U+7531, U+7533, U+753a, U+77f3, U+798f, U+7f6e, U+8449, U+88fd, U+89b3, U+8a55, U+8ac7, U+8b77, U+8db3, U+8efd, U+8fd4, U+9031-9032, U+9580, U+9589, U+96d1, U+985e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.111.woff2) format('woff2');
  unicode-range: U+2b, U+d7, U+300e-300f, U+4e07, U+4e8c, U+512a, U+5149, U+518d, U+5236, U+52b9, U+52d9, U+5468, U+578b, U+57fa, U+5b8c, U+5ba2, U+5c02, U+5de5, U+5f37, U+5f62, U+623b, U+63d0, U+652f, U+672a, U+6848, U+6d41, U+7136, U+7537, U+754c, U+76f4, U+79c1, U+7ba1, U+7d44, U+7d4c, U+7dcf, U+7dda, U+7de8, U+82b1, U+897f, U+8ca9, U+8cfc, U+904e, U+9664, U+982d, U+9858, U+98a8, U+9a13, U+ff13, U+ff5c;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.112.woff2) format('woff2');
  unicode-range: U+4e16, U+4e3b, U+4ea4, U+4ee4, U+4f4d, U+4f4f, U+4f55, U+4f9b, U+5317, U+5358, U+53c2, U+53e4, U+548c, U+571f, U+59cb, U+5cf6, U+5e38, U+63a2, U+63b2, U+6559, U+662d, U+679c, U+6c7a, U+72b6, U+7523, U+767d, U+770c, U+7a2e, U+7a3f, U+7a7a, U+7b2c, U+7b49, U+7d20, U+7d42, U+8003, U+8272, U+8a08, U+8aac, U+8cb7, U+8eab, U+8ee2, U+9054-9055, U+90fd, U+914d, U+91cd, U+969b, U+97f3, U+984c, U+ff06;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.113.woff2) format('woff2');
  unicode-range: U+26, U+5f, U+2026, U+203b, U+4e09, U+4eac, U+4ed5, U+4fa1, U+5143, U+5199, U+5207, U+539f, U+53e3, U+53f7, U+5411, U+5473, U+5546, U+55b6, U+5929, U+597d, U+5bb9, U+5c11, U+5c4b, U+5ddd, U+5f97, U+5fc5, U+6295, U+6301, U+6307, U+671b, U+76f8, U+78ba, U+795e, U+7d30, U+7d39, U+7d9a, U+89e3, U+8a00, U+8a73, U+8a8d, U+8a9e, U+8aad, U+8abf, U+8cea, U+8eca, U+8ffd, U+904b, U+9650, U+ff11-ff12;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.114.woff2) format('woff2');
  unicode-range: U+3e, U+3005, U+4e0d, U+4e88, U+4ecb, U+4ee3, U+4ef6, U+4fdd, U+4fe1, U+500b, U+50cf, U+5186, U+5316, U+53d7, U+540c, U+544a, U+54e1, U+5728, U+58f2, U+5973, U+5b89, U+5c71, U+5e02, U+5e97, U+5f15, U+5fc3, U+5fdc, U+601d, U+611b, U+611f, U+671f, U+6728, U+6765, U+683c, U+6b21, U+6ce8, U+6d3b, U+6d77, U+7530, U+7740, U+7acb, U+7d50, U+826f, U+8f09, U+8fbc, U+9001, U+9053, U+91ce, U+9762, U+98df;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.115.woff2) format('woff2');
  unicode-range: U+7c, U+3080, U+4ee5, U+5148, U+516c, U+521d, U+5225, U+529b, U+52a0, U+53ef, U+56de, U+56fd, U+5909, U+591a, U+5b66, U+5b9f, U+5bb6, U+5bfe, U+5e73, U+5e83, U+5ea6, U+5f53, U+6027, U+610f, U+6210, U+6240, U+660e, U+66f4, U+66f8, U+6709, U+6771, U+697d, U+69d8, U+6a5f, U+6c34, U+6cbb, U+73fe, U+756a, U+7684, U+771f, U+793a, U+7f8e, U+898f, U+8a2d, U+8a71, U+8fd1, U+9078, U+9577, U+96fb, U+ff5e;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.116.woff2) format('woff2');
  unicode-range: U+a9, U+3010-3011, U+30e2, U+4e0b, U+4eca, U+4ed6, U+4ed8, U+4f53, U+4f5c, U+4f7f, U+53d6, U+540d, U+54c1, U+5730, U+5916, U+5b50, U+5c0f, U+5f8c, U+624b, U+6570, U+6587, U+6599, U+691c, U+696d, U+6cd5, U+7269, U+7279, U+7406, U+767a-767b, U+77e5, U+7d04, U+7d22, U+8005, U+80fd, U+81ea, U+8868, U+8981, U+89a7, U+901a, U+9023, U+90e8, U+91d1, U+9332, U+958b, U+96c6, U+9ad8, U+ff1a, U+ff1f;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.117.woff2) format('woff2');
  unicode-range: U+4e, U+a0, U+3000, U+300c-300d, U+4e00, U+4e0a, U+4e2d, U+4e8b, U+4eba, U+4f1a, U+5165, U+5168, U+5185, U+51fa, U+5206, U+5229, U+524d, U+52d5, U+5408, U+554f, U+5831, U+5834, U+5927, U+5b9a, U+5e74, U+5f0f, U+60c5, U+65b0, U+65b9, U+6642, U+6700, U+672c, U+682a, U+6b63, U+6c17, U+7121, U+751f, U+7528, U+753b, U+76ee, U+793e, U+884c, U+898b, U+8a18, U+9593, U+95a2, U+ff01, U+ff08-ff09;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.118.woff2) format('woff2');
  unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc, U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d, U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a, U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.119.woff2) format('woff2');
  unicode-range: U+20, U+2027, U+3001-3002, U+3041-307f, U+3081-308f, U+3091-3093, U+3099-309a, U+309d-309e, U+30a1-30e1, U+30e3-30ed, U+30ef-30f0, U+30f2-30f4, U+30fb-30fe, U+ff0c, U+ff0e;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYxQgP6lY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzggP6lY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYzwgP6lY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFYwQgP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_home .modal_wrap input {
    display: none;
}

.modal_home .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_home .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_home .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_home .modal_content p {
    padding-top: 0;
}

.modal_home .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_home .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_home .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_home .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    text-decoration: none;
}

@media(max-width: 767px) {
    .modal_home .open_button {
        color: #4f96f6;
        background-color: #ffffff;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s;
        display: block;
        margin-top: 0px;
        margin-bottom: -33px;
        padding: 12px 2px;
        max-width: 1180px;
        text-decoration: none;
    }
}

.modal_home .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_home .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_home .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_home .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_home .modal_title2::before,
.modal_home .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_home .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_home .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_home .dp-table-legend {
        margin-top: -8%;
    }
}


/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_bmw .modal_wrap input {
    display: none;
}

.modal_bmw .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_bmw .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_bmw .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_bmw .modal_content p {
    padding-top: 0;
}

.modal_bmw .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_bmw .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_bmw .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_bmw .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    text-decoration: none;
}

@media(max-width: 767px) {
.modal_bmw .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}

.modal_bmw .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_bmw .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_bmw .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_bmw .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_bmw .modal_title2::before,
.modal_bmw .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_bmw .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_bmw .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_bmw .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_bmw .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_bmw .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}



/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.page-id-1220 .ct-wrapper-container .ct-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_mercedes-benz .modal_wrap input {
    display: none;
}

.modal_mercedes-benz .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_mercedes-benz .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_mercedes-benz .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_mercedes-benz .modal_content p {
    padding-top: 0;
}

.modal_mercedes-benz .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_mercedes-benz .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_mercedes-benz .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}


@media(max-width: 767px) {
.page-id-1220 .modal_mercedes-benz .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}

.modal_mercedes-benz .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_mercedes-benz .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_mercedes-benz .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_mercedes-benz .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_mercedes-benz .modal_title2::before,
.modal_mercedes-benz .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_mercedes-benz .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_mercedes-benz .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .mercedes-benz .dp-table-legend {
        margin-top: -8%;
    }
}


/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_audi .modal_wrap input {
    display: none;
}

.modal_audi .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_audi .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_audi .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_audi .modal_content p {
    padding-top: 0;
}

.modal_audi .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_audi .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_audi .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_audi .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    text-decoration: none;
}

@media(max-width: 767px) {
.modal_audi .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}

.modal_audi .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_audi .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_audi .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_audi .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_audi .modal_title2::before,
.modal_audi .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_audi .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_audi .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_audi .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_audi .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_audi .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}



/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_volkswagen .modal_wrap input {
    display: none;
}

.modal_volkswagen .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_volkswagen .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_volkswagen .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_volkswagen .modal_content p {
    padding-top: 0;
}

.modal_volkswagen .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_volkswagen .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_volkswagen .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_volkswagen .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    text-decoration: none;
}

@media(max-width: 767px) {
.modal_volkswagen .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}

.modal_volkswagen .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_volkswagen .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_volkswagen .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_volkswagen .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_volkswagen .modal_title2::before,
.modal_volkswagen .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_volkswagen .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_volkswagen .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_volkswagen .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_volkswagen .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_volkswagen .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}



/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.modal_porsche .ct-wrapper-container .ct-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_porsche .modal_wrap input {
    display: none;
}

.modal_porsche .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_porsche .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_porsche .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_porsche .modal_content p {
    padding-top: 0;
}

.modal_porsche .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_porsche .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_porsche .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_porsche .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    text-decoration: none;
}

@media(max-width: 767px) {
.modal_porsche .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}

.modal_porsche .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_porsche .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_porsche .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_porsche .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_porsche .modal_title2::before,
.modal_porsche .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_porsche .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_porsche .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_porsche .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_porsche .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_porsche .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}
@media(max-width: 767px) {
.modal_porsche .modal_mercedes-benz .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}


/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_mini-cooper .modal_wrap input {
    display: none;
}

.modal_mini-cooper .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_mini-cooper .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_mini-cooper .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_mini-cooper .modal_content p {
    padding-top: 0;
}

.modal_mini-cooper .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_mini-cooper .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_mini-cooper .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_mini-cooper .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    text-decoration: none;
}

@media(max-width: 767px) {
.modal_mini-cooper .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}

.modal_mini-cooper .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_mini-cooper .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_mini-cooper .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_mini-cooper .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_mini-cooper .modal_title2::before,
.modal_mini-cooper .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_mini-cooper .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_mini-cooper .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

.modal_mini-cooper .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_mini-cooper .ct-wrapper-container .ct-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08);
}
@media(max-width: 767px) {
 .modal_mini-cooper .dp-table-legend {
        margin-top: -8%;
    }
.modal_mini-cooper .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}



/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_jaguar .modal_wrap input {
    display: none;
}

.modal_jaguar .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_jaguar .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_jaguar .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_jaguar .modal_content p {
    padding-top: 0;
}

.modal_jaguar .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_jaguar .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_jaguar .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_jaguar .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_jaguar .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_jaguar .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_jaguar .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_jaguar .modal_title2::before,
.modal_jaguar .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_jaguar .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_jaguar .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_jaguar .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_jaguar .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_jaguar .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}
@media(max-width: 767px) {
.modal_jaguar .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}



/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_landrover .modal_wrap input {
    display: none;
}

.modal_landrover .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_landrover .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_landrover .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_landrover .modal_content p {
    padding-top: 0;
}

.modal_landrover .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_landrover .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_landrover .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}

.modal_landrover .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_landrover .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_landrover .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_landrover .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_landrover .modal_title2::before,
.modal_landrover .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_landrover .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_landrover .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_landrover .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_landrover .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_landrover .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}

@media(max-width: 767px) {
.modal_landrover .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}


/* -------------------------------------------------------------------------------- */
.dp-tabs[data-dp] {
    --dp-primary: #10b3aa;
    --dp-primary-dark: #0a8a82;
    --dp-dark: #0f1720;
    --dp-gray-900: #1a202c;
    --dp-gray-700: #4a5568;
    --dp-gray-300: #e2e8f0;
    --dp-teal: #118c83;
    --dp-border: #e5eef1;
    --dp-muted: #7a8a95;
    font-family: 'Noto Sans JP', system-ui, -apple-system, sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--dp-gray-900);
    margin: 0;
    padding: 0
}

.dp-tabs[data-dp] * {
    box-sizing: border-box
}

.dp-tab-nav {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--dp-gray-300);
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 141%;
}

.dp-tab-btn {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #fff;
    font: 700 .95rem/1.2 inherit;
    color: var(--dp-gray-700);
    cursor: pointer;
    transition: .2s
}

.dp-tab-btn:hover,
.dp-tab-btn.is-active {
    background: var(--dp-primary);
    color: #fff;
    border-color: var(--dp-primary)
}

.dp-tab-panel {
    display: none;
    margin: 0
}

.dp-tab-panel.is-active {
    display: block
}

.dp-section-header {
    text-align: center;
    margin: 0 0 20px
}

.dp-section-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--dp-primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px
}

.dp-section-title {
    display: block;
    margin: 8px 0 0;
    font-weight: 900;
    font-size: 22px;
    color: var(--dp-dark);
    position: relative;
    padding-bottom: 8px
}

.dp-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--dp-primary);
    border-radius: 999px
}

.dp-inspection-lead {
    max-width: 900px;
    margin: 0 auto 16px;
    padding: 12px 14px;
    border: 1px solid var(--dp-gray-300);
    border-radius: 10px;
    background: #f7fbff
}

.dp-lead-title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 0 0 8px;
    color: var(--dp-dark)
}

.dp-brand {
    color: var(--dp-primary)
}

.dp-compare {
    padding: 40px 14px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9)
}

.dp-compare-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center
}

.dp-pcard {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
    padding: 24px
}

.dp-pcard--expensive {
    margin-bottom: 8px;
    border-color: #f87171
}

.dp-pcard--brand {
    margin-top: 8px;
    border: 3px solid var(--dp-primary);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(16, 179, 170, .18)
}

.dp-pcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px
}

.dp-pcard-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    font-size: clamp(14px, 2.8vw, 22px)
}

.dp-pcard-badge {
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: var(--dp-primary);
    color: #fff
}

.dp-pcard-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px
}

.dp-pcard-label {
    color: var(--dp-gray-700);
    font-weight: 700;
    font-size: 18px
}

.dp-pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.dp-price-value {
    font-weight: 900;
    font-size: clamp(40px, 6vw, 48px);
    color: var(--dp-dark)
}

.dp-price-yen {
    font-weight: 600;
    color: var(--dp-gray-700);
    font-size: clamp(14px, 2vw, 18px)
}

.dp-price--accent .dp-price-value {
    color: #e53935
}

.dp-compare-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0
}

.dp-arrow-down {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    animation: bounce 2s infinite
}

.dp-arrow-down::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg)
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }
}

.dp-compare-copy {
    display: grid;
    gap: 20px
}

.dp-compare-title {
    margin: 0;
    font-weight: 900;
    color: var(--dp-dark);
    line-height: 1.2;
    font-size: clamp(24px, 4vw, 36px)
}

.dp-compare-lead {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    color: var(--dp-primary)
}

.dp-compare-bullets {
    display: grid;
    gap: 12px;
    margin: 8px 0
}

.dp-compare-bullets>div {
    position: relative;
    padding: 12px 16px 12px 40px;
    background: #fff;
    border-radius: 12px;
    color: #374151;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    margin: 0
}

.dp-compare-note {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, .8);
    padding: 8px 12px;
    border-radius: 8px
}

.dp-table-grid {
    width: 100%;
    border-collapse: collapse
}

.dp-table-grid th,
.dp-table-grid td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid var(--dp-border);
    border-right: 1px solid var(--dp-border)
}

.dp-table-grid th {
    background: #f1f7f7;
    font-weight: 800;
    font-size: 15px
}

.dp-table-grid th:first-child {
    text-align: left;
    width: 120px
}

.dp-table-grid th.brand-col {
    background: var(--dp-teal);
    color: #fff
}

.dp-table-grid td:first-child {
    text-align: left;
    font-weight: 700;
    background: #fff
}

.dp-table-grid .brand-col {
    background: #eef9f8
}

.dp-table-grid tr:nth-child(even) td:not(.brand-col) {
    background: #f6fbfb
}

.dp-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--dp-gray-700)
}

.dp-legend-item::before {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.dp-legend-good::before {
    content: "â—‹";
    color: #0aa79a;
    font-weight: 900;
    font-size: 16px;
    text-shadow: 0 0 1px #0aa79a
}

.dp-legend-mid::before {
    content: "â–²";
    color: #f59e0b;
    font-weight: 900;
    font-size: 14px
}

.dp-legend-bad::before {
    content: "Ã—";
    color: #9aa7b4;
    font-weight: 900;
    font-size: 16px
}

.dp-points-section {
    margin: 24px 0
}

.dp-points-cards {
    display: grid;
    gap: 16px;
    margin: 20px 0
}

.dp-points-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px
}

.dp-points-number {
    display: inline-block;
    background: var(--dp-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 8px
}

.dp-points-card-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-features {
    margin: 24px 0
}

.dp-features-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.dp-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.dp-feature-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--dp-dark);
    margin: 0 0 8px
}

.dp-subtitle {
    font-weight: 800;
    font-size: 18px;
    color: var(--dp-dark);
    margin: 0 0 16px;
    text-align: center
}

@media(min-width: 980px) {
    .dp-compare-inner {
        grid-template-columns: 1fr 1.2fr;
        gap: 48px
    }
}

@media(min-width: 768px) {
    .dp-points-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .dp-tab-nav {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 16px
    }

    .dp-tab-btn {
        white-space: nowrap;
        padding: 10px 14px;
        min-width: auto;
        border-radius: 999px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .06)
    }

    .dp-tab-btn.is-active {
        box-shadow: 0 2px 10px rgba(16, 179, 170, .25)
    }

    .dp-sm-hide {
        display: none
    }

    .dp-table-grid th,
    .dp-table-grid td {
        padding: 8px;
        font-size: 13px
    }

    .dp-table-grid th:first-child {
        width: 100px
    }

    .dp-pcard-badge {
        font-size: 10px
    }

    .dp-pcard-label {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-arrow-down {
        animation: none
    }
}

.dp-table-scope {
    --brand: #10b3aa;
    --ink: #0f1720;
    --muted: #5b6b78;
    --ring: #e6edf2;
    --good: #0ea5a3;
    --mid: #f59e0b;
    --bad: #9aa7b4
}

.dp-noscroll {
    overflow: hidden
}

.dp-simple-table .dp-table-wrapper {
    max-width: 2300px;
    margin: 20px auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    outline: none;
    border: 1px solid #d4e8e6;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 179, 170, .08)
}

.dp-simple-table .dp-table-wrapper:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.dp-simple-table .dp-table-grid {
    display: grid;
    grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.dp-simple-table .dp-table-row {
    display: contents
}

.dp-simple-table .dp-table-cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid var(--ring);
    border-left: 1px solid var(--ring);
    color: var(--ink)
}

.dp-simple-table .dp-table-row.head .dp-table-cell {
    background: #fbfcfe;
    font-weight: 800;
    font-size: 150%;
}

.dp-simple-table .dp-table-row:first-child .dp-table-cell {
    border-top: none
}

.dp-simple-table .dp-table-cell:first-child {
    border-left: none
}

.dp-simple-table .dp-table-cell.feat {
    justify-content: flex-start;
    font-weight: 800;
    font-size: 150%;
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-cell.feat {
        justify-content: flex-start;
        font-weight: 800;
        font-size: 150%;
        text-align: justify;
        line-height: 1.4;
    }
}

.dp-simple-table .dp-table-cell.head.brand {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.dp-simple-table .dp-table-row:not(.head) .brand {
    background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.dp-simple-table .dp-table-row:not(.head):hover .dp-table-cell {
    background: #f6fbfb
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    white-space: nowrap
}

.dp-mark {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.dp-mark-good {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--good)
}

.dp-mark-mid {
    background: var(--mid);
    clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.dp-mark-bad {
    position: relative
}

.dp-mark-bad::before,
.dp-mark-bad::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: var(--bad);
    border-radius: 2px
}

.dp-mark-bad::before {
    transform: rotate(45deg)
}

.dp-mark-bad::after {
    transform: rotate(-45deg)
}

.dp-table-legend {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    max-width: 1100px
}

.dp-table-legend li {
    display: flex;
    align-items: center
}

.dp-table-legend .dp-mark {
    margin-right: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow: auto !important;
    animation: dp-fade-in .16s ease-out
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 12px 12px 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
    max-width: calc(100% - 48px);
    width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column
}

@keyframes dp-fade-in {
    from {
        opacity: .001
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        animation: none
    }
}

.dp-simple-table .dp-table-scroller {
    position: relative;
    overflow: visible
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
    flex: 1;
    min-height: 0
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar {
    height: 6px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-track {
    background: rgba(16, 179, 170, .08);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::-webkit-scrollbar-thumb {
    background: rgba(16, 179, 170, .45);
    border-radius: 8px
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-row.head .dp-table-cell {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: none;
    box-shadow: 0 2px 0 var(--ring);
    background: #fbfcfe !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-cell.head.brand {
    background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
    min-width: 600px
}

@media(max-width: 767px) {
    .dp-simple-table .dp-table-grid {
        grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
    }

    .dp-simple-table .dp-table-cell {
        padding: 10px 8px;
        font-size: 12px
    }

    .dp-table-legend {
        flex-wrap: wrap;
        justify-content: center
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode {
        padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-grid {
        min-width: 500px
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::before,
    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-left::before {
        left: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scroller.show-right::after {
        right: 0;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
        opacity: 1
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 4px;
        background: rgba(16, 179, 170, .12);
        border-radius: 999px;
        overflow: hidden;
        pointer-events: none;
        z-index: 9
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar__thumb {
        height: 100%;
        width: 30%;
        background: rgba(16, 179, 170, .55);
        border-radius: 999px;
        transform: translateX(0);
        transition: transform .08s linear
    }

    .dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-scrollbar.hidden {
        opacity: 0
    }
}

.dp-simple-table .dp-table-close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #d7266b, #a31962);
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.dp-simple-table .dp-table-close-btn:focus-visible {
    outline: 3px solid rgba(16, 179, 170, .6)
}

.dp-simple-table .dp-table-wrapper.fullscreen-mode .dp-table-close-btn {
    display: block !important
}

/* -------------------------------------------------------------------------------- */

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_volvo .modal_wrap input {
    display: none;
}

.modal_volvo .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_volvo .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_volvo .modal_content {
    align-self: center;
    width: 96%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_volvo .modal_content p {
    padding-top: 0;
}

.modal_volvo .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_volvo .modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_volvo .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px);
}
.modal_volvo .open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*下に動く*/

}

/*アイコンを表示*/
.modal_volvo .open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal_volvo .open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_volvo .modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal_volvo .modal_title2::before,
.modal_volvo .modal_title2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_volvo .modal_title2:before {
    border-bottom: 0px solid #6bb6ff;
    width: 100%;
}

/* h2 セカンダリカラー*/
.modal_volvo .modal_title2:after {
    border-bottom: 0px solid #c8e4ff;
    width: 100%;
}

.dp-table-legend {
    margin-top: -4%;
}

@media(max-width: 767px) {
    .modal_volvo .dp-table-legend {
        margin-top: -8%;
    }
}
.modal_volvo .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(128, 128, 128, 0.03)
}
.modal_volvo .ct-wrapper-container .ct-table-wrapper {
  max-width: 2300px;
  margin: 20px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .08)
}
@media(max-width: 767px) {
.modal_volvo .open_button {
    color: #4f96f6;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width: 1180px;
    width: 92%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
}


/* -------------------------------------------------------------------------------------------- 共通 START */
@media (min-width: 1025px) {
.pc-only {
display:block;
}
.sp-only {
display: none;
}
}
@media (max-width: 1024px) {
.pc-only {
display: none;
}
.sp-only {
display: none;
}
}
.mb_01 {
margin-bottom: -2%;
}
@media (min-width:768px) and  (max-width:1024px) {
.mb_01 {
margin-bottom: -2%;
}
}
@media (max-width:768px) {
.mb_01 {
margin-bottom: -40%;
}
}
body {
font-family: 'Noto Sans JP';
background-color: #fff !important;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
font-family: 'Noto Sans JP';
}
/* styleをカスタマイズ用に調整 */
@media (min-width: 1025px) {
body {
margin-bottom: 5% !important;
}
}
@media (max-width: 1024px) {
body {
margin-bottom: 15% !important;
}
}

.keni-header_wrap {
background-image: linear-gradient(-45deg, #ffffff 25%, #ffffff 25%, #ffffff 50%, #fff 50%, #fff 75%, #ffffff 75%, #ffffff);
}
@media (min-width: 768px) {
.col2 .keni-header_outer, .col2 .keni-gnav_outer, .col2 .keni-mv_outer, .col2 .archive_title_wrap, .col2 .keni-main_outer, .col2 .catch-area, .col2 .keni-breadcrumb-list_outer, .col2 .keni-footer_outer, .col2 .keni-copyright, .col2 .keni-sep-conts_outer, .col2 .keni-footer-panel_outer {
max-width: 1200px;
margin-right: auto;
margin-left: auto;
background: #fff;
}
}
.keni-header_wrap {
background-image: linear-gradient(-45deg, #ffffff 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff 75%, #ffffff) !important;
}
.keni-header_wrap {
margin-top: -25px;
padding-top: 4px;
background-size: 4px 4px;
background-repeat: repeat-x;
background-color: #fff;
}
.keni-section_wrap .sns-btn_wrap {
padding: 0 0 20px;
display: none;
}
.keni-copyright {
 line-height: 1.4;
}
.page-content {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

@media (min-width:768px) and  (max-width:1024px) {
.page-content {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1025px) {
.h1-read {
font-size:16px!important;
text-align: center!important;
font-weight: 600!important;
background: #2a2931;
line-height: 1.5!important;
color: #fff!important;
display: block;
width: 100%;
margin: 0 auto 0 auto;
padding: 1%
}
}
@media (min-width:768px) and  (max-width:1024px) {
.h1-read {
font-size:114%!important;
text-align: center!important;
font-weight: 600!important;
background: #2a2931;
line-height: 1.5!important;
color: #fff!important;
display: block;
width: 100%;
margin: 0 auto 0 auto;
padding: 3% 4% 3%;
letter-spacing: 0px!important
}
}
@media (min-width: 1px) and (max-width:767px) {
.h1-read {
font-size:13px!important;
text-align: center!important;
font-weight: 600!important;
background: #2a2931;
line-height: 1.5!important;
color: #fff!important;
display: block;
width: 100%;
margin: 0 auto 0 auto;
padding: 3% 4% 3%;
letter-spacing: 0px!important
}

.margin_01 {
margin: 0% auto!important
}
}

@media (min-width: 1025px) {
.subname {
display:block;
margin: 0% 0% 0% 0%;
height: 23px
}
}

@media (max-width: 1024px) {
.subname {
padding-top:9%;
text-indent: 2px;
height: 20px
}
}
.keni-section h1 {
margin: 40px -10px 10px;
padding: 20px 10px 0;
background-image: linear-gradient(-45deg, #fff 25%, #fff 25%, #fff 50%, #fff 50%, #fff 75%, #fff 75%, #fff) !important;
background-size: 4px 4px;
background-repeat: repeat-x;
font-size: 2.0rem;
}
@media (max-width: 1024px) {
.keni-breadcrumb-list li {
display: inline-block;
margin-bottom: 0;
padding: 2px 0;
font-size: 1rem !important;
line-height: 1.2;
white-space: nowrap;
}
.keni-breadcrumb-list li::after {
margin: 0 4px !important;
content: "\e905";
font-size: 94% !important;
}
}
.h2-tit_fff {
background-color: #fff;
}
h3 {
margin: 1px 1px 24px;
padding: 10px 0;
border-top: 0px solid #05a5ab !important;
border-bottom: 0px solid #05a5ab !important;
color: #00858a;
font-size: 1.8rem;
}
@media (min-width: 768px) {
.col2 .keni-header_outer, .col2 .keni-gnav_outer, .col2 .keni-mv_outer, .col2 .archive_title_wrap, .col2 .keni-main_outer, .col2 .catch-area, .col2 .keni-breadcrumb-list_outer, .col2 .keni-footer_outer, .col2 .keni-copyright, .col2 .keni-sep-conts_outer, .col2 .keni-footer-panel_outer {
max-width:inherit !important;
margin-right: auto;
margin-left: auto;
}
}
/* -----
/* --------------------------------------------------------------------------------------------共通 END */

/* ------------------------------------------------------------------------------------------- メーカー別 車検・修理専用ページ START */

@media (min-width: 1025px) {
.select-brands {
margin-bottom: 20px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1024px) {
.select-brands {
margin-bottom: 20px;
max-width: 96%;
margin-left: auto;
margin-right: auto;
margin-bottom: 33%;
}
}

#post-1579 .article-body {
margin-top: 28px;
}
ul > li:last-child, ol > li:last-child {
margin-bottom: 0;
list-style-type: none;
}
ul > li, ol > li {
margin-bottom: .5em;
list-style-type: none;
}
.select-brands_rows_01 .img_rows_01 {
width: 30%;
margin: 4% 0 0 0;
float: left;
vertical-align: top;
}

.select-brands_rows_01 {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
background-color: #fff;
border-radius: 8px;
margin-bottom: 20px;
}

.select-brands_rows_01 .subtit {
font-size: 1.2em;
font-weight: bold;
color: #333;
margin-bottom: 15px;
text-align: center;
padding-bottom: 36px;
}

.select-brands_rows_01 .banner-left {
vertical-align: top;
height: auto;
text-align: left;
width: 100%;
margin-bottom: 14px
}
.select-brands_rows_01 .banner-left img {
 width: 24%;
}

.select-brands_rows_01 ul {
display: flex;
flex-wrap: nowrap;
justify-content: center;
gap: 36px;
list-style: none;
padding: 0;
margin: 26px 0 0 0;
}

.select-brands_rows_01 li {
flex: 1 1 150px;
max-width: 200px;
text-align: center;
}
.select-brands_rows_01 ul li img {
 width: 90%;
}
.select-brands_rows_01 a {
display: inline-block;
text-decoration: none;
transition: transform 0.3s ease;
}

.select-brands_rows_01 a:hover {
transform: scale(1.05);
}
.select-brands_rows_02 {
margin:0;
padding: 20px;
display: flow-root;
}

.select-brands_rows_02 .banner-left {
margin-bottom: 15px;
width: 48%;
text-align:left;
float:left;
}
.select-brands_rows_02 .banner-left img {
width: 90%;
}
.select-brands_rows_02 .banner-right {
margin-bottom: 15px;
width: 48%;
text-align:right;
float:left;
}
.select-brands_rows_02 .banner-right img {
width: 90%;
}
.select-brands_rows_02 ul li img {
 width: 30%;
 margin: 0 36px 0 0;
}
.select-brands_rows_02 ul {
display:block;
padding: 0;
gap: 0;
margin: 0 auto 0 auto;
}
.select-brands_rows_02 .li_left {
float:left;
display:block;
width:48%;
}
.select-brands_rows_02 .li_left_inner_01 {
display:block;
}
.select-brands_rows_02 .li_left_inner_02 {
float:right;
display:block;
}
@media (min-width:768px) and  (max-width:1024px) {
.select-brands_rows_02 .li_left_inner_02 img {
 width: 20%;
float: left;
}
}
.select-brands_rows_02 .li_right {
display:block;
width:48%;
float: left;
}
.select-brands_rows_02 .li_right_inner_01 {
display:block;
}
.select-brands_rows_02 .li_right_inner_02 {
　display: block;
float: left;

}
@media (max-width: 1024px) {
#post-1579 .article-body {
margin-bottom: -35%;
}
.select-brands_rows_01 ul li img {
 width: 100%;
}
.select-brands_rows_01 {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
background-color: #fff;
border-radius: 8px;
margin-bottom: 20px;
}

.select-brands_rows_01 .subtit {
font-size: 107.5%;
font-weight: bold;
color: #333;
margin-bottom: 15px;
text-align: center;
padding-bottom: 36px;
}
.select-brands_rows_01 .banner-left {
vertical-align: top;
height: auto;
text-align: left;
width: 100%;
margin-bottom: 14px
}
.select-brands_rows_01 .banner-left img {
width: 100%;
text-align: center;
margin: 0 auto;
display: block;
}
.select-brands_rows_01 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
list-style: none;
padding: 0;
margin: 0px 0 0 0;
}
@media (min-width:768px) and  (max-width:1024px) {
.select-brands_rows_01 ul {
gap: 52px;
}
}
.select-brands_rows_01 li {
flex: 1 1 100px;
max-width: 100px;
text-align: center;
}
/* */
.select-brands_rows_02 {
margin: 0;
padding: 20px;
display: flow-root;
width: 100%;
}

.select-brands_rows_02 .banner-left {
margin-bottom: 15px;
width: 100%;
text-align:left;
float:left;
}
.select-brands_rows_02 .banner-left img {
width: 90%;
}
.select-brands_rows_02 .banner-right {
margin-bottom: 15px;
width: 100%;
text-align:right;
float:left;
}
.select-brands_rows_02 .banner-right img {
width: 90%;
}
.select-brands_rows_02 ul li img {
width: 31%;
margin: 0 12px 0 0;
}
.select-brands_rows_02 ul {
display:block;
padding: 0;
gap: 0;
margin: 0 auto 0 auto;
}
.select-brands_rows_02 .li_left {
float: left;
display: block;
width: 98%;
margin: 0 auto 5% auto;
}
.select-brands_rows_02 .li_left_inner_01 {
display:block;
}
.select-brands_rows_02 .li_left_inner_02 {
float:right;
display:block;

}
.select-brands_rows_02 .li_right {
float: left;
display: block;
width: 100%;
margin: 0 auto 0 auto;
}
.select-brands_rows_02 .li_right_inner_01 {
display:block;
}
.select-brands_rows_02 .li_right_inner_02 {
　display: block;
float: left;
}
}
@media (max-width: 1024px) {
.keni-section_wrap {
margin: 0px !important;
margin-top: 0% !important;
padding: 1px 0 0% 0 !important;
background: #ffffff;
}
}
.li_left_inner_02 br {
display: none;
}
/* ------------------------------------------------------------------------------------------- メーカー別 車検・修理専用ページ END */


/* -------------------------------------------------------------------------------------------- HOME START */
/* ---------------------------------------------------------------PC START */
/* --------------------------------------------------------------- */
.page-id-1229 .margin-top_maker {
margin-top:-3%;
}

.page-id-1229 .outside_01 {
margin: 0% 0 1% 0;
}
.page-id-1229 .middle_side_01 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_01 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_01 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}

.page-id-1229 .middle_side_01 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_02 {
margin: 0% 0 1% 0;
}
.page-id-1229 .middle_side_02 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_02 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}

.page-id-1229 .middle_side_02 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_03 {
margin: 0% 0 1% 0;
}
.page-id-1229 .middle_side_03 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}

.page-id-1229 .middle_side_03 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_04 {
margin: 0% 0 1% 0;
}
.page-id-1229 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}

.page-id-1229 .middle_side_04 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */

.page-id-1229 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
margin: 0 0 0 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
margin-top: -12%;
}
.page-id-1229 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1229 .middle_side_05 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_06 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_06 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_06 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_06 .back_subtit {
 font-size: 76%;
 font-weight: 800;
 color: #2A2A2A;
 display: block;
 margin: -2% 0 0 0;
}
.page-id-1229 .middle_side_06 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.4em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_07 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_07 {
margin: 0;
padding: 2% 0 32px 0;
background-color: #fafbfc;
margin-bottom: -2%;
}
.page-id-1229 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_08 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_08 .back_subtit {
 font-size: 76%;
 font-weight: 800;
 color: #2A2A2A;
 display: block;
 margin: -2% 0 0 0;
}
.page-id-1229 .middle_side_08 .tit_read {
text-align: center;
font-size: 2.0em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .dp-lead-title-align_center,
.dp-inspection-lead-font {
font-size: 140%;
}
.page-id-1229 .dp-feature-title-p {
font-size: 146%;
}
/* ---------------------------------------------------------------PC END */
/* ---------------------------------------------------------------max-width: 1024px START */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* ---------------------------------------------------------------max-width: 1024px END */
/* ---------------------------------------------------------------max-width: 767px START */
@media(max-width: 767px) {

/* --------------------------------------------------------------- */
.page-id-1229 .outside_01 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_01 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_01 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_01 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -12% 0 0 0;
}
.page-id-1229 .middle_side_01 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.elementor-1229 .elementor-element.elementor-element-7f4e8ed {
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    color: #383838;
    margin: -5% 0 0 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_02 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_02 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_02 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -12% 0 0 0;
}
.page-id-1229 .middle_side_02 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_03 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_03 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_03 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -12% 0 0 0;
}
.page-id-1229 .middle_side_03 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_04 {
margin: 2% 0 4% 0;
margin: -15% 0 4% 0;
}
.page-id-1229 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_04 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1229 .middle_side_04 .back_subtit {
font-size: 52%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1229 .middle_side_04 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_05 p{ 
    display: none;
}
.page-id-1229 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_05 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
margin-bottom: 0;
padding: 70px 0px 0px 0px;
margin-top: -34%;
}
.page-id-1229 .middle_side_05 .back_subtit {
font-size: 52%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 6px 0 0;
}
.page-id-1229 .middle_side_05 .tit_read {
 text-align: center;
font-size: 150%;
 font-weight: 600;
 line-height: 1.1em;
 color: #000000;
 margin: 2% 0 -2% 0;
}

/* --------------------------------------------------------------- */
.page-id-1229 .outside_06 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1229 .middle_side_06 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_06 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 0px 0px 0px 0px;
}

.page-id-1229 .middle_side_06 .back_subtit {
font-size: 52%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1229 .middle_side_06 .tit_read {
text-align: center;
font-size: 1em;
font-weight: 600;
line-height: 1.4em;
color: #000000;
margin: 2% auto -15% auto;
width: 86%;
}
/* --------------------------------------------------------------- */
.page-id-1229 .outside_07 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}

.page-id-1229 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em !important;
font-weight: 900;
color: #0066B117;
margin-bottom: 0;
padding: 70px 0px 0px 0px;
margin-top: -4%;
line-height: 1;
}
.page-id-1229 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1229 .middle_side_07 .rv2-container {
width: 100%;
position: relative;
overflow: hidden;
padding: 0rem 0;
}
/* --------------------------------------------------------------- */
.page-id-1229 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1229 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 0px 0px 0px 0px;
margin-bottom: 0;
}
.page-id-1229 .middle_side_08 .back_subtit {
font-size: 52%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1229 .middle_side_08 .tit_read {
text-align: center;
font-size: 1.2em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin-bottom: 0;
margin: 2% 0 -9% 0;
}
.page-id-1229 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
.page-id-1229 .home_banner_01 img {
width: 100%;
vertical-align: top;
margin-bottom: -6%;
}

.page-id-1229 .mt_01 {
    margin-top: -31%;
}
}
/* --------------------------------------------------------------- */
/* ---------------------------------------------------------------max-width: 767px END */
/* -------------------------------------------------------------------------------------------- HOME END */

/* -------------------------------------------------------------------------------------------- BMW START */
.page-id-1217 .img_radius_14px {
border-radius: 14px;
}
.page-id-1217 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1217 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1217 .middle_side_01 li img {
width: 98%;
}
.page-id-1217 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1217 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1217 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #0052a5;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(15, 23, 42, .08);
}
.page-id-1217 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1217 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1217 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1217 .outside_04 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1217 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1217 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1217 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1217 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 1180px;
margin: 0 auto;
}
.page-id-1217 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1217 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1217 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1217 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1217 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1217 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1217 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
font-size: 90%;
line-height: 1.4;
 color: #2A2A2A;
}
.page-id-1217 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1217 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #003a73;
}
.page-id-1217 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #003a73;
}
.page-id-1217 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1217 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1217 .period-highlight {
color: #0052a5 !important;
}
.page-id-1217 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1217 .outside_06 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1217 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1217 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1217 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1217 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 2% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1217 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1217 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1217 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1217 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1217 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1217 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1217 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1217 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1217 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1217 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
width: 100%;
}
.page-id-1217 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1217 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1217 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1217 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
width: 100%;
}
.page-id-1217 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}

/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1217 .middle_side_01 {
gap: 2px !important;
}
.page-id-1217 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1217 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
font-size: 14px;
}
.page-id-1217 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1217 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1217 .middle_side_02 {
margin-top: 0%;
}
@media (min-width:768px) and  (max-width:1024px) {
.page-id-1217 .middle_side_02 {
margin-top: 0%;
}
}

.page-id-1217 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1217 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1217 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1217 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1217 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1217 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1217 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
padding-bottom: 4%;
}
.page-id-1217 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1217 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1217 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1217 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1217 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1217 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1.1;
}
.page-id-1217 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1217 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1217 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1217 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1217 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1217 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1217 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1217 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1217 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1217 .data-table thead th:last-child {
border-right: none
}

.page-id-1217 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1217 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1217 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1217 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1217 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1217 .data-table tbody td:last-child {
border-right: none
}

.page-id-1217 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1217 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1217 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1217 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1217 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1217 .data-table th:first-child, .page-id-1217 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1217 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1217 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1217 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1217 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1217 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1217 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1217 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
width: 100%;
}
.page-id-1217 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1217 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1217 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1217 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1217 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
width: 100%;
margin-bottom: 0;
}
.page-id-1217 .text-editor_01 {
 width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1217 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1217 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1217 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1217 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1217 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1217 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1217 .data-table th:nth-child(2),
 .page-id-1217 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1217 .data-table th:nth-child(n+3),
 .page-id-1217 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1217 .data-table thead th,
 .page-id-1217 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- BMW END */

/* -------------------------------------------------------------------------------------------- mercedes-benz START */
.page-id-1220 .img_radius_14px {
border-radius: 14px;
}
.page-id-1220 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1220 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1220 .middle_side_01 li img {
width: 98%;
}
.page-id-1220 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1220 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1220 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #0a0a0a;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1220 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1220 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1220 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1220 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1220 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1220 .outside_04 {
background-color: #e8e8e8;
margin: 2% 0 4% 0;
}
.page-id-1220 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1220 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1220 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1220 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1220 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1220 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1220 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1220 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1220 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1220 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1220 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1220 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1220 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #000;
}
.page-id-1220 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #000;
}
.page-id-1220 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1220 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1220 .period-highlight {
color: #070707 !important;
}
.page-id-1220 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1220 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1220 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1220 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1220 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1220 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1220 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1220 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1220 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1220 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1220 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1220 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1220 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1220 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1220 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1220 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1220 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1220 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1220 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1220 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1220 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1220 .middle_side_01 {
gap: 2px !important;
}
.page-id-1220 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1220 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1220 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1220 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1220 .middle_side_02 {
margin-top: 0%;
}
.page-id-1220 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1220 .middle_side_02 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1220 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1220 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1220 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1220 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1220 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1220 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1220 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1220 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1220 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1220 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1220 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1220 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1220 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1220 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1220 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1220 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1220 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1220 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display: block;
}
.page-id-1220 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1220 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1220 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1220 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1220 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1220 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1220 .data-table thead th:last-child {
border-right: none
}

.page-id-1220 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1220 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1220 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1220 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1220 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1220 .data-table tbody td:last-child {
border-right: none
}

.page-id-1220 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1220 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1220 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1220 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1220 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1220 .data-table th:first-child, .page-id-1220 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1220 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1220 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1220 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1220 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1220 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1220 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1220 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1220 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1220 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1220 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1220 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1220 .middle_side_10 .subtit {
text-align: center;
font-size: 130% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1220 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1220 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1220 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1220 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1220 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1220 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1220 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1220 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1220 .data-table th:nth-child(2),
 .page-id-1220 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1220 .data-table th:nth-child(n+3),
 .page-id-1220 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1220 .data-table thead th,
 .page-id-1220 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- mercedes-benz END */

/* -------------------------------------------------------------------------------------------- audi START */
.page-id-1216 .img_radius_14px {
border-radius: 14px;
}
.page-id-1216 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1216 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1216 .middle_side_01 li img {
width: 98%;
}
.page-id-1216 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1216 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1216 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #5a5a5a;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(15, 23, 42, .08);
}
.page-id-1216 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1216 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1216 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1216 .outside_04 {
background-color: #3A3A3A1C;
margin: 2% 0 4% 0;
}
.page-id-1216 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1216 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1216 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1216 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
max-width: 1180px;
margin: 0 auto;
padding-bottom: 4%;
}
.page-id-1216 .outside_05 {
background-color: #3A3A3A1C;
margin: 2% 0 4% 0;
}
.page-id-1216 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1216 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1216 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1216 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1216 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
font-size: 90%;
font-weight: 400;
color: #2A2A2A;
}
.page-id-1216 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
line-height: 1.4;
font-size: 90%;
font-weight: 400;
color: #2A2A2A;
}
.page-id-1216 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1216 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #3b3b3b;
}
.page-id-1216 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background:#3b3b3b;
}
.page-id-1216 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1216 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1216 .period-highlight {
color: #2A2A2A !important;
}
.page-id-1216 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1216 .outside_06 {
background-color: #3A3A3A1C;
margin: 2% 0 4% 0;
}
.page-id-1216 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1216 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1216 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1216 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 2% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1216 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1216 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1216 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1216 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1216 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1216 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1216 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1216 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1216 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1216 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1216 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1216 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1216 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1216 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1216 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}

/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1216 .middle_side_01 {
gap: 2px !important;
}
.page-id-1216 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1216 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1216 .article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1216 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1216 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1216 .middle_side_02 {
margin-top: 0%;
}
.page-id-1216 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1216 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1216 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1216 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1216 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1216 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1216 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1216 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1216 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1216 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1216 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1216 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 100%;
font-weight: 800;
color: #2A2A2A;
}
.page-id-1216 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
width: 82%;
font-size: 100%;
line-height: 1.4;
font-weight: 800;
color: #2A2A2A;
}
.page-id-1216 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1216 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1216 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}

.page-id-1216 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1216 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1216 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1216 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1216 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1216 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1216 .data-table thead th:last-child {
border-right: none
}

.page-id-1216 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1216 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1216 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1216 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1216 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1216 .data-table tbody td:last-child {
border-right: none
}

.page-id-1216 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1216 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1216 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1216 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1216 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1216 .data-table th:first-child, .page-id-1216 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1216 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1216 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
margin-bottom: 0;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1216 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1216 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1216 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1216 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1216 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1216 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1216 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1216 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8D8D8D1C;
padding: 70px 0px 0px 0px;
}
.page-id-1216 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1216 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1216 .text-editor_01 {
 width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1216 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1216 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1216 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1216 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1216 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1216 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1216 .data-table th:nth-child(2),
 .page-id-1216 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1216 .data-table th:nth-child(n+3),
 .page-id-1216 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1216 .data-table thead th,
 .page-id-1216 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- audi END */

/* -------------------------------------------------------------------------------------------- volkswagen START */
.page-id-1223 .img_radius_14px {
border-radius: 14px;
}
.page-id-1223 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1223 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1223 .middle_side_01 li img {
width: 98%;
}
.page-id-1223 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1223 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1223 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #0052a5;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(15, 23, 42, .08);
}
.page-id-1223 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1223 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1223 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1223 .outside_04 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1223 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1223 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1223 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1223 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
max-width: 1180px;
margin: 0 auto;
}
.page-id-1223 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1223 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1223 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1223 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1223 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1223 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
line-height: 1.4;
font-size: 90%;
font-weight: 400;
color: #2A2A2A;
}
.page-id-1223 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
line-height: 1.4;
font-size: 90%;
font-weight: 400;
color: #2A2A2A;
}
.page-id-1223 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1223 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #001238;
}
.page-id-1223 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #001238;
}
.page-id-1223 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1223 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1223 .period-highlight {
color: #000 !important;
}
.page-id-1223 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1223 .outside_06 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1223 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1223 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1223 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1223 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 2% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1223 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1223 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1223 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1223 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1223 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1223 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1223 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1223 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1223 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1223 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1223 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1223 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1223 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1223 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1223 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}

/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1223 .middle_side_01 {
gap: 2px !important;
}
.page-id-1223 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1223 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1223 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1223 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1223 .middle_side_02 {
margin-top: 0%;
}
.page-id-1223 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1223 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1223 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1223 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1223 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1223 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1223 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1223 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1223 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1223 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1223 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1223 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 90%;
font-weight: 400;
color: #2A2A2A;
}
.page-id-1223 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
width: 82%;
font-weight: 400;
color: #2A2A2A;
font-size: 90%;
}
.page-id-1223 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1223 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1223 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1223 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display: block;
}
.page-id-1223 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1223 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1223 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1223 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1223 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1223 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1223 .data-table thead th:last-child {
border-right: none
}

.page-id-1223 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1223 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1223 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1223 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1223 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1223 .data-table tbody td:last-child {
border-right: none
}

.page-id-1223 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1223 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1223 .period-highlight {
color: #2A2A2A !important;
font-weight: 700
}

.page-id-1223 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1223 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1223 .data-table th:first-child, .page-id-1223 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1223 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}

element.style {
transition: transform 0.4s;
transform: translateX(-24120px);
}
.rv2-track {
display: flex;
gap: 1.5rem;
transition: transform .4s ease;
width: fit-content;
}
.page-id-1223 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
.page-id-1223 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1223 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1223 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1223 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1223 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1223 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1223 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1223 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1223 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
margin-bottom: 0;
font-weight: 900;
color: #0066B117;
padding: 70px 0px 0px 0px;
}
.page-id-1223 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1223 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1223 .text-editor_01 {
 width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 100%;
font-weight: 600;
color: #000;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1223 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1223 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1223 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1223 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1223 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1223 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1223 .data-table th:nth-child(2),
 .page-id-1223 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1223 .data-table th:nth-child(n+3),
 .page-id-1223 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1223 .data-table thead th,
 .page-id-1223 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- volkswagen END */


/* -------------------------------------------------------------------------------------------- porsche START */
.page-id-1222 .img_radius_14px {
border-radius: 14px;
}
.page-id-1222 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1222 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1222 .middle_side_01 li img {
width: 98%;
}
.page-id-1222 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1222 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1222 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #0a0a0a;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1222 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1222 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1222 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1222 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1222 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1222 .outside_04 {
background-color: #e8e8e8;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1222 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1222 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1222 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1222 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1222 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1222 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1222 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1222 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1222 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1222 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1222 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1222 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1222 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #4a4f58;
}
.page-id-1222 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #4a4f58;
}
.page-id-1222 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1222 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1222 .period-highlight {
color: #070707 !important;
}
.page-id-1222 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1222 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1222 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1222 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1222 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1222 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1222 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1222 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1222 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1222 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1222 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1222 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1222 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1222 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1222 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1222 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1222 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1222 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1222 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1222 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1222 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1222 .middle_side_01 {
gap: 2px !important;
}
.page-id-1222 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1222 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1222 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1222 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1222 .middle_side_02 {
margin-top: 0%;
}
.page-id-1222 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1222 .middle_side_02 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1222 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1222 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1222 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1222 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1222 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1222 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1222 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1222 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1222 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1222 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1222 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1222 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1222 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1222 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1222 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1222 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1222 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1222 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1222 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1222 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1222 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1222 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1222 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1222 .data-table thead th:last-child {
border-right: none
}

.page-id-1222 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1222 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1222 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1222 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1222 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1222 .data-table tbody td:last-child {
border-right: none
}

.page-id-1222 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1222 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1222 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1222 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1222 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1222 .data-table th:first-child, .page-id-1222 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1222 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1222 .middle_side_07 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1222 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1222 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1222 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display:block;
}
.page-id-1222 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1222 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1222 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1222 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1222 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1222 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1222 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1222 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1222 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1222 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1222 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1222 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1222 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1222 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1222 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1222 .data-table th:nth-child(2),
 .page-id-1222 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1222 .data-table th:nth-child(n+3),
 .page-id-1222 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1222 .data-table thead th,
 .page-id-1222 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- porsche END */
/* -------------------------------------------------------------------------------------------- porsche START */
.page-id-1221 .img_radius_14px {
border-radius: 14px;
}
.page-id-1221 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1221 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1221 .middle_side_01 li img {
width: 98%;
}
.page-id-1221 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1221 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1221 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #0a0a0a;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1221 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1221 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1221 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1221 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1221 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1221 .outside_04 {
background-color: #e8e8e8;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1221 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1221 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1221 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1221 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1221 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1221 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1221 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1221 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #4a4f58;
}
.page-id-1221 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #4a4f58;
}
.page-id-1221 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1221 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1221 .period-highlight {
color: #070707 !important;
}
.page-id-1221 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1221 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1221 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1221 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1221 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1221 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1221 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1221 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1221 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1221 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1221 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1221 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1221 .middle_side_01 {
gap: 2px !important;
}
.page-id-1221 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1221 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1221 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1221 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1221 .middle_side_02 {
margin-top: -12%;
}
.page-id-1221 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1221 .middle_side_02 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1221 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1221 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1221 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1221 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1221 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1221 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1221 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1221 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1221 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1221 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1221 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1221 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1221 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1221 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1221 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1221 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1221 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1221 .data-table thead th:last-child {
border-right: none
}

.page-id-1221 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1221 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1221 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1221 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1221 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1221 .data-table tbody td:last-child {
border-right: none
}

.page-id-1221 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1221 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1221 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1221 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1221 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1221 .data-table th:first-child, .page-id-1221 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1221 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1221 .middle_side_07 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1221 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1221 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display:block;
}
.page-id-1221 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1221 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1221 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1221 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1221 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1221 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1221 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1221 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1221 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1221 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1221 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1221 .data-table th:nth-child(2),
 .page-id-1221 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1221 .data-table th:nth-child(n+3),
 .page-id-1221 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1221 .data-table thead th,
 .page-id-1221 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- porsche END */

/* -------------------------------------------------------------------------------------------- mini-cooper START */
.page-id-1221 .img_radius_14px {
border-radius: 14px;
}
.page-id-1221 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, rgb(215 25 32), transparent);
}
.page-id-1221 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1221 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1221 .middle_side_01 li img {
width: 98%;
}
.page-id-1221 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1221 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1221 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #d71920;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1221 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1221 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1221 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1221 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1221 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1221 .outside_04 {
background-color: #86200B33;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1221 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1221 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1221 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1221 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1221 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1221 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1221 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #a31219;
}
.page-id-1221 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #a31219;
}
.page-id-1221 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1221 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1221 .period-highlight {
color: #d21820 !important;
}
.page-id-1221 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1221 .outside_06 {
background-color: #86200B33;
margin: 2% 0 4% 0;
}
.page-id-1221 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1221 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1221 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1221 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1221 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1221 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1221 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1221 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1221 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1221 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1221 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1221 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1221 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1221 .middle_side_01 {
gap: 2px !important;
}
.page-id-1221 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1221 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1221 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1221 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1221 .middle_side_02 {
margin-top: 0%;
}
.page-id-1221 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, rgb(215 25 32), transparent);
}
.page-id-1221 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1221 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1221 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1221 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1221 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1221 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1221 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1221 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1221 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1221 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1221 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1221 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1221 .middle_side_07 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1221 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1221 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display:block;
}
.page-id-1221 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1221 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1221 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
margin-bottom: 0;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1221 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1221 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1221 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1221 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1221 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1221 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1221 .data-table thead th:last-child {
border-right: none
}

.page-id-1221 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1221 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1221 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1221 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1221 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1221 .data-table tbody td:last-child {
border-right: none
}

.page-id-1221 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1221 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1221 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1221 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1221 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1221 .data-table th:first-child, .page-id-1221 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1221 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}

.page-id-1221 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
margin-bottom: 0;
font-weight: 700;
}
.page-id-1221 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1221 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1221 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1221 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #921A1A1F;
padding: 70px 0px 0px 0px;
}
.page-id-1221 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1221 .middle_side_10 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
}
.page-id-1221 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1221 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1221 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1221 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1221 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1221 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1221 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1221 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1221 .data-table th:nth-child(2),
 .page-id-1221 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1221 .data-table th:nth-child(n+3),
 .page-id-1221 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1221 .data-table thead th,
 .page-id-1221 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
.page-id-1221 .code_margin {
margin-top: -8%;
display: block;
}
/* ------------------------------------------------------------------------------------------- mini-cooper END */


/* -------------------------------------------------------------------------------------------- jaguar START */
.page-id-1218 .img_radius_14px {
border-radius: 14px;
}
.page-id-1218 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1218 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1218 .middle_side_01 li img {
width: 98%;
}
.page-id-1218 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1218 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1218 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #004225;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1218 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1218 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1218 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1218 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1218 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1218 .outside_04 {
background-color: #0B3D2C26;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1218 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1218 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1218 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1218 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1218 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1218 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1218 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1218 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1218 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1218 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1218 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1218 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1218 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #002e1a;
}
.page-id-1218 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #002e1a;
}
.page-id-1218 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1218 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1218 .period-highlight {
color: #004225 !important;
}
.page-id-1218 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1218 .outside_06 {
background-color: #0B3D2C26;
margin: 2% 0 4% 0;
}
.page-id-1218 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1218 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1218 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1218 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1218 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1218 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1218 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1218 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1218 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1218 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1218 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1218 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1218 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1218 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1218 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1218 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1218 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1218 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1218 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1218 .middle_side_01 {
gap: 2px !important;
}
.page-id-1218 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1218 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1218 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1218 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1218 .middle_side_02 {
margin-top: 0%;
}
.page-id-1218 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1218 .middle_side_02 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1218 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1218 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}

.page-id-1218 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1218 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1218 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 -10% 0;
}
.page-id-1218 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1218 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1218 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1218 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1218 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1218 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1218 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1218 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1218 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1218 .middle_side_07 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1218 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1218 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display:block;
}
.page-id-1218 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1218 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1218 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1218 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1218 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1218 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1218 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1218 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1218 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1218 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1218 .data-table thead th:last-child {
border-right: none
}

.page-id-1218 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1218 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1218 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1218 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1218 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1218 .data-table tbody td:last-child {
border-right: none
}

.page-id-1218 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1218 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1218 .period-highlight {
color: #004225 !important;
font-weight: 700
}

.page-id-1218 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1218 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1218 .data-table th:first-child, .page-id-1218 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1218 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1218 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1218 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
margin-bottom: 0;
}
.page-id-1218 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1218 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1218 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1218 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1218 .middle_side_10 .back_tit {1
text-align: center;
font-size: 3em;
margin-bottom: 0;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1218 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1218 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
margin-bottom: 0;
}
.page-id-1218 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1218 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1218 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1218 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1218 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1218 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1218 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1218 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1218 .data-table th:nth-child(2),
 .page-id-1218 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1218 .data-table th:nth-child(n+3),
 .page-id-1218 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1218 .data-table thead th,
 .page-id-1218 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- jaguar END */


/* -------------------------------------------------------------------------------------------- landrover START */
.page-id-1219 .img_radius_14px {
border-radius: 14px;
}
.page-id-1219 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1219 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1219 .middle_side_01 li img {
width: 98%;
}
.page-id-1219 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1219 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1219 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #a4a9ad;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1219 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1219 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1219 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}
.page-id-1219 .whypro {
margin-top: 0%;
margin-bottom: 0;
}

.page-id-1219 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1219 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1219 .outside_04 {
background-color: #e8e8e8;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1219 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1219 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1219 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1219 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1219 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1219 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1219 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1219 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1219 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1219 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1219 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1219 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1219 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #8e9397;
}
.page-id-1219 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #8e9397;
}
.page-id-1219 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1219 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1219 .period-highlight {
color: #8e9397 !important;
}
.page-id-1219 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1219 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1219 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1219 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1219 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1219 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1219 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1219 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1219 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1219 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1219 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1219 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1219 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1219 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1219 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1219 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1219 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1219 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1219 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1219 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1219 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1219 .middle_side_01 {
gap: 2px !important;
}
.page-id-1219 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1219 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1219 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1219 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1219 .middle_side_02 {
margin-top: -12%;
}
.page-id-1219 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1219 .middle_side_02 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1219 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1219 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1219 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1219 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1219 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1219 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 -8% 0;
}
.page-id-1219 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1219 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1219 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1219 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1219 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1219 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1219 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1219 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1219 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1219 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1219 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1219 .middle_side_07 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1219 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1219 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1219 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display:block;
}
.page-id-1219 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1219 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1219 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1219 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1219 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1219 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1219 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1219 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1219 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1219 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1219 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1219 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1219 .data-table thead th:last-child {
border-right: none
}

.page-id-1219 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1219 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1219 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1219 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1219 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1219 .data-table tbody td:last-child {
border-right: none
}

.page-id-1219 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1219 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1219 .period-highlight {
color: #8e9397 !important;
font-weight: 700
}

.page-id-1219 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1219 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1219 .data-table th:first-child, .page-id-1219 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1219 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1219 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1219 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1219 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1219 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1219 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1219 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1219 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1219 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1219 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1219 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1219 .middle_side_10 .subtit {
text-align: center;
font-size: 95% !important;
font-weight: 700;
}
.page-id-1219 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1219 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1219 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1219 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1219 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1219 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1219 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1219 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1219 .data-table th:nth-child(2),
 .page-id-1219 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1219 .data-table th:nth-child(n+3),
 .page-id-1219 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1219 .data-table thead th,
 .page-id-1219 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- landrover END */


/* -------------------------------------------------------------------------------------------- volvo START */
.page-id-1224 .img_radius_14px {
border-radius: 14px;
}
.page-id-1224 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1224 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1224 .middle_side_01 li img {
width: 98%;
}
.page-id-1224 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1224 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1224 .middle_side_02 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #0a0a0a;
background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
box-shadow: inset 0 0 0 2px rgba(16, 32, 68, 0.08);
}
.page-id-1224 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1224 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1224 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1224 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1224 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1224 .outside_04 {
background-color: #e8e8e8;
margin: 2% 0 4% 0;
padding-bottom: 4%;
}
.page-id-1224 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1224 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1224 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 -2% 0;
}
.page-id-1224 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1224 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1224 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1224 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1224 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1224 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1224 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1224 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1224 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1224 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #000;
}
.page-id-1224 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #000;
}
.page-id-1224 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1224 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1224 .period-highlight {
color: #070707 !important;
}
.page-id-1224 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1224 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1224 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1224 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1224 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1224 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1224 .middle_side_07 {
margin: 0;
padding: 0;
}
.page-id-1224 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1224 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1224 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1224 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1224 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1224 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1224 .middle_side_09 {
margin: 0;
padding: 0;
}
.page-id-1224 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1224 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1224 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1224 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1224 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1224 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1224 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
/* ------------------------------------------ */
@media (max-width: 1024px) {
.page-id-1224 .middle_side_01 {
gap: 2px !important;
}
.page-id-1224 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1224 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.article-body p {
margin-bottom: 0px !important;
margin-top: 13px;
}
.page-id-1224 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1224 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1224 .middle_side_02 {
margin-top: 0%;
}
.page-id-1224 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1224 .middle_side_02 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, #262626, transparent);
}
.page-id-1224 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1224 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1224 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1224 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1224 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1224 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1224 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1224 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1224 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1224 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1224 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1224 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1224 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1224 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1224 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1224 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1224 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1224 .middle_side_07 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1224 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1224 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1224 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display:block;
}
.page-id-1224 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1224 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1224 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1224 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1224 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1224 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1224 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1224 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1224 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1224 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1224 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1224 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1224 .data-table thead th:last-child {
border-right: none
}

.page-id-1224 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1224 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1224 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1224 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1224 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1224 .data-table tbody td:last-child {
border-right: none
}

.page-id-1224 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1224 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1224 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1224 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1224 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1224 .data-table th:first-child, .page-id-1224 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1224 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1224 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #8B8B8B2B;
margin-bottom: 0;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1224 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1224 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
margin-bottom: 0;
}
.page-id-1224 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1224 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1224 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1224 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1224 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1224 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
margin-bottom: 0;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1224 .middle_side_10 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1224 .middle_side_10 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
margin-bottom: 0;
}
.page-id-1224 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1224 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}
/* ------------------------------------------ */
@media(max-width: 768px) {
.table-title {
font-size:17px;
padding: 14px
}

.page-id-1224 .data-table thead th {
padding: 12px 10px;
font-size: 13px
}

.page-id-1224 .data-table thead th:first-child {
width: 30%;
padding: 12px 8px
}

.page-id-1224 .data-table tbody td {
padding: 14px 10px;
font-size: 13px
}

.page-id-1224 .data-table tbody td:first-child {
width: 30%;
padding: 14px 8px;
font-size: 12px
}

.page-id-1224 .data-table tbody td:not(:first-child) {
font-size: 15px
}

.page-id-1224 .mileage-table tbody td:not(:first-child) {
font-size: 14px
}
}
/* ------------------------------------------ */
@media (max-width: 480px) {

 .page-id-1224 .data-table th:nth-child(2),
 .page-id-1224 .data-table td:nth-child(2) {
min-width: 50px;
white-space: normal;
}

 .page-id-1224 .data-table th:nth-child(n+3),
 .page-id-1224 .data-table td:nth-child(n+3) {
min-width: 60px;
white-space: normal;
}

 .page-id-1224 .data-table thead th,
 .page-id-1224 .data-table tbody td {
padding: 10px 8px;
font-size: 12.5px;
}
}
/* ------------------------------------------------------------------------------------------- volvo END */


/* ------------------------------------------------------------------------------------------- air-conditioner(1225) START */


.page-id-1225 .img_radius_14px {
border-radius: 14px;
}
.page-id-1225 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1225 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1225 .middle_side_01 li img {
width: 98%;
}
.page-id-1225 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1225 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1225 .middle_side_01 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #10b3aa;
background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16);
}

.page-id-1225 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1225 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1225 .outside_02 {
padding: 0;
margin: 0;
}
.page-id-1225 .middle_side_02 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1225 .middle_side_02 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1225 .middle_side_02 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1225 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1225 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1225 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1225 .background-skyblue_color {
width: 100%;
background-color: #f6faff;
/* background-color: #7BB8FF14; */
padding: 2%;
}
.page-id-1225 .outside_04 {
margin: 2% 0 0% 0;
background-color: #7BB8FF14;
padding-top: 55px;
}
.page-id-1225 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1225 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1225 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1225 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1225 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1225 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1225 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1225 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1225 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1225 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1225 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1225 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1225 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #000;
}
.page-id-1225 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #000;
}
.page-id-1225 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1225 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1225 .period-highlight {
color: #070707 !important;
}
.page-id-1225 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1225 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1225 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1225 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1225 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1225 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1225 .middle_side_07 {
margin: 2% 0 -2%;
padding: 0;
}
.page-id-1225 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}

.page-id-1225 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1225 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color:#80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1225 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1225 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1225 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1225 .middle_side_09 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1225 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1225 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1225 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1225 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}

.page-id-1225 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1225 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .middle_side_11 {
margin: 0;
padding: 0;
}
.page-id-1225 .middle_side_11 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_11 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1225 .middle_side_11 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .middle_side_12 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1225 .middle_side_12 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_12 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1225 .middle_side_12 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .middle_side_13 {
margin: 0;
padding: 0;
}
.page-id-1225 .middle_side_13 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_13 .back_subtit {
font-size: 52%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
}
.page-id-1225 .middle_side_13 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1225 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_14 .back_subtit {
font-size: 246%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 0% 0;
text-align: center;
}
.page-id-1225 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .troubles-section .trouble-title {
font-size: 2.6rem;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1225 .troubles-section .trouble-description {
font-size: 1.6rem;
color: #546e7a;
line-height: 1;
text-align: center;
margin: 0;
}
.page-id-1225 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
.footer {
background-color: #ffffff;
background-size: contain;
width: 100%;
height: auto;
box-sizing: content-box;
color: #000000;
font-weight: 400;
text-align: justify;
line-height: 1.8;
margin-top: -3%;
}
/* ------------------------------------------ */

/* ------------------------------------------ */
@media(max-width: 767px) {
.page-id-1225 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1225 p {
    margin: 0 0 0.5em;
}
.page-id-1225 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1225 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1225 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1225 .middle_side_02 {
margin-top: -12%;
}
.page-id-1225 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
/* background: linear-gradient(90deg, #262626, transparent); */
}

.page-id-1225 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1225 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1225 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1225 .outside_04 {
margin: 8% 0 -6% 0;
background-color: #7BB8FF14;
}
.page-id-1225 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1225 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1225 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1225 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}

.page-id-1225 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1225 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1225 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1225 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1225 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1225 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1225 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1225 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1225 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1225 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1225 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display: block;
}
.page-id-1225 .middle_side_13 .back_subtit {
font-size: 29%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
width: 85%;
margin: 0 auto 0 auto;
}
.page-id-1225 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1225 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_14 .back_subtit {
font-size: 131%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 0% 0 0 0;
text-align: center;
}
.page-id-1225 .troubles-section {
padding: 0px 0;
}
.page-id-1225 .troubles-section .trouble-content {
padding: 0px;
margin-bottom: 7%;
}

.page-id-1225 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1225 .troubles-section .trouble-title {
font-size: 2.6rem;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1225 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1225 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1225 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1225 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1225 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1225 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1225 .data-table thead th:last-child {
border-right: none
}

.page-id-1225 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1225 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1225 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1225 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1225 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1225 .data-table tbody td:last-child {
border-right: none
}

.page-id-1225 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1225 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1225 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1225 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1225 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1225 .data-table th:first-child, .page-id-1225 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1225 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1225 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1225 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1225 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1225 .services-timeline-manufacturer {
max-width: 92%;
margin: 8px auto;
padding: 0;
}
.page-id-1225 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1225 .middle_side_09 .back_tit {
text-align: center;
font-size: 2.3em;
font-weight: 900;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1225 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1225 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1225 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1225 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1225 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1225 .middle_side_10 .subtit {
text-align: center;
font-size: 161.5%;
font-weight: 700;
}
.page-id-1225 .outside_11 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1225 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_11 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1225 .middle_side_11 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1225 .middle_side_11 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}

.page-id-1225 .outside_12 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1225 .middle_side_12 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1225 .middle_side_12 .back_tit {
text-align: center;
font-size: 2.3em;
font-weight: 900;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1225 .middle_side_12 .back_subtit {
 font-size: 64%;
 font-weight: 800;
 color: #2A2A2A;
 display: block;
 margin: -3% 0 -18% 0;
 line-height: 1;
}
.page-id-1225 .middle_side_12 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1225 .commitment-section .commitment-number {
width: 50px;
height: 50px;
font-size: 2.5rem;
margin-bottom: 20px;
}
.page-id-1225 .commitment-section .commitment-description {
font-size: 1.7rem;
text-align: justify;
}
.page-id-1225 .commitment-section .commitment-title {
font-size: 3.2rem;
}
.page-id-1225 .text-editor_01 {
width: 93%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1225 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}

/* 縦のラインを brand 系変数に置き換え */
.page-id-1225 .service-flow .sf-step::before {
content: "";
position: absolute;
left: 29px;
top: 68px;
bottom: 10px;
width: 2px;
background: linear-gradient(180deg, #10b3aa, rgba(16,179,170,.10));
}
.page-id-1225 .item-marker-manufacturer {
 flex-shrink: 0;
 width: 40px;
 height: 40px;
 background: #10b3aa;
 color: #fff;
 font-size: 16px;
 font-weight: 900;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
}
.page-id-1225 .header-line-manufacturer {
width: 60px;
height: 4px;
background: linear-gradient(90deg, #10b3aa, transparent);
border-radius: 2px;
flex-shrink:0;
}
.page-id-1225 .service-spotlight-manufacturer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #10b3aa, #0d9087);
}
.page-id-1225 .service-spotlight-manufacturer {
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 24px;
padding: 48px;
position: relative;
overflow: hidden;
}
.page-id-1225 .spotlight-badge-manufacturer {
display: inline-block;
background: #10b3aa;
color: #fff;
font-size: 12px;
font-weight: 900;
padding: 8px 20px;
border-radius: 20px;
letter-spacing: .06em;
margin-bottom: 24px;
}
.page-id-1225 .spotlight-list-manufacturer li {
background: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
color: #10b3aa;
white-space: nowrap;
}
.page-id-1225 section.breakdown-section .breakdown-description {
font-size: 96%;
line-height: 1.9;
color: #404b5a;
margin: 0;
text-align: justify;
}
.page-id-1225 section.breakdown-section .breakdown-title {
font-size: 200%;
font-weight: 800;
letter-spacing: .01em;
text-align: left;
color: #173a8e;
margin: 0 0 14px;
}
.page-id-1225 .breakdown-section .breakdown-title::after {
content: '';
position: absolute;
bottom: 3px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 2px;
background: #10b3aa;
border-radius: 1px;
transition: width .3s ease;
}
.page-id-1225 .service-row-manufacturer {
background: #fff;
border-left: 4px solid #10b3aa;
padding: 32px 28px;
display: flex;
flex-direction: column;
gap: 20px;
transition: all .3s ease;
}
.page-id-1225 .service-big-num-manufacturer {
font-size: 48px;
font-weight: 900;
color:#10b3aa;
line-height: 1;
letter-spacing: -.02em;
}
.page-id-1225 .spotlight-text-manufacturer h2 {
background: no-repeat;
}
/* ------------------------------------------------------------------------------------------- air-conditioner(1225)END */

/* ------------------------------------------------------------------------------------------- glass-repair(1226) START */

.page-id-1226 .img_radius_14px {
border-radius: 14px;
}
.page-id-1226 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1226 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1226 .middle_side_01 li img {
width: 98%;
}
.page-id-1226 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1226 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1226 .middle_side_01 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #10b3aa;
background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16);
}

.page-id-1226 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1226 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1226 .outside_02 {
padding: 0;
margin: 0;
}
.page-id-1226 .middle_side_02 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1226 .middle_side_02 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1226 .middle_side_02 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1226 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1226 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1226 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1226 .background-skyblue_color {
width: 100%;
background-color: #f6faff;
/* background-color: #7BB8FF14; */
padding: 2%;
}
.page-id-1226 .outside_04 {
margin: 2% 0 0% 0;
background-color: #7BB8FF14;
}
.page-id-1226 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1226 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 63px 0px 0px 0px;
}
.page-id-1226 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1226 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1226 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1226 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1226 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1226 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1226 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1226 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1226 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1226 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1226 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #000;
}
.page-id-1226 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #000;
}
.page-id-1226 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1226 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1226 .period-highlight {
color: #070707 !important;
}
.page-id-1226 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1226 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1226 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1226 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1226 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1226 .middle_side_07 {
margin: 2% 0 -2%;
padding: 0;
}
.page-id-1226 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1226 p {
margin: 0 0 0em;
}
.page-id-1226 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1226 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color:#80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1226 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1226 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1226 .middle_side_09 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1226 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1226 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1226 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .middle_side_11 {
margin: 0;
padding: 0;
}
.page-id-1226 .middle_side_11 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_11 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_11 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .middle_side_12 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1226 .middle_side_12 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_12 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1226 .middle_side_12 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .middle_side_13 {
margin: 0;
padding: 0;
}
.page-id-1226 .middle_side_13 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_13 .back_subtit {
font-size: 48%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
}
.page-id-1226 .middle_side_13 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1226 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_14 .back_subtit {
font-size: 246%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 0% 0;
text-align: center;
}
.page-id-1226 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .troubles-section .trouble-title {
font-size: 2.4rem !important;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1226 .troubles-section .trouble-description {
font-size: 1.6rem;
color: #546e7a;
line-height: 1;
text-align: center;
margin: 0;
}
.page-id-1226 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
.footer {
background-color: #ffffff;
background-size: contain;
width: 100%;
height: auto;
box-sizing: content-box;
color: #000000;
font-weight: 400;
text-align: justify;
line-height: 1.8;
margin-top: -3%;
}
/* ------------------------------------------ */

/* ------------------------------------------ */
@media(max-width: 767px) {
.page-id-1226 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1226 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1226 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1226 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1226 .middle_side_02 {
margin-top: -12%;
}
.page-id-1226 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
/* background: linear-gradient(90deg, #262626, transparent); */
}

.page-id-1226 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1226 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1226 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1226 .outside_04 {
margin: 2% 0 -17% 0;
background-color: #7BB8FF14;
}
.page-id-1226 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1226 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1226 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 14% 0;
}
.page-id-1226 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}

.page-id-1226 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1226 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1226 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1226 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1226 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1226 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1226 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1226 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1226 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1226 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1226 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display: block;
}
.page-id-1226 .middle_side_13 .back_subtit {
font-size: 29%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
width: 85%;
margin: 0 auto 0 auto;
}
.page-id-1226 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1226 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_14 .back_subtit {
font-size: 131%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 0% 0 0 0;
text-align: center;
}
.page-id-1226 .troubles-section {
padding: 0px 0;
}
.page-id-1226 .troubles-section .trouble-content {
padding: 0px;
margin-bottom: 7%;
}

.page-id-1226 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1226 .troubles-section .trouble-title {
font-size: 2.6rem;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1226 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1226 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1226 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1226 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1226 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1226 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1226 .data-table thead th:last-child {
border-right: none
}

.page-id-1226 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1226 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1226 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1226 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1226 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1226 .data-table tbody td:last-child {
border-right: none
}

.page-id-1226 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1226 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1226 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1226 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1226 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1226 .data-table th:first-child, .page-id-1226 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1226 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1226 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1226 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1226 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1226 .services-timeline-manufacturer {
max-width: 92%;
margin: 8px auto;
padding: 0;
}
.page-id-1226 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1226 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
padding: 70px 0px 0px 0px;
line-height: 1;
margin-top: -88px;
}
.page-id-1226 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1226 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 4% auto 0 auto;
}
.page-id-1226 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1226 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1226 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -12% 0 0 0;
}
.page-id-1226 .middle_side_10 .subtit {
text-align: center;
font-size: 161.5%;
font-weight: 700;
}
.page-id-1226 .outside_11 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1226 .middle_side_11 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1226 .middle_side_11 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1226 .middle_side_11 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}

.page-id-1226 .outside_12 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1226 .middle_side_12 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1226 .middle_side_12 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1226 .middle_side_12 .back_subtit {
 font-size: 64%;
 font-weight: 800;
 color: #2A2A2A;
 display: block;
 margin: -3% 0 -18% 0;
 line-height: 1;
}
.page-id-1226 .middle_side_12 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1226 .commitment-section .commitment-number {
width: 50px;
height: 50px;
font-size: 2.5rem;
margin-bottom: 20px;
}
.page-id-1226 .commitment-section .commitment-description {
font-size: 1.7rem;
text-align: justify;
}
.page-id-1226 .commitment-section .commitment-title {
font-size: 3.2rem;
}
.page-id-1226 .text-editor_01 {
width: 93%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1226 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
.page-id-1226 .middle_side_09 {
margin: 30% 0 1%;
padding: 0;
}
}

/* 縦のラインを brand 系変数に置き換え */
.page-id-1226 .service-flow .sf-step::before {
content: "";
position: absolute;
left: 29px;
top: 68px;
bottom: 10px;
width: 2px;
background: linear-gradient(180deg, #10b3aa, rgba(16,179,170,.10));
}
.page-id-1226 .item-marker-manufacturer {
 flex-shrink: 0;
 width: 40px;
 height: 40px;
 background: #10b3aa;
 color: #fff;
 font-size: 16px;
 font-weight: 900;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
}
.page-id-1226 .header-line-manufacturer {
width: 60px;
height: 4px;
background: linear-gradient(90deg, #10b3aa, transparent);
border-radius: 2px;
flex-shrink:0;
}
.page-id-1226 .service-spotlight-manufacturer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #10b3aa, #0d9087);
}
.page-id-1226 .service-spotlight-manufacturer {
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 24px;
padding: 48px;
position: relative;
overflow: hidden;
}
.page-id-1226 .spotlight-badge-manufacturer {
display: inline-block;
background: #10b3aa;
color: #fff;
font-size: 12px;
font-weight: 900;
padding: 8px 20px;
border-radius: 20px;
letter-spacing: .06em;
margin-bottom: 24px;
}
.page-id-1226 .spotlight-list-manufacturer li {
background: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
color: #10b3aa;
white-space: nowrap;
}
.page-id-1226 section.breakdown-section .breakdown-description {
font-size: 96%;
line-height: 1.9;
color: #404b5a;
margin: 0;
text-align: justify;
}
.page-id-1226 section.breakdown-section .breakdown-title {
font-size: 200%;
font-weight: 800;
letter-spacing: .01em;
text-align: left;
color: #173a8e;
margin: 0 0 14px;
}
.page-id-1226 .breakdown-section .breakdown-title::after {
content: '';
position: absolute;
bottom: 3px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 2px;
background: #10b3aa;
border-radius: 1px;
transition: width .3s ease;
}
.page-id-1226 .service-row-manufacturer {
background: #fff;
border-left: 4px solid #10b3aa;
padding: 32px 28px;
display: flex;
flex-direction: column;
gap: 20px;
transition: all .3s ease;
}
.page-id-1226 .service-big-num-manufacturer {
font-size: 48px;
font-weight: 900;
color:#10b3aa;
line-height: 1;
letter-spacing: -.02em;
}
.page-id-1226 .spotlight-text-manufacturer h2 {
background: no-repeat;
}

/* ------------------------------------------------------------------------------------------- glass-repair(1226)END */

/* ------------------------------------------------------------------------------------------- coating(1227) START */

.page-id-1227 .img_radius_14px {
border-radius: 14px;
}
.page-id-1227 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1227 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1227 .middle_side_01 li img {
width: 98%;
}
.page-id-1227 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1227 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1227 .middle_side_01 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #10b3aa;
background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16);
}

.page-id-1227 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1227 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1227 .outside_02 {
padding: 0;
margin: 0;
}
.page-id-1227 .middle_side_02 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1227 .middle_side_02 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_02 .tit_01 {
text-align: center;
font-size: 2.4em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 3% 0;
}
.page-id-1227 .middle_side_02 .tax_01{
    display: inline-block;
    text-align: right;
    color: #b3b3b3;
    margin: 2% 0 0 0;
    width: 100%;
    padding: 1% 0 2% 0;
}
.page-id-1227 .marker_01 {
    background: #ffffff00;
}
.page-id-1227 .outside_02 .middle_side_02 .tit_01 {
    text-align: center;
    font-size: 190%;
    font-weight: 600;
    margin: 1% 0 1% 0;
}
.page-id-1227 .outside_02 .middle_side_02 .img_01 {
    border-radius: 14px;
    vertical-align: top;
    width: 72%;
    margin: 2% auto 3% auto;
    object-fit: cover;
}
.page-id-1227 .outside_02 .middle_side_02 .img_01 img {
    border-radius: 14px;
    width: 100%;
    vertical-align: top;
}
.page-id-1227 .outside_02 .middle_side_02 .subtit_01 {
    font-size: 310%;
    font-weight: 600;
    text-align: center;
    color: #002B81;
}
.page-id-1227 .outside_02 .middle_side_02 .read_01 {
    text-align: center;
    width: 94%;
    display: block;
    font-size: 120%;
    padding: 1%;
    line-height: 2;
}

.page-id-1227 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1227 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1227 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1227 .background-skyblue_color {
width: 100%;
background-color: #f6faff;
/* background-color: #7BB8FF14; */
padding: 2%;
}
.page-id-1227 .outside_04 {
margin: 2% 0 0% 0;
background-color: #7BB8FF14;
}
.page-id-1227 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1227 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1227 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1227 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1227 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1227 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1227 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1227 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1227 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1227 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #000;
}
.page-id-1227 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #000;
}
.page-id-1227 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1227 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1227 .period-highlight {
color: #070707 !important;
}
.page-id-1227 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1227 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1227 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1227 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1227 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}
.page-id-1227 .middle_side_07 {
margin: 2% 0 -2%;
padding: 0;
}
.page-id-1227 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1227 p {
margin: 0 0 0em;
}
.page-id-1227 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color:#80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1227 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1227 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1227 .middle_side_09 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1227 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1227 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .middle_side_11 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_11 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_11 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_11 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .middle_side_12 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1227 .middle_side_12 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_12 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1227 .middle_side_12 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .middle_side_13 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_13 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 9% 0px 0px 0px;
}
.page-id-1227 .middle_side_13 .back_subtit {
font-size: 48%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0% 0;
}
.page-id-1227 .middle_side_13 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1227 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_14 .back_subtit {
font-size: 246%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 0% 0;
text-align: center;
}
.page-id-1227 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .troubles-section .trouble-title {
font-size: 2.4rem !important;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1227 .troubles-section .trouble-description {
font-size: 1.6rem;
color: #546e7a;
line-height: 1;
text-align: center;
margin: 0;
}
.page-id-1227 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
.footer {
background-color: #ffffff;
background-size: contain;
width: 100%;
height: auto;
box-sizing: content-box;
color: #000000;
font-weight: 400;
text-align: justify;
line-height: 1.8;
margin-top: -3%;
}
/* ------------------------------------------ */

/* ------------------------------------------ */
@media(max-width: 767px) {
.page-id-1227 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1227 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1227 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1227 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1227 .middle_side_02 {
margin-top: -12%;
}
.page-id-1227 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -13% 0 0 0;
}
.page-id-1227 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
/* background: linear-gradient(90deg, #262626, transparent); */
}

.page-id-1227 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1227 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1227 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1227 .outside_04 {
margin: 2% 0 -17% 0;
background-color: #7BB8FF14;
}
.page-id-1227 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1227 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1227 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1227 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}

.page-id-1227 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1227 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1227 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1227 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1227 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1227 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1227 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1227 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1227 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1227 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1227 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display: block;
}
.page-id-1227 .middle_side_10 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_13 .back_subtit {
font-size: 46%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
width: 85%;
margin: -28px auto 0 auto;
}
.page-id-1227 .middle_side_13 {
margin: 0;
padding: 0;
}
.page-id-1227 .middle_side_13 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 9% 0px 0px 0px;
}
/*
.page-id-1227 .middle_side_13 .back_subtit {
font-size: 48%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0% 0;
}
*/
.page-id-1227 .middle_side_13 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}

.page-id-1227 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_14 .back_subtit {
font-size: 131%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 0% 0 0 0;
text-align: center;
}
.page-id-1227 .troubles-section {
padding: 0px 0;
}
.page-id-1227 .troubles-section .trouble-content {
padding: 0px;
margin-bottom: 7%;
}

.page-id-1227 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1227 .troubles-section .trouble-title {
font-size: 2.6rem;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1227 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1227 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1227 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1227 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1227 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1227 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1227 .data-table thead th:last-child {
border-right: none
}

.page-id-1227 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1227 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1227 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1227 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1227 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1227 .data-table tbody td:last-child {
border-right: none
}

.page-id-1227 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1227 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1227 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1227 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1227 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1227 .data-table th:first-child, .page-id-1227 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1227 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1227 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1227 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1227 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1227 .services-timeline-manufacturer {
max-width: 92%;
margin: 8px auto;
padding: 0;
}
.page-id-1227 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1227 .middle_side_09 .back_tit {
text-align: center;
font-size: 2.4em;
font-weight: 900;
padding: 1px 0px 0px 0px;
line-height: 1;
margin-top: -43px;
}
.page-id-1227 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1227 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 4% auto 0 auto;
}
.page-id-1227 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1227 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1227 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -12% 0 0 0;
}
.page-id-1227 .middle_side_10 .subtit {
text-align: center;
font-size: 161.5%;
font-weight: 700;
}
.page-id-1227 .outside_11 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1227 .middle_side_11 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1227 .middle_side_11 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1227 .middle_side_11 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}

.page-id-1227 .outside_12 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1227 .middle_side_12 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1227 .middle_side_12 .back_tit {
text-align: center;
font-size: 2.4em;
font-weight: 900;
padding: 0px 0px 54px 0px;
line-height: 1;
}
.page-id-1227 .middle_side_12 .back_subtit {
 font-size: 64%;
 font-weight: 800;
 color: #2A2A2A;
 display: block;
 margin: -3% 0 -18% 0;
 line-height: 1;
}
.page-id-1227 .middle_side_12 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1227 .commitment-section .commitment-number {
width: 50px;
height: 50px;
font-size: 2.5rem;
margin-bottom: 20px;
}
.page-id-1227 .commitment-section .commitment-description {
font-size: 1.7rem;
text-align: justify;
}
.page-id-1227 .commitment-section .commitment-title {
font-size: 3.2rem;
}
.page-id-1227 .text-editor_01 {
width: 93%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1227 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
.page-id-1227 .outside_02 {
padding: 0;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1227 .middle_side_02 .tax_01{
    display: inline-block;
    text-align: right;
    color: #b3b3b3;
    margin: 2% 0 0 0;
    width: 100%;
    padding: 1% 0 2% 0;
}
.page-id-1227 .marker_01 {
    background: #ffffff00;
}
.page-id-1227 .outside_02 .middle_side_02 .tit_01 {
    text-align: center;
    font-size: 125%;
    font-weight: 600;
    margin: 1% 0 1% 0;
    line-height: 2;
}
.page-id-1227 .outside_02 .middle_side_02 .img_01 {
    border-radius: 14px;
    vertical-align: top;
    width: 98%;
    margin: 2% auto 3% auto;
    object-fit: cover;
}
.page-id-1227 .outside_02 .middle_side_02 .img_01 img {
    border-radius: 14px;
    width: 100%;
    vertical-align: top;
}
.page-id-1227 .outside_02 .middle_side_02 .subtit_01 {
    font-size: 168%;
    font-weight: 600;
    text-align: center;
    color: #002B81;
}
.page-id-1227 .outside_02 .middle_side_02 .read_01 {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 80%;
    padding: 1%;
    line-height: 2;
}
}

/* 縦のラインを brand 系変数に置き換え */
.page-id-1227 .service-flow .sf-step::before {
content: "";
position: absolute;
left: 29px;
top: 68px;
bottom: 10px;
width: 2px;
background: linear-gradient(180deg, #10b3aa, rgba(16,179,170,.10));
}
.page-id-1227 .item-marker-manufacturer {
 flex-shrink: 0;
 width: 40px;
 height: 40px;
 background: #10b3aa;
 color: #fff;
 font-size: 16px;
 font-weight: 900;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
}
.page-id-1227 .header-line-manufacturer {
width: 60px;
height: 4px;
background: linear-gradient(90deg, #10b3aa, transparent);
border-radius: 2px;
flex-shrink:0;
}
.page-id-1227 .service-spotlight-manufacturer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #10b3aa, #0d9087);
}
.page-id-1227 .service-spotlight-manufacturer {
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 24px;
padding: 48px;
position: relative;
overflow: hidden;
}
.page-id-1227 .spotlight-badge-manufacturer {
display: inline-block;
background: #10b3aa;
color: #fff;
font-size: 12px;
font-weight: 900;
padding: 8px 20px;
border-radius: 20px;
letter-spacing: .06em;
margin-bottom: 24px;
}
.page-id-1227 .spotlight-list-manufacturer li {
background: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
color: #10b3aa;
white-space: nowrap;
}
.page-id-1227 section.breakdown-section .breakdown-description {
font-size: 96%;
line-height: 1.9;
color: #404b5a;
margin: 0;
text-align: justify;
}
.page-id-1227 section.breakdown-section .breakdown-title {
font-size: 200%;
font-weight: 800;
letter-spacing: .01em;
text-align: left;
color: #173a8e;
margin: 0 0 14px;
}
.page-id-1227 .breakdown-section .breakdown-title::after {
content: '';
position: absolute;
bottom: 3px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 2px;
background: #10b3aa;
border-radius: 1px;
transition: width .3s ease;
}
.page-id-1227 .service-row-manufacturer {
background: #fff;
border-left: 4px solid #10b3aa;
padding: 32px 28px;
display: flex;
flex-direction: column;
gap: 20px;
transition: all .3s ease;
}
.page-id-1227 .service-big-num-manufacturer {
font-size: 48px;
font-weight: 900;
color:#10b3aa;
line-height: 1;
letter-spacing: -.02em;
}
.page-id-1227 .spotlight-text-manufacturer h2 {
background: no-repeat;
}


/* ------------------------------------------------------------------------------------------- coating(1227)END */

/* ------------------------------------------------------------------------------------------- tire(1228) START */
.page-id-1228 .img_radius_14px {
border-radius: 14px;
}
.page-id-1228 .outside_01 {
max-width: 1180px;
width: 100%;
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1228 .middle_side_01 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
}
.page-id-1228 .middle_side_01 li img {
width: 98%;
}
.page-id-1228 .middle_side_01 li .tit_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 28px;
font-weight: 700;
color: #131313;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}
.page-id-1228 .middle_side_01 li .lead_01 {
text-align: start;
font-family: "Noto Sans JP", Sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #1F1F1F;
width: var(--container-widget-width, 100%);
max-width: 100%;
--container-widget-width: 100%;
--container-widget-flex-grow: 0;
}

.page-id-1228 .middle_side_01 .whypro .whypro-icon {
width: 56px;
height: 56px;
border-radius: 999px;
display: grid;
place-items: center;
margin-bottom: 10px;
color: #10b3aa;
background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16);
}

.page-id-1228 .ct-legend {
display: flex;
gap: 16px;
align-items: baseline;
margin: 10px auto;
padding: 0;
list-style: none;
color: #5b6b78
font-size: 13px;
max-width: 100%;
}
.page-id-1228 .ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02)) !important;
}
.page-id-1228 .outside_02 {
padding: 0;
margin: 0;
}
.page-id-1228 .middle_side_02 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1228 .middle_side_02 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_02 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_02 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1228 .middle_side_14_list {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 20px;
margin: 6% auto 5% auto;

}
.page-id-1228 .middle_side_14_list .list_left img {
width: 100%;
border-radius: 14px;
box-shadow: 1px 1px 3px #ccc;
}
.page-id-1228 .middle_side_14_list .list_right {
font-weight: 600;
font-size: 117%;
text-align: justify;
line-height: 1.6;
}
.page-id-1228 .middle_side_03 {
margin-top: 2%;
z-index: 1;
overflow: hidden;
top: 0;
left: 0;
display: contents;
}

.page-id-1228 .middle_side_03 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_03 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}


.page-id-1228 .middle_side_03 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1228 .background-skyblue_color {
width: 100%;
background-color: #f6faff;
/* background-color: #7BB8FF14; */
padding: 2%;
}
.page-id-1228 .outside_04 {
margin: 2% 0 0% 0;
background-color: #7BB8FF14;
}
.page-id-1228 .middle_side_04 {
margin: 0;
padding: 0;
}
.page-id-1228 .middle_side_04 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding:80px 0px 0px 0px;
}
.page-id-1228 .middle_side_04 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1228 .middle_side_04 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 0% 0;
}
.page-id-1228 .middle_side_04 .services-wrapper-manufacturer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 32px;
width: 96%;
margin: 0 auto;
}
.page-id-1228 .outside_05 {
background-color: #7BB8FF14;
margin: 2% 0 4% 0;
}
.page-id-1228 .middle_side_05 {
margin: 0;
padding: 0;
}
.page-id-1228 .middle_side_05 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_05 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_05 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 4% 0;
}
.page-id-1228 .middle_side_05 .subtit_01 {
text-align: center;
font-size: 2em;
font-weight: 400;
color: #C70202;
}
.page-id-1228 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% 0 2%;
}
.page-id-1228 .middle_side_05 .read_02 {
margin: 2% auto 2% auto;
color: #a9a9a9;
font-size: 75%;
line-height: 1.4;
}
.page-id-1228 .middle_side_05 .table-title {
background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px;
}
.page-id-1228 .data-table thead th:first-child {
text-align: left;
width: 40%;
background: #000;
}
.page-id-1228 .data-table thead th {
color: #ffffff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255, 255, 255, .15);
background: #000;
}
.page-id-1228 table {
width: 100%;
margin: 0em 0;
padding: 0;
word-break: break-all;
word-wrap: break-word;
border-collapse: collapse;
border-spacing: 0;
}
.page-id-1228 th {
border: 1px solid #eeeeee;
background-color: #05a5ab;
color: #fff;
font-weight: bold;
text-align: left;
}
.page-id-1228 .period-highlight {
color: #070707 !important;
}
.page-id-1228 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 600;
background: #f5f8f6;
width: 40%;
font-size: 14px;
}
.page-id-1228 .outside_06 {
background-color: #2A29311C;
margin: 2% 0 4% 0;
}
.page-id-1228 .middle_side_06 {
margin: 0;
padding: 0 0 1%;
}
.page-id-1228 .middle_side_06 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #d8d8d8;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_06 .tit_01 {
text-align: center;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
color: #000000;
margin: 2% 0 2% 0;
}
.page-id-1228 .middle_side_06 .read_01 {
display: flow-root;
margin: 0% auto 10% auto;
width: 100%;
font-size: 87.5%;
display: block;
text-align: center;
line-height: 1.8;
font-weight: 600;
max-width: 84%;
}

.page-id-1228 .middle_side_07 {
margin: 2% 0 -2%;
padding: 0;
}
.page-id-1228 .middle_side_07 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_07 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}

.page-id-1228 .middle_side_08 {
margin: 0;
padding: 0;
}
.page-id-1228 .middle_side_08 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color:#80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_08 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_08 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}

.page-id-1228 .middle_side_08 h3 {
margin: 0 0 4px;
font-size: clamp(20px, 3vw, 24px);
font-weight: 900;
color: #fff;
line-height: 1;
}
.page-id-1228 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1228 .middle_side_09 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1228 .middle_side_09 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_09 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_09 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1228 .middle_side_10 {
margin: 0;
padding: 0;
}
.page-id-1228 .middle_side_10 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_10 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_11 {
margin: 0;
padding: 0;
}
.page-id-1228 .middle_side_11 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_11 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_11 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_12 {
margin: 7% 0 1%;
padding: 0;
}
.page-id-1228 .middle_side_12 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_12 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -4% 0 0 0;
}
.page-id-1228 .middle_side_12 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_13 {
margin: 0;
padding: 0;
}
.page-id-1228 .middle_side_13 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_13 .back_subtit {
font-size: 52%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
}
.page-id-1228 .middle_side_13 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1228 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_14 .back_subtit {
font-size: 246%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 0% 0;
text-align: center;
}
.page-id-1228 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_14 .read_01 {
display: flow-root;
margin: 2% auto 10% auto;
width: 100%;
font-size: 107.5%;
display: block;
text-align: justify;
line-height: 2;
font-weight: 600;
max-width: 84%;
padding: 2% 0 4% 0;
}
.page-id-1228 .troubles-section .trouble-title {
font-size: 2.6rem;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1228 .troubles-section .trouble-description {
font-size: 1.6rem;
color: #546e7a;
line-height: 1;
text-align: center;
margin: 0;
}

.page-id-1228 .text-editor_01 {
width: 94%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 130%;
font-weight: 600;
color: #000;
}
.footer {
background-color: #ffffff;
background-size: contain;
width: 100%;
height: auto;
box-sizing: content-box;
color: #000000;
font-weight: 400;
text-align: justify;
line-height: 1.8;
margin-top: -3%;
}
/* ------------------------------------------ */

/* ------------------------------------------ */
@media(max-width: 767px) {
.page-id-1228 .outside_01 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1228 .middle_side_01 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1228 .middle_side_01 li .tit_01 {
font-size: 20px;
}
.page-id-1228 .middle_side_01 li .lead_01 {
font-size: 1em;
}
.page-id-1228 .middle_side_02 {
margin-top: -12%;
}
.page-id-1228 .whypro .whypro-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
/* background: linear-gradient(90deg, #262626, transparent); */
}

.page-id-1228 .middle_side_03 .back_tit {
font-size: 3em !important;
}
.page-id-1228 .middle_side_03 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}

.page-id-1228 .middle_side_03 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 0 0;
}
.page-id-1228 .outside_04 {
margin: 2% 0 -17% 0;
background-color: #7BB8FF14;
}
.page-id-1228 .middle_side_04 .back_tit {
font-size: 3em !important;
}
.page-id-1228 .middle_side_04 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1228 .middle_side_04 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1228 .middle_side_04 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}

.page-id-1228 .middle_side_05 .back_tit {
font-size: 3em !important;
}
.page-id-1228 .middle_side_05 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1228 .middle_side_05 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1228 .middle_side_05 .services-wrapper-manufacturer {
grid-template-columns: 1fr;
gap: 32px;
width: 94%;
margin: 0 auto 0 auto;
}
.page-id-1228 .middle_side_05 .read_01 {
display: flow-root;
margin: 2% auto 2% auto;
width: 82%;
font-size: 87.5%;
}
.page-id-1228 .middle_side_05 .read_02 {
margin: 2% auto 10% auto;
width: 82%;
color: #2A2A2A;
font-size: 90%;
line-height: 1;
}
.page-id-1228 .middle_side_05 .read_03 {
width: 92%;
margin: 0 auto 0 auto;
font-size: 90%;
}
.page-id-1228 .middle_side_06 .back_tit {
font-size: 3em !important;
}
.page-id-1228 .middle_side_06 .back_subtit {
font-size: 55%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -7% 0 0 0;
}
.page-id-1228 .middle_side_06 .tit_01 {
text-align: center;
font-size: 1.4em !important;
font-weight: 600;
line-height: 1.4em !important;
color: #000000;
margin: 2% 0 5% 0;
}
.page-id-1228 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
display: block;
}
.page-id-1228 .middle_side_13 .back_subtit {
font-size: 29%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 1% 0 5% 0;
width: 85%;
margin: 0 auto 0 auto;
}
.page-id-1228 .middle_side_14 {
margin: 2% 0 -37px;
padding: 0;
}
.page-id-1228 .middle_side_14 .back_tit {
text-align: center;
font-size: 5em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_14 .back_subtit {
font-size: 122%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: 0% 0 0 0;
text-align: center;
padding-bottom: 6%;
}
.page-id-1228 .troubles-section {
padding: 0px 0;
}
.page-id-1228 .troubles-section .trouble-content {
padding: 0px;
margin-bottom: 7%;
}

.page-id-1228 .middle_side_14 .subtit {
text-align: center;
font-size: 187.5%;
font-weight: 700;
}
.page-id-1228 .middle_side_14_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 6% auto 5% auto;
    padding: 4%;
}
.page-id-1228 .troubles-section .trouble-title {
font-size: 2.6rem;
font-weight: 700;
color: #1565c0;
margin-bottom: 12px;
text-align: center;
}
.page-id-1228 .table-wrapper {
width: 94%;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
border: 1px solid var(--border-soft);
margin: 0 auto 0 auto;
}

.page-id-1228 .table-title {
background: linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-dark) 100%);
color: #fff;
text-align: center;
padding: 18px;
font-size: 20px;
font-weight: 600;
letter-spacing: .5px
}

.page-id-1228 .data-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-family: var(--font-main)
}

.page-id-1228 .data-table thead tr {
background: var(--brand-primary-dark)
}

.page-id-1228 .data-table thead th {
color: #fff;
padding: 16px 20px;
font-size: 15px;
font-weight: 500;
text-align: center;
vertical-align: middle;
border-right: 1px solid rgba(255,255,255,.15)
}

.page-id-1228 .data-table thead th:first-child {
text-align: left;
width: 40%
}

.page-id-1228 .data-table thead th:last-child {
border-right: none
}

.page-id-1228 .data-table tbody tr {
border-bottom: 1px solid #e5e5e5;
transition: background-color .2s ease
}

.page-id-1228 .data-table tbody tr:hover {
background-color: #fafafa
}

.page-id-1228 .data-table tbody tr:last-child {
border-bottom: none
}

.page-id-1228 .data-table tbody td {
padding: 18px 20px;
font-size: 15px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #e5e5e5
}

.page-id-1228 .data-table tbody td:first-child {
text-align: left;
color: var(--brand-primary);
font-weight: 500;
background: #f5f8f6;
width: 40%;
font-size: 14px
}

.page-id-1228 .data-table tbody td:last-child {
border-right: none
}

.page-id-1228 .data-table tbody td:not(:first-child) {
color: #333;
font-size: 17px;
font-weight: 600;
white-space: nowrap
}

.page-id-1228 .mileage-table tbody td:not(:first-child) {
font-size: 16px
}

.page-id-1228 .period-highlight {
color: #0052a5 !important;
font-weight: 700
}

.page-id-1228 .weight-table thead th:first-child,.weight-table tbody td:first-child {
width: 25%
}

.page-id-1228 .mp-scope {
--mp-brand: var(--brand-primary);
--mp-brand-dark: var(--brand-primary-dark);
--mp-ink: var(--text-main);
--mp-muted: var(--text-muted);
--mp-ring: var(--ring-soft);
--mp-card: #fff
}

.page-id-1228 .data-table th:first-child, .page-id-1228 .data-table td:first-child {
min-width: 40px;
white-space: normal;
}
.page-id-1228 .middle_side_06 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -8% 0 0 0;
}
.page-id-1228 .middle_side_07 .back_tit {
text-align: center;
font-size: 4em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
line-height: 1;
display: block;
margin-top: 15%;
}
.page-id-1228 .middle_side_08 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #80BEFF2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_08 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}
.page-id-1228 .middle_side_08 .subtit {
text-align: center;
font-size: 143.75% !important;
font-weight: 700;
}
.page-id-1228 .services-timeline-manufacturer {
max-width: 92%;
margin: 8px auto;
padding: 0;
}
.page-id-1228 .middle_side_08 .margin_w {
width: 98%;
margin: 0 auto 0 auto;
}
.page-id-1228 .middle_side_09 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1228 .middle_side_09 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -2% 0 0 0;
}
.page-id-1228 .middle_side_09 .subtit {
text-align: center;
font-size: 100% !important;
font-weight: 700;
width: 78%;
margin: 0 auto 0 auto;
}
.page-id-1228 .middle_side_09 .h2-subtit {
background: #ffffff00;
}
.page-id-1228 .middle_side_09 .services-timeline-manufacturer {
max-width: 92%;
margin: 0px auto;
padding: 0;
}
.page-id-1228 .middle_side_10 .back_subtit {
font-size: 42%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -12% 0 0 0;
}
.page-id-1228 .middle_side_10 .subtit {
text-align: center;
font-size: 161.5%;
font-weight: 700;
}
.page-id-1228 .outside_11 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1228 .middle_side_11 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1228 .middle_side_11 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
color: #8B8B8B2B;
padding: 70px 0px 0px 0px;
}
.page-id-1228 .middle_side_11 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -9% 0 0 0;
}

.page-id-1228 .outside_12 {
margin: 0 auto 0 auto;
display: inline;
}
.page-id-1228 .middle_side_12 {
 display: grid;
 grid-template-columns: 98%;
 gap: 20px;
}
.page-id-1228 .middle_side_12 .back_tit {
text-align: center;
font-size: 3em;
font-weight: 900;
padding: 70px 0px 0px 0px;
line-height: 1;
}
.page-id-1228 .middle_side_12 .back_subtit {
font-size: 64%;
font-weight: 800;
color: #2A2A2A;
display: block;
margin: -3% 0 -4% 0;
line-height: 1;
}
.page-id-1228 .middle_side_12 .subtit {
text-align: center;
font-size: 137% !important;
font-weight: 700;
}
.page-id-1228 .commitment-section .commitment-number {
width: 50px;
height: 50px;
font-size: 2.5rem;
margin-bottom: 20px;
}
.page-id-1228 .commitment-section .commitment-description {
font-size: 1.7rem;
text-align: justify;
}
.page-id-1228 .commitment-section .commitment-title {
font-size: 3.2rem;
}
.page-id-1228 .text-editor_01 {
width: 93%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 110%;
font-weight: 600;
color: #000;
}
.page-id-1228 .rv2-track {
display: flex;
gap: 20px;
padding: 0 24px;
overflow-x: auto;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0% 0% 3% 0%;
}
}

/* 縦のラインを brand 系変数に置き換え */
.page-id-1228 .service-flow .sf-step::before {
content: "";
position: absolute;
left: 29px;
top: 68px;
bottom: 10px;
width: 2px;
background: linear-gradient(180deg, #10b3aa, rgba(16,179,170,.10));
}
.page-id-1228 .item-marker-manufacturer {
 flex-shrink: 0;
 width: 40px;
 height: 40px;
 background: #10b3aa;
 color: #fff;
 font-size: 16px;
 font-weight: 900;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
}
.page-id-1228 .header-line-manufacturer {
width: 60px;
height: 4px;
background: linear-gradient(90deg, #10b3aa, transparent);
border-radius: 2px;
flex-shrink:0;
}
.page-id-1228 .service-spotlight-manufacturer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #10b3aa, #0d9087);
}
.page-id-1228 .service-spotlight-manufacturer {
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 24px;
padding: 48px;
position: relative;
overflow: hidden;
}
.page-id-1228 .spotlight-badge-manufacturer {
display: inline-block;
background: #10b3aa;
color: #fff;
font-size: 12px;
font-weight: 900;
padding: 8px 20px;
border-radius: 20px;
letter-spacing: .06em;
margin-bottom: 24px;
}
.page-id-1228 .spotlight-list-manufacturer li {
background: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
color: #10b3aa;
white-space: nowrap;
}
.page-id-1228 section.breakdown-section .breakdown-description {
font-size: 96%;
line-height: 1.9;
color: #404b5a;
margin: 0;
text-align: justify;
}
.page-id-1228 section.breakdown-section .breakdown-title {
font-size: 200%;
font-weight: 800;
letter-spacing: .01em;
text-align: left;
color: #173a8e;
margin: 0 0 14px;
}
.page-id-1228 .breakdown-section .breakdown-title::after {
content: '';
position: absolute;
bottom: 3px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 2px;
background: #10b3aa;
border-radius: 1px;
transition: width .3s ease;
}
.page-id-1228 .service-row-manufacturer {
background: #fff;
border-left: 4px solid #10b3aa;
padding: 32px 28px;
display: flex;
flex-direction: column;
gap: 20px;
transition: all .3s ease;
}
.page-id-1228 .service-big-num-manufacturer {
font-size: 48px;
font-weight: 900;
color:#10b3aa;
line-height: 1;
letter-spacing: -.02em;
}
.page-id-1228 .spotlight-text-manufacturer h2 {
background: no-repeat;
}

/* ------------------------------------------------------------------------------------------- tire(1228)END */

/* ------------------------------------------------------------------------------------------- 対応メーカー START */
.corresponding_email {
background-color: #ffffff;
max-width: 1180px;
height: auto;
box-sizing: content-box;
color: #000000;
font-weight: 400;
text-align: justify;
margin: 2% auto 2% auto;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1025px) {
.corresponding_email .inner {

}
}
@media (max-width: 1024px) {
.corresponding_email .inner {
padding: 1% 4% 1% 4%;
margin-left: auto;
margin-right: auto;
}
}
.corresponding_email .inner .tit_01 {
color: #800000;
font-weight: bold;
font-size: 1.8em;
}
.corresponding_email .inner .subtit_01 {
color: #0000ff;
font-weight: 900;
}
.corresponding_email .inner .lead_01 {
font-size: 87.5%;
line-height: 1.8;
}
.corresponding_email .inner p {
margin: 0 0 0em;
}
@media (max-width: 767px) {
.corresponding_email .inner .tit_01 {
font-size: 118.75%;

}
.corresponding_email .inner .lead_01 {
font-size: 81.25%;
}
.corresponding_email .inner .lead_02 {
font-size: 75%;
}

}
/* ------------------------------------------------------------------------------------------- 対応メーカー END */

/* ------------------------------------------------------------------------------------------- 会社概要 START */

@media (min-width: 1025px) {
.company-profile {
margin-bottom: 20px;
max-width: 1198px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1024px) {
.company-profile {
margin-bottom: 20px;
max-width: 96%;
margin-left: auto;
margin-right: auto;
}
}
/* ------------------------------------------------------------------------------------------- 会社概要 END */

/* ------------------------------------------------------------------------------------------- お問い合わせ START */
@media (min-width: 1025px) {
.inquiry {
margin-bottom: 20px;
max-width: 1198px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1024px) {
.inquiry {
margin-bottom: 20px;
max-width: 96%;
margin-left: auto;
margin-right: auto;
margin-bottom: 60%;
}
}

/* ------------------------------------------------------------------------------------------- お問い合わせ END */

/* ------------------------------------------------------------------------------------------- お問い合わせ完了画面 START */
@media (min-width: 1025px) {
.inquiry_thanks {
margin-bottom: 20px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
margin-top: 1%;
line-height: 2;
}
.inquiry_thanks p {
font-family: "Roboto", Sans-serif;
font-size: 1.1em;
font-weight: 400;
margin: 0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
color: #606060
}
.inquiry_thanks .tit {
font-size: 30px;
font-weight: 400;
}
.inquiry_thanks .p_line_01 {
border-bottom: 1px solid #333;
display: block;
padding-bottom: 1%;
}
.inquiry_thanks .p_space_01 {
border-bottom: 0px solid #333;
display: block;
padding-top: 4%;
}
}
@media (max-width: 1024px) {
.inquiry_thanks {
margin-bottom: 20px;
max-width: 94%;
margin-left: auto;
margin-right: auto;
margin-top: 1%;
line-height: 2;
border: 0px solid #ccc;
padding: 1%;
}
.inquiry_thanks p {
font-family: "Roboto", Sans-serif;
font-size: 87.5%;
font-weight: 400;
margin: 0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
color: #606060
}
.inquiry_thanks .tit {
font-size: 20px;
font-weight: 400;
}
.inquiry_thanks .p_line_01 {
border-bottom: 1px solid #333;
display: block;
padding-bottom: 1%;
}
.inquiry_thanks .p_space_01 {
border-bottom: 0px solid #333;
display: block;
padding-top: 4%;
}
}
/* ------------------------------------------------------------------------------------------- お問い合わせ完了画面 END */

/* ------------------------------------------------------------------------------------------- プライバシーポリシー START */
@media (min-width: 1025px) {
.privacy_policy {
margin-bottom: 3%;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
border: 1px solid #ccc;
padding: 2%;
}
.privacy_policy h3 {
margin: 1px 1px 14px;
padding: 34px 0 0px;
border-top: 1px solid #05a5ab;
border-bottom: 1px solid #05a5ab;
color: #00858a;
font-size: 1.8rem;
line-height: 0;
}
}
@media (max-width: 1024px) {
.privacy_policy {
margin-bottom: 20px;
max-width: 94%;
margin-left: auto;
margin-right: auto;
margin-bottom: 12%;
margin-top: 2%;
border: 1px solid #ccc;
padding: 4%;
}
}
@media (max-width: 767px) {
.privacy_policy h3 {
margin: 1px 1px 14px;
padding: 34px 0 0px;
border-top: 1px solid #05a5ab;
border-bottom: 1px solid #05a5ab;
color: #00858a;
font-size: 1.8rem;
line-height: 0;
}
}
/* ------------------------------------------------------------------------------------------- プライバシーポリシー END */

/* ------------------------------------------------------------------------------------------- サイトマップ START */
@media (min-width: 1025px) {
 .site-map-sp {
    max-width: 96%;
    width: 68%;
    margin: 3% auto 2% auto;
    text-align: justify;
    display: block;
}
}
@media (min-width: 481px) and (max-width: 1024px) {
 .site-map-sp {
    max-width: 96%;
    width: 61%;
    margin: 3% auto 2% auto;
    text-align: justify;
    display: block;
}
}
@media (max-width: 480px) {
 .site-map-sp {
    max-width: 96%;
    width: 90%;
    margin: 3% auto 2% auto;
    text-align: justify;
    display: block;
}
}


/* ------------------------------------------------------------------------------------------- サイトマップ END *//* empty */

.keni-header_cont, .keni-header_col1 .keni-header_cont {
        max-width: initial !important;
    }
@media (min-width:1024px) { 

}
@media screen　and (min-width:390px) and (min-width:414px) { 
.site-title img {
    width: 46%;
}
}
@media (min-width: 1366px) {
    .keni-header .site-title-original {
      float: left;
      max-width: 50%;
      font-size: inherit;
      padding: 11px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
      font-size: 116%;
      line-height: 1.2;
      padding: 6px 0 0 0;
      font-weight: 500;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
.keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 115px;
    display: block;
    box-shadow: 2px 2px 8px #cdc7c7a8;
}
}
@media (min-width:1024px) and (max-width: 1365px) {
    .keni-header .site-title-original {
      float: left;
      max-width: 50%;
      font-size: inherit;
      padding: 14px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
      font-size: 116%;
      line-height: 1.2;
      padding: 6px 0 0 0;
      font-weight: 500;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
}
@media (min-width:768px) and (max-width: 1023px) {
    .keni-header .site-title-original {
      float: left;
      max-width: 50%;
      font-size: inherit;
      padding: 14px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
        font-size: 106%;
        line-height: 1.3;
        padding: 8px 0 0 0;
        font-weight: 500;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
}
@media (orientation: landscape) and (max-width: 1024px) {
    .keni-header .site-title-original {
      padding: 0px 0 0 0;
    }
}
@media (min-width:412px) and (max-width: 480px) {
    .keni-header .site-title-original {
      float: left;
      max-width: 56%;
      font-size: inherit;
      padding: 0px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
      margin-left: 2px;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
     font-size: 72%;
     line-height: 1.3;
     padding: 0px 0 0 0;
     font-weight: 500;
     white-space: nowrap;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
    .keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 8%;
     box-shadow: 2px 2px 8px #cdc7c7a8;
 }
}
@media (min-width:360px) and (max-width: 390px) {
    .keni-header .site-title-original {
      float: left;
      max-width: 63%;
      font-size: inherit;
      padding: 0px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
      margin-left: 2px;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
     font-size: 72%;
     line-height: 1.3;
     padding: 3px 0 0 0;
     font-weight: 500;
     white-space: nowrap;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
    .keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 8%;
     box-shadow: 2px 2px 8px #cdc7c7a8;
 }
}

/* -------------------------------------------------------------------------------------------- ヘッダー START */

@media (max-width:375px) { 
.keni-header_wrap {
    height: 10%;
}
}
.keni-header_wrap .keni-header_inner {
  width: 96%;
  height:auto;
  margin: 0 auto 0;
}

.keni-header_wrap .keni-header_inner .header-nav-menu {
    align-items: center;
    align-content: center;
    margin-right: 0% !important;
}
@media (min-width:1367px) { 
.keni-header_wrap .keni-header_inner .rows {
    display: grid;
    grid-template-columns: 340px 204px 220px;
    align-items: center;
    gap: 0;
    align-content: center;
    text-align: center;
    margin-right: 33px;
    margin-top: -1%;
}
}
@media screen and (min-width:1024px) and (max-width:1366px) { 
.keni-header_wrap .keni-header_inner .rows {
    display: grid;
    grid-template-columns: 278px 168px 216px !important;
    align-items: center;
    gap: 0;
    align-content: center;
    text-align: center;
    margin-right: 33px;
    margin-top: -1%;
}
.keni-header_wrap .keni-header_inner .header-nav-menu .rows .list .tel {
    font-size: 24px !important;
    font-weight: bold;
    color: #ce0000;
    text-decoration: underline;
    display: inline-block;
    line-height: 1.1;
    white-space: nowrap;
}
.keni-header_wrap .keni-header_inner .header-nav-menu .foam {
    color: #fff;
    background-color: #021fb2;
    font-size: 12px!important;
    border-radius: 3px !important;
    text-decoration: none;
    border-radius: 3px;
    padding: 12px 10px 12px 10px !important;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-right: 0%;
    white-space: nowrap;
}
}


@media screen and (min-width:768px) and (max-width:1023px) { 
.keni-header_wrap {
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 11%;
    display: block;
    box-shadow: 2px 2px 8px #cdc7c7a8;
}
}
@media screen and (min-width:1024px) and (max-width:1366px) { 
.keni-header_wrap {
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 11%;
    display: block;
    box-shadow: 2px 2px 8px #cdc7c7a8;
}
}
@media screen and (min-width:768px) and (max-width:1023px) { 
.keni-header_wrap {
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 11%;
    display: block;
    box-shadow: 2px 2px 8px #cdc7c7a8;
}
}
@media screen and (min-width:1024px) and (max-width:1366px) { 
.keni-header_wrap {
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 8%;
    display: block;
    box-shadow: 2px 2px 8px #cdc7c7a8;
}
}

.keni-header_wrap .keni-header_inner .rows .list {
}
.keni-header_wrap .keni-header_inner .header-nav-menu {
  align-items: center;
  align-content: center;
}
.keni-header_wrap .keni-header_inner .header-nav-menu .rows .list:nth-child(1) {
  width: 110%;
  margin-left: -51px;
}
.keni-header_wrap .keni-header_inner .header-nav-menu .rows .list .tel {
    font-size: 27px;
    font-weight: bold;
    color: #ce0000;
    text-decoration: underline;
    display: inline-block;
    line-height: 1.1;
    white-space: nowrap;
}
.keni-header_wrap .keni-header_inner .header-nav-menu .foam {
   color: #fff;
    background-color: #021fb2;
    font-size: 15px;
    border-radius: 3px !important;
    text-decoration: none;
    border-radius: 3px;
    padding: 13px 20px 13px 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-right: 0%;
    white-space: nowrap;
}
.keni-header_wrap .keni-header_inner .header-nav-menu .foam a {
 color: #fff;
}

/* --------------------------------------------------------------------------------------------ヘッダー END */



/* overlay-styles.css */


.hamburger-area {
  display: block I !important;
}
.hamburger-area .keni-header_inner {
width: 97%;
display: flow-root;
margin-top: 0;
}
.hamburger-area .hamburger-overlay {
    position: fixed;
    top: 2%;
    right: 32px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  /* ここにiPadの横向き時に適用したいCSSを記述 */
  .keni-header_wrap .keni-header_inner {
    width: 96%;
    height: auto;
    margin: 0px auto 0 !important;
}
.keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    height: 11%;
    display: block;
    box-shadow: 2px 2px 8px #cdc7c7a8;
}
.hamburger-area .hamburger-overlay {
    position: fixed;
    top: 1.5%;
    right: 32px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
}
}
@media only screen and (max-device-width: 932px) and (orientation: landscape) {
    .keni-header .site-title-original {
      float: left;
      max-width: 63%;
      font-size: inherit;
      padding: 14px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
      margin-left: 2px;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
     font-size: 125%;
     line-height: 1.3;
     padding: 3px 0 0 0;
     font-weight: 500;
     white-space: nowrap;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
    .keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 25%;
     box-shadow: 2px 2px 8px #cdc7c7a8;
 }
 .hamburger-area .hamburger-overlay {
    top: 3%;
}
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
    .keni-header .site-title-original {
      float: left;
      max-width: 63%;
      font-size: inherit;
      padding: 14px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
      margin-left: 2px;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
     font-size: 125%;
     line-height: 1.3;
     padding: 3px 0 0 0;
     font-weight: 500;
     white-space: nowrap;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
    .keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 25%;
     box-shadow: 2px 2px 8px #cdc7c7a8;
 }
 .hamburger-area .hamburger-overlay {
    top: 3%;
}
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
    .keni-header .site-title-original {
      float: left;
      max-width: 63%;
      font-size: inherit;
      padding: 0px 0 0 0;
    }
    .keni-header .site-title-original ul {
      display: flex;
      margin-left: 2px;
    }
    .keni-header .site-title-original ul li:nth-child(1) {
      margin-right: 10px;
    }
    .keni-header .site-title-original ul li:nth-child(2) {
     font-size: 125%;
     line-height: 1.3;
     padding: 3px 0 0 0;
     font-weight: 500;
     white-space: nowrap;
    }
    .keni-header .site-title-original ul .resize{
      font-size: 86% !important;
    }
    .keni-header_wrap {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 25%;
     box-shadow: 2px 2px 8px #cdc7c7a8;
 }
 .hamburger-area .hamburger-overlay {
    top: 6%;
}
}
@media screen　and (min-width:480px) and (min-width:767px) { 
.hamburger-area .hamburger-overlay {
    top: 1%;
}
}
@media screen　and (min-width:768px) and (min-width:1024px) { 
.hamburger-area .hamburger-overlay {
    top: 1%;
}
}
@media (max-width:480px) { 
.hamburger-area .hamburger-overlay {
    top: 1%;
}
}
.hamburger-area .hamburger-overlay__line {
position: absolute;
left: 11px;
width: 50px;
height: 6px;
background-color: #333;
transition: all .6s;
}
.hamburger-area .hamburger-overlay__line:nth-of-type(1) { top: 10px; }
.hamburger-area .hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-area .hamburger-overlay__line:nth-of-type(3) { top: 35px; }

.hamburger-area .hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}
.hamburger-area .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-area .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-area .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}
.hamburger-area .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 86%);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}
.hamburger-area .nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.hamburger-area .nav-overlay__content {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.hamburger-area .nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger-area .nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}
.hamburger-area .nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.hamburger-area .nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.hamburger-area .nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.hamburger-area .nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.hamburger-area .nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
.hamburger-area .nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}
.hamburger-area .nav-overlay__link:hover {
  color: #4a90e2;
}
.hamburger-area .nav-overlay__link {
display: inline-block;
padding: 10px;
color: #fff;
font-size: 145%;
text-decoration: none;
transition: color .3s;
}

@media (min-width:1025px) {
/* <!-- トップページ --> */
.top_scroll_pc_top_00 {
    width: 90%;
    height:auto;
    object-fit: cover;
    display: block;
    margin: 0px auto 0 auto;
    overflow: visible;
    padding: 132px 0 0px 0;
}
/* <!-- メーカーページ --> */
.top_scroll_pc_top_01 {
    width: 90%;
    height:auto;
    object-fit: cover;
    display: block;
    margin: 0px auto 0 auto;
    overflow: visible;
    padding: 132px 0 0px 0;
}
/* <!-- エアコン修理ページ --> */
.top_scroll_pc_top_02 {
    width: 90%;
    height:auto;
    object-fit: cover;
    display: block;
    margin: 0px auto 0 auto;
    overflow: visible;
    padding: 132px 0 0px 0;
}
/* <!-- ガラス交換/修理ページ --> */
.top_scroll_pc_top_03 {
    width: 90%;
    height:auto;
    object-fit: cover;
    display: block;
    margin: 0px auto 0 auto;
    overflow: visible;
    padding: 132px 0 0px 0;
}
/* <!-- コーティングページ --> */
.top_scroll_pc_top_04 {
    width: 90%;
    height:auto;
    object-fit: cover;
    display: block;
    margin: 0px auto 0 auto;
    overflow: visible;
    padding: 132px 0 0px 0;
}
/* <!-- タイヤ交換やパンク修理 --> */
.top_scroll_pc_top_05 {
    width: 90%;
    height:auto;
    object-fit: cover;
    display: block;
    margin: 0px auto 0 auto;
    overflow: visible;
    padding: 132px 0 0px 0;
}
/* <!-- トップページ --> */
.background_top_scroll_pc_00 {
    background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/pc-background_image_2240-910.gif);
    background-position: top center;
    background-attachment: fixed;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    height:auto;
    object-fit: cover;
    overflow: hidden;
}
/* <!-- メーカーページ --> */
.background_top_scroll_pc_01 {
    background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/pc-background_image_2240-910.gif);
    background-position: top center;
    background-attachment: fixed;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    height:auto;
    object-fit: cover;
    overflow: hidden;
}
/* <!-- エアコン修理ページ --> */
.background_top_scroll_pc_02 {
    background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/air-conditioner-repair_1280-630.gif);
    background-position:center -182px;
    background-attachment: fixed;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    height:auto;
    object-fit: cover;
    overflow: hidden;
}
/* <!-- ガラス交換/修理ページ --> */
.background_top_scroll_pc_03 {
	background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/glass-repair-and-replacement_1280-630.gif);
    background-position:center 0;
    background-attachment: fixed;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    height:auto;
    object-fit: cover;
    overflow: hidden;
}
/* <!-- コーティングページ --> */
.background_top_scroll_pc_04 {
    background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/coating_1280-630_01.gif);
    background-position:center -85px;
    background-attachment: fixed;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    height:auto;
    object-fit: cover;
    overflow: hidden;
}

/* <!-- タイヤ交換やパンク修理 --> */
.background_top_scroll_pc_05 {
	background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/tire-replacement_1280-630_02.gif);
    background-position:center 0;
    background-attachment: fixed;
    background-clip: border-box;
    background-size: cover;
    width: 100%;
    height:auto;
    object-fit: cover;
    overflow: hidden;
}
.contents {
	color: #fff ;
	background: #ffffff;
	display: flex ;
	justify-content: center ;
	align-items: center ;
}
.contents.a {
	background: #ffffff00;
}
.top_scroll_sp_top_01 {
    display: none;
}
/* .img.b {
	background-image: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/assets/img/img-5.jpg);
}
.img.c {
	background-image: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/css/assets/img/img-6.jpg);
}
 */
/*
.img, .contents {
	width: 100% ;
	height: 65vh ;
}
.contents {
	color: #fff ;
	background: #01579B ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
}
.contents.b {
	background: #FF9100 ;
}
.contents.c {
	background: #AD1457 ;
}
*/
}
/*
@media screen and (orientation: landscape) {

.top_scroll_pc_top_00 {
width: 96%;
height: 63vh;
object-fit: contain;
display: block;
margin: 0px auto 0 auto;
overflow: visible;
}
.background_top_scroll_pc_00 {
background: url(//echigo-shaken-niigata.jp/wp-content/themes/keni8-child/images/pc-background_image_2240-910.gif);
background-position: top center;
background-attachment: fixed;
background-clip: border-box;
background-size: cover;
width: 100%;
height: 60vh;
overflow: hidden;
}
}
*/
@media (min-width:1024px) and (max-width:1365px) {
.top_scroll_pc_top_00,
.top_scroll_pc_top_01,
.top_scroll_pc_top_02,
.top_scroll_pc_top_03,
.top_scroll_pc_top_04,
.top_scroll_pc_top_05,
.top_scroll_pc_top_06,
.top_scroll_pc_top_07,
.top_scroll_pc_top_08,
.top_scroll_pc_top_09,
.top_scroll_pc_top_10,
.top_scroll_pc_top_11,
.top_scroll_pc_top_12,
.top_scroll_pc_top_13,
.top_scroll_pc_top_14 {
	display: none;
}
.top_scroll_sp_top_00,
.top_scroll_sp_top_01,
.top_scroll_sp_top_02,
.top_scroll_sp_top_03,
.top_scroll_sp_top_04,
.top_scroll_sp_top_05,
.top_scroll_sp_top_06,
.top_scroll_sp_top_07,
.top_scroll_sp_top_08,
.top_scroll_sp_top_09,
.top_scroll_sp_top_10,
.top_scroll_sp_top_11,
.top_scroll_sp_top_12,
.top_scroll_sp_top_13,
.top_scroll_sp_top_14 {
    width: 100%;
    height: auto;
    margin: 4% auto 0;
    overflow: hidden;
}
}
@media (max-width:1023px) {
.top_scroll_pc_top_00,
.top_scroll_pc_top_01,
.top_scroll_pc_top_02,
.top_scroll_pc_top_03,
.top_scroll_pc_top_04,
.top_scroll_pc_top_05,
.top_scroll_pc_top_06,
.top_scroll_pc_top_07,
.top_scroll_pc_top_08,
.top_scroll_pc_top_09,
.top_scroll_pc_top_10,
.top_scroll_pc_top_11,
.top_scroll_pc_top_12,
.top_scroll_pc_top_13,
.top_scroll_pc_top_14 {
	display: none;
}
.top_scroll_sp_top_00,
.top_scroll_sp_top_01,
.top_scroll_sp_top_02,
.top_scroll_sp_top_03,
.top_scroll_sp_top_04,
.top_scroll_sp_top_05,
.top_scroll_sp_top_06,
.top_scroll_sp_top_07,
.top_scroll_sp_top_08,
.top_scroll_sp_top_09,
.top_scroll_sp_top_10,
.top_scroll_sp_top_11,
.top_scroll_sp_top_12,
.top_scroll_sp_top_13,
.top_scroll_sp_top_14 {
    width: 100%;
    height: auto;
    margin: 9% auto 0;
    overflow: hidden;
}
}
@media (min-width:1366px) {
.top_scroll_pc_top_00,
.top_scroll_pc_top_01,
.top_scroll_pc_top_02,
.top_scroll_pc_top_03,
.top_scroll_pc_top_04,
.top_scroll_pc_top_05,
.top_scroll_pc_top_06,
.top_scroll_pc_top_07,
.top_scroll_pc_top_08,
.top_scroll_pc_top_09,
.top_scroll_pc_top_10,
.top_scroll_pc_top_11,
.top_scroll_pc_top_12,
.top_scroll_pc_top_13,
.top_scroll_pc_top_14 {
	display: block;
}
.top_scroll_sp_top_00,
.top_scroll_sp_top_01,
.top_scroll_sp_top_02,
.top_scroll_sp_top_03,
.top_scroll_sp_top_04,
.top_scroll_sp_top_05,
.top_scroll_sp_top_06,
.top_scroll_sp_top_07,
.top_scroll_sp_top_08,
.top_scroll_sp_top_09,
.top_scroll_sp_top_10,
.top_scroll_sp_top_11,
.top_scroll_sp_top_12,
.top_scroll_sp_top_13,
.top_scroll_sp_top_14 {
display: none;
}
}

.footer {
    background-color: #f9f9f9;
    background-size: contain;
    width: 100%;
    height: auto;
    box-sizing: content-box;
    color: #000000;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
    margin-top: 0%;
    padding: 2% 0 1%;
}
.font-w {
    font-weight: 600;
}
@media (min-width: 1025px) {
.footer .footer_inner {
    padding: 1% 6% 1% 6%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 1024px) {
.footer .footer_inner {
    padding: 6% 6% 6% 6%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
}
.footer .footer_inner .tit_01 {
    color: #800000;
    font-weight: bold;
}
.footer .footer_inner .subtit_01 {
    color: #0000ff;
    font-weight: 900;
}
.footer .footer_inner .lead_01 {
    color: #000000;
    font-weight: 400;
}
.footer .footer_inner .lead_02 {
    color: #7b7878;
}
.footer .footer_inner p {
    margin: 0 0 0em;
}
@media (min-width: 1025px) {
.footer .footer_inner .tit_01 {
    font-size: 234.5%;
    font-weight: bold;
}
.footer .footer_inner .subtit_01 {
    font-size: 162.5%;
}
.footer .footer_inner .lead_01 {
    font-size: 87.5%;
}
.footer .footer_inner .lead_02 {
    font-size: 75%;
}
}
@media (max-width: 1024px) {
.footer .footer_inner .tit_01 {
    font-size: 118.75%;
    
}
.footer .footer_inner .subtit_01 {
    font-size: 112.5%;
}
.footer .footer_inner .lead_01 {
    font-size: 81.25%;
}
.footer .footer_inner .lead_02 {
    font-size: 75%;
}
}
@media (min-width: 1025px) {
.box-background_pc {
    background: #2a2931db;
    z-index: 10 !important;
    padding: 1%;
    margin: 6px 0 0% 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

p {
    margin-block-end:.3rem!important;margin-block-start:0!important}

.box-background_pc .box-inner {
    margin: 0 auto 0 auto;
    width: 1025px;
    display: block
}

.box-background_pc .box-inner .wrapper {
    display: grid;
    grid-template-columns: 1fr 600px 1fr;
    width: 100%
}

* {
    box-sizing: border-box
}

.box-background_pc .box-inner .wrapper {
    color: #fff;
    font-weight: 900
}

.box-background_pc .box-inner .wrapper .box1 {
    font-size: 34px;
    line-height: 1.1;
    text-align: right
}

.box-background_pc .box-inner .wrapper .box1 .into {
    font-size: 25px!important;
    font-weight: 900
}

.box-background_pc .box-inner .wrapper .box2 {
    line-height: 1.1;
    text-align: center;
    font-weight: 900
}

.box-background_pc .box-inner .wrapper .box3 .line_pc_bottom_mail {
    display: flow-root;
    vertical-align: bottom;
    border: 1px solid #fff;
    padding: 8% 1%;
    border-radius: 10px;
    height: auto;
    break-after: inherit;
    background: #021fb2;
    margin-top: 5%;
}

.box-background_pc .box-inner .wrapper .number {
    font-size: 52px!important;
    font-family: 'Roboto'!important;
    font-weight: 900!important;
    font-style: normal!important;
    line-height: 1.2!important
}

.elementor-spacer-inner {
    display: block;
    height: 80px!important
}
    }

@media (max-width: 1024px) {
.box-background_pc {
    display:none
}
}
/* */
@media (min-width: 1025px) {
.box-background_sp {
    display: none;
}
}

@media (max-width: 1024px) {
.box-background_sp {
    background: rgba(49, 49, 49, 0.73);
    padding: 11px 11px 0px 11px;
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
}
@media (min-width:768px) and  (max-width:1024px) {
.box-background_sp img {
    object-fit: cover;
    vertical-align: middle;
    padding: 16%;
    margin: -14% 0;
}
}
.box-background_sp ul {
    display: flex;
    gap: 14px;
    margin: 0;
}
.box-background_sp ul li.left {
    float: left;
    flex-grow: 1;
}
.box-background_sp ul li.right {
    float: right;
    flex-grow: 1;
}
}
.elementor-spacer-inner {
    display: block;
    height: 60px!important
}
.iframe_wrapper {
    margin: 0;
    display: block;
}
@media (min-width: 1025px) {
.keni-footer_wrap {
    background-color: #f6faff;
    font-size: 1.4rem;
    line-height: 1.8em;
    height: 220px;
    display: block;
}
}
@media (max-width: 1024px) {
.keni-footer_wrap {
    background-color: #f6faff;
    background-size: contain;
    width: 100%;
    height: auto;
    box-sizing: content-box;
    color: #000000;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
    margin-top: -3%;
    margin: 4% 0 0 0;
    padding: 28px 0 28px 0;
}
}
body {
    margin-bottom: 15%;
}

@media (min-width:1366px) {
.breadcrumb_text-css {
font-size: 11px;
font-weight: 400;
}
.breadcrumb_text-css ul {
display: flex;
}
.breadcrumb_text-css a {
color: #000000;
text-decoration: none;
}
}

@media (min-width:600px) and  (max-width:1024px) {
.breadcrumb_text-css ul li {
font-size: 75%;
font-weight: 400;
width: 92%;
text-align: justify;
line-height: 1.6;
}
.breadcrumb_text-css ul li a {
color: #000000;
text-decoration: none;
}
}

@media (min-width:360px) and  (max-width:480px) {
.breadcrumb_text-css {
font-size: 68%;
font-weight: 400;
width: 92%;
text-align: justify;
line-height: 1.6;
}
.breadcrumb_text-css ul li a {
color: #000000;
text-decoration: none;
}
}

.elementor-1576 .elementor-element.elementor-element-bfa79e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-b9ba353 *//* カスタムフォームコンテナ */

.custom-form-container {
    background-color: #ffffff; /* シンプルで清潔感のある白背景 */
    padding: 2rem; /* 適度なパディング */
    border-radius: 1rem; /* 柔らかい角 */
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); /* 微妙な影で立体感 */
    max-width: 1180px; /* 最大幅を700pxに設定 */
    margin: 2rem auto -11rem auto; /* 上下左右中央に配置 */
    border: 1px solid #e0e0e0; /* 薄いグレーの境界線 */
}

/* pタグのスタイル */
.custom-form-container p {
    font-family: 'Helvetica Neue', sans-serif; /* モダンで読みやすいフォント */
    font-size: 87.5%; /* 読みやすいフォントサイズ */
    line-height: 1.6;
    color: #333; /* ダークグレーで視認性を向上 */
    margin-bottom: 1.5rem;
}

/* ラベル */
.custom-form-container label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    color: #4a4a4a; /* 少し濃いグレー */
}

/* 共通テキストフィールドのスタイル */
.custom-text, .custom-textarea {
    width: 100%;
    padding: 0.75rem 1rem; /* フォーム要素内の余白を増やす */
    margin-bottom: 1.5rem;
    border: 1px solid #dcdcdc; /* フラットなボーダー */
    border-radius: 0.5rem;
    font-size: 87.5%;
    color: #333;
    background-color: #fafafa; /* 柔らかいグレーの背景 */
    transition: all 0.3s ease;
}

.custom-text:focus, .custom-textarea:focus {
    border-color: #3b82f6; /* フォーカス時はブルーの境界線 */
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.3); /* フォーカス時に柔らかい光を表示 */
    outline: none;
}

/* テキストエリアのスタイル */
.custom-textarea {
    height: 150px; /* 高さを調整 */
    resize: vertical; /* 高さを自由に調整できるようにする */
}

/* セレクトボックスのスタイル */
.custom-select {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #dcdcdc;
    border-radius: 0.5rem;
    font-size: 100%;
    background-color: #fafafa;
    color: #333;
    transition: all 0.3s ease;
}

.custom-select:focus {
    border-color: #3b82f6; /* フォーカス時にブルーの境界線 */
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
    outline: none;
}

/* ファイル選択ボックス */
.custom-file {
    margin-bottom: 1.5rem;
    font-size: 87.5%;
    color: #333;
}

/* 送信ボタン */
.custom-submit {
    background-color: #3b82f6; /* 明るくモダンなブルー */
    color: #fff;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 87.5%;
    font-weight: bold;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-submit:hover {
    background-color: #2563eb; /* ホバー時に少し濃いブルー */
    box-shadow: 0px 4px 12px rgba(37, 99, 235, 0.2); /* 軽い影を追加 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
.custom-form-container {
    padding: 1.5rem; /* モバイルではパディングを少し減らす */
    max-width: 90%; /* フォーム全体を少し広げる */
}

.custom-submit {
    width: 100%; /* ボタンはモバイルでは全幅に */
    padding: 1rem;
    }
}/* End custom CSS */

.entry_title {
    display: none;
}

@media (min-width: 1025px) {
    .keni-main_inner {
        padding: 0% 0 !important;
    }
}
@media (min-width: 1025px) {
.header-marker_01 {
    margin: 112px auto 0 auto;
    width: 1200px;
    font-size: 112.5%;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 0 15px 20px;
}    
.header-marker_02 {
    background-color: #333;
    height: 54px;
    display: block;
}
#post-1576 {
    padding-bottom: 7%;
    margin-bottom: 5%;
    width: 100%:
}
}
@media (max-width: 1024px) {
    .keni-main_inner {
        padding: 0% 0 !important;
    }
.header-marker_01 {
    margin: 15% auto 0 auto;
    width: 100%;
    font-size: 112.5%;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 0 15px 20px;
}    
.header-marker_02 {
    background-color: #333;
    height: 54px;
    display: block;
    margin-top: 15%;
    text-align:center;
}
#post-3　.header-marker_01 {
    margin: 15% auto 0 auto;
    width: 100%;
    font-size: 112.5%;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 4% 2% 3% 3%;
}    
#post-3　.header-marker_02 {
    background-color: #333;
    height: 54px;
    display: block;
    margin-top: 15%;
}
#post-1576 {
    padding-bottom: 0%;
    margin-bottom: -28%;
    width: 100%;
}
.keni-section_wrap {
    margin: 0px !important;
    margin-top: 0% !important;
    padding: 1px 0 0% 0 !important;
    background: #ffffff;
}
#post-1576 body {
    background: #ffffff;
    width: 100%;
    height: 100%;
}
#post-1576 .article-body p {
    margin-bottom: 6px;
}
#post-3 .article-body {
    width: 90%;
    margin: 6% auto 0 auto;
    margin-bottom: -20%;
}
#post-3 .keni-section_wrap_style02 {
    display: none;
}
#post-1580 li {
        list-style: disc !important;
}
#post-1580 .article-body {
    width: 94%;
    margin: 0 auto 0 auto;
    display: flow-root;
}
}
keni-section_wrap keni-section_wrap_style02 {
    display: none !i;
}.elementor-1216 .elementor-element.elementor-element-4f666713{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-4f666713:not(.elementor-motion-effects-element-type-background), .elementor-1216 .elementor-element.elementor-element-4f666713 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/pc-background_image_1280-521_01.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1216 .elementor-element.elementor-element-570bdb0c{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-72985d8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1216 .elementor-element.elementor-element-72985d8e:not(.elementor-motion-effects-element-type-background), .elementor-1216 .elementor-element.elementor-element-72985d8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1216 .elementor-element.elementor-element-4408704d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1216 .elementor-element.elementor-element-4eea32db{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:700;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1216 .elementor-element.elementor-element-25f548a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1216 .elementor-element.elementor-element-67a71d75{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1216 .elementor-element.elementor-element-552c6dcc{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1216 .elementor-element.elementor-element-19a6ac6d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-19a6ac6d img{border-radius:10px 10px 10px 10px;}.elementor-1216 .elementor-element.elementor-element-4428ff93{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1216 .elementor-element.elementor-element-401447a8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1216 .elementor-element.elementor-element-23f6975d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1216 .elementor-element.elementor-element-431e59b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1216 .elementor-element.elementor-element-70184f3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1216 .elementor-element.elementor-element-231bf44d{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-7c5fcac7{width:var( --container-widget-width, 102.768% );max-width:102.768%;margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;--container-widget-width:102.768%;--container-widget-flex-grow:0;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-7c5fcac7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1216 .elementor-element.elementor-element-2367ecf7{--display:flex;}.elementor-1216 .elementor-element.elementor-element-547d5b37{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2.6em;font-weight:600;line-height:1.1em;color:#000000;}.elementor-1216 .elementor-element.elementor-element-17efcff4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1216 .elementor-element.elementor-element-17efcff4:not(.elementor-motion-effects-element-type-background), .elementor-1216 .elementor-element.elementor-element-17efcff4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3A3A3A1C;}.elementor-1216 .elementor-element.elementor-element-2b4342b9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1216 .elementor-element.elementor-element-28618a55{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-68f306fa{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-7b35f5fa{--display:flex;}.elementor-1216 .elementor-element.elementor-element-cadb160{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1216 .elementor-element.elementor-element-be1493e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1216 .elementor-element.elementor-element-21f1d926{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1216 .elementor-element.elementor-element-8170655{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-3245012f{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-3da1df37{--display:flex;}.elementor-1216 .elementor-element.elementor-element-3655d58b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1216 .elementor-element.elementor-element-3f222a04{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2em;font-weight:500;color:#C70202;}.elementor-1216 .elementor-element.elementor-element-2a09cf98{font-size:1.2em;font-weight:500;color:#000000;}.elementor-1216 .elementor-element.elementor-element-141af917.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1216 .elementor-element.elementor-element-1c2aa659.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1216 .elementor-element.elementor-element-1a0d6d05.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1216 .elementor-element.elementor-element-3c216884{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1216 .elementor-element.elementor-element-3c216884:not(.elementor-motion-effects-element-type-background), .elementor-1216 .elementor-element.elementor-element-3c216884 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3A3A3A1C;}.elementor-1216 .elementor-element.elementor-element-2a0406b6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1216 .elementor-element.elementor-element-2522a636{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-50b927a6{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-2abd3c29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--z-index:1;}.elementor-1216 .elementor-element.elementor-element-2e52a8a6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1216 .elementor-element.elementor-element-189410c2{text-align:center;font-weight:500;color:#000000;}.elementor-1216 .elementor-element.elementor-element-511e58bf{text-align:center;font-weight:400;color:#000000;}.elementor-1216 .elementor-element.elementor-element-7b9f661{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1216 .elementor-element.elementor-element-275c75d3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-63ed9b72{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-1552aafd{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-702bb249{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-9e13d02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-9e13d02.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1216 .elementor-element.elementor-element-3144c2af{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-4a83b0cc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-1a197496{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-71cfa4d4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-722f7aac{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-4b637cd5{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-409eca5a{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1216 .elementor-element.elementor-element-7884c37d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-319f464{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-2a59a467{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-3702c21e{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-1124f4b2{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-adbd0b5{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1216 .elementor-element.elementor-element-14ea72b3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-1aeb5b46{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-2dcc774f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-260d5586{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#8D8D8D1C;}.elementor-1216 .elementor-element.elementor-element-4e79731c{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1216 .elementor-element.elementor-element-65d0ca70{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1216 .elementor-element.elementor-element-6de8b0bf{--display:flex;}.elementor-1216 .elementor-element.elementor-element-119b8257{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1216 .elementor-element.elementor-element-1a16dc92{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:700;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1216 .elementor-element.elementor-element-4f666713{--content-width:1400px;}.elementor-1216 .elementor-element.elementor-element-25f548a8{--content-width:1140px;}.elementor-1216 .elementor-element.elementor-element-552c6dcc{--width:30%;}.elementor-1216 .elementor-element.elementor-element-4428ff93{--width:68%;}.elementor-1216 .elementor-element.elementor-element-17efcff4{--content-width:1140px;}.elementor-1216 .elementor-element.elementor-element-be1493e{--content-width:1140px;}.elementor-1216 .elementor-element.elementor-element-3c216884{--content-width:1180px;}.elementor-1216 .elementor-element.elementor-element-9e13d02{--width:100%;}.elementor-1216 .elementor-element.elementor-element-4a83b0cc{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1216 .elementor-element.elementor-element-4a83b0cc{--content-width:100%;}}@media(min-width:1025px){.elementor-1216 .elementor-element.elementor-element-4f666713:not(.elementor-motion-effects-element-type-background), .elementor-1216 .elementor-element.elementor-element-4f666713 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1216 .elementor-element.elementor-element-19a6ac6d{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1216 .elementor-element.elementor-element-23f6975d{text-align:start;font-size:1.3em;}.elementor-1216 .elementor-element.elementor-element-141af917{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-141af917.elementor-element{--align-self:center;}.elementor-1216 .elementor-element.elementor-element-1c2aa659{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-1c2aa659.elementor-element{--align-self:center;}.elementor-1216 .elementor-element.elementor-element-1a0d6d05{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-1a0d6d05.elementor-element{--align-self:center;}.elementor-1216 .elementor-element.elementor-element-adbd0b5{font-size:1.7em;}.elementor-1216 .elementor-element.elementor-element-1a16dc92{font-size:2.6vw;}}@media(max-width:767px){.elementor-1216 .elementor-element.elementor-element-570bdb0c{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1216 .elementor-element.elementor-element-ac8cb56{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-4408704d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-4eea32db{font-size:0.8em;}.elementor-1216 .elementor-element.elementor-element-67a71d75{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-552c6dcc{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-19a6ac6d{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1216 .elementor-element.elementor-element-4428ff93{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-401447a8{text-align:center;font-size:1.3em;}.elementor-1216 .elementor-element.elementor-element-23f6975d{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1216 .elementor-element.elementor-element-70184f3{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-231bf44d{font-size:2.6em;}.elementor-1216 .elementor-element.elementor-element-7c5fcac7{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1216 .elementor-element.elementor-element-2367ecf7{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-547d5b37{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1216 .elementor-element.elementor-element-2b4342b9{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-28618a55{font-size:3.1em;}.elementor-1216 .elementor-element.elementor-element-68f306fa{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1216 .elementor-element.elementor-element-7b35f5fa{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-cadb160{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1216 .elementor-element.elementor-element-21f1d926{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-8170655{font-size:2.6em;}.elementor-1216 .elementor-element.elementor-element-3245012f{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1216 .elementor-element.elementor-element-3da1df37{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-3655d58b{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1216 .elementor-element.elementor-element-3f222a04{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:1.5em;}.elementor-1216 .elementor-element.elementor-element-2a09cf98{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;font-size:0.9em;}.elementor-1216 .elementor-element.elementor-element-141af917{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;z-index:5;}.elementor-1216 .elementor-element.elementor-element-1c2aa659{width:var( --container-widget-width, 100% );max-width:100%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;z-index:5;}.elementor-1216 .elementor-element.elementor-element-2e3fd916{margin:15px 15px calc(var(--kit-widget-spacing, 0px) + 15px) 15px;}.elementor-1216 .elementor-element.elementor-element-1a0d6d05{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1216 .elementor-element.elementor-element-1bdf7aeb{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:11px;}.elementor-1216 .elementor-element.elementor-element-2a0406b6{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-2522a636{font-size:3.4em;}.elementor-1216 .elementor-element.elementor-element-50b927a6{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1216 .elementor-element.elementor-element-2abd3c29{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-2e52a8a6{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1216 .elementor-element.elementor-element-275c75d3{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-63ed9b72{font-size:3em;}.elementor-1216 .elementor-element.elementor-element-1552aafd{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1216 .elementor-element.elementor-element-9e13d02{--width:100%;}.elementor-1216 .elementor-element.elementor-element-3144c2af{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1216 .elementor-element.elementor-element-4a83b0cc{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1216 .elementor-element.elementor-element-71cfa4d4{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-722f7aac{font-size:2.6em;}.elementor-1216 .elementor-element.elementor-element-4b637cd5{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1216 .elementor-element.elementor-element-409eca5a{font-size:1.3em;}.elementor-1216 .elementor-element.elementor-element-7884c37d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-2a59a467{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-3702c21e{font-size:2.7em;}.elementor-1216 .elementor-element.elementor-element-1124f4b2{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1216 .elementor-element.elementor-element-adbd0b5{font-size:0.9em;}.elementor-1216 .elementor-element.elementor-element-14ea72b3{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-2dcc774f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1216 .elementor-element.elementor-element-260d5586{font-size:3em;}.elementor-1216 .elementor-element.elementor-element-4e79731c{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1216 .elementor-element.elementor-element-65d0ca70{font-size:1.3em;}.elementor-1216 .elementor-element.elementor-element-6de8b0bf{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-1a16dc92{font-size:5vw;}}.elementor-1217 .elementor-element.elementor-element-7b3179f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-7b3179f6:not(.elementor-motion-effects-element-type-background), .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/pc-background_image_1280-521_01.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1217 .elementor-element.elementor-element-7b3179f6::before, .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .elementor-background-video-container::before, .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .e-con-inner > .elementor-background-video-container::before, .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .elementor-background-slideshow::before, .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#1C69D461;--background-overlay:'';}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1217 .elementor-element.elementor-element-247dd6fc{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-401b1809{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1217 .elementor-element.elementor-element-401b1809:not(.elementor-motion-effects-element-type-background), .elementor-1217 .elementor-element.elementor-element-401b1809 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1217 .elementor-element.elementor-element-7009c8c4{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1217 .elementor-element.elementor-element-721322e0{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:700;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1217 .elementor-element.elementor-element-ea485b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1217 .elementor-element.elementor-element-3c387031{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1217 .elementor-element.elementor-element-7dd13a73{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1217 .elementor-element.elementor-element-7c91d3b8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-7c91d3b8 img{border-radius:10px 10px 10px 10px;}.elementor-1217 .elementor-element.elementor-element-2c5b2ecd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1217 .elementor-element.elementor-element-49dc2125{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1217 .elementor-element.elementor-element-44c7e791{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1217 .elementor-element.elementor-element-33b46076{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1217 .elementor-element.elementor-element-70e777d2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1217 .elementor-element.elementor-element-364c3eb8{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-68a24df8{width:var( --container-widget-width, 102.768% );max-width:102.768%;margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;--container-widget-width:102.768%;--container-widget-flex-grow:0;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-68a24df8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1217 .elementor-element.elementor-element-1ec17e72{--display:flex;}.elementor-1217 .elementor-element.elementor-element-3e355cf9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2.6em;font-weight:600;line-height:1.1em;color:#000000;}.elementor-1217 .elementor-element.elementor-element-54336809{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1217 .elementor-element.elementor-element-54336809:not(.elementor-motion-effects-element-type-background), .elementor-1217 .elementor-element.elementor-element-54336809 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7BB8FF14;}.elementor-1217 .elementor-element.elementor-element-2ed6acbc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1217 .elementor-element.elementor-element-6ab033a9{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-1d938c1a{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-7acd9f0a{--display:flex;}.elementor-1217 .elementor-element.elementor-element-5140414a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1217 .elementor-element.elementor-element-7312895b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1217 .elementor-element.elementor-element-579ad219{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1217 .elementor-element.elementor-element-647c0d83{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-41ca1ce4{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-16d5994f{--display:flex;}.elementor-1217 .elementor-element.elementor-element-6e2ef397{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1217 .elementor-element.elementor-element-432f7158{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2em;font-weight:500;color:#C70202;}.elementor-1217 .elementor-element.elementor-element-4a9efd2d{font-size:1.2em;font-weight:500;color:#000000;}.elementor-1217 .elementor-element.elementor-element-67a1982e.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1217 .elementor-element.elementor-element-7df3478c.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1217 .elementor-element.elementor-element-44bb8e3a.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1217 .elementor-element.elementor-element-39a6d804{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1217 .elementor-element.elementor-element-39a6d804:not(.elementor-motion-effects-element-type-background), .elementor-1217 .elementor-element.elementor-element-39a6d804 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7BB8FF14;}.elementor-1217 .elementor-element.elementor-element-38a98e8e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1217 .elementor-element.elementor-element-209a502c{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-3fcc19fa{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-69ecfadb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--z-index:1;}.elementor-1217 .elementor-element.elementor-element-1c751d5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1217 .elementor-element.elementor-element-3fb21f76{text-align:center;font-weight:500;color:#000000;}.elementor-1217 .elementor-element.elementor-element-1a3424cf{text-align:center;font-weight:400;color:#000000;}.elementor-1217 .elementor-element.elementor-element-e763a5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1217 .elementor-element.elementor-element-49b9fb1d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-8f5c959{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-407e3411{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-3996864b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-19344fd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-19344fd2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1217 .elementor-element.elementor-element-61c4c2c9{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-46ecee26{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-781e0be4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-b583ee8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-34238319{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-6e46d822{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-c423bb8{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1217 .elementor-element.elementor-element-3c39e31a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-2debed35{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-10555c7c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-4260fb5d{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-653adc5{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-40232443{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1217 .elementor-element.elementor-element-5b335232{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-530fe96e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-57075b29{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-23f396bb{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0066B117;}.elementor-1217 .elementor-element.elementor-element-6493cd20{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1217 .elementor-element.elementor-element-4b5d3e99{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1217 .elementor-element.elementor-element-2aa3e089{--display:flex;}.elementor-1217 .elementor-element.elementor-element-68cd9815{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1217 .elementor-element.elementor-element-c0e2273{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:700;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1217 .elementor-element.elementor-element-7b3179f6{--content-width:1400px;}.elementor-1217 .elementor-element.elementor-element-ea485b1{--content-width:1140px;}.elementor-1217 .elementor-element.elementor-element-7dd13a73{--width:30%;}.elementor-1217 .elementor-element.elementor-element-2c5b2ecd{--width:68%;}.elementor-1217 .elementor-element.elementor-element-54336809{--content-width:1140px;}.elementor-1217 .elementor-element.elementor-element-7312895b{--content-width:1140px;}.elementor-1217 .elementor-element.elementor-element-39a6d804{--content-width:1180px;}.elementor-1217 .elementor-element.elementor-element-19344fd2{--width:100%;}.elementor-1217 .elementor-element.elementor-element-46ecee26{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1217 .elementor-element.elementor-element-46ecee26{--content-width:100%;}}@media(min-width:1025px){.elementor-1217 .elementor-element.elementor-element-7b3179f6:not(.elementor-motion-effects-element-type-background), .elementor-1217 .elementor-element.elementor-element-7b3179f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1217 .elementor-element.elementor-element-7c91d3b8{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1217 .elementor-element.elementor-element-44c7e791{text-align:start;font-size:1.3em;}.elementor-1217 .elementor-element.elementor-element-67a1982e{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-67a1982e.elementor-element{--align-self:center;}.elementor-1217 .elementor-element.elementor-element-7df3478c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-7df3478c.elementor-element{--align-self:center;}.elementor-1217 .elementor-element.elementor-element-44bb8e3a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-44bb8e3a.elementor-element{--align-self:center;}.elementor-1217 .elementor-element.elementor-element-40232443{font-size:1.7em;}.elementor-1217 .elementor-element.elementor-element-c0e2273{font-size:2.6vw;}}@media(max-width:767px){.elementor-1217 .elementor-element.elementor-element-224fcc4c{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1217 .elementor-element.elementor-element-247dd6fc{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1217 .elementor-element.elementor-element-7009c8c4{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-721322e0{font-size:0.8em;}.elementor-1217 .elementor-element.elementor-element-3c387031{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-7dd13a73{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-7c91d3b8{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1217 .elementor-element.elementor-element-2c5b2ecd{--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-49dc2125{text-align:center;font-size:1.3em;}.elementor-1217 .elementor-element.elementor-element-44c7e791{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1217 .elementor-element.elementor-element-70e777d2{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-364c3eb8{font-size:2.6em;}.elementor-1217 .elementor-element.elementor-element-68a24df8{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1217 .elementor-element.elementor-element-1ec17e72{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-3e355cf9{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1217 .elementor-element.elementor-element-2ed6acbc{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-6ab033a9{font-size:3.1em;}.elementor-1217 .elementor-element.elementor-element-1d938c1a{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1217 .elementor-element.elementor-element-7acd9f0a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-5140414a{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1217 .elementor-element.elementor-element-579ad219{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-647c0d83{font-size:2.6em;}.elementor-1217 .elementor-element.elementor-element-41ca1ce4{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1217 .elementor-element.elementor-element-16d5994f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-6e2ef397{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1217 .elementor-element.elementor-element-432f7158{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:1.5em;}.elementor-1217 .elementor-element.elementor-element-4a9efd2d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;font-size:0.9em;}.elementor-1217 .elementor-element.elementor-element-67a1982e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1217 .elementor-element.elementor-element-7df3478c{padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1217 .elementor-element.elementor-element-5e2a0566{margin:15px 15px calc(var(--kit-widget-spacing, 0px) + 15px) 15px;}.elementor-1217 .elementor-element.elementor-element-44bb8e3a{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1217 .elementor-element.elementor-element-5945015b{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:11px;}.elementor-1217 .elementor-element.elementor-element-38a98e8e{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-209a502c{font-size:3.4em;}.elementor-1217 .elementor-element.elementor-element-3fcc19fa{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1217 .elementor-element.elementor-element-69ecfadb{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-1c751d5{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1217 .elementor-element.elementor-element-49b9fb1d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-8f5c959{font-size:3em;}.elementor-1217 .elementor-element.elementor-element-407e3411{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1217 .elementor-element.elementor-element-19344fd2{--width:100%;}.elementor-1217 .elementor-element.elementor-element-61c4c2c9{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1217 .elementor-element.elementor-element-46ecee26{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1217 .elementor-element.elementor-element-b583ee8{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-34238319{font-size:2.6em;}.elementor-1217 .elementor-element.elementor-element-6e46d822{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1217 .elementor-element.elementor-element-c423bb8{font-size:1.3em;}.elementor-1217 .elementor-element.elementor-element-3c39e31a{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-10555c7c{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-4260fb5d{font-size:2.7em;}.elementor-1217 .elementor-element.elementor-element-653adc5{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1217 .elementor-element.elementor-element-40232443{font-size:0.9em;}.elementor-1217 .elementor-element.elementor-element-5b335232{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-57075b29{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1217 .elementor-element.elementor-element-23f396bb{font-size:3em;}.elementor-1217 .elementor-element.elementor-element-6493cd20{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1217 .elementor-element.elementor-element-4b5d3e99{font-size:1.3em;}.elementor-1217 .elementor-element.elementor-element-2aa3e089{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1217 .elementor-element.elementor-element-c0e2273{font-size:5vw;}}.elementor-1222 .elementor-element.elementor-element-63e6481d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-63e6481d:not(.elementor-motion-effects-element-type-background), .elementor-1222 .elementor-element.elementor-element-63e6481d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/pc-background_image_1280-521_01.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1222 .elementor-element.elementor-element-18ffd13f{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-77fe932a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1222 .elementor-element.elementor-element-77fe932a:not(.elementor-motion-effects-element-type-background), .elementor-1222 .elementor-element.elementor-element-77fe932a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1222 .elementor-element.elementor-element-b1e0dfc{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1222 .elementor-element.elementor-element-77041e84{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:200;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1222 .elementor-element.elementor-element-5d201ee8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1222 .elementor-element.elementor-element-32c36d62{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1222 .elementor-element.elementor-element-5aa88b46{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1222 .elementor-element.elementor-element-55a2cea1{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-55a2cea1 img{border-radius:10px 10px 10px 10px;}.elementor-1222 .elementor-element.elementor-element-11135245{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1222 .elementor-element.elementor-element-75533537{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1222 .elementor-element.elementor-element-50bce888{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1222 .elementor-element.elementor-element-202d5482{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1222 .elementor-element.elementor-element-64af1490{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1222 .elementor-element.elementor-element-4b5aef13{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-5303cdab{width:var( --container-widget-width, 102.768% );max-width:102.768%;margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;--container-widget-width:102.768%;--container-widget-flex-grow:0;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-5303cdab.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1222 .elementor-element.elementor-element-52b23677{--display:flex;}.elementor-1222 .elementor-element.elementor-element-5fff7a5c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2.6em;font-weight:600;line-height:1.1em;color:#000000;}.elementor-1222 .elementor-element.elementor-element-a5dc474{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1222 .elementor-element.elementor-element-a5dc474:not(.elementor-motion-effects-element-type-background), .elementor-1222 .elementor-element.elementor-element-a5dc474 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7272721F;}.elementor-1222 .elementor-element.elementor-element-4176098{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1222 .elementor-element.elementor-element-2195068e{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-518d7ac3{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-46b58093{--display:flex;}.elementor-1222 .elementor-element.elementor-element-20c31772{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1222 .elementor-element.elementor-element-6bd56d97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1222 .elementor-element.elementor-element-3ad34bdf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1222 .elementor-element.elementor-element-3a2c7b04{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-2c6090cd{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-4b15927f{--display:flex;}.elementor-1222 .elementor-element.elementor-element-726e6a6e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1222 .elementor-element.elementor-element-79381dd8{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2em;font-weight:500;color:#C70202;}.elementor-1222 .elementor-element.elementor-element-4f46cf91{font-size:1.2em;font-weight:500;color:#000000;}.elementor-1222 .elementor-element.elementor-element-57a5cdb8.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1222 .elementor-element.elementor-element-29f05dbe.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1222 .elementor-element.elementor-element-4ebf464d.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1222 .elementor-element.elementor-element-60eeb869{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1222 .elementor-element.elementor-element-60eeb869:not(.elementor-motion-effects-element-type-background), .elementor-1222 .elementor-element.elementor-element-60eeb869 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7272721F;}.elementor-1222 .elementor-element.elementor-element-764dbec5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1222 .elementor-element.elementor-element-6c296d8f{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-5a8fcb0e{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-a7186fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--z-index:1;}.elementor-1222 .elementor-element.elementor-element-6159e235{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1222 .elementor-element.elementor-element-43f69dfc{text-align:center;font-weight:500;color:#000000;}.elementor-1222 .elementor-element.elementor-element-59d8a485{text-align:center;font-weight:400;color:#000000;}.elementor-1222 .elementor-element.elementor-element-1841ee5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1222 .elementor-element.elementor-element-7de94e4d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-5c157d82{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-1c678cc2{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-556d838d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-3852039{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-3852039.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1222 .elementor-element.elementor-element-4191846f{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-6c5032cd{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-15142f65{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-30ef5575{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-7dc8de80{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-294d6218{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-3aa2cac3{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1222 .elementor-element.elementor-element-3b34441{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-183999e0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-5021bd85{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-7a000b29{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-4dfda628{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-241ee5fd{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1222 .elementor-element.elementor-element-63f2ef4f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-e1141d2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-64a2ae2f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-597825b0{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#7A7A7A30;}.elementor-1222 .elementor-element.elementor-element-653fc381{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1222 .elementor-element.elementor-element-ee85a5{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1222 .elementor-element.elementor-element-6f322635{--display:flex;}.elementor-1222 .elementor-element.elementor-element-8247de1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1222 .elementor-element.elementor-element-12f14c42{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:700;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1222 .elementor-element.elementor-element-5d201ee8{--content-width:1140px;}.elementor-1222 .elementor-element.elementor-element-5aa88b46{--width:30%;}.elementor-1222 .elementor-element.elementor-element-11135245{--width:68%;}.elementor-1222 .elementor-element.elementor-element-a5dc474{--content-width:1140px;}.elementor-1222 .elementor-element.elementor-element-6bd56d97{--content-width:1140px;}.elementor-1222 .elementor-element.elementor-element-60eeb869{--content-width:1180px;}.elementor-1222 .elementor-element.elementor-element-3852039{--width:100%;}.elementor-1222 .elementor-element.elementor-element-6c5032cd{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1222 .elementor-element.elementor-element-6c5032cd{--content-width:100%;}}@media(min-width:1025px){.elementor-1222 .elementor-element.elementor-element-63e6481d:not(.elementor-motion-effects-element-type-background), .elementor-1222 .elementor-element.elementor-element-63e6481d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1222 .elementor-element.elementor-element-55a2cea1{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1222 .elementor-element.elementor-element-50bce888{text-align:start;font-size:1.3em;}.elementor-1222 .elementor-element.elementor-element-57a5cdb8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-57a5cdb8.elementor-element{--align-self:center;}.elementor-1222 .elementor-element.elementor-element-29f05dbe{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-29f05dbe.elementor-element{--align-self:center;}.elementor-1222 .elementor-element.elementor-element-4ebf464d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-4ebf464d.elementor-element{--align-self:center;}.elementor-1222 .elementor-element.elementor-element-241ee5fd{font-size:1.7em;}.elementor-1222 .elementor-element.elementor-element-12f14c42{font-size:2.6vw;}}@media(max-width:767px){.elementor-1222 .elementor-element.elementor-element-ee2de78{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1222 .elementor-element.elementor-element-18ffd13f{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1222 .elementor-element.elementor-element-b1e0dfc{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-77041e84{font-size:0.8em;}.elementor-1222 .elementor-element.elementor-element-32c36d62{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-5aa88b46{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-55a2cea1{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1222 .elementor-element.elementor-element-11135245{--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-75533537{text-align:center;font-size:1.3em;}.elementor-1222 .elementor-element.elementor-element-50bce888{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1222 .elementor-element.elementor-element-64af1490{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-4b5aef13{font-size:2.6em;}.elementor-1222 .elementor-element.elementor-element-5303cdab{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1222 .elementor-element.elementor-element-52b23677{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-5fff7a5c{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1222 .elementor-element.elementor-element-4176098{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-2195068e{font-size:3.1em;}.elementor-1222 .elementor-element.elementor-element-518d7ac3{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1222 .elementor-element.elementor-element-46b58093{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-20c31772{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1222 .elementor-element.elementor-element-3ad34bdf{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-3a2c7b04{font-size:2.6em;}.elementor-1222 .elementor-element.elementor-element-2c6090cd{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1222 .elementor-element.elementor-element-4b15927f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-726e6a6e{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1222 .elementor-element.elementor-element-79381dd8{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:1.5em;}.elementor-1222 .elementor-element.elementor-element-4f46cf91{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;font-size:0.9em;}.elementor-1222 .elementor-element.elementor-element-57a5cdb8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1222 .elementor-element.elementor-element-29f05dbe{padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1222 .elementor-element.elementor-element-62d48d27{margin:15px 15px calc(var(--kit-widget-spacing, 0px) + 15px) 15px;}.elementor-1222 .elementor-element.elementor-element-4ebf464d{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1222 .elementor-element.elementor-element-30d66dd3{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:11px;}.elementor-1222 .elementor-element.elementor-element-764dbec5{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-6c296d8f{font-size:3.4em;}.elementor-1222 .elementor-element.elementor-element-5a8fcb0e{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1222 .elementor-element.elementor-element-a7186fc{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-6159e235{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1222 .elementor-element.elementor-element-7de94e4d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-5c157d82{font-size:3em;}.elementor-1222 .elementor-element.elementor-element-1c678cc2{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1222 .elementor-element.elementor-element-3852039{--width:100%;}.elementor-1222 .elementor-element.elementor-element-4191846f{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1222 .elementor-element.elementor-element-6c5032cd{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1222 .elementor-element.elementor-element-30ef5575{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-7dc8de80{font-size:2.6em;}.elementor-1222 .elementor-element.elementor-element-294d6218{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1222 .elementor-element.elementor-element-3aa2cac3{font-size:1.3em;}.elementor-1222 .elementor-element.elementor-element-3b34441{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-5021bd85{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-7a000b29{font-size:2.7em;}.elementor-1222 .elementor-element.elementor-element-4dfda628{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1222 .elementor-element.elementor-element-241ee5fd{font-size:0.9em;}.elementor-1222 .elementor-element.elementor-element-63f2ef4f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-64a2ae2f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1222 .elementor-element.elementor-element-597825b0{font-size:3em;}.elementor-1222 .elementor-element.elementor-element-653fc381{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1222 .elementor-element.elementor-element-ee85a5{font-size:1.3em;}.elementor-1222 .elementor-element.elementor-element-6f322635{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1222 .elementor-element.elementor-element-12f14c42{font-size:5vw;}}.elementor-1223 .elementor-element.elementor-element-2073a2cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-2073a2cd:not(.elementor-motion-effects-element-type-background), .elementor-1223 .elementor-element.elementor-element-2073a2cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/pc-background_image_1280-521_01.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1223 .elementor-element.elementor-element-5d35e92e{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-565607bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1223 .elementor-element.elementor-element-565607bc:not(.elementor-motion-effects-element-type-background), .elementor-1223 .elementor-element.elementor-element-565607bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1223 .elementor-element.elementor-element-2627e0bd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1223 .elementor-element.elementor-element-7f03882a{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:700;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1223 .elementor-element.elementor-element-3af066bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1223 .elementor-element.elementor-element-18af5a97{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1223 .elementor-element.elementor-element-454c76cf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1223 .elementor-element.elementor-element-5c78e864{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-5c78e864 img{border-radius:10px 10px 10px 10px;}.elementor-1223 .elementor-element.elementor-element-39c4b795{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1223 .elementor-element.elementor-element-41b2e631{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1223 .elementor-element.elementor-element-4824e15c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1223 .elementor-element.elementor-element-69f7a45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1223 .elementor-element.elementor-element-418679d8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1223 .elementor-element.elementor-element-c3c1af{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-5e42c5db{width:var( --container-widget-width, 102.768% );max-width:102.768%;margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;--container-widget-width:102.768%;--container-widget-flex-grow:0;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-5e42c5db.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1223 .elementor-element.elementor-element-541798c0{--display:flex;}.elementor-1223 .elementor-element.elementor-element-42155924{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2.6em;font-weight:600;line-height:1.1em;color:#000000;}.elementor-1223 .elementor-element.elementor-element-1493bcad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1223 .elementor-element.elementor-element-1493bcad:not(.elementor-motion-effects-element-type-background), .elementor-1223 .elementor-element.elementor-element-1493bcad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7BB8FF14;}.elementor-1223 .elementor-element.elementor-element-3f168e51{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1223 .elementor-element.elementor-element-1560c5d2{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-5b8fe367{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-570407cd{--display:flex;}.elementor-1223 .elementor-element.elementor-element-3876aba3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1223 .elementor-element.elementor-element-5e1c4c10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1223 .elementor-element.elementor-element-61d59231{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1223 .elementor-element.elementor-element-1d6d96f{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-4c57fcf1{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-4ab7c7bc{--display:flex;}.elementor-1223 .elementor-element.elementor-element-79aeb6fb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1223 .elementor-element.elementor-element-828bed6{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2em;font-weight:500;color:#C70202;}.elementor-1223 .elementor-element.elementor-element-639a7569{font-size:1.2em;font-weight:500;color:#000000;}.elementor-1223 .elementor-element.elementor-element-506e2a1b.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1223 .elementor-element.elementor-element-7e0ec7c4.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1223 .elementor-element.elementor-element-3855b814.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1223 .elementor-element.elementor-element-6019fbb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1223 .elementor-element.elementor-element-6019fbb2:not(.elementor-motion-effects-element-type-background), .elementor-1223 .elementor-element.elementor-element-6019fbb2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7BB8FF14;}.elementor-1223 .elementor-element.elementor-element-37c2fe2d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1223 .elementor-element.elementor-element-4f506156{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-293d4148{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-166a0c26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--z-index:1;}.elementor-1223 .elementor-element.elementor-element-5bda9e91{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1223 .elementor-element.elementor-element-24217e1c{text-align:center;font-weight:500;color:#000000;}.elementor-1223 .elementor-element.elementor-element-56cdaf9a{text-align:center;font-weight:400;color:#000000;}.elementor-1223 .elementor-element.elementor-element-69a19d08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1223 .elementor-element.elementor-element-671473ee{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-6bca2a5b{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-4b413dcc{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-12ad70fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-618df2ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-618df2ba.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1223 .elementor-element.elementor-element-1d1cf7db{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-7ea2fd6b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-4d7bbb35{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-2bbdad57{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-77d0c6be{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-784d9135{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-707e343e{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1223 .elementor-element.elementor-element-4a1d9a55{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-6b38c217{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-2865ed9e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-25fcf1ab{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-52330182{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-47212e63{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1223 .elementor-element.elementor-element-58767cd7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-1f51e320{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-1e7f2eae{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-3f20846{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#0030571A;}.elementor-1223 .elementor-element.elementor-element-2f05ed9f{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1223 .elementor-element.elementor-element-38bf1606{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1223 .elementor-element.elementor-element-3a1593d0{--display:flex;}.elementor-1223 .elementor-element.elementor-element-24418e6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1223 .elementor-element.elementor-element-661c8cad{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:700;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1223 .elementor-element.elementor-element-3af066bb{--content-width:1140px;}.elementor-1223 .elementor-element.elementor-element-454c76cf{--width:30%;}.elementor-1223 .elementor-element.elementor-element-39c4b795{--width:68%;}.elementor-1223 .elementor-element.elementor-element-1493bcad{--content-width:1140px;}.elementor-1223 .elementor-element.elementor-element-5e1c4c10{--content-width:1140px;}.elementor-1223 .elementor-element.elementor-element-6019fbb2{--content-width:1180px;}.elementor-1223 .elementor-element.elementor-element-618df2ba{--width:100%;}.elementor-1223 .elementor-element.elementor-element-7ea2fd6b{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1223 .elementor-element.elementor-element-7ea2fd6b{--content-width:100%;}}@media(min-width:1025px){.elementor-1223 .elementor-element.elementor-element-2073a2cd:not(.elementor-motion-effects-element-type-background), .elementor-1223 .elementor-element.elementor-element-2073a2cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1223 .elementor-element.elementor-element-5c78e864{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1223 .elementor-element.elementor-element-4824e15c{text-align:start;font-size:1.3em;}.elementor-1223 .elementor-element.elementor-element-3876aba3{font-size:2em;}.elementor-1223 .elementor-element.elementor-element-506e2a1b{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-506e2a1b.elementor-element{--align-self:center;}.elementor-1223 .elementor-element.elementor-element-7e0ec7c4{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-7e0ec7c4.elementor-element{--align-self:center;}.elementor-1223 .elementor-element.elementor-element-3855b814{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-3855b814.elementor-element{--align-self:center;}.elementor-1223 .elementor-element.elementor-element-5bda9e91{font-size:2em;}.elementor-1223 .elementor-element.elementor-element-47212e63{font-size:1.7em;}.elementor-1223 .elementor-element.elementor-element-661c8cad{font-size:2.6vw;}}@media(max-width:767px){.elementor-1223 .elementor-element.elementor-element-20c8610b{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1223 .elementor-element.elementor-element-5d35e92e{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1223 .elementor-element.elementor-element-2627e0bd{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-7f03882a{font-size:0.8em;}.elementor-1223 .elementor-element.elementor-element-18af5a97{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-454c76cf{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-5c78e864{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1223 .elementor-element.elementor-element-39c4b795{--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-41b2e631{text-align:center;font-size:1.3em;}.elementor-1223 .elementor-element.elementor-element-4824e15c{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1223 .elementor-element.elementor-element-418679d8{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-c3c1af{font-size:2.6em;}.elementor-1223 .elementor-element.elementor-element-5e42c5db{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1223 .elementor-element.elementor-element-541798c0{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-42155924{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1223 .elementor-element.elementor-element-3f168e51{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-1560c5d2{font-size:3.1em;}.elementor-1223 .elementor-element.elementor-element-5b8fe367{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1223 .elementor-element.elementor-element-570407cd{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-3876aba3{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1223 .elementor-element.elementor-element-61d59231{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-1d6d96f{font-size:2.6em;}.elementor-1223 .elementor-element.elementor-element-4c57fcf1{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1223 .elementor-element.elementor-element-4ab7c7bc{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-79aeb6fb{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1223 .elementor-element.elementor-element-828bed6{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:1.5em;}.elementor-1223 .elementor-element.elementor-element-639a7569{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;font-size:0.9em;}.elementor-1223 .elementor-element.elementor-element-506e2a1b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1223 .elementor-element.elementor-element-7e0ec7c4{padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1223 .elementor-element.elementor-element-2fcd5551{margin:15px 15px calc(var(--kit-widget-spacing, 0px) + 15px) 15px;}.elementor-1223 .elementor-element.elementor-element-3855b814{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1223 .elementor-element.elementor-element-29bf1111{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:11px;}.elementor-1223 .elementor-element.elementor-element-37c2fe2d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-4f506156{font-size:3.4em;}.elementor-1223 .elementor-element.elementor-element-293d4148{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1223 .elementor-element.elementor-element-166a0c26{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-5bda9e91{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1223 .elementor-element.elementor-element-671473ee{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-6bca2a5b{font-size:3em;}.elementor-1223 .elementor-element.elementor-element-4b413dcc{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1223 .elementor-element.elementor-element-618df2ba{--width:100%;}.elementor-1223 .elementor-element.elementor-element-1d1cf7db{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1223 .elementor-element.elementor-element-7ea2fd6b{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1223 .elementor-element.elementor-element-2bbdad57{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-77d0c6be{font-size:2.6em;}.elementor-1223 .elementor-element.elementor-element-784d9135{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1223 .elementor-element.elementor-element-707e343e{font-size:1.3em;}.elementor-1223 .elementor-element.elementor-element-4a1d9a55{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-2865ed9e{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-25fcf1ab{font-size:2.7em;}.elementor-1223 .elementor-element.elementor-element-52330182{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1223 .elementor-element.elementor-element-47212e63{font-size:0.9em;}.elementor-1223 .elementor-element.elementor-element-58767cd7{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-1e7f2eae{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1223 .elementor-element.elementor-element-3f20846{font-size:3em;}.elementor-1223 .elementor-element.elementor-element-2f05ed9f{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1223 .elementor-element.elementor-element-38bf1606{font-size:1.3em;}.elementor-1223 .elementor-element.elementor-element-3a1593d0{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1223 .elementor-element.elementor-element-661c8cad{font-size:4.5vw;}}/* Start custom CSS for container, class: .elementor-element-5e1c4c10 */.table-wrapper {
  border: 1px solid #dce4ed;
}

.table-title {
  background: linear-gradient(135deg, #5a7ba8 0%, #4a6a94 100%);
  color: #fff;
}

.data-table thead tr {
  background: #7090b8;
}

.data-table tbody td:first-child {
  color: #3d5c85;
  background: #f5f8fb;
}

.period-highlight {
  color: #5a7ba8 !important;
  font-weight: 700;
}/* End custom CSS */.elementor-1224 .elementor-element.elementor-element-6d2e9f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-6d2e9f3:not(.elementor-motion-effects-element-type-background), .elementor-1224 .elementor-element.elementor-element-6d2e9f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/pc-background_image_1280-521_01.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1224 .elementor-element.elementor-element-6e6595a7{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-5d3c86f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1224 .elementor-element.elementor-element-5d3c86f8:not(.elementor-motion-effects-element-type-background), .elementor-1224 .elementor-element.elementor-element-5d3c86f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1224 .elementor-element.elementor-element-6f6c3157{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1224 .elementor-element.elementor-element-24d7ba8e{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:700;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1224 .elementor-element.elementor-element-49f6f8fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1224 .elementor-element.elementor-element-5076a841{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1224 .elementor-element.elementor-element-3c97eba0{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1224 .elementor-element.elementor-element-3a8621f7{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-3a8621f7 img{border-radius:10px 10px 10px 10px;}.elementor-1224 .elementor-element.elementor-element-1c801716{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1224 .elementor-element.elementor-element-58af9e59{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1224 .elementor-element.elementor-element-64a8fd69{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1224 .elementor-element.elementor-element-7c10b678{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1224 .elementor-element.elementor-element-48c43fdf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1224 .elementor-element.elementor-element-7c3bc73c{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-390a84a8{width:var( --container-widget-width, 102.768% );max-width:102.768%;margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;--container-widget-width:102.768%;--container-widget-flex-grow:0;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-390a84a8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1224 .elementor-element.elementor-element-749f1119{--display:flex;}.elementor-1224 .elementor-element.elementor-element-7a3517cb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2.6em;font-weight:600;line-height:1.1em;color:#000000;}.elementor-1224 .elementor-element.elementor-element-46007819{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1224 .elementor-element.elementor-element-46007819:not(.elementor-motion-effects-element-type-background), .elementor-1224 .elementor-element.elementor-element-46007819 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#70707014;}.elementor-1224 .elementor-element.elementor-element-73d4bb3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1224 .elementor-element.elementor-element-3f09b9ae{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-4a19089a{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-3f7cf139{--display:flex;}.elementor-1224 .elementor-element.elementor-element-5b338959{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1224 .elementor-element.elementor-element-54d87f85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1224 .elementor-element.elementor-element-3b98997a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1224 .elementor-element.elementor-element-747eddfd{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-4ce44ce0{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-20e93ef5{--display:flex;}.elementor-1224 .elementor-element.elementor-element-33b08531{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1224 .elementor-element.elementor-element-7caa1ab2{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:2em;font-weight:500;color:#C70202;}.elementor-1224 .elementor-element.elementor-element-75b17157{font-size:1.2em;font-weight:500;color:#000000;}.elementor-1224 .elementor-element.elementor-element-511cf722.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1224 .elementor-element.elementor-element-15b1441a.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1224 .elementor-element.elementor-element-34f8eb67.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-1224 .elementor-element.elementor-element-12fb0fe0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:25px 25px 25px 25px;}.elementor-1224 .elementor-element.elementor-element-12fb0fe0:not(.elementor-motion-effects-element-type-background), .elementor-1224 .elementor-element.elementor-element-12fb0fe0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#70707014;}.elementor-1224 .elementor-element.elementor-element-5e9b5749{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1224 .elementor-element.elementor-element-175c9203{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-7d3c1585{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-5abb1ca4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--z-index:1;}.elementor-1224 .elementor-element.elementor-element-640acdba{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1224 .elementor-element.elementor-element-3ae3565a{text-align:center;font-weight:500;color:#000000;}.elementor-1224 .elementor-element.elementor-element-432a057e{text-align:center;font-weight:400;color:#000000;}.elementor-1224 .elementor-element.elementor-element-6128bf7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1224 .elementor-element.elementor-element-328c76a5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-7167a800{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-af4f6eb{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-51703fe3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-28bb9894{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-28bb9894.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1224 .elementor-element.elementor-element-7ba9525c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-794cb753{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-5f83542f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-28bc0688{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-304c71d5{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-146c9f9c{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-ab17c4e{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1224 .elementor-element.elementor-element-69d9ccdb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-4c481ce6{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-4503f21c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-5841a75{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-534361da{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-35ab6b2{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1224 .elementor-element.elementor-element-4abab8d8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-64196704{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-1f822a5f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-bdeab62{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#BEBEBE2B;}.elementor-1224 .elementor-element.elementor-element-44531688{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1224 .elementor-element.elementor-element-42e051bb{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1224 .elementor-element.elementor-element-4fd51cd7{--display:flex;}.elementor-1224 .elementor-element.elementor-element-7da93158{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1224 .elementor-element.elementor-element-30d57707{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:700;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1224 .elementor-element.elementor-element-49f6f8fe{--content-width:1140px;}.elementor-1224 .elementor-element.elementor-element-3c97eba0{--width:30%;}.elementor-1224 .elementor-element.elementor-element-1c801716{--width:68%;}.elementor-1224 .elementor-element.elementor-element-46007819{--content-width:1140px;}.elementor-1224 .elementor-element.elementor-element-54d87f85{--content-width:1140px;}.elementor-1224 .elementor-element.elementor-element-12fb0fe0{--content-width:1180px;}.elementor-1224 .elementor-element.elementor-element-28bb9894{--width:100%;}.elementor-1224 .elementor-element.elementor-element-794cb753{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1224 .elementor-element.elementor-element-794cb753{--content-width:100%;}}@media(min-width:1025px){.elementor-1224 .elementor-element.elementor-element-6d2e9f3:not(.elementor-motion-effects-element-type-background), .elementor-1224 .elementor-element.elementor-element-6d2e9f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1224 .elementor-element.elementor-element-3a8621f7{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1224 .elementor-element.elementor-element-64a8fd69{text-align:start;font-size:1.3em;}.elementor-1224 .elementor-element.elementor-element-511cf722{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-511cf722.elementor-element{--align-self:center;}.elementor-1224 .elementor-element.elementor-element-15b1441a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-15b1441a.elementor-element{--align-self:center;}.elementor-1224 .elementor-element.elementor-element-34f8eb67{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-34f8eb67.elementor-element{--align-self:center;}.elementor-1224 .elementor-element.elementor-element-35ab6b2{font-size:1.7em;}.elementor-1224 .elementor-element.elementor-element-30d57707{font-size:2.6vw;}}@media(max-width:767px){.elementor-1224 .elementor-element.elementor-element-1164e63b{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1224 .elementor-element.elementor-element-6e6595a7{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1224 .elementor-element.elementor-element-6f6c3157{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-24d7ba8e{font-size:0.8em;}.elementor-1224 .elementor-element.elementor-element-5076a841{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-3c97eba0{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-3a8621f7{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1224 .elementor-element.elementor-element-1c801716{--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-58af9e59{text-align:center;font-size:1.3em;}.elementor-1224 .elementor-element.elementor-element-64a8fd69{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1224 .elementor-element.elementor-element-48c43fdf{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-7c3bc73c{font-size:2.6em;}.elementor-1224 .elementor-element.elementor-element-390a84a8{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1224 .elementor-element.elementor-element-749f1119{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-7a3517cb{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1224 .elementor-element.elementor-element-73d4bb3{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-3f09b9ae{font-size:3.1em;}.elementor-1224 .elementor-element.elementor-element-4a19089a{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1224 .elementor-element.elementor-element-3f7cf139{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-5b338959{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1224 .elementor-element.elementor-element-3b98997a{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-747eddfd{font-size:2.6em;}.elementor-1224 .elementor-element.elementor-element-4ce44ce0{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1224 .elementor-element.elementor-element-20e93ef5{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-33b08531{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1224 .elementor-element.elementor-element-7caa1ab2{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:1.5em;}.elementor-1224 .elementor-element.elementor-element-75b17157{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;font-size:0.9em;}.elementor-1224 .elementor-element.elementor-element-511cf722{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1224 .elementor-element.elementor-element-15b1441a{padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;z-index:5;}.elementor-1224 .elementor-element.elementor-element-1c3ab667{margin:15px 15px calc(var(--kit-widget-spacing, 0px) + 15px) 15px;}.elementor-1224 .elementor-element.elementor-element-34f8eb67{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1224 .elementor-element.elementor-element-5939d387{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-size:11px;}.elementor-1224 .elementor-element.elementor-element-5e9b5749{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-175c9203{font-size:3.4em;}.elementor-1224 .elementor-element.elementor-element-7d3c1585{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1224 .elementor-element.elementor-element-5abb1ca4{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-640acdba{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.6em;}.elementor-1224 .elementor-element.elementor-element-328c76a5{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-7167a800{font-size:3em;}.elementor-1224 .elementor-element.elementor-element-af4f6eb{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1224 .elementor-element.elementor-element-28bb9894{--width:100%;}.elementor-1224 .elementor-element.elementor-element-7ba9525c{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1224 .elementor-element.elementor-element-794cb753{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1224 .elementor-element.elementor-element-28bc0688{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-304c71d5{font-size:2.6em;}.elementor-1224 .elementor-element.elementor-element-146c9f9c{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1224 .elementor-element.elementor-element-ab17c4e{font-size:1.3em;}.elementor-1224 .elementor-element.elementor-element-69d9ccdb{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-4503f21c{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-5841a75{font-size:2.7em;}.elementor-1224 .elementor-element.elementor-element-534361da{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1224 .elementor-element.elementor-element-35ab6b2{font-size:0.9em;}.elementor-1224 .elementor-element.elementor-element-4abab8d8{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-1f822a5f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1224 .elementor-element.elementor-element-bdeab62{font-size:3em;}.elementor-1224 .elementor-element.elementor-element-44531688{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1224 .elementor-element.elementor-element-42e051bb{font-size:1.3em;}.elementor-1224 .elementor-element.elementor-element-4fd51cd7{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-30d57707{font-size:4.5vw;}}/* Start custom CSS for container, class: .elementor-element-54d87f85 */.table-wrapper{border:1px solid rgba(25,28,31,.15)}.table-title{background:linear-gradient(135deg,#191C1F 0%,#22252A 100%);color:#fff}.data-table thead tr{background:#22252A}.data-table tbody td:first-child{color:#22252A;background:rgba(25,28,31,.03)}.period-highlight{color:#22252A!important;font-weight:700}/* End custom CSS */.elementor-1225 .elementor-element.elementor-element-7cefc514{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-7cefc514:not(.elementor-motion-effects-element-type-background), .elementor-1225 .elementor-element.elementor-element-7cefc514 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/air-conditioner-repair_1280-630.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1225 .elementor-element.elementor-element-7cefc514::before, .elementor-1225 .elementor-element.elementor-element-7cefc514 > .elementor-background-video-container::before, .elementor-1225 .elementor-element.elementor-element-7cefc514 > .e-con-inner > .elementor-background-video-container::before, .elementor-1225 .elementor-element.elementor-element-7cefc514 > .elementor-background-slideshow::before, .elementor-1225 .elementor-element.elementor-element-7cefc514 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1225 .elementor-element.elementor-element-7cefc514 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1225 .elementor-element.elementor-element-6e65a6db{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1225 .elementor-element.elementor-element-21df8138{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1225 .elementor-element.elementor-element-21df8138:not(.elementor-motion-effects-element-type-background), .elementor-1225 .elementor-element.elementor-element-21df8138 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1225 .elementor-element.elementor-element-51e58c6d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1225 .elementor-element.elementor-element-2b6ea0ea{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:700;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1225 .elementor-element.elementor-element-765d124{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-3671f747{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1225 .elementor-element.elementor-element-da02c52{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1225 .elementor-element.elementor-element-2850c605{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1225 .elementor-element.elementor-element-2850c605 img{border-radius:10px 10px 10px 10px;}.elementor-1225 .elementor-element.elementor-element-1352f28c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1225 .elementor-element.elementor-element-24f270dd{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1225 .elementor-element.elementor-element-14d9f6f6{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1225 .elementor-element.elementor-element-32ed221f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-5066a2c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-28954c59{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1225 .elementor-element.elementor-element-124bbc06{margin:0em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-6187f7e7{--display:flex;}.elementor-1225 .elementor-element.elementor-element-7cd2fb48{--display:flex;}.elementor-1225 .elementor-element.elementor-element-105c6bcd{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:2.3em;font-weight:600;color:#000000;}.elementor-1225 .elementor-element.elementor-element-1ffba300{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-1ffba300:not(.elementor-motion-effects-element-type-background), .elementor-1225 .elementor-element.elementor-element-1ffba300 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7BB8FF14;}.elementor-1225 .elementor-element.elementor-element-50dae118{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1225 .elementor-element.elementor-element-27fc0750{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-7955e8b7{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-4119e75a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-7544655b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1225 .elementor-element.elementor-element-464996bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-6e13b52a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1225 .elementor-element.elementor-element-4ab79a80{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-77b5d81f{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-77d89867{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-5b7bb18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-5fc7b2ef{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1225 .elementor-element.elementor-element-60264a0f{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-742b20fb{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-27e33973{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-66383cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-196755ff{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-565d7d10{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-78dd9e31{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-101763b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-5c753643{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-5c753643.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1225 .elementor-element.elementor-element-48b6367d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1225 .elementor-element.elementor-element-875be92{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-6a09f10e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-425ff7fe{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-35a0504f{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-2c212691{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-7e46d8b0{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1225 .elementor-element.elementor-element-5b589c0a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-846d2d3{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-22356e30{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-1ee01da1{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-723cfe2c{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-77ab2601{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1225 .elementor-element.elementor-element-459dfc1a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-771e5548{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-77cdfa7b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-3efa1eb3{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1225 .elementor-element.elementor-element-5be37853{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1225 .elementor-element.elementor-element-7d276ed4{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1225 .elementor-element.elementor-element-47e05fab{--display:flex;}.elementor-1225 .elementor-element.elementor-element-6704ab57{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1225 .elementor-element.elementor-element-467f3ff7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-31e5908c{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:700;color:#000000;}.elementor-1225 .elementor-element.elementor-element-85b793c{font-family:"Noto Sans JP", Sans-serif;font-weight:900;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1225 .elementor-element.elementor-element-21df8138{--content-width:1180px;}.elementor-1225 .elementor-element.elementor-element-765d124{--content-width:1140px;}.elementor-1225 .elementor-element.elementor-element-da02c52{--width:30%;}.elementor-1225 .elementor-element.elementor-element-1352f28c{--width:68%;}.elementor-1225 .elementor-element.elementor-element-1ffba300{--content-width:1180px;}.elementor-1225 .elementor-element.elementor-element-464996bd{--content-width:1180px;}.elementor-1225 .elementor-element.elementor-element-5b7bb18{--content-width:1180px;}.elementor-1225 .elementor-element.elementor-element-5c753643{--width:100%;}.elementor-1225 .elementor-element.elementor-element-875be92{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1225 .elementor-element.elementor-element-875be92{--content-width:100%;}}@media(min-width:1025px){.elementor-1225 .elementor-element.elementor-element-7cefc514:not(.elementor-motion-effects-element-type-background), .elementor-1225 .elementor-element.elementor-element-7cefc514 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1225 .elementor-element.elementor-element-2850c605{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1225 .elementor-element.elementor-element-14d9f6f6{text-align:start;font-size:1.3em;}.elementor-1225 .elementor-element.elementor-element-105c6bcd{font-size:1.6em;}.elementor-1225 .elementor-element.elementor-element-77ab2601{font-size:1.7em;}.elementor-1225 .elementor-element.elementor-element-31e5908c{font-size:2.6vw;}}@media(max-width:767px){.elementor-1225 .elementor-element.elementor-element-383ee784{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1225 .elementor-element.elementor-element-6e65a6db{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1225 .elementor-element.elementor-element-51e58c6d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-2b6ea0ea{font-size:0.8em;}.elementor-1225 .elementor-element.elementor-element-3671f747{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-da02c52{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-2850c605{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1225 .elementor-element.elementor-element-1352f28c{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-24f270dd{text-align:center;font-size:1.3em;}.elementor-1225 .elementor-element.elementor-element-14d9f6f6{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1225 .elementor-element.elementor-element-5066a2c0{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-28954c59{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-124bbc06{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1em;}.elementor-1225 .elementor-element.elementor-element-105c6bcd{font-size:1.1em;}.elementor-1225 .elementor-element.elementor-element-50dae118{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-27fc0750{font-size:3.1em;}.elementor-1225 .elementor-element.elementor-element-7955e8b7{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1225 .elementor-element.elementor-element-4119e75a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-7544655b{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1225 .elementor-element.elementor-element-6e13b52a{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-4ab79a80{font-size:2.3em;}.elementor-1225 .elementor-element.elementor-element-77b5d81f{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.2em;}.elementor-1225 .elementor-element.elementor-element-77d89867{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-5fc7b2ef{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-60264a0f{font-size:2.3em;}.elementor-1225 .elementor-element.elementor-element-742b20fb{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.2em;}.elementor-1225 .elementor-element.elementor-element-27e33973{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-196755ff{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-565d7d10{font-size:3em;}.elementor-1225 .elementor-element.elementor-element-78dd9e31{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1225 .elementor-element.elementor-element-5c753643{--width:100%;}.elementor-1225 .elementor-element.elementor-element-48b6367d{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1225 .elementor-element.elementor-element-875be92{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1225 .elementor-element.elementor-element-425ff7fe{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-35a0504f{font-size:2.6em;}.elementor-1225 .elementor-element.elementor-element-2c212691{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1225 .elementor-element.elementor-element-7e46d8b0{font-size:1.3em;}.elementor-1225 .elementor-element.elementor-element-5b589c0a{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-22356e30{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-1ee01da1{font-size:2.7em;}.elementor-1225 .elementor-element.elementor-element-723cfe2c{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1225 .elementor-element.elementor-element-77ab2601{font-size:0.9em;}.elementor-1225 .elementor-element.elementor-element-459dfc1a{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-77cdfa7b{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1225 .elementor-element.elementor-element-3efa1eb3{font-size:3em;}.elementor-1225 .elementor-element.elementor-element-5be37853{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1225 .elementor-element.elementor-element-7d276ed4{font-size:1.3em;}.elementor-1225 .elementor-element.elementor-element-47e05fab{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1225 .elementor-element.elementor-element-31e5908c{font-size:5vw;}}.elementor-1227 .elementor-element.elementor-element-21920905 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --overlay-opacity: 1;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-21920905:not(.elementor-motion-effects-element-type-background),
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/coating_1280-630_01.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-1227 .elementor-element.elementor-element-21920905::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-background-video-container::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.e-con-inner>.elementor-background-video-container::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-background-slideshow::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.e-con-inner>.elementor-background-slideshow::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: '';
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-1227 .elementor-element.elementor-element-1c28ed48 {
  width: var(--container-widget-width, 0%);
  max-width: 0%;
  --container-widget-width: 0%;
  --container-widget-flex-grow: 0;
}

.elementor-1227 .elementor-element.elementor-element-1efbced5 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  --z-index: 1;
}

.elementor-1227 .elementor-element.elementor-element-1efbced5:not(.elementor-motion-effects-element-type-background),
.elementor-1227 .elementor-element.elementor-element-1efbced5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #2A2931;
}

.elementor-1227 .elementor-element.elementor-element-3a89e08c {
  --display: flex;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-1227 .elementor-element.elementor-element-4d38dac {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  color: #FFFFFF;
}

.elementor-1227 .elementor-element.elementor-element-3af2ad16 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-1ce9b64d {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --flex-wrap: wrap;
}

.elementor-1227 .elementor-element.elementor-element-6383b936 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --flex-wrap: wrap;
}

.elementor-1227 .elementor-element.elementor-element-67f6ac10 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-1227 .elementor-element.elementor-element-67f6ac10 img {
  border-radius: 10px 10px 10px 10px;
}

.elementor-1227 .elementor-element.elementor-element-f8dbee5 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --flex-wrap: wrap;
}

.elementor-1227 .elementor-element.elementor-element-57fdea33 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: start;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #131313;
}

.elementor-1227 .elementor-element.elementor-element-2e9b3310 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: start;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #1F1F1F;
}

.elementor-1227 .elementor-element.elementor-element-448a425 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-1d5517eb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-64d8de67 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-23026fcb {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-126b490e {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-de20ecb {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-10143474 {
  text-align: end;
}

.elementor-1227 .elementor-element.elementor-element-ae90a2c {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-2ad10aae {
  margin: 0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-23d0542 img {
  border-radius: 10px 10px 10px 10px;
}

.elementor-1227 .elementor-element.elementor-element-55e6dc12 {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  color: #002B81;
}

.elementor-1227 .elementor-element.elementor-element-7a248020 {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-675ef5f9 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-1a360558 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-1227 .elementor-element.elementor-element-1a360558.ha-has-bg-overlay:hover::before {
  transition: background 0.3s;
}

.elementor-1227 .elementor-element.elementor-element-7b1101b0 {
  text-align: end;
}

.elementor-1227 .elementor-element.elementor-element-3e17d6b3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-3e17d6b3:not(.elementor-motion-effects-element-type-background),
.elementor-1227 .elementor-element.elementor-element-3e17d6b3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #7BB8FF14;
}

.elementor-1227 .elementor-element.elementor-element-1b89bd6 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-292ecc7 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-7e1b2600 {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-a8e6c79 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-48131203 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-4d6a77a4 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-622cf607 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-671d480a {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-7056a3ce {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-3371d7a2 {
  --display: flex;
}

.elementor-1227 .elementor-element.elementor-element-463af469 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-56afdb36 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-32b612a5 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-6abdbae4 {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-1ea4c8e8 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-25630ba3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-6d33a411 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-14235d3f {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-3f0f7280 {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-5471fba1 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-18661147 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-191e3346 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-194f33a5 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-3012512d {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-e10ae39 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-571cf088 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-571cf088.e-con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.elementor-1227 .elementor-element.elementor-element-317e6856 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-1227 .elementor-element.elementor-element-2c71ec70 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 20px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-6c3b7a02 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-535cc51a {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-691587e1 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-4c382987 {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-69c46f89 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #0F0F0F;
}

.elementor-1227 .elementor-element.elementor-element-3bba869e {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-2fae102 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-320267ab {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-20715ceb {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-2bc46a8d {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-79cb71dd {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #0F0F0F;
}

.elementor-1227 .elementor-element.elementor-element-3aa17fb2 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-11410097 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-5ade2613 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-3ca7e2f6 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-1046f851 {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-6323db79 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #0F0F0F;
}

.elementor-1227 .elementor-element.elementor-element-740d3a05 {
  --display: flex;
}

.elementor-1227 .elementor-element.elementor-element-1dd077cf {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-10977fa9 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-7ee4f55 {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-402a1056 {
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 900;
  color: #000000;
}

:root {
  --page-title-display: none;
}

@media(min-width:768px) {
  .elementor-1227 .elementor-element.elementor-element-1efbced5 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-3af2ad16 {
    --content-width: 1140px;
  }

  .elementor-1227 .elementor-element.elementor-element-6383b936 {
    --width: 30%;
  }

  .elementor-1227 .elementor-element.elementor-element-f8dbee5 {
    --width: 68%;
  }

  .elementor-1227 .elementor-element.elementor-element-1d5517eb {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-3e17d6b3 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-4d6a77a4 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-463af469 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-25630ba3 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-571cf088 {
    --width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-2c71ec70 {
    --content-width: 1140px;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-1227 .elementor-element.elementor-element-2c71ec70 {
    --content-width: 100%;
  }
}

@media(max-width:1024px) {
  .elementor-1227 .elementor-element.elementor-element-67f6ac10 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-2e9b3310 {
    text-align: start;
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-2ad10aae {
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-1a360558 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-1227 .elementor-element.elementor-element-1a360558.elementor-element {
    --align-self: center;
  }

  .elementor-1227 .elementor-element.elementor-element-79cb71dd {
    font-size: 1.7em;
  }

  .elementor-1227 .elementor-element.elementor-element-7ee4f55 {
    font-size: 2.6vw;
  }
}

@media(max-width:767px) {

  .elementor-1227 .elementor-element.elementor-element-21920905:not(.elementor-motion-effects-element-type-background),
  .elementor-1227 .elementor-element.elementor-element-21920905>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/air-conditioner-repair_800-495_06.jpg);
  }

  .elementor-1227 .elementor-element.elementor-element-1a06d521 {
    width: var(--container-widget-width, 0px);
    max-width: 0px;
    --container-widget-width: 0px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1227 .elementor-element.elementor-element-1c28ed48 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-3a89e08c {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-4d38dac {
    font-size: 0.8em;
  }

  .elementor-1227 .elementor-element.elementor-element-1ce9b64d {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-6383b936 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-67f6ac10 {
    --container-widget-width: 80%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 80%);
    max-width: 80%;
  }

  .elementor-1227 .elementor-element.elementor-element-f8dbee5 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-57fdea33 {
    text-align: center;
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-2e9b3310 {
    margin: 2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
    padding: 0px 0px 0px 0px;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    text-align: start;
    font-size: 0.9em;
  }

  .elementor-1227 .elementor-element.elementor-element-64d8de67 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-23026fcb {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-126b490e {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-de20ecb {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-ae90a2c {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-2ad10aae {
    font-size: 1.2em;
  }

  .elementor-1227 .elementor-element.elementor-element-55e6dc12 {
    font-size: 1.7em;
  }

  .elementor-1227 .elementor-element.elementor-element-7a248020 {
    font-size: 1.2em;
  }

  .elementor-1227 .elementor-element.elementor-element-675ef5f9 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-1a360558 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-1b89bd6 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-292ecc7 {
    font-size: 3.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-7e1b2600 {
    margin: -1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  }

  .elementor-1227 .elementor-element.elementor-element-a8e6c79 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-48131203 {
    margin: 8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-622cf607 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-671d480a {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-7056a3ce {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-56afdb36 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-32b612a5 {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-6abdbae4 {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-1ea4c8e8 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-6d33a411 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-14235d3f {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-3f0f7280 {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-5471fba1 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-191e3346 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-194f33a5 {
    font-size: 3em;
  }

  .elementor-1227 .elementor-element.elementor-element-3012512d {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-571cf088 {
    --width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-317e6856 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-2c71ec70 {
    --padding-top: 5px;
    --padding-bottom: 5px;
    --padding-left: 5px;
    --padding-right: 5px;
  }

  .elementor-1227 .elementor-element.elementor-element-535cc51a {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-691587e1 {
    font-size: 2.6em;
  }

  .elementor-1227 .elementor-element.elementor-element-4c382987 {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.4em;
  }

  .elementor-1227 .elementor-element.elementor-element-69c46f89 {
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-3bba869e {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-320267ab {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-20715ceb {
    font-size: 2.7em;
  }

  .elementor-1227 .elementor-element.elementor-element-2bc46a8d {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-79cb71dd {
    font-size: 0.9em;
  }

  .elementor-1227 .elementor-element.elementor-element-3aa17fb2 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-5ade2613 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-3ca7e2f6 {
    font-size: 3em;
  }

  .elementor-1227 .elementor-element.elementor-element-1046f851 {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-6323db79 {
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-740d3a05 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-7ee4f55 {
    font-size: 5vw;
  }
}

/* Start custom CSS for html, class: .elementor-element-3648343d */
.whypro {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5e6d79;
  --ring: #e6edf2;
  --card: #ffffff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px;
}

.whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media (max-width:980px) {
  .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:640px) {
  .whypro-grid {
    grid-template-columns: 1fr
  }
}

.whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(17, 24, 39, .08), 0 1px 2px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform;
}

.whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 179, 170, .6), rgba(16, 179, 170, 0));
}

.whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12), 0 2px 6px rgba(17, 24, 39, .06);
  border-color: #dfe8ee
}

.whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16)
}

.whypro-icon svg {
  width: 28px;
  height: 28px
}

.whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 18px);
  letter-spacing: .02em
}

.whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(13.5px, 1.6vw, 14.5px)
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44a2963e */
/* === スマホ/タブレット最適化 === */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* まず共通の見やすさ */
.data-table {
  border-collapse: separate;
  border-spacing: 0;
}

.data-table thead th {
  white-space: nowrap;
}

.data-table td {
  vertical-align: middle;
}

/* ---- 768px以下だけレイアウト最適化 ---- */
@media (max-width: 768px) {

  /* ヘッダー（列見出し）を上部固定 */
  .data-table thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #445566;
    /* 既存のヘッダー色 */
    color: #fff;
  }

  /* 1列目（メニュー）を左固定＆幅確保＆改行禁止 */
  .data-table th:first-child,
  .data-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 180px;
    /* ←必要に応じて 160–220px で調整 */
    white-space: nowrap;
    /* 日本語の縦崩れ防止 */
    background: #fff;
  }

  /* 1列目見出しはヘッダーより前面に */
  .data-table thead th:first-child {
    z-index: 6;
    background: #445566;
    color: #fff;
  }

  /* ストライプの背景を1列目にも反映 */
  .data-table tbody tr:nth-child(even) td:first-child {
    background: #f9f9f9;
  }

  /* 2列目（工期）はやや狭めで中央寄せ */
  .data-table th:nth-child(2),
  .data-table td:nth-child(2) {
    min-width: 92px;
    text-align: center;
    white-space: nowrap;
  }

  /* 価格列（3列目以降）は最小幅を揃えて右寄せ */
  .data-table th:nth-child(n+3),
  .data-table td:nth-child(n+3) {
    min-width: 110px;
    /* 横スクロールで見切れない幅 */
    text-align: right;
    white-space: nowrap;
  }

  /* 余白と文字サイズを少し詰める */
  .data-table thead th,
  .data-table tbody td {
    padding: 12px 10px;
    font-size: 13px;
  }
}

/* 480px以下でさらにコンパクトに（任意） */
@media (max-width: 480px) {

  .data-table th:first-child,
  .data-table td:first-child {
    min-width: 170px;
  }

  .data-table th:nth-child(2),
  .data-table td:nth-child(2) {
    min-width: 86px;
  }

  .data-table th:nth-child(n+3),
  .data-table td:nth-child(n+3) {
    min-width: 104px;
  }

  .data-table thead th,
  .data-table tbody td {
    padding: 10px 8px;
    font-size: 12.5px;
  }
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1d5517eb */
/* ========== Data Table ========== */
.table-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  border: 1px solid #ddd
}

.table-title {
  background: linear-gradient(135deg, #10b3aa 0%, #0aa19a 100%);
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}

.data-table thead tr {
  background: #445566
}

.data-table thead th {
  color: #fff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.data-table thead th:first-child {
  text-align: left;
  width: 40%
}

.data-table thead th:last-child {
  border-right: 0
}

.data-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background-color .2s ease
}

.data-table tbody tr:hover {
  background: #fafafa
}

.data-table tbody tr:last-child {
  border-bottom: 0
}

.data-table tbody td {
  padding: 18px 20px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e5e5e5
}

.data-table tbody td:first-child {
  text-align: left;
  color: #445566;
  font-weight: 500;
  background: #f9f9f9;
  width: 40%;
  font-size: 14px
}

.data-table tbody td:last-child {
  border-right: 0
}

.data-table tbody td:not(:first-child) {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap
}

.mileage-table tbody td:not(:first-child) {
  font-size: 16px
}

.period-highlight {
  color: #10b3aa !important;
  font-weight: 700
}

.weight-table thead th:first-child,
.weight-table tbody td:first-child {
  width: 25%
}

@media(max-width:768px) {
  .table-title {
    font-size: 17px;
    padding: 14px
  }

  .data-table thead th {
    padding: 12px 10px;
    font-size: 13px
  }

  .data-table thead th:first-child {
    width: 30%;
    padding: 12px 8px
  }

  .data-table tbody td {
    padding: 14px 10px;
    font-size: 13px
  }

  .data-table tbody td:first-child {
    width: 30%;
    padding: 14px 8px;
    font-size: 12px
  }

  .data-table tbody td:not(:first-child) {
    font-size: 15px
  }

  .mileage-table tbody td:not(:first-child) {
    font-size: 14px
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b1da712 */
.commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative;
}

.commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}

.commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, 0.3);
}

.commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px;
}

.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.commitment-section .commitment-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, 0.08);
  border: 1px solid rgba(16, 179, 170, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc);
}

.commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, 0.02) 0%, transparent 70%);
  transition: all 0.6s ease;
  transform: scale(0);
}

.commitment-section .commitment-item:hover::after {
  transform: scale(1);
}

.commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, 0.15);
  border-color: rgba(16, 179, 170, 0.2);
}

.commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.commitment-section .commitment-item:hover .commitment-number::before {
  opacity: 0.3;
}

.commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, 0.4);
}

.commitment-section .commitment-content {
  position: relative;
  z-index: 2;
}

.commitment-section .commitment-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  position: relative;
}

.commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px;
}

.commitment-section .commitment-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .commitment-section .commitment-grid {
    gap: 30px;
  }

  .commitment-section .commitment-item {
    padding: 35px 30px;
  }
}

@media (max-width: 768px) {
  .commitment-section {
    padding: 8px 0;
  }

  .commitment-section .section-title {
    font-size: 2.2rem;
  }

  .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .commitment-section .commitment-item {
    padding: 30px 25px;
  }

  .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .commitment-section .commitment-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .commitment-section .container {
    padding: 0 15px;
  }

  .commitment-section .section-title {
    font-size: 1.8rem;
  }

  .commitment-section .section-subtitle {
    font-size: 0.9rem;
    padding: 8px 20px;
  }

  .commitment-section .section-header {
    margin-bottom: 50px;
  }

  .commitment-section .commitment-item {
    padding: 25px 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.2rem;
  }

  .commitment-section .commitment-description {
    font-size: 0.9rem;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74ba41a1 */
.commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative;
}

.commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}

.commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, 0.3);
}

.commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px;
}

.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.commitment-section .commitment-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, 0.08);
  border: 1px solid rgba(16, 179, 170, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc);
}

.commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, 0.02) 0%, transparent 70%);
  transition: all 0.6s ease;
  transform: scale(0);
}

.commitment-section .commitment-item:hover::after {
  transform: scale(1);
}

.commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, 0.15);
  border-color: rgba(16, 179, 170, 0.2);
}

.commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.commitment-section .commitment-item:hover .commitment-number::before {
  opacity: 0.3;
}

.commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, 0.4);
}

.commitment-section .commitment-content {
  position: relative;
  z-index: 2;
}

.commitment-section .commitment-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  position: relative;
}

.commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px;
}

.commitment-section .commitment-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .commitment-section .commitment-grid {
    gap: 30px;
  }

  .commitment-section .commitment-item {
    padding: 35px 30px;
  }
}

@media (max-width: 768px) {
  .commitment-section {
    padding: 8px 0;
  }

  .commitment-section .section-title {
    font-size: 2.2rem;
  }

  .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .commitment-section .commitment-item {
    padding: 30px 25px;
  }

  .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .commitment-section .commitment-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .commitment-section .container {
    padding: 0 15px;
  }

  .commitment-section .section-title {
    font-size: 1.8rem;
  }

  .commitment-section .section-subtitle {
    font-size: 0.9rem;
    padding: 8px 20px;
  }

  .commitment-section .section-header {
    margin-bottom: 50px;
  }

  .commitment-section .commitment-item {
    padding: 25px 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.2rem;
  }

  .commitment-section .commitment-description {
    font-size: 0.9rem;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-317e6856 */
.rv2-reviews {
  padding: 0px 0;
  background: #fafbfc;
  overflow: hidden;
}
.keni-section h3 {
    margin-top: 0px !important;
}
.rv2-track {
  display: flex;
  gap: 20px;
  padding: 0 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rv2-track::-webkit-scrollbar {
  display: none
}

.rv2-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  scroll-snap-align: start;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rv2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.rv2-user {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.rv2-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rv2-av--teal {
  background: linear-gradient(135deg, #14b8a6, #0d9488)
}

.rv2-av--green {
  background: linear-gradient(135deg, #22c55e, #16a34a)
}

.rv2-av--purple {
  background: linear-gradient(135deg, #a855f7, #9333ea)
}

.rv2-av--blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb)
}

.rv2-av--orange {
  background: linear-gradient(135deg, #f97316, #ea580c)
}

.rv2-av--indigo {
  background: linear-gradient(135deg, #6366f1, #4f46e5)
}

.rv2-av--rose {
  background: linear-gradient(135deg, #f43f5e, #e11d48)
}

.rv2-av--cyan {
  background: linear-gradient(135deg, #06b6d4, #0891b2)
}

.rv2-ic {
  width: 28px;
  height: 28px;
}

.rv2-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
  line-height: 1.4;
}

.rv2-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width:768px) {
  .rv2-track {
    padding: 0 16px;
    gap: 16px;
  }

  .rv2-card {
    flex: 0 0 280px;
    padding: 20px;
  }

  .rv2-body h3 {
    font-size: 15px;
  }

  .rv2-text {
    font-size: 13px;
  }
}

/* End custom CSS */.elementor-1228 .elementor-element.elementor-element-5751f4ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-5751f4ac:not(.elementor-motion-effects-element-type-background), .elementor-1228 .elementor-element.elementor-element-5751f4ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/tire-replacement_1280-630_02.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1228 .elementor-element.elementor-element-5751f4ac::before, .elementor-1228 .elementor-element.elementor-element-5751f4ac > .elementor-background-video-container::before, .elementor-1228 .elementor-element.elementor-element-5751f4ac > .e-con-inner > .elementor-background-video-container::before, .elementor-1228 .elementor-element.elementor-element-5751f4ac > .elementor-background-slideshow::before, .elementor-1228 .elementor-element.elementor-element-5751f4ac > .e-con-inner > .elementor-background-slideshow::before, .elementor-1228 .elementor-element.elementor-element-5751f4ac > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1228 .elementor-element.elementor-element-37c9d036{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-1228 .elementor-element.elementor-element-60ac466c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-1228 .elementor-element.elementor-element-60ac466c:not(.elementor-motion-effects-element-type-background), .elementor-1228 .elementor-element.elementor-element-60ac466c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}.elementor-1228 .elementor-element.elementor-element-173e5955{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1228 .elementor-element.elementor-element-10053890{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:700;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.33);color:#FFFFFF;}.elementor-1228 .elementor-element.elementor-element-1d55e6e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-a981f61{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1228 .elementor-element.elementor-element-4ef423fa{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;}.elementor-1228 .elementor-element.elementor-element-57746069{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1228 .elementor-element.elementor-element-57746069 img{border-radius:10px 10px 10px 10px;}.elementor-1228 .elementor-element.elementor-element-5cf0687f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1228 .elementor-element.elementor-element-9532c82{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:28px;font-weight:700;color:#131313;}.elementor-1228 .elementor-element.elementor-element-90474e1{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:600;color:#1F1F1F;}.elementor-1228 .elementor-element.elementor-element-dca9971{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-5fd5698{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--z-index:1;}.elementor-1228 .elementor-element.elementor-element-18d06dc8{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:2.6em;font-weight:700;color:#000000;}.elementor-1228 .elementor-element.elementor-element-760d1658{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--z-index:1;}.elementor-1228 .elementor-element.elementor-element-26e39eda{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-46174847{width:var( --container-widget-width, 35% );max-width:35%;--container-widget-width:35%;--container-widget-flex-grow:0;}.elementor-1228 .elementor-element.elementor-element-46174847 img{width:100%;border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-1228 .elementor-element.elementor-element-1bf6a892{width:var( --container-widget-width, 65% );max-width:65%;--container-widget-width:65%;--container-widget-flex-grow:0;text-align:start;font-family:"Noto Sans JP", Sans-serif;font-size:1.4em;font-weight:600;color:#000000;}.elementor-1228 .elementor-element.elementor-element-3f91e32c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-3f91e32c:not(.elementor-motion-effects-element-type-background), .elementor-1228 .elementor-element.elementor-element-3f91e32c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7BB8FF14;}.elementor-1228 .elementor-element.elementor-element-4cab6936{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1228 .elementor-element.elementor-element-27ca15a9{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1228 .elementor-element.elementor-element-31f20e35{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1228 .elementor-element.elementor-element-2224b681{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-410b97d4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-size:3em;font-weight:600;color:#000000;}.elementor-1228 .elementor-element.elementor-element-24bf9ed4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-7a5a1b89{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1228 .elementor-element.elementor-element-61629c01{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1228 .elementor-element.elementor-element-771af176{margin:-1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1228 .elementor-element.elementor-element-58242be{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-6559f48e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--z-index:1;}.elementor-1228 .elementor-element.elementor-element-58c0fe20{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1228 .elementor-element.elementor-element-27ef359b{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:2.6em;font-weight:700;color:#000000;}.elementor-1228 .elementor-element.elementor-element-5a331378{color:#000000;}.elementor-1228 .elementor-element.elementor-element-463fa580{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-505b5514{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-52abc711{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1228 .elementor-element.elementor-element-19b29180{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1228 .elementor-element.elementor-element-3343b16c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-7724c608{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-7724c608.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1228 .elementor-element.elementor-element-28448079{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1228 .elementor-element.elementor-element-b4e183b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-7e997c56{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-1d20159d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-66da24d1{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1228 .elementor-element.elementor-element-4074f451{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1228 .elementor-element.elementor-element-70facf50{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1228 .elementor-element.elementor-element-7dfe3bcc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-32e2b103{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-3cedd640{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-1cd0432e{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1228 .elementor-element.elementor-element-28e525{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1228 .elementor-element.elementor-element-3784be95{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1228 .elementor-element.elementor-element-2531c163{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-5339d1f3{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-3d157f38{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-770760f1{padding:0px 0px 0px 0px;text-align:center;font-size:5em;font-weight:900;color:#80BEFF2B;}.elementor-1228 .elementor-element.elementor-element-1d99180{margin:-2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;text-align:center;font-size:2em;font-weight:800;color:#2A2A2A;}.elementor-1228 .elementor-element.elementor-element-382ac21c{text-align:center;font-size:2em;font-weight:700;color:#0F0F0F;}.elementor-1228 .elementor-element.elementor-element-3a048540{--display:flex;}.elementor-1228 .elementor-element.elementor-element-267a46eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1228 .elementor-element.elementor-element-7a45200f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-4a652344{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.5em;font-weight:600;color:#000000;}.elementor-1228 .elementor-element.elementor-element-52a2a5c5{font-family:"Noto Sans JP", Sans-serif;font-weight:900;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1228 .elementor-element.elementor-element-60ac466c{--content-width:1180px;}.elementor-1228 .elementor-element.elementor-element-1d55e6e0{--content-width:1140px;}.elementor-1228 .elementor-element.elementor-element-4ef423fa{--width:30%;}.elementor-1228 .elementor-element.elementor-element-5cf0687f{--width:68%;}.elementor-1228 .elementor-element.elementor-element-3f91e32c{--content-width:1180px;}.elementor-1228 .elementor-element.elementor-element-24bf9ed4{--content-width:1180px;}.elementor-1228 .elementor-element.elementor-element-7724c608{--width:100%;}.elementor-1228 .elementor-element.elementor-element-b4e183b{--content-width:1140px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1228 .elementor-element.elementor-element-b4e183b{--content-width:100%;}}@media(max-width:1024px){.elementor-1228 .elementor-element.elementor-element-57746069{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1228 .elementor-element.elementor-element-90474e1{text-align:start;font-size:1.3em;}.elementor-1228 .elementor-element.elementor-element-27ef359b{font-size:2.2em;}.elementor-1228 .elementor-element.elementor-element-3784be95{font-size:1.7em;}.elementor-1228 .elementor-element.elementor-element-4a652344{font-size:2.6vw;}}@media(max-width:767px){.elementor-1228 .elementor-element.elementor-element-66a11ee2{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1228 .elementor-element.elementor-element-37c9d036{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1228 .elementor-element.elementor-element-173e5955{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-10053890{font-size:0.8em;}.elementor-1228 .elementor-element.elementor-element-a981f61{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-4ef423fa{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-57746069{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}.elementor-1228 .elementor-element.elementor-element-5cf0687f{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-9532c82{text-align:center;font-size:1.3em;}.elementor-1228 .elementor-element.elementor-element-90474e1{margin:2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;text-align:start;font-size:0.9em;}.elementor-1228 .elementor-element.elementor-element-18d06dc8{font-size:1.1em;}.elementor-1228 .elementor-element.elementor-element-46174847{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1228 .elementor-element.elementor-element-1bf6a892{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;font-size:1em;}.elementor-1228 .elementor-element.elementor-element-4cab6936{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-27ca15a9{font-size:3.1em;}.elementor-1228 .elementor-element.elementor-element-31f20e35{margin:-1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-1228 .elementor-element.elementor-element-2224b681{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-410b97d4{margin:8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;font-size:1.5em;}.elementor-1228 .elementor-element.elementor-element-7a5a1b89{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-61629c01{font-size:2.1em;}.elementor-1228 .elementor-element.elementor-element-771af176{margin:-1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1228 .elementor-element.elementor-element-58242be{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-27ef359b{font-size:1.1em;}.elementor-1228 .elementor-element.elementor-element-505b5514{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-52abc711{font-size:3em;}.elementor-1228 .elementor-element.elementor-element-19b29180{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1228 .elementor-element.elementor-element-7724c608{--width:100%;}.elementor-1228 .elementor-element.elementor-element-28448079{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1228 .elementor-element.elementor-element-b4e183b{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1228 .elementor-element.elementor-element-1d20159d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-66da24d1{font-size:2.6em;}.elementor-1228 .elementor-element.elementor-element-4074f451{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.4em;}.elementor-1228 .elementor-element.elementor-element-70facf50{font-size:1.3em;}.elementor-1228 .elementor-element.elementor-element-7dfe3bcc{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-3cedd640{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-1cd0432e{font-size:2.7em;}.elementor-1228 .elementor-element.elementor-element-28e525{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1228 .elementor-element.elementor-element-3784be95{font-size:0.9em;}.elementor-1228 .elementor-element.elementor-element-2531c163{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-3d157f38{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1228 .elementor-element.elementor-element-770760f1{font-size:3em;}.elementor-1228 .elementor-element.elementor-element-1d99180{margin:-2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;font-size:1.5em;}.elementor-1228 .elementor-element.elementor-element-382ac21c{font-size:1.3em;}.elementor-1228 .elementor-element.elementor-element-3a048540{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1228 .elementor-element.elementor-element-4a652344{font-size:5vw;}}/* Start custom CSS for html, class: .elementor-element-453da2f7 */.whypro{
  --brand:#10b3aa; --ink:#0f1720; --muted:#5e6d79; --ring:#e6edf2; --card:#ffffff;
  font-family:'Noto Sans JP',system-ui,sans-serif; max-width:1100px; margin:0 auto; padding:20px 12px;
}
.whypro-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:980px){.whypro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.whypro-grid{grid-template-columns:1fr}}
.whypro-card{
  position:relative;background:var(--card);border:1px solid var(--ring);border-radius:18px;padding:18px 16px 16px;
  box-shadow:0 16px 18px rgba(17,24,39,.08),0 1px 2px rgba(17,24,39,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  overflow:hidden;will-change:transform;
}
.whypro-card::before{
  content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,rgba(16,179,170,.6),rgba(16,179,170,0));
}
.whypro-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(17,24,39,.12),0 2px 6px rgba(17,24,39,.06);border-color:#dfe8ee}
.whypro-icon{
  width:56px;height:56px;border-radius:999px;display:grid;place-items:center;margin-bottom:10px;color:var(--brand);
  background:radial-gradient(100% 100% at 50% 0%,rgba(16,179,170,.16),rgba(16,179,170,.06));box-shadow:inset 0 0 0 2px rgba(16,179,170,.16)
}
.whypro-icon svg{width:28px;height:28px}
.whypro-card h3{margin:0 0 6px;color:var(--ink);font-weight:900;font-size:clamp(16px,1.9vw,18px);letter-spacing:.02em}
.whypro-card p{margin:0;color:var(--muted);line-height:1.8;font-size:clamp(13.5px,1.6vw,14.5px)}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53c83246 */.commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative;
}

.commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}

.commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, 0.3);
}

.commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px;
}

.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.commitment-section .commitment-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, 0.08);
  border: 1px solid rgba(16, 179, 170, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc);
}

.commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, 0.02) 0%, transparent 70%);
  transition: all 0.6s ease;
  transform: scale(0);
}

.commitment-section .commitment-item:hover::after {
  transform: scale(1);
}

.commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, 0.15);
  border-color: rgba(16, 179, 170, 0.2);
}

.commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.commitment-section .commitment-item:hover .commitment-number::before {
  opacity: 0.3;
}

.commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, 0.4);
}

.commitment-section .commitment-content {
  position: relative;
  z-index: 2;
}

.commitment-section .commitment-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  position: relative;
}

.commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px;
}

.commitment-section .commitment-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .commitment-section .commitment-grid {
    gap: 30px;
  }
  
  .commitment-section .commitment-item {
    padding: 35px 30px;
  }
}

@media (max-width: 768px) {
  .commitment-section {
    padding: 8px 0;
  }
  
  .commitment-section .section-title {
    font-size: 2.2rem;
  }
  
  .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px;
  }
  
  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .commitment-section .commitment-item {
    padding: 30px 25px;
  }
  
  .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  
  .commitment-section .commitment-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .commitment-section .container {
    padding: 0 15px;
  }
  
  .commitment-section .section-title {
    font-size: 1.8rem;
  }
  
  .commitment-section .section-subtitle {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
  
  .commitment-section .section-header {
    margin-bottom: 50px;
  }
  
  .commitment-section .commitment-item {
    padding: 25px 20px;
  }
  
  .commitment-section .commitment-title {
    font-size: 1.2rem;
  }
  
  .commitment-section .commitment-description {
    font-size: 0.9rem;
  }
}/* End custom CSS */.elementor-1229 .elementor-element.elementor-element-c5eb4d3 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-c5eb4d3:not(.elementor-motion-effects-element-type-background),
.elementor-1229 .elementor-element.elementor-element-c5eb4d3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(https://depost-solution.2-d.jp/wp-content/uploads/pc-background_image_1280-521_01.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-1229 .elementor-element.elementor-element-5ac34595 {
    width: var(--container-widget-width, 0%);
    max-width: 0%;
    --container-widget-width: 0%;
    --container-widget-flex-grow: 0;
}

.elementor-1229 .elementor-element.elementor-element-16302b8f {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
    --z-index: 1;
}

.elementor-1229 .elementor-element.elementor-element-16302b8f:not(.elementor-motion-effects-element-type-background),
.elementor-1229 .elementor-element.elementor-element-16302b8f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #2A2931;
}

.elementor-1229 .elementor-element.elementor-element-478cba5f {
    --display: flex;
}

.elementor-widget-text-editor {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-1229 .elementor-element.elementor-element-72314727 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
    color: #FFFFFF;
}

.elementor-1229 .elementor-element.elementor-element-429079bf {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
}

.elementor-1229 .elementor-element.elementor-element-f5594ba {
    --display: flex;
}

.elementor-1229 .elementor-element.elementor-element-10d94948 {
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF1F;
}

.elementor-1229 .elementor-element.elementor-element-284e0982 {
    margin: -4em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #383838;
    line-height: 1.8;
}

.elementor-1229 .elementor-element.elementor-element-1546fba8 {
    --display: flex;
}

.elementor-1229 .elementor-element.elementor-element-7f4e8ed {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    color: #383838;
}

.elementor-1229 .elementor-element.elementor-element-3e6b28d1 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    color: #383838;
}

.elementor-1229 .elementor-element.elementor-element-2deda2b4 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-4efb6727 {
    width: var(--container-widget-width, 45%);
    max-width: 45%;
    --container-widget-width: 45%;
    --container-widget-flex-grow: 0;
}

.elementor-1229 .elementor-element.elementor-element-4efb6727 img {
    border-radius: 10px 10px 10px 10px;
}

.elementor-1229 .elementor-element.elementor-element-3648243 {
    width: var(--container-widget-width, 55%);
    max-width: 55%;
    --container-widget-width: 55%;
    --container-widget-flex-grow: 0;
}

.elementor-1229 .elementor-element.elementor-element-2f5fd848 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
}

.elementor-1229 .elementor-element.elementor-element-2f5fd848:not(.elementor-motion-effects-element-type-background),
.elementor-1229 .elementor-element.elementor-element-2f5fd848>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #7BB8FF14;
}

.elementor-1229 .elementor-element.elementor-element-54bfb2fc {
    --display: flex;
}

.elementor-1229 .elementor-element.elementor-element-453de990 {
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF1F;
}

.elementor-1229 .elementor-element.elementor-element-22365d59 {
    margin: -2.3em 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #383838;
}

.elementor-1229 .elementor-element.elementor-element-49539ce1 {
    --display: flex;
}

.elementor-1229 .elementor-element.elementor-element-94e1117 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --margin-top: 3%;
    --margin-bottom: 0%;
    --margin-left: 0%;
    --margin-right: 0%;
}

.elementor-1229 .elementor-element.elementor-element-649b862f {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --margin-top: 3%;
    --margin-bottom: 0%;
    --margin-left: 0%;
    --margin-right: 0%;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.elementor-1229 .elementor-element.elementor-element-23ceb9ad {
    text-align: center;
}

.elementor-1229 .elementor-element.elementor-element-23ceb9ad .elementor-heading-title {
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 2.1em;
    font-weight: 700;
    color: #000000;
}

.elementor-1229 .elementor-element.elementor-element-5bef1800 {
    text-align: center;
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #000000;
}

.elementor-1229 .elementor-element.elementor-element-628159a {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    border-style: groove;
    --border-style: groove;
    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.23) inset;
}

.elementor-1229 .elementor-element.elementor-element-5234bd81 {
    --display: flex;
    box-shadow: 0px 0px 0px 0px rgba(129, 129, 129, 0.5);
}

.elementor-1229 .elementor-element.elementor-element-2151ae72 {
    text-align: start;
}

.elementor-1229 .elementor-element.elementor-element-47268300 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --padding-top: 5px;
    --padding-bottom: 5px;
    --padding-left: 5px;
    --padding-right: 5px;
    margin-top: -4%;
}

.elementor-1229 .elementor-element.elementor-element-21765727 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
}

.elementor-1229 .elementor-element.elementor-element-17ef7bd1 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-4dc9a04e {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-312c3562 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-2bf09adf {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-71ded775 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-57eb84bb {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-31aef47d {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-58e5f558 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --margin-top: 3px;
    --margin-bottom: 3px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-2b3408cd {
    --display: flex;
    border-style: groove;
    --border-style: groove;
    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.23);
}

.elementor-1229 .elementor-element.elementor-element-4689423c {
    text-align: start;
}

.elementor-1229 .elementor-element.elementor-element-796194ac {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --padding-top: 5px;
    --padding-bottom: 5px;
    --padding-left: 5px;
    --padding-right: 5px;
    margin-top: -9%;
}

.elementor-1229 .elementor-element.elementor-element-5fa0b59d {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
}

.elementor-1229 .elementor-element.elementor-element-5ad22d1e {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-3093ad94 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-344a7845 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-22ca9744 {
    --display: flex;
    border-style: groove;
    --border-style: groove;
    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
}

.elementor-1229 .elementor-element.elementor-element-1cf05d7 {
    text-align: start;
}

.elementor-1229 .elementor-element.elementor-element-75c89e91 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --padding-top: 5px;
    --padding-bottom: 5px;
    --padding-left: 5px;
    --padding-right: 5px;
    margin-top: -9%;
}

.elementor-1229 .elementor-element.elementor-element-5ed519f4 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
}

.elementor-1229 .elementor-element.elementor-element-45032585 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-33a6e07b {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-41c4e994 {
    --display: flex;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #D3D3D3;
    --border-color: #D3D3D3;
    --border-radius: 0px 0px 0px 0px;
}

.elementor-1229 .elementor-element.elementor-element-1cceeef7 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
}

.elementor-1229 .elementor-element.elementor-element-1cceeef7:not(.elementor-motion-effects-element-type-background),
.elementor-1229 .elementor-element.elementor-element-1cceeef7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #7BB8FF14;
}
.elementor-1229 .elementor-element.elementor-element-1cceeef7:not(.elementor-motion-effects-element-type-background) {
    padding-bottom: 4%;
}

.elementor-1229 .elementor-element.elementor-element-63d9d74e {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --margin-top: 50px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-1334771b {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF2B;
}

.elementor-1229 .elementor-element.elementor-element-61a53dff {
    margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #2A2A2A;
}

.elementor-1229 .elementor-element.elementor-element-94ec015 {
    --display: flex;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-38e89ba1 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    color: #000000;
}

.elementor-1229 .elementor-element.elementor-element-5cb1ad91 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
}

.elementor-1229 .elementor-element.elementor-element-5cb1ad91.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1229 .elementor-element.elementor-element-5b62b618 {
    --display: flex;
}

.elementor-1229 .elementor-element.elementor-element-3adf7564 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
}

.elementor-1229 .elementor-element.elementor-element-3f290b95 {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-1229 .elementor-element.elementor-element-68fceed6 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF2B;
}

.elementor-1229 .elementor-element.elementor-element-6a514e84 {
    margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #2A2A2A;
}

.elementor-1229 .elementor-element.elementor-element-5c0ef495 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-5c0ef495.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1229 .elementor-element.elementor-element-1a8c32a4 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}

.elementor-1229 .elementor-element.elementor-element-5864d5de {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    border-style: none;
    --border-style: none;
    --margin-top: 20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-71eeebfe {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    border-style: none;
    --border-style: none;
    --margin-top: 30px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-1f5e61cd {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-1229 .elementor-element.elementor-element-103c1382 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF2B;
}

.elementor-1229 .elementor-element.elementor-element-76243ff6 {
    margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #2A2A2A;
}

.elementor-1229 .elementor-element.elementor-element-7624d2a9 {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #0F0F0F;
}

.elementor-1229 .elementor-element.elementor-element-3bc51b1d {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-1229 .elementor-element.elementor-element-f48aa65 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    border-style: none;
    --border-style: none;
    --margin-top: 30px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-2959368c {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-1229 .elementor-element.elementor-element-79473d48 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF2B;
}

.elementor-1229 .elementor-element.elementor-element-21a7d829 {
    margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #2A2A2A;
}

.elementor-1229 .elementor-element.elementor-element-14fcec9d {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #0F0F0F;
}

.elementor-1229 .elementor-element.elementor-element-615747d8 {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-1229 .elementor-element.elementor-element-46c27a0f {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --align-items: stretch;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    border-style: none;
    --border-style: none;
    --margin-top: 30px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1229 .elementor-element.elementor-element-3f35cc34 {
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}

.elementor-1229 .elementor-element.elementor-element-24e1390 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    color: #80BEFF2B;
}

.elementor-1229 .elementor-element.elementor-element-7ac35abd {
    margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #2A2A2A;
}

.elementor-1229 .elementor-element.elementor-element-73ec3302 {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #0F0F0F;
}

.elementor-1229 .elementor-element.elementor-element-360f66f1 {
    --display: flex;
}

:root {
    --page-title-display: none;
}

@media(min-width:768px) {
    .elementor-1229 .elementor-element.elementor-element-2f5fd848 {
        --content-width: 1180px;
    }

    .elementor-1229 .elementor-element.elementor-element-94e1117 {
        --content-width: 1180px;
    }

    .elementor-1229 .elementor-element.elementor-element-5234bd81 {
        --width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-1cceeef7 {
        --content-width: 1180px;
    }

    .elementor-1229 .elementor-element.elementor-element-5cb1ad91 {
        --width: 92.561%;
    }

    .elementor-1229 .elementor-element.elementor-element-5c0ef495 {
        --width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-5864d5de {
        --content-width: 1140px;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-1229 .elementor-element.elementor-element-5864d5de {
        --content-width: 100%;
    }
}

@media(max-width:1024px) {
    .elementor-1229 .elementor-element.elementor-element-628159a {
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-21765727 {
        border-width: 0px 0px 0px 1px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 1px;
        display: none;
    }

    .elementor-1229 .elementor-element.elementor-element-2b3408cd {
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-5fa0b59d {
        border-width: 0px 0px 0px 1px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 1px;
        display: none;
    }

    .elementor-1229 .elementor-element.elementor-element-22ca9744 {
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-5ed519f4 {
        border-width: 0px 0px 0px 1px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 1px;
        display: none;
    }

    .elementor-1229 .elementor-element.elementor-element-14fcec9d {
        font-size: 1.7em;
    }
}

@media(max-width:767px) {
    .elementor-1229 .elementor-element.elementor-element-5ac34595 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-21cfec81 {
        width: var(--container-widget-width, 0px);
        max-width: 0px;
        --container-widget-width: 0px;
        --container-widget-flex-grow: 0;
    }

    .elementor-1229 .elementor-element.elementor-element-478cba5f {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-72314727 {
        font-size: 0.8em;
    }

    .elementor-1229 .elementor-element.elementor-element-10d94948 {
        font-size: 3em;
        line-height: 0.6;
    }
    .elementor-1229 .elementor-element.elementor-element-284e0982 {
        font-size: 1.6em;
        line-height: 2.4;
    }

    .elementor-1229 .elementor-element.elementor-element-7f4e8ed {
        font-size: 1.6em;
    }

    .elementor-1229 .elementor-element.elementor-element-3e6b28d1 {
        font-size: 1em;
    }

    .elementor-1229 .elementor-element.elementor-element-2deda2b4 {
        --gap: 10px 10px;
        --row-gap: 10px;
        --column-gap: 10px;
        --flex-wrap: wrap;
    }

    .elementor-1229 .elementor-element.elementor-element-4efb6727 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-3648243 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-453de990 {
        font-size: 3em;
    }

    .elementor-1229 .elementor-element.elementor-element-22365d59 {
        font-size: 1.6em;
    }

    .elementor-1229 .elementor-element.elementor-element-49539ce1 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-94e1117 {
        --margin-top: 5%;
        --margin-bottom: 0%;
        --margin-left: 0%;
        --margin-right: 0%;
    }

    .elementor-1229 .elementor-element.elementor-element-649b862f {
        --margin-top: 5%;
        --margin-bottom: 0%;
        --margin-left: 0%;
        --margin-right: 0%;
    }

    .elementor-1229 .elementor-element.elementor-element-23ceb9ad .elementor-heading-title {
        font-size: 1.3em;
    }

    .elementor-1229 .elementor-element.elementor-element-5bef1800 {
        font-size: 0.8em;
    }

    .elementor-1229 .elementor-element.elementor-element-628159a {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-5234bd81 {
        --width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-2151ae72 {
        text-align: start;
    }

    .elementor-1229 .elementor-element.elementor-element-47268300 {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
        --padding-top: 0%;
        --padding-bottom: 3%;
        --padding-left: 3%;
        --padding-right: 3%;
        padding-top: 0px;
        margin-top: -11%;
    }

    .elementor-1229 .elementor-element.elementor-element-21765727 {
        --width: 33.33%;
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --border-radius: 0px 0px 0px 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-17ef7bd1 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-4dc9a04e {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-312c3562 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-2bf09adf {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-71ded775 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-57eb84bb {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-31aef47d {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-58e5f558 {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-2b3408cd {
        --width: 100%;
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-796194ac {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
        --padding-top: 0%;
        --padding-bottom: 3%;
        --padding-left: 3%;
        --padding-right: 3%;
        padding-top: 0px;
        margin-top: -15%;
    }

    .elementor-1229 .elementor-element.elementor-element-5fa0b59d {
        --width: 33.33%;
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-5ad22d1e {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-3093ad94 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-344a7845 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-22ca9744 {
        --width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-75c89e91 {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
        --padding-top: 0%;
        --padding-bottom: 3%;
        --padding-left: 3%;
        --padding-right: 3%;
        padding-top: 0px;
        margin-top: -11%;
    }

    .elementor-1229 .elementor-element.elementor-element-5ed519f4 {
        --width: 33.33%;
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-45032585 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-33a6e07b {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-41c4e994 {
        --width: 33.33%;
    }

    .elementor-1229 .elementor-element.elementor-element-63d9d74e {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-1334771b {
        font-size: 3.1em;
    }

    .elementor-1229 .elementor-element.elementor-element-61a53dff {
        margin: -1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    }

    .elementor-1229 .elementor-element.elementor-element-94ec015 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-38e89ba1 {
        margin: 8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
        font-size: 1.5em;
    }

    .elementor-1229 .elementor-element.elementor-element-3f290b95 {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-68fceed6 {
        font-size: 3em;
    }

    .elementor-1229 .elementor-element.elementor-element-6a514e84 {
        margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
        font-size: 1.5em;
    }

    .elementor-1229 .elementor-element.elementor-element-5c0ef495 {
        --width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-1a8c32a4 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
    }

    .elementor-1229 .elementor-element.elementor-element-5864d5de {
        --padding-top: 5px;
        --padding-bottom: 5px;
        --padding-left: 5px;
        --padding-right: 5px;
    }

    .elementor-1229 .elementor-element.elementor-element-1f5e61cd {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-103c1382 {
        font-size: 2.6em;
    }

    .elementor-1229 .elementor-element.elementor-element-76243ff6 {
        margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
        font-size: 1.4em;
    }

    .elementor-1229 .elementor-element.elementor-element-7624d2a9 {
        font-size: 1.3em;
    }

    .elementor-1229 .elementor-element.elementor-element-3bc51b1d {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-2959368c {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-79473d48 {
        font-size: 2.7em;
    }

    .elementor-1229 .elementor-element.elementor-element-21a7d829 {
        margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
        font-size: 1.5em;
    }

    .elementor-1229 .elementor-element.elementor-element-14fcec9d {
        font-size: 0.9em;
    }

    .elementor-1229 .elementor-element.elementor-element-615747d8 {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-3f35cc34 {
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-1229 .elementor-element.elementor-element-24e1390 {
        font-size: 3em;
    }

    .elementor-1229 .elementor-element.elementor-element-7ac35abd {
        margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
        font-size: 1.5em;
    }

    .elementor-1229 .elementor-element.elementor-element-73ec3302 {
        font-size: 1.3em;
    }

    .elementor-1229 .elementor-element.elementor-element-360f66f1 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }
}.elementor-1407 .elementor-element.elementor-element-894f63f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1407 .elementor-element.elementor-element-c33e377{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1407 .elementor-element.elementor-element-eb1fdf4{font-family:"Noto Sans JP", Sans-serif;font-size:1em;font-weight:800;color:#000000;}.elementor-1407 .elementor-element.elementor-element-7bb3264{--display:flex;}.elementor-1407 .elementor-element.elementor-element-d085863{border-radius:10px 10px 10px 10px;}.elementor-1407 .elementor-element.elementor-element-d085863 iframe{height:40vh;}.elementor-1407 .elementor-element.elementor-element-a77b221{text-align:center;}.elementor-1407 .elementor-element.elementor-element-f86f16b{--spacer-size:20vh;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0{--display:flex;top:auto;bottom:0px;z-index:14;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0:not(.elementor-motion-effects-element-type-background), .elementor-1407 .elementor-element.elementor-element-ab6a8d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#575757DB;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0 + .wpr-hidden-header{top:0px;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0 + .wpr-hidden-header-flex{top:0px;}.wpr-hidden-header{z-index:14;}.wpr-hidden-header-flex{z-index:14;}.elementor-1407 .elementor-element.elementor-element-9d8663c{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1407 .elementor-element.elementor-element-263cd4a{--display:flex;}.elementor-1407 .elementor-element.elementor-element-79d4255{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;bottom:0px;--z-index:10;}.elementor-1407 .elementor-element.elementor-element-79d4255:not(.elementor-motion-effects-element-type-background), .elementor-1407 .elementor-element.elementor-element-79d4255 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2931;}body:not(.rtl) .elementor-1407 .elementor-element.elementor-element-79d4255{left:0px;}body.rtl .elementor-1407 .elementor-element.elementor-element-79d4255{right:0px;}@media(min-width:768px){.elementor-1407 .elementor-element.elementor-element-894f63f{--content-width:1140px;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0{--content-width:0%;}.elementor-1407 .elementor-element.elementor-element-9d8663c{--width:0%;}.elementor-1407 .elementor-element.elementor-element-263cd4a{--width:0%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1407 .elementor-element.elementor-element-ab6a8d0{--content-width:100%;}.elementor-1407 .elementor-element.elementor-element-9d8663c{--width:35%;}.elementor-1407 .elementor-element.elementor-element-263cd4a{--width:35%;}}@media(max-width:1024px){.elementor-1407 .elementor-element.elementor-element-ab6a8d0{top:auto;bottom:0px;--justify-content:space-around;--padding-top:11px;--padding-bottom:11px;--padding-left:11px;--padding-right:11px;--z-index:10;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0 + .wpr-hidden-header{top:0px;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0 + .wpr-hidden-header-flex{top:0px;}.elementor-1407 .elementor-element.elementor-element-9d8663c{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-1407 .elementor-element.elementor-element-263cd4a{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}@media(max-width:767px){.elementor-1407 .elementor-element.elementor-element-894f63f{--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1407 .elementor-element.elementor-element-f86f16b{--spacer-size:20vh;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0{top:auto;bottom:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;--z-index:10;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0 + .wpr-hidden-header{top:0px;}.elementor-1407 .elementor-element.elementor-element-ab6a8d0 + .wpr-hidden-header-flex{top:0px;}.elementor-1407 .elementor-element.elementor-element-9d8663c{--width:45%;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1407 .elementor-element.elementor-element-263cd4a{--width:45%;--margin-top:5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}.elementor-1431 .elementor-element.elementor-element-954804c{--display:flex;top:0px;bottom:auto;z-index:10;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1431 .elementor-element.elementor-element-954804c:not(.elementor-motion-effects-element-type-background), .elementor-1431 .elementor-element.elementor-element-954804c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1431 .elementor-element.elementor-element-954804c + .wpr-hidden-header{top:0px;}.elementor-1431 .elementor-element.elementor-element-954804c + .wpr-hidden-header-flex{top:0px;}.wpr-hidden-header{z-index:10;}.wpr-hidden-header-flex{z-index:10;}.elementor-1431 .elementor-element.elementor-element-636f113{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1431 .elementor-element.elementor-element-636f113.e-con:hover{--e-con-transform-scale:1.01;}.elementor-1431 .elementor-element.elementor-element-636f113.e-con{--align-self:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1431 .elementor-element.elementor-element-5407554 img{width:100%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1431 .elementor-element.elementor-element-d9c537d{margin:-8px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:end;font-family:"Noto Sans JP", Sans-serif;font-size:17px;font-weight:700;color:#464646;}.elementor-1431 .elementor-element.elementor-element-c334029{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}.elementor-1431 .elementor-element.elementor-element-4129b4b{width:var( --container-widget-width, 32% );max-width:32%;--container-widget-width:32%;--container-widget-flex-grow:0;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1431 .elementor-element.elementor-element-f8e566f .elementor-button{background-color:#FF6410;font-size:1vw;font-weight:700;padding:18px 18px 18px 18px;}.elementor-1431 .elementor-element.elementor-element-f8e566f{padding:0px 0px 0px 0px;}.elementor-1431 .elementor-element.elementor-element-636cd9b{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:13px;font-weight:400;}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:hover{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu a.hfe-menu-item, .elementor-widget-navigation-menu a.hfe-sub-menu-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item{color:var( --e-global-color-text );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
								.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
								.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
								.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
								.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus{color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
								.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent .sub-menu .hfe-has-submenu-container a:after{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
								.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after{border-color:var( --e-global-color-accent );}
							.elementor-widget-navigation-menu .sub-menu li a.hfe-sub-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-sub-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-sub-menu-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu__toggle,
						.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu-icon{margin:0 auto;justify-content:center;}.elementor-1431 .elementor-element.elementor-element-abdb086 li.menu-item a{justify-content:center;}.elementor-1431 .elementor-element.elementor-element-abdb086 li.hfe-button-wrapper{text-align:center;}.elementor-1431 .elementor-element.elementor-element-abdb086.hfe-menu-item-flex-end li.hfe-button-wrapper{text-align:right;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-flyout-wrapper .hfe-side{width:300px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-flyout-open.left{left:-300px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-flyout-open.right{right:-300px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-flyout-content{padding:30px;background-color:#FFFFFF;}.elementor-1431 .elementor-element.elementor-element-abdb086 .menu-item a.hfe-menu-item{padding-left:15px;padding-right:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .menu-item a.hfe-sub-menu-item{padding-left:calc( 15px + 20px );padding-right:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu__layout-vertical .menu-item ul ul a.hfe-sub-menu-item{padding-left:calc( 15px + 40px );padding-right:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu__layout-vertical .menu-item ul ul ul a.hfe-sub-menu-item{padding-left:calc( 15px + 60px );padding-right:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu__layout-vertical .menu-item ul ul ul ul a.hfe-sub-menu-item{padding-left:calc( 15px + 80px );padding-right:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .menu-item a.hfe-menu-item, .elementor-1431 .elementor-element.elementor-element-abdb086 .menu-item a.hfe-sub-menu-item{padding-top:15px;padding-bottom:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .sub-menu a.hfe-sub-menu-item,
						 .elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown li a.hfe-menu-item,
						 .elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown li a.hfe-sub-menu-item,
						 .elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown-expandible li a.hfe-menu-item,
						 .elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown-expandible li a.hfe-sub-menu-item{padding-top:15px;padding-bottom:15px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu-icon{font-size:49px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu-icon svg{font-size:49px;line-height:49px;height:49px;width:49px;}.elementor-1431 .elementor-element.elementor-element-abdb086{width:var( --container-widget-width, 10% );max-width:10%;--container-widget-width:10%;--container-widget-flex-grow:0;}.elementor-1431 .elementor-element.elementor-element-abdb086.elementor-element{--align-self:center;}.elementor-1431 .elementor-element.elementor-element-abdb086 .sub-menu,
								.elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown,
								.elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown-expandible,
								.elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown .menu-item a.hfe-menu-item,
								.elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown .menu-item a.hfe-sub-menu-item{background-color:#fff;}.elementor-1431 .elementor-element.elementor-element-abdb086 .sub-menu li.menu-item:not(:last-child),
						.elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown li.menu-item:not(:last-child),
						.elementor-1431 .elementor-element.elementor-element-abdb086 nav.hfe-dropdown-expandible li.menu-item:not(:last-child){border-bottom-style:solid;border-bottom-color:#c4c4c4;border-bottom-width:1px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-flyout-close{color:#7A7A7A;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-flyout-close svg{fill:#7A7A7A;}@media(max-width:1024px){.elementor-1431 .elementor-element.elementor-element-954804c{top:0px;bottom:auto;}.elementor-1431 .elementor-element.elementor-element-954804c + .wpr-hidden-header{top:0px;}.elementor-1431 .elementor-element.elementor-element-954804c + .wpr-hidden-header-flex{top:0px;}.elementor-1431 .elementor-element.elementor-element-636f113.e-con{--align-self:center;}.elementor-1431 .elementor-element.elementor-element-5407554{width:var( --container-widget-width, 170px );max-width:170px;--container-widget-width:170px;--container-widget-flex-grow:0;}.elementor-1431 .elementor-element.elementor-element-d9c537d{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 5px 0px 0px;font-size:12px;}.elementor-1431 .elementor-element.elementor-element-c334029{--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1431 .elementor-element.elementor-element-abdb086{--container-widget-width:30%;--container-widget-flex-grow:0;width:var( --container-widget-width, 30% );max-width:30%;}}@media(max-width:767px){.elementor-1431 .elementor-element.elementor-element-954804c{top:0px;bottom:auto;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:2px;--padding-right:2px;}.elementor-1431 .elementor-element.elementor-element-954804c + .wpr-hidden-header{top:0px;}.elementor-1431 .elementor-element.elementor-element-954804c + .wpr-hidden-header-flex{top:0px;}.elementor-1431 .elementor-element.elementor-element-636f113{--width:45%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1431 .elementor-element.elementor-element-5407554{--container-widget-width:115px;--container-widget-flex-grow:0;width:var( --container-widget-width, 115px );max-width:115px;}.elementor-1431 .elementor-element.elementor-element-d9c537d{margin:-3px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 5px 0px 0px;font-size:12px;}.elementor-1431 .elementor-element.elementor-element-c334029{--width:55%;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1431 .elementor-element.elementor-element-4129b4b{--container-widget-width:0px;--container-widget-flex-grow:0;width:var( --container-widget-width, 0px );max-width:0px;}.elementor-1431 .elementor-element.elementor-element-f8e566f{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1431 .elementor-element.elementor-element-f8e566f .elementor-button{padding:0px 0px 0px 0px;}.elementor-1431 .elementor-element.elementor-element-636cd9b{width:var( --container-widget-width, 0px );max-width:0px;--container-widget-width:0px;--container-widget-flex-grow:0;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu-icon{font-size:29px;}.elementor-1431 .elementor-element.elementor-element-abdb086 .hfe-nav-menu-icon svg{font-size:29px;line-height:29px;height:29px;width:29px;}.elementor-1431 .elementor-element.elementor-element-abdb086 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1431 .elementor-element.elementor-element-abdb086{--container-widget-width:20%;--container-widget-flex-grow:0;width:var( --container-widget-width, 20% );max-width:20%;}}@media(min-width:768px){.elementor-1431 .elementor-element.elementor-element-954804c{--width:100%;}.elementor-1431 .elementor-element.elementor-element-636f113{--width:26%;}.elementor-1431 .elementor-element.elementor-element-c334029{--width:75%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1431 .elementor-element.elementor-element-636f113{--width:44%;}.elementor-1431 .elementor-element.elementor-element-c334029{--width:70%;}}.elementor-1227 .elementor-element.elementor-element-21920905 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --overlay-opacity: 1;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-21920905:not(.elementor-motion-effects-element-type-background),
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/coating_1280-630_01.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-1227 .elementor-element.elementor-element-21920905::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-background-video-container::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.e-con-inner>.elementor-background-video-container::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-background-slideshow::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.e-con-inner>.elementor-background-slideshow::before,
.elementor-1227 .elementor-element.elementor-element-21920905>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: '';
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-1227 .elementor-element.elementor-element-1c28ed48 {
  width: var(--container-widget-width, 0%);
  max-width: 0%;
  --container-widget-width: 0%;
  --container-widget-flex-grow: 0;
}

.elementor-1227 .elementor-element.elementor-element-1efbced5 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  --z-index: 1;
}

.elementor-1227 .elementor-element.elementor-element-1efbced5:not(.elementor-motion-effects-element-type-background),
.elementor-1227 .elementor-element.elementor-element-1efbced5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #2A2931;
}

.elementor-1227 .elementor-element.elementor-element-3a89e08c {
  --display: flex;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-1227 .elementor-element.elementor-element-4d38dac {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  color: #FFFFFF;
}

.elementor-1227 .elementor-element.elementor-element-3af2ad16 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-1ce9b64d {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --flex-wrap: wrap;
}

.elementor-1227 .elementor-element.elementor-element-6383b936 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --flex-wrap: wrap;
}

.elementor-1227 .elementor-element.elementor-element-67f6ac10 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-1227 .elementor-element.elementor-element-67f6ac10 img {
  border-radius: 10px 10px 10px 10px;
}

.elementor-1227 .elementor-element.elementor-element-f8dbee5 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --flex-wrap: wrap;
}

.elementor-1227 .elementor-element.elementor-element-57fdea33 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: start;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #131313;
}

.elementor-1227 .elementor-element.elementor-element-2e9b3310 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  text-align: start;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #1F1F1F;
}

.elementor-1227 .elementor-element.elementor-element-448a425 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-1d5517eb {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-64d8de67 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-23026fcb {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-126b490e {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-de20ecb {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-10143474 {
  text-align: end;
}

.elementor-1227 .elementor-element.elementor-element-ae90a2c {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-2ad10aae {
  margin: 0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-23d0542 img {
  border-radius: 10px 10px 10px 10px;
}

.elementor-1227 .elementor-element.elementor-element-55e6dc12 {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  color: #002B81;
}

.elementor-1227 .elementor-element.elementor-element-7a248020 {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-675ef5f9 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-1a360558 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-1227 .elementor-element.elementor-element-1a360558.ha-has-bg-overlay:hover::before {
  transition: background 0.3s;
}

.elementor-1227 .elementor-element.elementor-element-7b1101b0 {
  text-align: end;
}

.elementor-1227 .elementor-element.elementor-element-3e17d6b3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-3e17d6b3:not(.elementor-motion-effects-element-type-background),
.elementor-1227 .elementor-element.elementor-element-3e17d6b3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #7BB8FF14;
}

.elementor-1227 .elementor-element.elementor-element-1b89bd6 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-292ecc7 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-7e1b2600 {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-a8e6c79 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-48131203 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-4d6a77a4 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-622cf607 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-671d480a {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-7056a3ce {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-3371d7a2 {
  --display: flex;
}

.elementor-1227 .elementor-element.elementor-element-463af469 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-56afdb36 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-32b612a5 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-6abdbae4 {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-1ea4c8e8 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-25630ba3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-6d33a411 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 50px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-14235d3f {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-3f0f7280 {
  margin: -1.5em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-5471fba1 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-18661147 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-191e3346 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-194f33a5 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-3012512d {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-e10ae39 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-571cf088 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-571cf088.e-con {
  --flex-grow: 0;
  --flex-shrink: 0;
}

.elementor-1227 .elementor-element.elementor-element-317e6856 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-1227 .elementor-element.elementor-element-2c71ec70 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 20px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-6c3b7a02 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-535cc51a {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-691587e1 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-4c382987 {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-69c46f89 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #0F0F0F;
}

.elementor-1227 .elementor-element.elementor-element-3bba869e {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-2fae102 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-320267ab {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-20715ceb {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-2bc46a8d {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-79cb71dd {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #0F0F0F;
}

.elementor-1227 .elementor-element.elementor-element-3aa17fb2 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-11410097 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: stretch;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: none;
  --border-style: none;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-5ade2613 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-1227 .elementor-element.elementor-element-3ca7e2f6 {
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 5em;
  font-weight: 900;
  color: #80BEFF2B;
}

.elementor-1227 .elementor-element.elementor-element-1046f851 {
  margin: -2.3em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #2A2A2A;
}

.elementor-1227 .elementor-element.elementor-element-6323db79 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #0F0F0F;
}

.elementor-1227 .elementor-element.elementor-element-740d3a05 {
  --display: flex;
}

.elementor-1227 .elementor-element.elementor-element-1dd077cf {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}

.elementor-1227 .elementor-element.elementor-element-10977fa9 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-1227 .elementor-element.elementor-element-7ee4f55 {
  text-align: center;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #000000;
}

.elementor-1227 .elementor-element.elementor-element-402a1056 {
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 900;
  color: #000000;
}

:root {
  --page-title-display: none;
}

@media(min-width:768px) {
  .elementor-1227 .elementor-element.elementor-element-1efbced5 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-3af2ad16 {
    --content-width: 1140px;
  }

  .elementor-1227 .elementor-element.elementor-element-6383b936 {
    --width: 30%;
  }

  .elementor-1227 .elementor-element.elementor-element-f8dbee5 {
    --width: 68%;
  }

  .elementor-1227 .elementor-element.elementor-element-1d5517eb {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-3e17d6b3 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-4d6a77a4 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-463af469 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-25630ba3 {
    --content-width: 1180px;
  }

  .elementor-1227 .elementor-element.elementor-element-571cf088 {
    --width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-2c71ec70 {
    --content-width: 1140px;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-1227 .elementor-element.elementor-element-2c71ec70 {
    --content-width: 100%;
  }
}

@media(max-width:1024px) {
  .elementor-1227 .elementor-element.elementor-element-67f6ac10 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-2e9b3310 {
    text-align: start;
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-2ad10aae {
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-1a360558 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-1227 .elementor-element.elementor-element-1a360558.elementor-element {
    --align-self: center;
  }

  .elementor-1227 .elementor-element.elementor-element-79cb71dd {
    font-size: 1.7em;
  }

  .elementor-1227 .elementor-element.elementor-element-7ee4f55 {
    font-size: 2.6vw;
  }
}

@media(max-width:767px) {

  .elementor-1227 .elementor-element.elementor-element-21920905:not(.elementor-motion-effects-element-type-background),
  .elementor-1227 .elementor-element.elementor-element-21920905>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(https://kurokawa-carrepair-nagoya.jp/wp-content/uploads/air-conditioner-repair_800-495_06.jpg);
  }

  .elementor-1227 .elementor-element.elementor-element-1a06d521 {
    width: var(--container-widget-width, 0px);
    max-width: 0px;
    --container-widget-width: 0px;
    --container-widget-flex-grow: 0;
  }

  .elementor-1227 .elementor-element.elementor-element-1c28ed48 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-3a89e08c {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-4d38dac {
    font-size: 0.8em;
  }

  .elementor-1227 .elementor-element.elementor-element-1ce9b64d {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-6383b936 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-67f6ac10 {
    --container-widget-width: 80%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 80%);
    max-width: 80%;
  }

  .elementor-1227 .elementor-element.elementor-element-f8dbee5 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-57fdea33 {
    text-align: center;
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-2e9b3310 {
    margin: 2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
    padding: 0px 0px 0px 0px;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    text-align: start;
    font-size: 0.9em;
  }

  .elementor-1227 .elementor-element.elementor-element-64d8de67 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-23026fcb {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-126b490e {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-de20ecb {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-ae90a2c {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-2ad10aae {
    font-size: 1.2em;
  }

  .elementor-1227 .elementor-element.elementor-element-55e6dc12 {
    font-size: 1.7em;
  }

  .elementor-1227 .elementor-element.elementor-element-7a248020 {
    font-size: 1.2em;
  }

  .elementor-1227 .elementor-element.elementor-element-675ef5f9 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-1a360558 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-1b89bd6 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-292ecc7 {
    font-size: 3.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-7e1b2600 {
    margin: -1.70em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
  }

  .elementor-1227 .elementor-element.elementor-element-a8e6c79 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-48131203 {
    margin: 8% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-622cf607 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-671d480a {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-7056a3ce {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-56afdb36 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-32b612a5 {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-6abdbae4 {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-1ea4c8e8 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-6d33a411 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-14235d3f {
    font-size: 2.1em;
  }

  .elementor-1227 .elementor-element.elementor-element-3f0f7280 {
    margin: -1em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-5471fba1 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-191e3346 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-194f33a5 {
    font-size: 3em;
  }

  .elementor-1227 .elementor-element.elementor-element-3012512d {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-571cf088 {
    --width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-317e6856 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-1227 .elementor-element.elementor-element-2c71ec70 {
    --padding-top: 5px;
    --padding-bottom: 5px;
    --padding-left: 5px;
    --padding-right: 5px;
  }

  .elementor-1227 .elementor-element.elementor-element-535cc51a {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-691587e1 {
    font-size: 2.6em;
  }

  .elementor-1227 .elementor-element.elementor-element-4c382987 {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.4em;
  }

  .elementor-1227 .elementor-element.elementor-element-69c46f89 {
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-3bba869e {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-320267ab {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-20715ceb {
    font-size: 2.7em;
  }

  .elementor-1227 .elementor-element.elementor-element-2bc46a8d {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-79cb71dd {
    font-size: 0.9em;
  }

  .elementor-1227 .elementor-element.elementor-element-3aa17fb2 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-5ade2613 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-3ca7e2f6 {
    font-size: 3em;
  }

  .elementor-1227 .elementor-element.elementor-element-1046f851 {
    margin: -2em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;
    font-size: 1.5em;
  }

  .elementor-1227 .elementor-element.elementor-element-6323db79 {
    font-size: 1.3em;
  }

  .elementor-1227 .elementor-element.elementor-element-740d3a05 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-1227 .elementor-element.elementor-element-7ee4f55 {
    font-size: 5vw;
  }
}

/* Start custom CSS for html, class: .elementor-element-3648343d */
.whypro {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5e6d79;
  --ring: #e6edf2;
  --card: #ffffff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px;
}

.whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media (max-width:980px) {
  .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:640px) {
  .whypro-grid {
    grid-template-columns: 1fr
  }
}

.whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(17, 24, 39, .08), 0 1px 2px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform;
}

.whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 179, 170, .6), rgba(16, 179, 170, 0));
}

.whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12), 0 2px 6px rgba(17, 24, 39, .06);
  border-color: #dfe8ee
}

.whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16)
}

.whypro-icon svg {
  width: 28px;
  height: 28px
}

.whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 18px);
  letter-spacing: .02em
}

.whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(13.5px, 1.6vw, 14.5px)
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44a2963e */
/* === スマホ/タブレット最適化 === */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* まず共通の見やすさ */
.data-table {
  border-collapse: separate;
  border-spacing: 0;
}

.data-table thead th {
  white-space: nowrap;
}

.data-table td {
  vertical-align: middle;
}

/* ---- 768px以下だけレイアウト最適化 ---- */
@media (max-width: 768px) {

  /* ヘッダー（列見出し）を上部固定 */
  .data-table thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #445566;
    /* 既存のヘッダー色 */
    color: #fff;
  }

  /* 1列目（メニュー）を左固定＆幅確保＆改行禁止 */
  .data-table th:first-child,
  .data-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 180px;
    /* ←必要に応じて 160–220px で調整 */
    white-space: nowrap;
    /* 日本語の縦崩れ防止 */
    background: #fff;
  }

  /* 1列目見出しはヘッダーより前面に */
  .data-table thead th:first-child {
    z-index: 6;
    background: #445566;
    color: #fff;
  }

  /* ストライプの背景を1列目にも反映 */
  .data-table tbody tr:nth-child(even) td:first-child {
    background: #f9f9f9;
  }

  /* 2列目（工期）はやや狭めで中央寄せ */
  .data-table th:nth-child(2),
  .data-table td:nth-child(2) {
    min-width: 92px;
    text-align: center;
    white-space: nowrap;
  }

  /* 価格列（3列目以降）は最小幅を揃えて右寄せ */
  .data-table th:nth-child(n+3),
  .data-table td:nth-child(n+3) {
    min-width: 110px;
    /* 横スクロールで見切れない幅 */
    text-align: right;
    white-space: nowrap;
  }

  /* 余白と文字サイズを少し詰める */
  .data-table thead th,
  .data-table tbody td {
    padding: 12px 10px;
    font-size: 13px;
  }
}

/* 480px以下でさらにコンパクトに（任意） */
@media (max-width: 480px) {

  .data-table th:first-child,
  .data-table td:first-child {
    min-width: 170px;
  }

  .data-table th:nth-child(2),
  .data-table td:nth-child(2) {
    min-width: 86px;
  }

  .data-table th:nth-child(n+3),
  .data-table td:nth-child(n+3) {
    min-width: 104px;
  }

  .data-table thead th,
  .data-table tbody td {
    padding: 10px 8px;
    font-size: 12.5px;
  }
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1d5517eb */
/* ========== Data Table ========== */
.table-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  border: 1px solid #ddd
}

.table-title {
  background: linear-gradient(135deg, #10b3aa 0%, #0aa19a 100%);
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}

.data-table thead tr {
  background: #445566
}

.data-table thead th {
  color: #fff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.data-table thead th:first-child {
  text-align: left;
  width: 40%
}

.data-table thead th:last-child {
  border-right: 0
}

.data-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background-color .2s ease
}

.data-table tbody tr:hover {
  background: #fafafa
}

.data-table tbody tr:last-child {
  border-bottom: 0
}

.data-table tbody td {
  padding: 18px 20px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e5e5e5
}

.data-table tbody td:first-child {
  text-align: left;
  color: #445566;
  font-weight: 500;
  background: #f9f9f9;
  width: 40%;
  font-size: 14px
}

.data-table tbody td:last-child {
  border-right: 0
}

.data-table tbody td:not(:first-child) {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap
}

.mileage-table tbody td:not(:first-child) {
  font-size: 16px
}

.period-highlight {
  color: #10b3aa !important;
  font-weight: 700
}

.weight-table thead th:first-child,
.weight-table tbody td:first-child {
  width: 25%
}

@media(max-width:768px) {
  .table-title {
    font-size: 17px;
    padding: 14px
  }

  .data-table thead th {
    padding: 12px 10px;
    font-size: 13px
  }

  .data-table thead th:first-child {
    width: 30%;
    padding: 12px 8px
  }

  .data-table tbody td {
    padding: 14px 10px;
    font-size: 13px
  }

  .data-table tbody td:first-child {
    width: 30%;
    padding: 14px 8px;
    font-size: 12px
  }

  .data-table tbody td:not(:first-child) {
    font-size: 15px
  }

  .mileage-table tbody td:not(:first-child) {
    font-size: 14px
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b1da712 */
.commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative;
}

.commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}

.commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, 0.3);
}

.commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px;
}

.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.commitment-section .commitment-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, 0.08);
  border: 1px solid rgba(16, 179, 170, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc);
}

.commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, 0.02) 0%, transparent 70%);
  transition: all 0.6s ease;
  transform: scale(0);
}

.commitment-section .commitment-item:hover::after {
  transform: scale(1);
}

.commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, 0.15);
  border-color: rgba(16, 179, 170, 0.2);
}

.commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.commitment-section .commitment-item:hover .commitment-number::before {
  opacity: 0.3;
}

.commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, 0.4);
}

.commitment-section .commitment-content {
  position: relative;
  z-index: 2;
}

.commitment-section .commitment-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  position: relative;
}

.commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px;
}

.commitment-section .commitment-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .commitment-section .commitment-grid {
    gap: 30px;
  }

  .commitment-section .commitment-item {
    padding: 35px 30px;
  }
}

@media (max-width: 768px) {
  .commitment-section {
    padding: 8px 0;
  }

  .commitment-section .section-title {
    font-size: 2.2rem;
  }

  .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .commitment-section .commitment-item {
    padding: 30px 25px;
  }

  .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .commitment-section .commitment-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .commitment-section .container {
    padding: 0 15px;
  }

  .commitment-section .section-title {
    font-size: 1.8rem;
  }

  .commitment-section .section-subtitle {
    font-size: 0.9rem;
    padding: 8px 20px;
  }

  .commitment-section .section-header {
    margin-bottom: 50px;
  }

  .commitment-section .commitment-item {
    padding: 25px 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.2rem;
  }

  .commitment-section .commitment-description {
    font-size: 0.9rem;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74ba41a1 */
.commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative;
}

.commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}

.commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, 0.3);
}

.commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px;
}

.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.commitment-section .commitment-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, 0.08);
  border: 1px solid rgba(16, 179, 170, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc);
}

.commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, 0.02) 0%, transparent 70%);
  transition: all 0.6s ease;
  transform: scale(0);
}

.commitment-section .commitment-item:hover::after {
  transform: scale(1);
}

.commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, 0.15);
  border-color: rgba(16, 179, 170, 0.2);
}

.commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.commitment-section .commitment-item:hover .commitment-number::before {
  opacity: 0.3;
}

.commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, 0.4);
}

.commitment-section .commitment-content {
  position: relative;
  z-index: 2;
}

.commitment-section .commitment-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  position: relative;
}

.commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px;
}

.commitment-section .commitment-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .commitment-section .commitment-grid {
    gap: 30px;
  }

  .commitment-section .commitment-item {
    padding: 35px 30px;
  }
}

@media (max-width: 768px) {
  .commitment-section {
    padding: 8px 0;
  }

  .commitment-section .section-title {
    font-size: 2.2rem;
  }

  .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px;
  }

  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .commitment-section .commitment-item {
    padding: 30px 25px;
  }

  .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .commitment-section .commitment-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .commitment-section .container {
    padding: 0 15px;
  }

  .commitment-section .section-title {
    font-size: 1.8rem;
  }

  .commitment-section .section-subtitle {
    font-size: 0.9rem;
    padding: 8px 20px;
  }

  .commitment-section .section-header {
    margin-bottom: 50px;
  }

  .commitment-section .commitment-item {
    padding: 25px 20px;
  }

  .commitment-section .commitment-title {
    font-size: 1.2rem;
  }

  .commitment-section .commitment-description {
    font-size: 0.9rem;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-317e6856 */
.rv2-reviews {
  padding: 0px 0;
  background: #fafbfc;
  overflow: hidden;
}
.keni-section h3 {
    margin-top: 0px !important;
}
.rv2-track {
  display: flex;
  gap: 20px;
  padding: 0 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1% 0% 2% 0%;
}

.rv2-track::-webkit-scrollbar {
  display: none
}

.rv2-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  scroll-snap-align: start;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rv2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.rv2-user {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.rv2-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rv2-av--teal {
  background: linear-gradient(135deg, #14b8a6, #0d9488)
}

.rv2-av--green {
  background: linear-gradient(135deg, #22c55e, #16a34a)
}

.rv2-av--purple {
  background: linear-gradient(135deg, #a855f7, #9333ea)
}

.rv2-av--blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb)
}

.rv2-av--orange {
  background: linear-gradient(135deg, #f97316, #ea580c)
}

.rv2-av--indigo {
  background: linear-gradient(135deg, #6366f1, #4f46e5)
}

.rv2-av--rose {
  background: linear-gradient(135deg, #f43f5e, #e11d48)
}

.rv2-av--cyan {
  background: linear-gradient(135deg, #06b6d4, #0891b2)
}

.rv2-ic {
  width: 28px;
  height: 28px;
}

.rv2-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
  line-height: 1.4;
}

.rv2-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width:768px) {
  .rv2-track {
    padding: 0 16px;
    gap: 16px;
  }

  .rv2-card {
    flex: 0 0 280px;
    padding: 20px;
  }

  .rv2-body h3 {
    font-size: 15px;
  }

  .rv2-text {
    font-size: 13px;
  }
}

/* End custom CSS */.elementor-1579 .elementor-element.elementor-element-d9b262c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:3%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1579 .elementor-element.elementor-element-1dc6189{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:3%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1579 .elementor-element.elementor-element-5075592{text-align:center;}.elementor-1579 .elementor-element.elementor-element-5075592 .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-size:2.1em;font-weight:700;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1579 .elementor-element.elementor-element-0e72528{text-align:center;font-family:"Noto Sans JP", Sans-serif;font-size:1.1em;font-weight:600;color:#000000;}.elementor-1579 .elementor-element.elementor-element-8d4231a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:groove;--border-style:groove;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.23) inset;}.elementor-1579 .elementor-element.elementor-element-e78562c{--display:flex;box-shadow:0px 0px 0px 0px rgba(129, 129, 129, 0.5);}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1579 .elementor-element.elementor-element-47c6125{text-align:start;}.elementor-1579 .elementor-element.elementor-element-ab19fe1{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1579 .elementor-element.elementor-element-53e90d7{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;}.elementor-1579 .elementor-element.elementor-element-729cbdc{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-9aa2cee{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-722e6e1{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-4b63529{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-2f862b4{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-bd3dfd6{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-62a8a7f{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-e8b4f66{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:3px;--margin-bottom:3px;--margin-left:0px;--margin-right:0px;}.elementor-1579 .elementor-element.elementor-element-edb9e7e{--display:flex;border-style:groove;--border-style:groove;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.23);}.elementor-1579 .elementor-element.elementor-element-bad2206{text-align:start;}.elementor-1579 .elementor-element.elementor-element-613d686{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1579 .elementor-element.elementor-element-4bec112{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;}.elementor-1579 .elementor-element.elementor-element-cb68e44{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-103493a{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-76186cd{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-289ef89{--display:flex;border-style:groove;--border-style:groove;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-f94a5f4{text-align:start;}.elementor-1579 .elementor-element.elementor-element-2e2495f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-1579 .elementor-element.elementor-element-c106ce2{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;}.elementor-1579 .elementor-element.elementor-element-23c172e{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-d2554cc{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-876eaae{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1579 .elementor-element.elementor-element-8d4231a{border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-53e90d7{border-width:0px 0px 0px 1px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:1px;}.elementor-1579 .elementor-element.elementor-element-edb9e7e{border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-4bec112{border-width:0px 0px 0px 1px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:1px;}.elementor-1579 .elementor-element.elementor-element-289ef89{border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-c106ce2{border-width:0px 0px 0px 1px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:1px;}}@media(min-width:768px){.elementor-1579 .elementor-element.elementor-element-d9b262c{--content-width:1180px;}.elementor-1579 .elementor-element.elementor-element-e78562c{--width:100%;}}@media(max-width:767px){.elementor-1579 .elementor-element.elementor-element-d9b262c{--margin-top:5%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1579 .elementor-element.elementor-element-1dc6189{--margin-top:5%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1579 .elementor-element.elementor-element-5075592 .elementor-heading-title{font-size:1.2em;}.elementor-1579 .elementor-element.elementor-element-0e72528{font-size:0.7em;}.elementor-1579 .elementor-element.elementor-element-8d4231a{--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1579 .elementor-element.elementor-element-e78562c{--width:100%;}.elementor-1579 .elementor-element.elementor-element-47c6125{text-align:start;}.elementor-1579 .elementor-element.elementor-element-ab19fe1{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-1579 .elementor-element.elementor-element-53e90d7{--width:33.33%;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-radius:0px 0px 0px 0px;}.elementor-1579 .elementor-element.elementor-element-729cbdc{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-9aa2cee{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-722e6e1{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-4b63529{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-2f862b4{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-bd3dfd6{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-62a8a7f{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-e8b4f66{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1579 .elementor-element.elementor-element-edb9e7e{--width:100%;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-613d686{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-1579 .elementor-element.elementor-element-4bec112{--width:33.33%;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-cb68e44{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-103493a{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-76186cd{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-289ef89{--width:100%;}.elementor-1579 .elementor-element.elementor-element-2e2495f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-1579 .elementor-element.elementor-element-c106ce2{--width:33.33%;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-1579 .elementor-element.elementor-element-23c172e{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-d2554cc{--width:33.33%;}.elementor-1579 .elementor-element.elementor-element-876eaae{--width:33.33%;}}.elementor-1580 .elementor-element.elementor-element-2e95098{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3 .elementor-element.elementor-element-d6036d7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}


:root {
  --font-main: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --brand: #10b3aa;
  --brand-dark: #0aa19a;
  --ink: #0f1720;
  --muted: #6b7784;
  --ring: #e6edf2;
  --navy: #0b326f;
  --card: #fff;
  --brand-primary: #004225;
  --brand-primary-dark: #002E1A;
  --text-main: #0f1720;
  --text-muted: #5b6b78;
  --border-soft: #d4ddd9;
  --surface-soft: #f5f8f7;
  --ring-soft: #e6edf2
}

body.page-id-1216 {
  --brand-primary: #5A5A5A;
  --brand-primary-dark: #3b3b3b
}

/*AUDI*/
body.page-id-1217 {
  --brand-primary: #0052A5;
  --brand-primary-dark: #003a73
}

/*BMW*/
body.page-id-1218 {
  --brand-primary: #004225;
  --brand-primary-dark: #002E1A
}

/*Jaguar*/
body.page-id-1219 {
  --brand-primary: #A4A9AD;
  --brand-primary-dark: #8E9397
}

/*Landrover*/
body.page-id-1220 {
  --brand-primary: #0A0A0A;
  --brand-primary-dark: #000
}

/*Benz*/
body.page-id-1221 {
  --brand-primary: #D71920;
  --brand-primary-dark: #A31219
}

/*MINI*/
body.page-id-1222 {
  --brand-primary: #8E9196;
  --brand-primary-dark: #4A4F58
}

/*Porsche*/
body.page-id-1223 {
  --brand-primary: #001E50;
  --brand-primary-dark: #001238
}

/*VW*/
body.page-id-1224 {
  --brand-primary: #191C1F;
  --brand-primary-dark: #22252A
}

/*Volvo*/
body.page-id-532,
body.page-id-533,
body.page-id-534 {
  font-family: var(--font-main)
}

.mobile-only {
  display: none
}

@media(max-width:768px) {
  .mobile-only {
    display: block
  }
}

strong {
  font-weight: 700
}

.ft-scope {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5b6b78;
  --ring: #e6edf2;
  --good: #0ea5a3;
  --mid: #f59e0b;
  --bad: #9aa7b4
}

.ft-noscroll {
  overflow: hidden
}

.ft-wrapper {
  max-width: 1100px;
  margin: 20px auto;
  border: 1px solid var(--ring);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  outline: 0
}

.ft-wrapper:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 179, 170, .35)
}

.ft-grid {
  display: grid;
  grid-template-columns: minmax(90px, 1.2fr) repeat(4, 1fr)
}

.ft-row {
  display: contents
}

.ft-cell {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-top: 1px solid var(--ring);
  border-left: 1px solid var(--ring);
  color: var(--ink)
}

.ft-row.head .ft-cell {
  background: #fbfcfe;
  font-weight: 800
}

.ft-row:first-child .ft-cell {
  border-top: 0
}

.ft-cell:first-child {
  border-left: 0
}

.ft-cell.feat {
  justify-content: flex-start;
  font-weight: 800
}

.ft-cell.head.brand {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #0aa19a)
}

.ft-row:not(.head) .brand {
  background: linear-gradient(180deg, rgba(16, 179, 170, .09), rgba(16, 179, 170, .06))
}

.ft-row:not(.head):hover .ft-cell {
  background: #f6fbfb
}

.ft-wrapper.fullscreen-mode .ft-row.head .ft-cell {
  white-space: nowrap
}

.ft-mk {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle
}

.ft-mk-good {
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--good)
}

.ft-mk-mid {
  background: var(--mid);
  clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.ft-mk-bad {
  position: relative
}

.ft-mk-bad::before,
.ft-mk-bad::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 3px;
  height: 18px;
  background: var(--bad);
  border-radius: 2px
}

.ft-mk-bad::before {
  transform: rotate(45deg)
}

.ft-mk-bad::after {
  transform: rotate(-45deg)
}

.ft-legend {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 10px auto;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  max-width: 1100px
}

.ft-legend li {
  display: flex;
  align-items: center
}

.ft-legend .ft-mk {
  margin-right: 6px
}

.ft-wrapper.fullscreen-mode {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 9999 !important;
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  overflow: auto !important;
  animation: ft-fade-in .16s ease-out
}

.ft-wrapper.fullscreen-mode .ft-table-container {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 12px 12px 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
  max-width: calc(100% - 48px);
  width: 100%;
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column
}

@keyframes ft-fade-in {
  from {
    opacity: .001
  }

  to {
    opacity: 1
  }
}

@media(prefers-reduced-motion:reduce) {
  .ft-wrapper.fullscreen-mode {
    animation: none
  }
}

.ft-scroller {
  position: relative;
  overflow: visible
}

.ft-wrapper.fullscreen-mode .ft-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 179, 170, .45) rgba(16, 179, 170, .08);
  flex: 1;
  min-height: 0
}

.ft-wrapper.fullscreen-mode .ft-scroller::-webkit-scrollbar {
  height: 6px
}

.ft-wrapper.fullscreen-mode .ft-scroller::-webkit-scrollbar-track {
  background: rgba(16, 179, 170, .08);
  border-radius: 8px
}

.ft-wrapper.fullscreen-mode .ft-scroller::-webkit-scrollbar-thumb {
  background: rgba(16, 179, 170, .45);
  border-radius: 8px
}

.ft-wrapper.fullscreen-mode .ft-row.head .ft-cell {
  position: sticky;
  top: 0;
  z-index: 2;
  border-top: 0;
  box-shadow: 0 2px 0 var(--ring);
  background: #fbfcfe !important
}

.ft-wrapper.fullscreen-mode .ft-cell.head.brand {
  background: linear-gradient(135deg, var(--brand), #0aa19a) !important
}

.ft-wrapper.fullscreen-mode .ft-grid {
  min-width: 700px
}

.ft-close-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 38px;
  color: #fff;
  background: linear-gradient(135deg, #d7266b, #a31962);
  border: 0;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.ft-close-btn:focus-visible {
  outline: 3px solid rgba(16, 179, 170, .6)
}

.ft-wrapper.fullscreen-mode .ft-close-btn {
  display: block !important
}

@media(max-width:767px) {
  .ft-grid {
    grid-template-columns: minmax(80px, 1fr) repeat(4, 1fr)
  }

  .ft-cell {
    padding: 10px 8px;
    font-size: 12px
  }

  .ft-legend {
    flex-wrap: wrap;
    justify-content: center
  }

  .ft-wrapper.fullscreen-mode {
    padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
  }

  .ft-wrapper.fullscreen-mode .ft-grid {
    min-width: 600px
  }

  .ft-wrapper.fullscreen-mode .ft-scroller::before,
  .ft-wrapper.fullscreen-mode .ft-scroller::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
  }

  .ft-wrapper.fullscreen-mode .ft-scroller.show-left::before {
    left: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
    opacity: 1
  }

  .ft-wrapper.fullscreen-mode .ft-scroller.show-right::after {
    right: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
    opacity: 1
  }

  .ft-wrapper.fullscreen-mode .ft-scrollbar {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 4px;
    background: rgba(16, 179, 170, .12);
    border-radius: 999px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9
  }

  .ft-wrapper.fullscreen-mode .ft-scrollbar__thumb {
    height: 100%;
    width: 30%;
    background: rgba(16, 179, 170, .55);
    border-radius: 999px;
    transform: translateX(0);
    transition: transform .08s linear
  }

  .ft-wrapper.fullscreen-mode .ft-scrollbar.hidden {
    opacity: 0
  }
}

.ba-section {
  padding: 24px 0
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center
}

.ba-card {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 32, .06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.ba-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 32, .10);
  border-color: #d9e4ea
}

.ba-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  padding: 10px
}

.ba-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transform: scale(1.01);
  transition: transform .35s ease
}

.ba-card:hover .ba-media img {
  transform: scale(1.04)
}

.ba-caption {
  padding: 14px 16px 18px;
  text-align: center
}

.ba-tag {
  display: inline-block;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 1.6rem
}

.ba-tag--before {
  background: #eef3ff;
  color: var(--navy)
}

.ba-tag--after {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff
}

.ba-meta {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1.6
}


.ba-connector {
  width: 56px;
  height: 56px;
  position: relative
}

.ba-arrow {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 32, .08);
  padding: 10px;
  display: block
}

.ba-arrow path {
  stroke: var(--navy);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ba-arrow::before,
.ba-arrow::after {
  content: none !important
}

@media(max-width:900px) {
  .ba-grid {
    gap: 18px
  }
}

@media(max-width:768px) {
  .ba-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center
  }

  .ba-card {
    width: 100%;
    max-width: 560px
  }

  .ba-connector {
    width: 72px;
    height: 40px;
    justify-self: center;
    margin: 6px 0
  }

  .ba-arrow {
    transform: rotate(90deg);
    display: block;
    margin: 0 auto
  }
}

@media(prefers-reduced-motion:reduce) {

  .ba-card,
  .ba-media img {
    transition: none
  }
}


@media (min-width:768px) and  (max-width:1024px) {
.services-timeline {
  max-width: 92%!important;
  margin: -2% auto;
  padding: 0;
  font-family: 'Noto Sans JP', -apple-system, sans-serif
}
}


.services-timeline {
  max-width: 100%;
  margin: -2% auto;
  padding: 0;
  font-family: 'Noto Sans JP', -apple-system, sans-serif
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.service-spotlight {
  background: linear-gradient(135deg, #f0f9ff, #dbeafe);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden
}

.service-spotlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #0d9087)
}

.spotlight-badge {
  display: inline-block;
  background: #10b3aa;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 20px;
  border-radius: 20px;
  letter-spacing: .06em;
  margin-bottom: 24px
}

.spotlight-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center
}

.spotlight-text h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 900;
  color: #0f1720;
  line-height: 1.2;
  background: #ffffff00;
}

.spotlight-text p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568
}

.spotlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.spotlight-list li {
  background: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #10b3aa;
  white-space: nowrap
}

.spotlight-image {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12)
}

.spotlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.service-section {
  position: relative
}

.section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px
}

.header-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, transparent);
  border-radius: 2px;
  flex-shrink: 0
}

.section-header h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #0f1720;
  line-height: 1.3
}

.section-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px
}

.section-reverse .section-layout {
  grid-template-columns: 1fr 400px
}

.section-reverse .section-image {
  order: 2
}

.section-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1)
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.section-list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.list-item {
  display: flex;
  gap: 20px;
  align-items: flex-start
}

.item-marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #10b3aa;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.item-content h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: #0f1720;
  line-height: 1.4
}

.item-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5b6b78
}

@media(max-width:1024px) {
  .spotlight-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .spotlight-image {
    height: 260px
  }

  .section-layout {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .section-reverse .section-layout {
    grid-template-columns: 1fr
  }

  .section-reverse .section-image {
    order: -1
  }

  .section-reverse .section-list {
    order: 1
  }

  .section-image {
    min-height: 280px;
    max-height: 320px
  }

  .service-spotlight {
    padding: 32px 24px
  }

  .spotlight-text h2 {
    font-size: 28px
  }

  .section-header h3 {
    font-size: 24px
  }
}

@media(max-width:640px) {
  .timeline-container {
     gap: 0px;
     margin: 0 auto 0 auto;
     width: 92%;
  }

  .service-spotlight {
    padding: 24px 20px
  }

  .spotlight-text h2 {
    font-size: 24px
  }

  .section-header h3 {
    font-size: 20px
  }

  .section-image {
    min-height: 220px;
    max-height: 260px
  }

  .spotlight-image {
    height: 220px
  }
}

.image-carousel {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f8f9fa
}

.image-carousel * {
  box-sizing: border-box
}

.image-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 0
}

.image-container::-webkit-scrollbar {
  display: none
}

.image-track {
  display: flex;
  gap: 16px;
  padding: 0 20px
}

.image-card {
  min-width: 280px;
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border: 1px solid #e5e7eb;
  position: relative
}

.image-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0
}

.image-avatar--green {
  background-color: #10b981
}

.image-avatar--purple {
  background-color: #8b5cf6
}

.image-avatar--blue {
  background-color: #3b82f6
}

.image-avatar--orange {
  background-color: #f97316
}

.image-avatar--indigo {
  background-color: #6366f1
}

.image-avatar--rose {
  background-color: #ec4899
}

.image-avatar--cyan {
  background-color: #06b6d4
}

.image-content {
  flex: 1
}

.image-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.4
}

.image-text {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0
}

@media(min-width:768px) {
  .image-card {
    min-width: 320px;
    width: 320px;
    padding: 24px
  }

  .image-title {
    font-size: 15px
  }

  .image-text {
    font-size: 13px
  }

  .image-track {
    gap: 20px;
    padding: 0 24px
  }
}

@media(min-width:1024px) {
  .image-card {
    min-width: 340px;
    width: 340px
  }

  .image-title {
    font-size: 16px
  }

  .image-text {
    font-size: 14px
  }

  .image-track {
    gap: 24px;
    padding: 0 32px
  }
}

.rv2-reviews {
  padding: 0rem 0;
  background: transparent;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden
}

.rv2-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0rem 0;
}

.rv2-track {
  display: flex;
  gap: 1.5rem;
  transition: transform .4s ease;
  width: fit-content
}

.rv2-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  min-width: 320px;
  max-width: 320px;
  box-shadow: 0 4px 20px color-mix(in oklab, var(--brand-primary) 25%, #0000);
  transition: transform .3s ease, box-shadow .3s ease;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.rv2-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
  border-radius: 16px 16px 0 0
}

.rv2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, .15)
}

.rv2-user {
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.rv2-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0
}

.rv2-av--teal {
  background: linear-gradient(135deg, #14b8a6, #0f766e)
}

.rv2-av--green {
  background: linear-gradient(135deg, #22c55e, #16a34a)
}

.rv2-av--purple {
  background: linear-gradient(135deg, #a855f7, #7c3aed)
}

.rv2-av--blue {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8)
}

.rv2-av--orange {
  background: linear-gradient(135deg, #f97316, #ea580c)
}

.rv2-av--indigo {
  background: linear-gradient(135deg, #6366f1, #4f46e5)
}

.rv2-av--rose {
  background: linear-gradient(135deg, #f43f5e, #e11d48)
}

.rv2-av--cyan {
  background: linear-gradient(135deg, #06b6d4, #0891b2)
}

.rv2-ic {
  width: 1.5rem;
  height: 1.5rem
}

.rv2-body {
  padding-top: .5rem
}

.rv2-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: .75rem;
  line-height: 1.4
}

.rv2-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #475569
}

@media(max-width:1024px) {
  .rv2-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto
  }

  .rv2-container::-webkit-scrollbar {
    display: none
  }

  .rv2-track {
    transition: none;
    transform: none !important
  }
}

@media(max-width:768px) {
  .ct-wrapper-container .ct-table-wrapper {
    padding: 0rem 0
  }

  .rv2-track {
    gap: 1rem;
    padding: 0% 0% 3% 0%;
  }

  .rv2-card {
    min-width: 280px;
    max-width: 280px;
    padding: 1.25rem
  }

  .rv2-title {
    font-size: 1rem
  }

  .rv2-text {
    font-size: 1.4rem;
  }
}

@media(prefers-reduced-motion:reduce) {

  .rv2-track,
  .rv2-card {
    transition: none
  }

  .rv2-card:hover {
    transform: none
  }
}

.troubles {
    --troubles-primary: #5b6cf5;
    --troubles-text: #1f2937;
    --troubles-card: #fff;
    --troubles-border: #e5e7eb;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 2px;
    width: 92%;
    display: block;
    margin: 0 auto 0 auto;
}

.troubles__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 16px
}

.trouble-category {
  background: var(--troubles-card);
  border: 2px solid var(--troubles-border);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  overflow: hidden;
  transition: all .3s
}

.trouble-category:hover {
  border-color: var(--troubles-primary);
  box-shadow: 0 8px 32px rgba(91, 108, 245, .12);
  transform: translateY(-2px)
}

.trouble-category[open] {
  border-color: var(--troubles-primary);
  box-shadow: 0 8px 32px rgba(91, 108, 245, .15)
}

.trouble-category__header {
padding: 24px;
  background: linear-gradient(135deg, #6d7beb, var(--troubles-primary), #4c5de3);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  height: 76px;
}
.trouble-category__title {
  margin: -12px 0 0px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900;
  color: #fff;
}
@media(max-width:1024px) {
  .trouble-category__header {
  padding: 24px;
  background: linear-gradient(135deg, #6d7beb, var(--troubles-primary), #4c5de3);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  height: 86px;
}
.trouble-category__title {
  margin: 0 0 0px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900;
  color: #fff;
  padding-top: 2%;
  line-height: 1;
}
@media(max-width:767px) {
.page-id-1229 .trouble-category__title {
  margin: 0 0 0px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900;
  color: #fff;
  padding-top: 9%;
  line-height: 1;
}
}

}
@media (min-width:768px) and  (max-width:1024px) {
.trouble-category__title {
  margin: 0 0 0px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900;
  color: #fff;
  padding-top: 4%;
  line-height: 1;
}
}

.trouble-category__header::-webkit-details-marker {
  display: none
}

.trouble-category__info {
  flex: 1
}



.trouble-category__subtitle {
  margin: 0px;
  font-size: 14px;
  opacity: .85;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0%;
}

.trouble-category__icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform .3s
}

.trouble-category[open] .trouble-category__icon {
  transform: rotate(180deg)
}

.trouble-category__content {
  padding: 0;
  animation: slideDown .3s ease-out
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0
  }

  to {
    opacity: 1;
    max-height: 1000px
  }
}

.trouble-list {
  padding: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.trouble-list p {
  margin: 0;
  padding: 12px 16px 12px 36px;
  background: linear-gradient(135deg, #fafbfc, #fff);
  border: 1px solid #e8eaed;
  border-radius: 12px;
  color: var(--troubles-text);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  transition: all .2s;
  display: flex;
  align-items: center;
  min-height: 20px
}

.trouble-list p::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--troubles-primary);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900
}

.trouble-list p:hover {
  background: linear-gradient(135deg, #f4f5ff, #fafbfc);
  border-color: #c4cbf5;
  transform: translateX(4px)
}

@media(max-width:768px) {
  .trouble-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .trouble-category__header,
  .trouble-list {
    padding:0px 20px 0px 20px;
  }
}

@media(prefers-reduced-motion:reduce) {

  .trouble-category,
  .trouble-category__icon,
  .trouble-list p {
    transition: none;
    animation: none
  }
}

.services-uniform {
  max-width: 1240px;
  margin: 8px auto;
  padding: 0 4px;
  font-family: 'Noto Sans JP', -apple-system, sans-serif
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px
}

.service-row {
  background: #fff;
  border-left: 4px solid #10b3aa;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all .3s ease
}

.service-row:hover {
  border-left-width: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  transform: translateX(4px)
}

.service-number-box {
  display: flex;
  align-items: center
}

.service-big-num {
  font-size: 48px;
  font-weight: 900;
  color: #10b3aa;
  line-height: 1;
  letter-spacing: -.02em
}

.service-text-area h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  color: #0f1720;
  letter-spacing: .02em;
  line-height: 1.4
}

.service-text-area p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
  font-weight: 500
}

.service-photo {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px
}

.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease
}

.service-row:hover .service-photo img {
  transform: scale(1.05)
}

@media(max-width:900px) {
  .services-wrapper {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .service-row {
    padding: 20px 24px
  }

  .service-big-num {
    font-size: 40px
  }

  .service-text-area h3 {
    font-size: 20px
  }

  .service-text-area p {
    font-size: 14px
  }

  .service-photo {
    height: 360px
  }
}

@media(max-width:599.98px) {
  .service-photo {
    height: 220px
  }
}

.symptoms-redesign {
  max-width: 1200px;
  margin: 8px auto;
  padding: 0 24px;
  font-family: 'Noto Sans JP', -apple-system, sans-serif
}

.symptoms-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.symptom-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
  transition: all .35s cubic-bezier(.16, 1, .3, 1);
  position: relative
}

.symptom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12)
}

.symptom-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #10b3aa, #0d9087);
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  box-shadow: 0 4px 12px rgba(16, 179, 170, .3)
}

.badge-num {
  font-size: 20px;
  font-weight: 900;
  line-height: 1
}

.badge-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em
}

.symptom-image-area {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5
}

.symptom-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease
}

.symptom-card:hover .symptom-image-area img {
  transform: scale(1.08)
}

.symptom-info {
  padding: 24px 20px 28px
}

.symptom-info h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 900;
  color: #0f1720;
  letter-spacing: .02em
}

.symptom-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #5b6b78;
  font-weight: 500
}

@media(max-width:1024px) {
  .symptoms-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media(max-width:640px) {
  .symptoms-layout {
    grid-template-columns: 1fr
  }

  .symptom-image-area {
    height: 200px
  }

  .symptom-info {
    padding: 20px 16px 24px
  }

  .symptom-info h3 {
    font-size: 18px
  }
}



.whypro {
  --brand: var(--brand-primary);
  --brand-dark: var(--brand-primary-dark);
  --ink: var(--text-main);
  --muted: var(--text-muted);
  --ring: var(--ring-soft);
  --card: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px
}

.whypro .whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media(max-width:980px) {
  .whypro .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:640px) {
  .whypro .whypro-grid {
    grid-template-columns: 1fr
  }
}

.whypro .whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform
}

.whypro .whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), transparent)
}
.page-id-1217 .whypro .whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #0052a5, transparent);
}

.whypro .whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .12), 0 2px 6px rgba(15, 23, 42, .06);
  border-color: #bcd4c8
}

.whypro .whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
  box-shadow: inset 0 0 0 2px rgba(15, 23, 42, .08)
}
.page-id-1217 .whypro .whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .12), rgba(15, 23, 42, .04));
  box-shadow: inset 0 0 0 2px rgba(15, 23, 42, .08)
}
.whypro .whypro-icon svg {
  width: 28px;
  height: 28px
}

.whypro .whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 18px);
  letter-spacing: .02em
}

.whypro .whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(13.5px, 1.6vw, 14.5px)
}

.ct-scope {
  --brand: var(--brand-primary);
  --brand-dark: var(--brand-primary-dark);
  --ink: var(--text-main);
  --muted: var(--text-muted);
  --ring: #e1e7e5;
  --good: #0ea5a3;
  --mid: #f59e0b;
  --bad: #9aa7b4
}

.ct-noscroll {
  overflow: hidden
}



.ct-wrapper-container .ct-table-wrapper:focus-visible {
  box-shadow: 0 0 0 3px rgba(15, 23, 42, .35)
}

.ct-wrapper-container .ct-grid {
  display: grid;
  grid-template-columns: minmax(90px, 1.2fr) repeat(3, 1fr)
}

.ct-wrapper-container .ct-row {
  display: contents
}

.ct-wrapper-container .ct-cell {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-top: 1px solid var(--ring);
  border-left: 1px solid var(--ring);
  color: var(--ink)
}

.ct-wrapper-container .ct-row.head .ct-cell {
  background: #fbfcfe;
  font-weight: 800
}

.ct-wrapper-container .ct-row:first-child .ct-cell {
  border-top: 0
}

.ct-wrapper-container .ct-cell:first-child {
  border-left: 0
}

.ct-wrapper-container .ct-cell.feat {
  justify-content: flex-start;
  font-weight: 800
}

.ct-wrapper-container .ct-cell.head.brand {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark))
}

.ct-wrapper-container .ct-row:not(.head) .brand {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02))
}

.ct-wrapper-container .ct-row:not(.head):hover .ct-cell {
  background: rgba(247, 16, 0, 0.03)
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-row.head .ct-cell {
  white-space: nowrap
}

.ct-mark {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle
}

.ct-mark-good {
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--good)
}

.ct-mark-mid {
  background: var(--mid);
  clip-path: polygon(50% 15%, 6% 88%, 94% 88%)
}

.ct-mark-bad {
  position: relative
}

.ct-mark-bad::before,
.ct-mark-bad::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 3px;
  height: 18px;
  background: var(--bad);
  border-radius: 2px
}

.ct-mark-bad::before {
  transform: rotate(45deg)
}

.ct-mark-bad::after {
  transform: rotate(-45deg)
}

.ct-legend {
  display: flex;
  gap: 16px;
  align-items:baseline;
  margin: 10px auto;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  max-width: 100%;
}

.ct-legend li {
  display: flex;
  align-items: center
}

.ct-legend .ct-mark {
  margin-right: 6px
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 20px env(safe-area-inset-right) 28px env(safe-area-inset-left) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 9999 !important;
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  overflow: auto !important;
  animation: ct-fade-in .16s ease-out
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-table-container {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 12px 12px 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18), 0 8px 24px rgba(0, 0, 0, .08);
  max-width: calc(100% - 48px);
  width: 100%;
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column
}

@keyframes ct-fade-in {
  from {
    opacity: .001
  }

  to {
    opacity: 1
  }
}

@media(prefers-reduced-motion:reduce) {
  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode {
    animation: none
  }
}

.ct-wrapper-container .ct-scroller {
  position: relative;
  overflow: visible
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, .45) rgba(15, 23, 42, .08);
  flex: 1;
  min-height: 0
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller::-webkit-scrollbar {
  height: 6px
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, .08);
  border-radius: 8px
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, .45);
  border-radius: 8px
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-row.head .ct-cell {
  position: sticky;
  top: 0;
  z-index: 2;
  border-top: 0;
  box-shadow: 0 2px 0 var(--ring);
  background: #fbfcfe !important
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-cell.head.brand {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark)) !important
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-grid {
  min-width: 600px
}

@media(max-width:767px) {
  .ct-wrapper-container .ct-grid {
    grid-template-columns: minmax(80px, 1fr) repeat(3, 1fr)
  }

  .ct-wrapper-container .ct-cell {
    padding: 10px 8px;
    font-size: 12px
  }

  .ct-legend {
    flex-wrap: wrap;
    justify-content: center
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode {
    padding: 10px env(safe-area-inset-right) 24px env(safe-area-inset-left) !important
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-grid {
    min-width: 500px
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller::before,
  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller.show-left::before {
    left: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
    opacity: 1
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scroller.show-right::after {
    right: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
    opacity: 1
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scrollbar {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 4px;
    background: rgba(15, 23, 42, .12);
    border-radius: 999px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scrollbar-thumb {
    height: 100%;
    width: 30%;
    background: rgba(15, 23, 42, .55);
    border-radius: 999px;
    transform: translateX(0);
    transition: transform .08s linear
  }

  .ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-scrollbar.hidden {
    opacity: 0
  }
}

.ct-wrapper-container .ct-close-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 38px;
  color: #fff;
  background: linear-gradient(135deg, #d7266b, #a31962);
  border: 0;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .22)
}

.ct-wrapper-container .ct-close-btn:focus-visible {
  outline: 3px solid rgba(15, 23, 42, .6)
}

.ct-wrapper-container .ct-table-wrapper.fullscreen-mode .ct-close-btn {
  display: block !important
}

.services-uniform-manufacturer {
  max-width: 1240px;
  margin: 8px auto;
  padding: 0 4px
}

.services-wrapper-manufacturer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px
}

.service-row-manufacturer {
  background: #fff;
  border-left: 4px solid var(--brand-primary);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all .3s ease
}

.service-row-manufacturer:hover {
  border-left-width: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .15);
  transform: translateX(4px)
}

.service-number-box-manufacturer {
  display: flex;
  align-items: center
}

.service-big-num-manufacturer {
  font-size: 48px;
  font-weight: 900;
  color: var(--brand-primary);
  line-height: 1;
  letter-spacing: -.02em
}

.service-text-area-manufacturer h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: .02em;
  line-height: 1.4
}

.service-text-area-manufacturer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
  font-weight: 500
}

.service-photo-manufacturer {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px
}

.service-photo-manufacturer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease
}

.service-row-manufacturer:hover .service-photo-manufacturer img {
  transform: scale(1.05)
}

@media(max-width:900px) {
  .services-wrapper-manufacturer {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .service-row-manufacturer {
    padding: 35px 24px;
  }

  .service-big-num-manufacturer {
    font-size: 40px
  }

  .service-text-area-manufacturer h3 {
    font-size: 20px
  }

  .service-text-area-manufacturer p {
    font-size: 14px
  }

  .service-photo-manufacturer {
    height: 360px
  }
}

@media(max-width:599.98px) {
  .service-photo-manufacturer {
    height: 220px
  }
}

.table-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  border: 1px solid var(--border-soft)
}

.table-title {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: var(--font-main)
}

.data-table thead tr {
  background: var(--brand-primary-dark)
}

.data-table thead th {
  color: #fff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.data-table thead th:first-child {
  text-align: left;
  width: 40%
}

.data-table thead th:last-child {
  border-right: none
}

.data-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background-color .2s ease
}

.data-table tbody tr:hover {
  background-color: #fafafa
}

.data-table tbody tr:last-child {
  border-bottom: none
}

.data-table tbody td {
  padding: 18px 20px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e5e5e5
}

.data-table tbody td:first-child {
  text-align: left;
  color: var(--brand-primary);
  font-weight: 500;
  background: #f5f8f6;
  width: 40%;
  font-size: 14px
}

.data-table tbody td:last-child {
  border-right: none
}

.data-table tbody td:not(:first-child) {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap
}

.mileage-table tbody td:not(:first-child) {
  font-size: 16px
}

.period-highlight {
  color: var(--brand-primary) !important;
  font-weight: 700
}

.weight-table thead th:first-child,
.weight-table tbody td:first-child {
  width: 25%
}

@media(max-width:768px) {
  .table-title {
    font-size: 17px;
    padding: 14px
  }

  .data-table thead th {
    padding: 12px 10px;
    font-size: 13px
  }

  .data-table thead th:first-child {
    width: 30%;
    padding: 12px 8px
  }

  .data-table tbody td {
    padding: 14px 10px;
    font-size: 13px
  }

  .data-table tbody td:first-child {
    width: 30%;
    padding: 14px 8px;
    font-size: 12px
  }

  .data-table tbody td:not(:first-child) {
    font-size: 15px
  }

  .mileage-table tbody td:not(:first-child) {
    font-size: 14px
  }
}

.mp-scope {
  --mp-brand: var(--brand-primary);
  --mp-brand-dark: var(--brand-primary-dark);
  --mp-ink: var(--text-main);
  --mp-muted: var(--text-muted);
  --mp-ring: var(--ring-soft);
  --mp-card: #fff
}

.mp-symptoms {
  max-width: 1200px;
  margin: 8px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.mp-card {
  position: relative;
  background: var(--mp-card);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
  transition: all .35s cubic-bezier(.16, 1, .3, 1);
  border: 1px solid var(--mp-ring)
}

.mp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12)
}

.mp-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, var(--mp-brand), var(--mp-brand-dark));
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  box-shadow: 0 4px 12px color-mix(in oklab, var(--mp-brand) 40%, #0000)
}

.mp-badge__num {
  font-size: 20px;
  font-weight: 900;
  line-height: 1
}

.mp-badge__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em
}

.mp-media {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5
}

.mp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease
}

.mp-card:hover .mp-media img {
  transform: scale(1.08)
}

.mp-info {
  padding: 24px 20px 28px
}

.mp-info h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 900;
  color: var(--mp-ink);
  letter-spacing: .02em
}

.mp-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--mp-muted);
  font-weight: 500
}

@media(max-width:1024px) {
  .mp-symptoms {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media(max-width:640px) {
  .mp-symptoms {
    grid-template-columns: 1fr
  }

  .mp-media {
    height: 200px
  }

  .mp-info {
    padding: 20px 16px 24px
  }

  .mp-info h3 {
    font-size: 18px
  }
}

.troubles-manufacturer {
  padding: 2px
}

.troubles__inner-manufacturer {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 16px
}

.trouble-category-manufacturer {
  background: #fff;
  border: 2px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  overflow: hidden;
  transition: all .3s
}

.trouble-category-manufacturer:hover {
  border-color: var(--brand-primary);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
  transform: translateY(-2px)
}

.trouble-category-manufacturer[open] {
  border-color: var(--brand-primary);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .15)
}

.trouble-category__header-manufacturer {
  padding: 24px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none
}

.trouble-category__header-manufacturer::-webkit-details-marker {
  display: none
}

.trouble-category__info-manufacturer {
  flex: 1
}

.trouble-category__title-manufacturer {
  margin: 0 0 4px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900
}

.trouble-category__subtitle-manufacturer {
  margin: 0;
  font-size: 14px;
  opacity: .85;
  font-weight: 500
}

.trouble-category__icon-manufacturer {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform .3s
}

.trouble-category-manufacturer[open] .trouble-category__icon-manufacturer {
  transform: rotate(180deg)
}

.trouble-category__content-manufacturer {
  padding: 0;
  animation: slideDown .3s ease-out
}

.trouble-list-manufacturer {
  padding: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.trouble-list-manufacturer p {
  margin: 0;
  padding: 12px 16px 12px 36px;
  background: linear-gradient(135deg, #f5f8f7, #fff);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  transition: all .2s;
  display: flex;
  align-items: center;
  min-height: 20px
}

.trouble-list-manufacturer p::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--brand-primary);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900
}

.trouble-list-manufacturer p:hover {
  background: linear-gradient(135deg, #ecf1ef, #f5f8f7);
  border-color: var(--brand-primary);
  transform: translateX(4px)
}

@media(max-width:768px) {
  .trouble-list-manufacturer {
    grid-template-columns: 1fr;
    gap: 8px
  }

  .trouble-category__header-manufacturer,
  .trouble-list-manufacturer {
    padding: 20px
  }
}

@media(prefers-reduced-motion:reduce) {

  .trouble-category-manufacturer,
  .trouble-category__icon-manufacturer,
  .trouble-list-manufacturer p {
    transition: none;
    animation: none
  }
}

.services-timeline-manufacturer {
  max-width: 100%;
  margin: 8px auto;
  padding: 0
}

.timeline-container-manufacturer {
  display: flex;
  flex-direction: column;
  gap: 60px
}

.service-spotlight-manufacturer {
  background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden
}

.service-spotlight-manufacturer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark))
}

.spotlight-badge-manufacturer {
  display: inline-block;
  background: var(--brand-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 20px;
  border-radius: 20px;
  letter-spacing: .06em;
  margin-bottom: 24px
}

.spotlight-layout-manufacturer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center
}

.spotlight-text-manufacturer h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1.2
}

.spotlight-text-manufacturer p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568
}

.spotlight-list-manufacturer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.spotlight-list-manufacturer li {
  background: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-primary);
  white-space: nowrap
}

.spotlight-image-manufacturer {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .12)
}

.spotlight-image-manufacturer img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.service-section-manufacturer {
  position: relative
}

.section-header-manufacturer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px
}

.header-line-manufacturer {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-primary), transparent);
  border-radius: 2px;
  flex-shrink: 0
}

.section-header-manufacturer h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1.3
}

.section-layout-manufacturer {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px
}

.section-reverse-manufacturer .section-layout-manufacturer {
  grid-template-columns: 1fr 400px
}

.section-reverse-manufacturer .section-image-manufacturer {
  order: 2
}

.section-image-manufacturer {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .1)
}

.section-image-manufacturer img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.section-list-manufacturer {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.list-item-manufacturer {
  display: flex;
  gap: 20px;
  align-items: flex-start
}

.item-marker-manufacturer {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.item-content-manufacturer h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1.4
}

.item-content-manufacturer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5b6b78
}

@media(max-width:1024px) {
  .spotlight-layout-manufacturer {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .spotlight-image-manufacturer {
    height: 260px
  }

  .section-layout-manufacturer {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .section-reverse-manufacturer .section-layout-manufacturer {
    grid-template-columns: 1fr
  }

  .section-reverse-manufacturer .section-image-manufacturer {
    order: -1
  }

  .section-reverse-manufacturer .section-list-manufacturer {
    order: 1
  }

  .section-image-manufacturer {
    min-height: 280px;
    max-height: 320px
  }

  .service-spotlight-manufacturer {
    padding: 32px 24px
  }

  .spotlight-text-manufacturer h2 {
    font-size: 28px
  }

  .section-header-manufacturer h3 {
    font-size: 24px
  }
}

@media(max-width:640px) {
  .timeline-container-manufacturer {
    gap: 48px
  }

  .service-spotlight-manufacturer {
    padding: 24px 20px
  }

  .spotlight-text-manufacturer h2 {
    font-size: 24px
  }

  .section-header-manufacturer h3 {
    font-size: 20px
  }

  .section-image-manufacturer {
    min-height: 220px;
    max-height: 260px
  }

  .spotlight-image-manufacturer {
    height: 220px
  }
}

.service-flow-manufacturer {
  padding: 32px 14px;
  max-width: 1200px;
  margin: 0 auto
}

.sf-grid-manufacturer {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 420px
}

@media(max-width:1000px) {
  .sf-grid-manufacturer {
    grid-template-columns: 1fr
  }
}

.sf-steps-manufacturer {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 18px
}

.sf-step-manufacturer {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  position: relative;
  padding: 16px 12px;
  margin: 0 0 12px;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06)
}

.sf-step-manufacturer:last-child {
  margin-bottom: 0
}

.sf-step-manufacturer::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 58px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-primary), rgba(0, 0, 0, .06))
}

.sf-step-manufacturer:last-child::before {
  display: none
}

.sf-badge-manufacturer {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--brand-primary-dark);
  font-weight: 900;
  background: radial-gradient(100% 100% at 50% 0%, rgba(15, 23, 42, .18), rgba(15, 23, 42, .08));
  box-shadow: inset 0 0 0 2px rgba(15, 23, 42, .18)
}

.sf-body-manufacturer h3 {
  margin: 2px 0 6px;
  color: var(--text-main);
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(16px, 2vw, 18px)
}

.sf-body-manufacturer p {
  margin: 0;
  color: #5e6d79;
  line-height: 1.85;
  font-size: clamp(13.5px, 1.8vw, 14.5px)
}

.sf-body-manufacturer .sf-note-manufacturer {
  margin-top: 6px;
  font-size: 12.5px;
  color: #7a8893
}

.sf-media-manufacturer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}

.sf-media-item-manufacturer {
  margin: 0;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06)
}

.sf-media-item-manufacturer img {
  width: 100%;
  height: auto;
  display: block
}

.sf-media-item-manufacturer figcaption {
  padding: 12px;
  color: #506070;
  font-size: 13px;
  line-height: 1.6
}

.sf-media--lineqr-manufacturer {
  display: grid;
  grid-template-rows: auto 1fr
}

.sf-media--lineqr-manufacturer .sf-lineqr-wrap-manufacturer {
  display: grid;
  place-items: center;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid var(--border-soft)
}

.sf-lineqr-link-manufacturer {
  display: block
}

.sf-lineqr-img-manufacturer {
  display: block;
  max-width: 300px;
  width: 70%;
  height: auto;
  margin: 8px auto 6px;
  border-radius: 8px
}

.sf-media--lineqr-manufacturer figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

.sf-media--lineqr-manufacturer .sf-caption-title-manufacturer {
  color: #506070
}

@media(max-width:600px) {
  .sf-media--illustration-manufacturer {
    order: -1
  }
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%
}

.menu-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04) !important;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
  position: relative;
  animation: fadeInUp .6s ease forwards;
  opacity: 0;
  text-decoration: none;
  display: block;
  color: inherit;
  position: absolute;
  z-index: 1;
}

.menu-card:nth-child(1) {
  animation-delay: .1s
}

.menu-card:nth-child(2) {
  animation-delay: .15s
}

.menu-card:nth-child(3) {
  animation-delay: .2s
}

.menu-card:nth-child(4) {
  animation-delay: .25s
}

.menu-card:nth-child(5) {
  animation-delay: .3s
}

.menu-card:nth-child(6) {
  animation-delay: .35s
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }

  from {
    opacity: 0;
    transform: translateY(30px)
  }
}

.menu-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .06)
}

.card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1)
}

.menu-card:hover .card-image img {
  transform: scale(1.1) rotate(2deg)
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
  transition: all .4s ease
}

.menu-card:hover .card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%)
}

.card-content {
  padding: 24px 20px 20px;
  position: relative
}

.card-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .5px;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
}

.card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 4px 16px rgba(59, 130, 246, .4);
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.card-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%);
  transition: width .6s, height .6s
}

.menu-card:hover .card-button::before {
  width: 100px;
  height: 100px
}

.card-button:hover {
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 8px 24px rgba(59, 130, 246, .6)
}

.arrow-icon {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1
}

@media(max-width:640px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    width: 100%
  }
 .menu-card a {
   position: absolute;
    z-index: 12;
    display: flex;
    margin: 6% auto 0 4%;
}
  .menu-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 80px
  }

  .card-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 0;
  }

  .card-content {
    padding: 0 16px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px
  }

  .card-title {
    font-size: 14px;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    text-decoration: none;
  }
  .card-title br {
    display: inline
  }

  .card-button {
    width: 36px;
    height: 36px;
    margin: 0;
    flex-shrink: 0
  }

  .arrow-icon {
    width: 14px;
    height: 14px
  }
}

@media(min-width:641px) and (max-width:1024px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media(min-width:1025px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.service-flow {
  --sf-brand: #10b3aa;
  --sf-ink: #0f1720;
  --sf-muted: #5e6d79;
  --sf-ring: #e6edf2;
  --sf-panel: #f7fbfd;
  --sf-card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  padding: 0px 14px;
  max-width: 1200px;
  margin: 0 auto
}

.sf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 420px
}

@media(max-width:1000px) {
  .sf-grid {
    grid-template-columns: 1fr
  }
}

.sf-steps {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--sf-panel);
  border: 1px solid var(--sf-ring);
  border-radius: 18px
}

.sf-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: baseline;
  gap: 12px;
  position: relative;
  padding: 16px 12px;
  margin: 0 0 12px;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.sf-step:last-child {
  margin-bottom: 0
}

.sf-step::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 58px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--sf-brand), rgba(16, 179, 170, .1))
}

.sf-step:last-child::before {
  display: none
}

.sf-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #0d3c3a;
  font-weight: 900;
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .24), rgba(16, 179, 170, .10));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .28)
}

.sf-body h3 {
  margin: 2px 0 6px;
  color: var(--sf-ink);
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(16px, 2vw, 18px)
}

.sf-body p {
  margin: 0;
  color: var(--sf-muted);
  line-height: 1.85;
  font-size: clamp(13.5px, 1.8vw, 14.5px)
}

.sf-body .sf-note {
  margin-top: 6px;
  font-size: 12.5px;
  color: #7a8893
}

.sf-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}

.sf-media-item {
  margin: 0;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.sf-media-item img {
  width: 100%;
  height: auto;
  display: block
}

.sf-media-item figcaption {
  padding: 12px;
  color: #506070;
  font-size: 13px;
  line-height: 1.6
}

.sf-media--lineqr {
  display: grid;
  grid-template-rows: auto 1fr
}

.sf-media--lineqr .sf-lineqr-wrap {
  display: grid;
  place-items: center;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid var(--sf-ring)
}

.sf-lineqr-link {
  display: block
}

.sf-lineqr-img {
  display: block;
  max-width: 300px;
  width: 70%;
  height: auto;
  margin: 8px auto 6px;
  border-radius: 8px
}

.sf-media--lineqr figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

.sf-media--lineqr .sf-caption-title {
  color: #506070
}

.sf-btn-line {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  background: #06c755;
  color: #fff;
  border: 2px solid #06c755;
  box-shadow: 0 2px 8px rgba(6, 199, 85, .25)
}

.sf-btn-line:focus-visible {
  outline: 3px solid #b1f2c8;
  outline-offset: 2px
}

@media(max-width:600px) {
  .sf-media--illustration {
    order: -1
  }
}

.troubles-section {
  padding: 10px 0;
  background: transparent
}

.troubles-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.troubles-section .section-header {
  text-align: center;
  margin-bottom: 60px
}

.troubles-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1565c0;
  margin-bottom: 20px;
  letter-spacing: -.02em
}

.troubles-section .title-decoration {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2196f3, #03a9f4);
  margin: 0 auto;
  border-radius: 2px
}

.troubles-section .troubles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}

.troubles-section .trouble-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(33, 150, 243, .12);
  transition: all .3s ease;
  border: 1px solid rgba(33, 150, 243, .1)
}

.troubles-section .trouble-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(33, 150, 243, .2)
}

.troubles-section .trouble-image {
  position: relative;
  height: 200px;
  overflow: hidden
}

.troubles-section .trouble-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

.troubles-section .trouble-item:hover .trouble-photo {
  transform: scale(1.05)
}

.troubles-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 150, 243, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease
}

.troubles-section .trouble-item:hover .image-overlay {
  opacity: 1
}

.troubles-section .overlay-icon {
  font-size: 3rem;
  animation: bounce 2s infinite
}

.troubles-section .trouble-content {
  padding: 25px
}

.troubles-section .trouble-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1565c0;
  margin-bottom: 12px;
  text-align: center
}

.troubles-section .trouble-description {
  font-size: .95rem;
  color: #546e7a;
  line-height: 1.6;
  text-align: center;
  margin: 0
}

@media(max-width:1024px) {
  .troubles-section .troubles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px
  }
}

@media(max-width:768px) {
  .troubles-section {
    padding: 60px 0
  }

  .troubles-section .section-title {
    font-size: 2rem
  }

  .troubles-section .troubles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .troubles-section .trouble-image {
    height: 160px
  }

  .troubles-section .trouble-content {
    padding: 20px
  }

  .troubles-section .trouble-title {
    font-size: 1.2rem
  }

  .troubles-section .trouble-description {
    font-size: .9rem
  }
}

@media(max-width:480px) {
  .troubles-section .container {
    padding: 0 15px
  }

  .troubles-section .section-title {
    font-size: 1.8rem
  }

  .troubles-section .troubles-grid {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .troubles-section .trouble-image {
    height: 180px
  }

  .troubles-section .trouble-content {
    padding: 20px 15px
  }
}

.commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative
}

.commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px
}

.commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: .1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, .3)
}

.commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative
}

.commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px
}

.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.commitment-section .commitment-item {
  background: #fff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, .08);
  border: 1px solid rgba(16, 179, 170, .1);
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  overflow: hidden
}

.commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc)
}

.commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, .02) 0%, transparent 70%);
  transition: all .6s ease;
  transform: scale(0)
}

.commitment-section .commitment-item:hover::after {
  transform: scale(1)
}

.commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, .15);
  border-color: rgba(16, 179, 170, .2)
}

.commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, .3);
  position: relative;
  transition: all .3s ease
}

.commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1
}

.commitment-section .commitment-item:hover .commitment-number::before {
  opacity: .3
}

.commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, .4)
}

.commitment-section .commitment-content {
  position: relative;
  z-index: 2
}

.commitment-section .commitment-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -.01em;
  position: relative
}

.commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width .3s ease
}

.commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px
}

.commitment-section .commitment-description {
  font-size: 100%;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500
}

@media(max-width:1024px) {
  .commitment-section .commitment-grid {
    gap: 30px
  }

  .commitment-section .commitment-item {
    padding: 35px 30px
  }
}

@media(max-width:768px) {
  .commitment-section {
    padding: 80px 0
  }

  .commitment-section .section-title {
    font-size: 2.2rem
  }

  .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px
  }

  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .commitment-section .commitment-item {
    padding: 30px 25px
  }

  .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 20px
  }

  .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px
  }

  .commitment-section .commitment-description {
    font-size: .95rem;
    line-height: 1.7
  }
}

@media(max-width:480px) {
  .commitment-section .container {
    padding: 0 15px
  }

  .commitment-section .section-title {
    font-size: 1.8rem
  }

  .commitment-section .section-subtitle {
    font-size: .9rem;
    padding: 8px 20px
  }

  .commitment-section .section-header {
    margin-bottom: 50px
  }

  .commitment-section .commitment-item {
    padding: 25px 20px
  }

  .commitment-section .commitment-title {
    font-size: 1.2rem
  }

  .commitment-section .commitment-description {
    font-size: .9rem
  }
}

.breakdown-section {
  padding: 10px 0;
  background: transparent;
  position: relative
}

.breakdown-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.breakdown-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.breakdown-section .section-header {
  text-align: center;
  margin-bottom: 70px
}

.breakdown-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.breakdown-section .section-subtitle {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: .1em;
  box-shadow: 0 4px 15px rgba(220, 38, 38, .3)
}

.breakdown-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative
}

.breakdown-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px
}

.breakdown-section .breakdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px
}

.breakdown-section .breakdown-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 179, 170, .08);
  border: 1px solid rgba(16, 179, 170, .1);
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.breakdown-section .breakdown-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  transition: height .3s ease
}

.breakdown-section .breakdown-item:hover::before {
  height: 6px
}

.breakdown-section .breakdown-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(16, 179, 170, .15);
  border-color: rgba(16, 179, 170, .2)
}

.breakdown-section .breakdown-image {
  position: relative;
  height: 200px;
  overflow: hidden
}

.breakdown-section .breakdown-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease
}

.breakdown-section .breakdown-item:hover .breakdown-photo {
  transform: scale(1.08)
}

.breakdown-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 179, 170, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease
}

.breakdown-section .breakdown-item:hover .image-overlay {
  opacity: 1
}

.breakdown-section .overlay-icon {
  font-size: 3.5rem;
  animation: pulse 2s infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3))
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

.breakdown-section .breakdown-content {
  padding: 30px 25px
}

.breakdown-section .breakdown-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0f1720;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: .02em;
  position: relative
}

.breakdown-section .breakdown-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #10b3aa;
  border-radius: 1px;
  transition: width .3s ease
}

.breakdown-section .breakdown-item:hover .breakdown-title::after {
  width: 50px
}

.breakdown-section .breakdown-description {
  font-size: .95rem;
  color: #4a5568;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  font-weight: 500
}

@media(max-width:1024px) {
  .breakdown-section .breakdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }
}

@media(max-width:768px) {
  .breakdown-section {
    padding: 80px 0
  }

  .breakdown-section .section-title {
    font-size: 2.2rem
  }

  .breakdown-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px
  }

  .breakdown-section .breakdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .breakdown-section .breakdown-image {
    height: 160px
  }

  .breakdown-section .breakdown-content {
    padding: 25px 20px
  }

  .breakdown-section .breakdown-title {
    font-size: 1.2rem;
    margin-bottom: 12px
  }

  .breakdown-section .breakdown-description {
    font-size: .9rem;
    line-height: 1.7
  }

  .breakdown-section .overlay-icon {
    font-size: 2.8rem
  }
}

@media(max-width:600px) {
  .breakdown-section .breakdown-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .breakdown-section .breakdown-image {
    height: 180px
  }
}

@media(max-width:480px) {
  .breakdown-section .container {
    padding: 0 15px
  }

  .breakdown-section .section-title {
    font-size: 1.8rem
  }

  .breakdown-section .section-subtitle {
    font-size: .9rem;
    padding: 8px 20px
  }

  .breakdown-section .section-header {
    margin-bottom: 50px
  }

  .breakdown-section .breakdown-content {
    padding: 20px 15px
  }

  .breakdown-section .breakdown-title {
    font-size: 1.1rem
  }

  .breakdown-section .breakdown-description {
    font-size: .85rem
  }
}

.page-id-1225 .whypro {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5e6d79;
  --ring: #e6edf2;
  --card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px
}

.page-id-1226 .whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media(max-width:980px) {
  .page-id-1225 .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:640px) {
  .page-id-1225 .whypro-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1225 .whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(17, 24, 39, .08), 0 1px 2px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform
}

.page-id-1225 .whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 179, 170, .6), rgba(16, 179, 170, 0))
}
@media(max-width:767px) {
  .page-id-1225 .whypro-grid {
    grid-template-columns: 1fr
  }
}
.page-id-1225 .whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12), 0 2px 6px rgba(17, 24, 39, .06);
  border-color: #dfe8ee
}

.page-id-1225 .whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16)
}

.page-id-1225 .whypro-icon svg {
  width: 28px;
  height: 28px
}

.page-id-1225 .whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: 25px;
  letter-spacing: .02em
}

.page-id-1225 .whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(15px, 1.8vw, 16.5px);
}

.page-id-1226 .whypro {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5e6d79;
  --ring: #e6edf2;
  --card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px
}

.page-id-1226 .whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media(max-width:980px) {
  .page-id-1226 .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:640px) {
  .page-id-1226 .whypro-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1226 .whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(17, 24, 39, .08), 0 1px 2px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform
}

.page-id-1226 .whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 179, 170, .6), rgba(16, 179, 170, 0))
}

.page-id-1226 .whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12), 0 2px 6px rgba(17, 24, 39, .06);
  border-color: #dfe8ee
}

.page-id-1226 .whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16)
}

.page-id-1226 .whypro-icon svg {
  width: 28px;
  height: 28px
}

.page-id-1226 .whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 18px);
  letter-spacing: .02em
}

.page-id-1226 .whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(13.5px, 1.6vw, 14.5px)
}

.page-id-1226 .troubles-section {
  padding: 10px 0;
  background: transparent
}

.page-id-1226 .troubles-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.page-id-1226 .troubles-section .section-header {
  text-align: center;
  margin-bottom: 60px
}

.page-id-1226 .troubles-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1565c0;
  margin-bottom: 20px;
  letter-spacing: -.02em
}

.page-id-1226 .troubles-section .title-decoration {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2196f3, #03a9f4);
  margin: 0 auto;
  border-radius: 2px
}

.page-id-1226 .troubles-section .troubles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}

.page-id-1226 .troubles-section .trouble-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(33, 150, 243, .12);
  transition: all .3s ease;
  border: 1px solid rgba(33, 150, 243, .1)
}

.page-id-1226 .troubles-section .trouble-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(33, 150, 243, .2)
}

.page-id-1226 .troubles-section .trouble-image {
  position: relative;
  height: 200px;
  overflow: hidden
}

.page-id-1226 .troubles-section .trouble-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

.page-id-1226 .troubles-section .trouble-item:hover .trouble-photo {
  transform: scale(1.05)
}

.page-id-1226 .troubles-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 150, 243, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease
}

.page-id-1226 .troubles-section .trouble-item:hover .image-overlay {
  opacity: 1
}

.page-id-1226 .troubles-section .overlay-icon {
  font-size: 3rem;
  animation: bounce 2s infinite
}

.page-id-1226 .troubles-section .trouble-content {
  padding: 25px
}

.page-id-1226 .troubles-section .trouble-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1565c0;
  margin-bottom: 12px;
  text-align: center
}

.page-id-1226 .troubles-section .trouble-description {
  font-size: .95rem;
  color: #546e7a;
  line-height: 1.6;
  text-align: center;
  margin: 0
}

@media(max-width:1024px) {
  .page-id-1226 .troubles-section .troubles-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }
}

@media(max-width:768px) {
  .page-id-1226 .troubles-section {
    padding: 17px 0;
    margin: 0 auto 0 auto;
    width: 92%;
  }

  .page-id-1226 .troubles-section .section-title {
    font-size: 2rem
  }

  .page-id-1226 .troubles-section .troubles-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .page-id-1226 .troubles-section .trouble-image {
    height: 160px
  }

  .page-id-1226 .troubles-section .trouble-content {
    padding: 20px
  }

  .page-id-1226 .troubles-section .trouble-title {
    font-size: 1.2rem
  }

  .page-id-1226 .troubles-section .trouble-description {
    font-size: .9rem
  }
}

@media(max-width:480px) {
  .page-id-1226 .troubles-section .container {
    padding: 0 15px
  }

  .page-id-1226 .troubles-section .section-title {
    font-size: 1.8rem
  }

  .page-id-1226 .troubles-section .troubles-grid {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .page-id-1226 .troubles-section .trouble-image {
    height: 180px
  }

  .page-id-1226 .troubles-section .trouble-content {
    padding: 20px 15px
  }
}

.page-id-1226 .commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative
}

.page-id-1226 .commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.page-id-1226 .commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.page-id-1226 .commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px
}

.page-id-1226 .commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.page-id-1226 .commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: .1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, .3)
}

.page-id-1226 .commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative
}

.page-id-1226 .commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px
}

.page-id-1226 .commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.page-id-1226 .commitment-section .commitment-item {
  background: #fff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, .08);
  border: 1px solid rgba(16, 179, 170, .1);
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  overflow: hidden
}

.page-id-1226 .commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc)
}

.page-id-1226 .commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, .02) 0%, transparent 70%);
  transition: all .6s ease;
  transform: scale(0)
}

.page-id-1226 .commitment-section .commitment-item:hover::after {
  transform: scale(1)
}

.page-id-1226 .commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, .15);
  border-color: rgba(16, 179, 170, .2)
}

.page-id-1226 .commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, .3);
  position: relative;
  transition: all .3s ease
}

.page-id-1226 .commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1
}

.page-id-1226 .commitment-section .commitment-item:hover .commitment-number::before {
  opacity: .3
}

.page-id-1226 .commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, .4)
}

.page-id-1226 .commitment-section .commitment-content {
  position: relative;
  z-index: 2
}

.page-id-1226 .commitment-section .commitment-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -.01em;
  position: relative
}

.page-id-1226 .commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width .3s ease
}

.page-id-1226 .commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px
}

.page-id-1226 .commitment-section .commitment-description {
  font-size: 1.7rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500
}

@media(max-width:1024px) {
  .page-id-1226 .commitment-section .commitment-grid {
    gap: 30px
  }

  .page-id-1226 .commitment-section .commitment-item {
    padding: 35px 30px
  }
}

@media(max-width:768px) {
  .page-id-1226 .commitment-section {
    padding: 80px 0
  }

  .page-id-1226 .commitment-section .section-title {
    font-size: 2.2rem
  }

  .page-id-1226 .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px
  }

  .page-id-1226 .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .page-id-1226 .commitment-section .commitment-item {
    padding: 30px 25px
  }

  .page-id-1226 .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .page-id-1226 .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px
  }

  .page-id-1226 .commitment-section .commitment-description {
    font-size: .95rem;
    line-height: 1.7
  }
}

@media(max-width:480px) {
  .page-id-1226 .commitment-section .container {
    padding: 0 15px
  }

  .page-id-1226 .commitment-section .section-title {
    font-size: 1.8rem
  }

  .page-id-1226 .commitment-section .section-subtitle {
    font-size: .9rem;
    padding: 8px 20px
  }

  .page-id-1226 .commitment-section .section-header {
    margin-bottom: 50px
  }

  .page-id-1226 .commitment-section .commitment-item {
    padding: 25px 20px
  }

  .page-id-1226 .commitment-section .commitment-title {
    font-size: 2.2rem
  }

  .page-id-1226 .commitment-section .commitment-description {
    font-size: 1.4rem;
  }
}

.page-id-1226 .breakdown-section {
  padding: 10px 0;
  background: transparent;
  position: relative
}

.page-id-1226 .breakdown-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.page-id-1226 .breakdown-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.page-id-1226 .breakdown-section .section-header {
  text-align: center;
  margin-bottom: 70px
}

.page-id-1226 .breakdown-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.page-id-1226 .breakdown-section .section-subtitle {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: .1em;
  box-shadow: 0 4px 15px rgba(220, 38, 38, .3)
}

.page-id-1226 .breakdown-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative
}

.page-id-1226 .breakdown-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px
}

.page-id-1226 .breakdown-section .breakdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px
}

.page-id-1226 .breakdown-section .breakdown-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 179, 170, .08);
  border: 1px solid rgba(16, 179, 170, .1);
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.page-id-1226 .breakdown-section .breakdown-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  transition: height .3s ease
}

.page-id-1226 .breakdown-section .breakdown-item:hover::before {
  height: 6px
}

.page-id-1226 .breakdown-section .breakdown-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(16, 179, 170, .15);
  border-color: rgba(16, 179, 170, .2)
}

.page-id-1226 .breakdown-section .breakdown-image {
  position: relative;
  height: 200px;
  overflow: hidden
}

.page-id-1226 .breakdown-section .breakdown-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease
}

.page-id-1226 .breakdown-section .breakdown-item:hover .breakdown-photo {
  transform: scale(1.08)
}

.page-id-1226 .breakdown-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 179, 170, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease
}

.page-id-1226 .breakdown-section .breakdown-item:hover .image-overlay {
  opacity: 1
}

.page-id-1226 .breakdown-section .overlay-icon {
  font-size: 3.5rem;
  animation: pulse 2s infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3))
}

.page-id-1226 .breakdown-section .breakdown-content {
  padding: 30px 25px
}

.page-id-1226 .breakdown-section .breakdown-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0f1720;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: .02em;
  position: relative
}

.page-id-1226 .breakdown-section .breakdown-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #10b3aa;
  border-radius: 1px;
  transition: width .3s ease
}

.page-id-1226 .breakdown-section .breakdown-item:hover .breakdown-title::after {
  width: 50px
}

.page-id-1226 .breakdown-section .breakdown-description {
  font-size: .95rem;
  color: #4a5568;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  font-weight: 500
}

@media(max-width:1024px) {
  .page-id-1226 .breakdown-section .breakdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }
}

@media(max-width:768px) {
  .page-id-1226 .breakdown-section {
    padding: 0px 0
  }

  .page-id-1226 .breakdown-section .section-title {
    font-size: 2.2rem
  }

  .page-id-1226 .breakdown-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px
  }

  .page-id-1226 .breakdown-section .breakdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .page-id-1226 .breakdown-section .breakdown-image {
    height: 160px
  }

  .page-id-1226 .breakdown-section .breakdown-content {
    padding: 25px 20px
  }

  .page-id-1226 .breakdown-section .breakdown-title {
    font-size: 1.2rem;
    margin-bottom: 12px
  }

  .page-id-1226 .breakdown-section .breakdown-description {
    font-size: .9rem;
    line-height: 1.7
  }

  .page-id-1226 .breakdown-section .overlay-icon {
    font-size: 2.8rem
  }
}

@media(max-width:600px) {
  .page-id-1226 .breakdown-section .breakdown-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .page-id-1226 .breakdown-section .breakdown-image {
    height: 180px
  }
}

@media(max-width:480px) {
  .page-id-1226 .breakdown-section .container {
    padding: 0 15px
  }

  .page-id-1226 .breakdown-section .section-title {
    font-size: 1.8rem
  }

  .page-id-1226 .breakdown-section .section-subtitle {
    font-size: .9rem;
    padding: 8px 20px
  }

  .page-id-1226 .breakdown-section .section-header {
    margin-bottom: 50px
  }

  .page-id-1226 .breakdown-section .breakdown-content {
    padding: 20px 15px
  }

  .page-id-1226 .breakdown-section .breakdown-title {
    font-size: 1.1rem
  }

  .page-id-1226 .breakdown-section .breakdown-description {
    font-size: .85rem
  }
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-item {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e7eef3;
  box-shadow: 0 8px 24px rgba(15, 23, 32, .08);
  transition: transform .2s ease, box-shadow .2s ease
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(15, 23, 32, .12)
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-image {
  position: relative;
  height: 260px;
  overflow: hidden
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-item:hover .breakdown-photo {
  transform: scale(1.04)
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-content {
  padding: 28px 26px
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-title {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: left;
  color: #173a8e;
  margin: 0 0 14px
}

.page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-description {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #404b5a;
  margin: 0
}

@media(max-width:1024px) {
  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two {
    gap: 24px
  }

  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-image {
    height: 220px
  }

  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-title {
    font-size: 1.6rem
  }
}

@media(max-width:768px) {
  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-image {
    height: 200px
  }

  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-content {
    padding: 22px 18px
  }

  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-title {
    font-size: 2.1rem
  }

  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-description {
    font-size: 1.4rem;
    line-height: 1.8
  }
}

@media(max-width:480px) {
  .page-id-1226 .breakdown-section .breakdown-grid.breakdown-grid--two .breakdown-image {
    height: 190px
  }
}

.page-id-1226 .service-flow {
  --sf-brand: #10b3aa;
  --sf-ink: #0f1720;
  --sf-muted: #5e6d79;
  --sf-ring: #e6edf2;
  --sf-panel: #f7fbfd;
  --sf-card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  padding: 32px 14px;
  max-width: 1200px;
  margin: 0 auto
}

.page-id-1226 .sf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 420px
}

@media(max-width:1000px) {
  .page-id-1226 .sf-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1226 .sf-steps {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--sf-panel);
  border: 1px solid var(--sf-ring);
  border-radius: 18px
}

.page-id-1226 .sf-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  position: relative;
  padding: 16px 12px;
  margin: 0 0 12px;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.page-id-1226 .sf-step:last-child {
  margin-bottom: 0
}

.page-id-1226 .sf-step::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 58px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--sf-brand), rgba(16, 179, 170, .1))
}

.page-id-1226 .sf-step:last-child::before {
  display: none
}

.page-id-1226 .sf-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #0d3c3a;
  font-weight: 900;
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .24), rgba(16, 179, 170, .10));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .28)
}

.page-id-1226 .sf-body h3 {
  margin: 2px 0 6px;
  color: var(--sf-ink);
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(16px, 2vw, 18px)
}

.page-id-1226 .sf-body p {
  margin: 0;
  color: var(--sf-muted);
  line-height: 1.85;
  font-size: clamp(13.5px, 1.8vw, 14.5px)
}

.page-id-1226 .sf-body .sf-note {
  margin-top: 6px;
  font-size: 12.5px;
  color: #7a8893
}

.page-id-1226 .sf-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}

.page-id-1226 .sf-media-item {
  margin: 0;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.page-id-1226 .sf-media-item img {
  width: 100%;
  height: auto;
  display: block
}

.page-id-1226 .sf-media-item figcaption {
  padding: 12px;
  color: #506070;
  font-size: 13px;
  line-height: 1.6
}

.page-id-1226 .sf-media--lineqr {
  display: grid;
  grid-template-rows: auto 1fr
}

.page-id-1226 .sf-media--lineqr .sf-lineqr-wrap {
  display: grid;
  place-items: center;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid var(--sf-ring)
}

.page-id-1226 .sf-lineqr-link {
  display: block
}

.page-id-1226 .sf-lineqr-img {
  display: block;
  max-width: 300px;
  width: 70%;
  height: auto;
  margin: 8px auto 6px;
  border-radius: 8px
}

.page-id-1226 .sf-media--lineqr figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

.page-id-1226 .sf-media--lineqr .sf-caption-title {
  color: #506070
}

.page-id-1226 .sf-btn-line {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  background: #06c755;
  color: #fff;
  border: 2px solid #06c755;
  box-shadow: 0 2px 8px rgba(6, 199, 85, .25)
}

.page-id-1226 .sf-btn-line:focus-visible {
  outline: 3px solid #b1f2c8;
  outline-offset: 2px
}

@media(max-width:600px) {
  .page-id-1226 .sf-media--illustration {
    order: -1
  }
}

.page-id-1227 .whypro {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5e6d79;
  --ring: #e6edf2;
  --card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px
}

.page-id-1227 .whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media(max-width:980px) {
  .page-id-1227 .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:640px) {
  .page-id-1227 .whypro-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1227 .whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(17, 24, 39, .08), 0 1px 2px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform
}

.page-id-1227 .whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 179, 170, .6), rgba(16, 179, 170, 0))
}

.page-id-1227 .whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12), 0 2px 6px rgba(17, 24, 39, .06);
  border-color: #dfe8ee
}

.page-id-1227 .whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16)
}

.page-id-1227 .whypro-icon svg {
  width: 28px;
  height: 28px
}

.page-id-1227 .whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 18px);
  letter-spacing: .02em
}

.page-id-1227 .whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(13.5px, 1.6vw, 14.5px)
}

.page-id-1227 .table-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  border: 1px solid #ddd
}

.page-id-1227 .table-title {
  background: linear-gradient(135deg, #10b3aa 0%, #0aa19a 100%);
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px
}

.page-id-1227 .data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}

.page-id-1227 .data-table thead tr {
  background: #445566
}

.page-id-1227 .data-table thead th {
  color: #fff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.page-id-1227 .data-table thead th:first-child {
  text-align: left;
  width: 40%
}

.page-id-1227 .data-table thead th:last-child {
  border-right: 0
}

.page-id-1227 .data-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background-color .2s ease
}

.page-id-1227 .data-table tbody tr:hover {
  background: #fafafa
}

.page-id-1227 .data-table tbody tr:last-child {
  border-bottom: 0
}

.page-id-1227 .data-table tbody td {
  padding: 18px 20px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e5e5e5
}

.page-id-1227 .data-table tbody td:first-child {
  text-align: left;
  color: #445566;
  font-weight: 500;
  background: #f9f9f9;
  width: 40%;
  font-size: 14px
}

.page-id-1227 .data-table tbody td:last-child {
  border-right: 0
}

.page-id-1227 .data-table tbody td:not(:first-child) {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap
}

.page-id-1227 .mileage-table tbody td:not(:first-child) {
  font-size: 16px
}

.page-id-1227 .period-highlight {
  color: #10b3aa !important;
  font-weight: 700
}

.page-id-1227 .weight-table thead th:first-child,
.page-id-1227 .weight-table tbody td:first-child {
  width: 25%
}

.page-id-1227 .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.page-id-1227 .data-table {
  border-collapse: separate;
  border-spacing: 0
}

.page-id-1227 .data-table thead th {
  white-space: nowrap
}

.page-id-1227 .data-table td {
  vertical-align: middle
}

@media(max-width:768px) {
  .page-id-1227 .table-title {
    font-size: 17px;
    padding: 14px
  }

  .page-id-1227 .data-table thead th {
    padding: 12px 10px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #445566;
    color: #fff
  }

  .page-id-1227 .data-table thead th:first-child {
    width: 30%;
    padding: 12px 8px;
    z-index: 6
  }

  .page-id-1227 .data-table tbody td {
    padding: 14px 10px;
    font-size: 13px
  }

  .page-id-1227 .data-table tbody td:first-child {
    width: 30%;
    padding: 14px 8px;
    font-size: 12px
  }

  .page-id-1227 .data-table tbody td:not(:first-child) {
    font-size: 15px
  }

  .page-id-1227 .mileage-table tbody td:not(:first-child) {
    font-size: 14px
  }

  .page-id-1227 .data-table th:first-child,
  .page-id-1227 .data-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 180px;
    white-space: nowrap;
    background: #fff
  }

  .page-id-1227 .data-table tbody tr:nth-child(even) td:first-child {
    background: #f9f9f9
  }

  .page-id-1227 .data-table th:nth-child(2),
  .page-id-1227 .data-table td:nth-child(2) {
    min-width: 92px;
    text-align: center;
    white-space: nowrap
  }

  .page-id-1227 .data-table th:nth-child(n+3),
  .page-id-1227 .data-table td:nth-child(n+3) {
    min-width: 110px;
    text-align: right;
    white-space: nowrap
  }
}

@media(max-width:480px) {

  .page-id-1227 .data-table th:first-child,
  .page-id-1227 .data-table td:first-child {
    min-width: 170px
  }

  .page-id-1227 .data-table th:nth-child(2),
  .page-id-1227 .data-table td:nth-child(2) {
    min-width: 86px
  }

  .page-id-1227 .data-table th:nth-child(n+3),
  .page-id-1227 .data-table td:nth-child(n+3) {
    min-width: 104px
  }

  .page-id-1227 .data-table thead th,
  .page-id-1227 .data-table tbody td {
    padding: 10px 8px;
    font-size: 12.5px
  }
}

.page-id-1227 .commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative
}

.page-id-1227 .commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.page-id-1227 .commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.page-id-1227 .commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px
}

.page-id-1227 .commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.page-id-1227 .commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: .1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, .3)
}

.page-id-1227 .commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative
}

.page-id-1227 .commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px
}

.page-id-1227 .commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.page-id-1227 .commitment-section .commitment-item {
  background: #fff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, .08);
  border: 1px solid rgba(16, 179, 170, .1);
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  overflow: hidden
}

.page-id-1227 .commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc)
}

.page-id-1227 .commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, .02) 0%, transparent 70%);
  transition: all .6s ease;
  transform: scale(0)
}

.page-id-1227 .commitment-section .commitment-item:hover::after {
  transform: scale(1)
}

.page-id-1227 .commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, .15);
  border-color: rgba(16, 179, 170, .2)
}

.page-id-1227 .commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, .3);
  position: relative;
  transition: all .3s ease
}

.page-id-1227 .commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1
}

.page-id-1227 .commitment-section .commitment-item:hover .commitment-number::before {
  opacity: .3
}

.page-id-1227 .commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, .4)
}

.page-id-1227 .commitment-section .commitment-content {
  position: relative;
  z-index: 2
}

.page-id-1227 .commitment-section .commitment-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -.01em;
  position: relative
}

.page-id-1227 .commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width .3s ease
}

.page-id-1227 .commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px
}

.page-id-1227 .commitment-section .commitment-description {
  font-size: 1.6rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500
}

@media(max-width:1024px) {
  .page-id-1227 .commitment-section .commitment-grid {
    gap: 30px
  }

  .page-id-1227 .commitment-section .commitment-item {
    padding: 35px 30px
  }
}

@media(max-width:768px) {
  .page-id-1227 .commitment-section {
    padding: 8px 0
  }

  .page-id-1227 .commitment-section .section-title {
    font-size: 2.2rem
  }

  .page-id-1227 .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px
  }

  .page-id-1227 .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .page-id-1227 .commitment-section .commitment-item {
    padding: 30px 25px
  }

  .page-id-1227 .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    margin-bottom: 20px
  }

  .page-id-1227 .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px
  }

  .page-id-1227 .commitment-section .commitment-description {
    font-size: .95rem;
    line-height: 1.7
  }
}

@media(max-width:480px) {
  .page-id-1227 .commitment-section .container {
    padding: 0 15px
  }

  .page-id-1227 .commitment-section .section-title {
    font-size: 1.8rem
  }

  .page-id-1227 .commitment-section .section-subtitle {
    font-size: .9rem;
    padding: 8px 20px
  }

  .page-id-1227 .commitment-section .section-header {
    margin-bottom: 50px
  }

  .page-id-1227 .commitment-section .commitment-item {
    padding: 25px 20px
  }

  .page-id-1227 .commitment-section .commitment-title {
    font-size: 2.2rem
  }

  .page-id-1227 .commitment-section .commitment-description {
    font-size: 1.4rem;
  }
}

.page-id-1227 .service-flow {
  --sf-brand: #10b3aa;
  --sf-ink: #0f1720;
  --sf-muted: #5e6d79;
  --sf-ring: #e6edf2;
  --sf-panel: #f7fbfd;
  --sf-card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  padding: 32px 14px;
  max-width: 1200px;
  margin: 0 auto
}

.page-id-1227 .sf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 420px
}

@media(max-width:1000px) {
  .page-id-1227 .sf-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1227 .sf-steps {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--sf-panel);
  border: 1px solid var(--sf-ring);
  border-radius: 18px
}

.page-id-1227 .sf-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  position: relative;
  padding: 16px 12px;
  margin: 0 0 12px;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.page-id-1227 .sf-step:last-child {
  margin-bottom: 0
}

.page-id-1227 .sf-step::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 58px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--sf-brand), rgba(16, 179, 170, .1))
}

.page-id-1227 .sf-step:last-child::before {
  display: none
}

.page-id-1227 .sf-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #0d3c3a;
  font-weight: 900;
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .24), rgba(16, 179, 170, .10));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .28)
}

.page-id-1227 .sf-body h3 {
  margin: 2px 0 6px;
  color: var(--sf-ink);
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(16px, 2vw, 18px)
}

.page-id-1227 .sf-body p {
  margin: 0;
  color: var(--sf-muted);
  line-height: 1.85;
  font-size: clamp(13.5px, 1.8vw, 14.5px)
}

.page-id-1227 .sf-body .sf-note {
  margin-top: 6px;
  font-size: 12.5px;
  color: #7a8893
}

.page-id-1227 .sf-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}

.page-id-1227 .sf-media-item {
  margin: 0;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.page-id-1227 .sf-media-item img {
  width: 100%;
  height: auto;
  display: block
}

.page-id-1227 .sf-media-item figcaption {
  padding: 12px;
  color: #506070;
  font-size: 13px;
  line-height: 1.6
}

.page-id-1227 .sf-media--lineqr {
  display: grid;
  grid-template-rows: auto 1fr
}

.page-id-1227 .sf-media--lineqr .sf-lineqr-wrap {
  display: grid;
  place-items: center;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid var(--sf-ring)
}

.page-id-1227 .sf-lineqr-link {
  display: block
}

.page-id-1227 .sf-lineqr-img {
  display: block;
  max-width: 300px;
  width: 70%;
  height: auto;
  margin: 8px auto 6px;
  border-radius: 8px
}

.page-id-1227 .sf-media--lineqr figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

.page-id-1227 .sf-media--lineqr .sf-caption-title {
  color: #506070
}

.page-id-1227 .sf-btn-line {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  background: #06c755;
  color: #fff;
  border: 2px solid #06c755;
  box-shadow: 0 2px 8px rgba(6, 199, 85, .25)
}

.page-id-1227 .sf-btn-line:focus-visible {
  outline: 3px solid #b1f2c8;
  outline-offset: 2px
}

@media(max-width:600px) {
  .page-id-1227 .sf-media--illustration {
    order: -1
  }
}

.page-id-1228 .whypro {
  --brand: #10b3aa;
  --ink: #0f1720;
  --muted: #5e6d79;
  --ring: #e6edf2;
  --card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px
}

.page-id-1228 .whypro-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media(max-width:980px) {
  .page-id-1228 .whypro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:640px) {
  .page-id-1228 .whypro-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1228 .whypro-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 18px rgba(17, 24, 39, .08), 0 1px 2px rgba(17, 24, 39, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
  will-change: transform
}

.page-id-1228 .whypro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 179, 170, .6), rgba(16, 179, 170, 0))
}

.page-id-1228 .whypro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12), 0 2px 6px rgba(17, 24, 39, .06);
  border-color: #dfe8ee
}

.page-id-1228 .whypro-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brand);
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .16), rgba(16, 179, 170, .06));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .16)
}

.page-id-1228 .whypro-icon svg {
  width: 28px;
  height: 28px
}

.page-id-1228 .whypro-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 18px);
  letter-spacing: .02em
}

.page-id-1228 .whypro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(13.5px, 1.6vw, 14.5px)
}

.page-id-1228 .commitment-section {
  padding: 10px 0;
  background: transparent;
  position: relative
}

.page-id-1228 .commitment-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.page-id-1228 .commitment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.page-id-1228 .commitment-section .section-header {
  text-align: center;
  margin-bottom: 70px
}

.page-id-1228 .commitment-section .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #10b3aa;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.page-id-1228 .commitment-section .section-subtitle {
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: .1em;
  box-shadow: 0 4px 15px rgba(16, 179, 170, .3)
}

.page-id-1228 .commitment-section .title-decoration {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  margin: 0 auto;
  border-radius: 2px;
  position: relative
}

.page-id-1228 .commitment-section .title-decoration::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: #10b3aa;
  border-radius: 5px
}

.page-id-1228 .commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.page-id-1228 .commitment-section .commitment-item {
  background: #fff;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(16, 179, 170, .08);
  border: 1px solid rgba(16, 179, 170, .1);
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  overflow: hidden
}

.page-id-1228 .commitment-section .commitment-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb, #18d6cc)
}

.page-id-1228 .commitment-section .commitment-item::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(16, 179, 170, .02) 0%, transparent 70%);
  transition: all .6s ease;
  transform: scale(0)
}

.page-id-1228 .commitment-section .commitment-item:hover::after {
  transform: scale(1)
}

.page-id-1228 .commitment-section .commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 179, 170, .15);
  border-color: rgba(16, 179, 170, .2)
}

.page-id-1228 .commitment-section .commitment-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(16, 179, 170, .3);
  position: relative;
  transition: all .3s ease
}

.page-id-1228 .commitment-section .commitment-number::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background: linear-gradient(135deg, #10b3aa, #14c4bb);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1
}

.page-id-1228 .commitment-section .commitment-item:hover .commitment-number::before {
  opacity: .3
}

.page-id-1228 .commitment-section .commitment-item:hover .commitment-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(16, 179, 170, .4)
}

.page-id-1228 .commitment-section .commitment-content {
  position: relative;
  z-index: 2
}

.page-id-1228 .commitment-section .commitment-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0f1720;
  margin-bottom: 18px;
  letter-spacing: -.01em;
  position: relative
}

.page-id-1228 .commitment-section .commitment-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #10b3aa, #14c4bb);
  border-radius: 2px;
  transition: width .3s ease
}

.page-id-1228 .commitment-section .commitment-item:hover .commitment-title::after {
  width: 60px
}

.page-id-1228 .commitment-section .commitment-description {
  font-size: 1.6rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
  font-weight: 500
}

@media(max-width:1024px) {
  .page-id-1228 .commitment-section .commitment-grid {
    gap: 30px
  }

  .page-id-1228 .commitment-section .commitment-item {
    padding: 35px 30px
  }
}

@media(max-width:768px) {
  .page-id-1228 .commitment-section {
    padding: 8px 0
  }

  .page-id-1228 .commitment-section .section-title {
    font-size: 2.2rem
  }

  .page-id-1228 .commitment-section .section-subtitle {
    font-size: 1rem;
    padding: 10px 25px
  }

  .page-id-1228 .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .page-id-1228 .commitment-section .commitment-item {
    padding: 30px 25px
  }

  .page-id-1228 .commitment-section .commitment-number {
    width: 50px;
    height: 50px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .page-id-1228 .commitment-section .commitment-title {
    font-size: 1.4rem;
    margin-bottom: 15px
  }

  .page-id-1228 .commitment-section .commitment-description {
    font-size: .95rem;
    line-height: 1.7
  }
}

@media(max-width:480px) {
  .page-id-1228 .commitment-section .container {
    padding: 0 15px
  }

  .page-id-1228 .commitment-section .section-title {
    font-size: 1.8rem
  }

  .page-id-1228 .commitment-section .section-subtitle {
    font-size: .9rem;
    padding: 8px 20px
  }

  .page-id-1228 .commitment-section .section-header {
    margin-bottom: 50px
  }

  .page-id-1228 .commitment-section .commitment-item {
    padding: 25px 20px
  }

  .page-id-1228 .commitment-section .commitment-title {
    font-size: 2.2rem;
  }

  .page-id-1228 .commitment-section .commitment-description {
    font-size: 1.4rem
  }
}

.page-id-1228 .service-flow {
  --sf-brand: #10b3aa;
  --sf-ink: #0f1720;
  --sf-muted: #5e6d79;
  --sf-ring: #e6edf2;
  --sf-panel: #f7fbfd;
  --sf-card: #fff;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  padding: 32px 14px;
  max-width: 1200px;
  margin: 0 auto
}

.page-id-1228 .sf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 420px
}

@media(max-width:1000px) {
  .page-id-1228 .sf-grid {
    grid-template-columns: 1fr
  }
}

.page-id-1228 .sf-steps {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--sf-panel);
  border: 1px solid var(--sf-ring);
  border-radius: 18px
}

.page-id-1228 .sf-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  position: relative;
  padding: 16px 12px;
  margin: 0 0 12px;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.page-id-1228 .sf-step:last-child {
  margin-bottom: 0
}

.page-id-1228 .sf-step::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 58px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--sf-brand), rgba(16, 179, 170, .1))
}

.page-id-1228 .sf-step:last-child::before {
  display: none
}

.page-id-1228 .sf-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #0d3c3a;
  font-weight: 900;
  background: radial-gradient(100% 100% at 50% 0%, rgba(16, 179, 170, .24), rgba(16, 179, 170, .10));
  box-shadow: inset 0 0 0 2px rgba(16, 179, 170, .28)
}

.page-id-1228 .sf-body h3 {
  margin: 2px 0 6px;
  color: var(--sf-ink);
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(16px, 2vw, 18px)
}

.page-id-1228 .sf-body p {
  margin: 0;
  color: var(--sf-muted);
  line-height: 1.85;
  font-size: clamp(13.5px, 1.8vw, 14.5px)
}

.page-id-1228 .sf-body .sf-note {
  margin-top: 6px;
  font-size: 12.5px;
  color: #7a8893
}

.page-id-1228 .sf-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}

.page-id-1228 .sf-media-item {
  margin: 0;
  background: var(--sf-card);
  border: 1px solid var(--sf-ring);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(2, 6, 12, .06)
}

.page-id-1228 .sf-media-item img {
  width: 100%;
  height: auto;
  display: block
}

.page-id-1228 .sf-media-item figcaption {
  padding: 12px;
  color: #506070;
  font-size: 13px;
  line-height: 1.6
}

.page-id-1228 .sf-media--lineqr {
  display: grid;
  grid-template-rows: auto 1fr
}

.page-id-1228 .sf-media--lineqr .sf-lineqr-wrap {
  display: grid;
  place-items: center;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid var(--sf-ring)
}

.page-id-1228 .sf-lineqr-link {
  display: block
}

.page-id-1228 .sf-lineqr-img {
  display: block;
  max-width: 300px;
  width: 70%;
  height: auto;
  margin: 8px auto 6px;
  border-radius: 8px
}

.page-id-1228 .sf-media--lineqr figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

.page-id-1228 .sf-media--lineqr .sf-caption-title {
  color: #506070
}

.page-id-1228 .sf-btn-line {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  background: #06c755;
  color: #fff;
  border: 2px solid #06c755;
  box-shadow: 0 2px 8px rgba(6, 199, 85, .25)
}

.page-id-1228 .sf-btn-line:focus-visible {
  outline: 3px solid #b1f2c8;
  outline-offset: 2px
}

@media (max-width:600px) {
  .page-id-1226 .sf-media--illustration {
    order: -1;
  }
}

/* ガラス交換ページ：ASV/エーミング解説ブロック */
section.breakdown-section {
  padding: 32px 0;
  background: transparent;
  position: relative
}

section.breakdown-section>.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  box-sizing: border-box
}

section.breakdown-section .breakdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch
}

section.breakdown-section .breakdown-item {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e7eef3;
  box-shadow: 0 8px 24px rgba(15, 23, 32, .08);
  transition: transform .2s ease, box-shadow .2s ease;
  box-sizing: border-box
}

section.breakdown-section .breakdown-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(15, 23, 32, .12)
}

section.breakdown-section .breakdown-image {
  position: relative;
  height: 260px;
  overflow: hidden
}

section.breakdown-section .breakdown-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease
}

section.breakdown-section .breakdown-item:hover .breakdown-photo {
  transform: scale(1.04)
}

section.breakdown-section .breakdown-content {
  padding: 28px 26px
}

section.breakdown-section .breakdown-title {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: left;
  color: #173a8e;
  margin: 0 0 14px
}

section.breakdown-section .breakdown-description {
  font-size: 1rem;
  line-height: 1.9;
  color: #404b5a;
  margin: 0
}

@media(max-width:1024px) {
  section.breakdown-section .breakdown-grid {
    gap: 24px
  }

  section.breakdown-section .breakdown-image {
    height: 220px
  }

  section.breakdown-section .breakdown-title {
    font-size: 1.6rem
  }
}

@media(max-width:768px) {
  section.breakdown-section {
    padding: 24px 0
  }

  section.breakdown-section .breakdown-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  section.breakdown-section .breakdown-image {
    height: 200px
  }

  section.breakdown-section .breakdown-content {
    padding: 22px 18px
  }

  section.breakdown-section .breakdown-title {
    font-size: 1.4rem
  }

  section.breakdown-section .breakdown-description {
    font-size: .95rem;
    line-height: 1.8
  }
}

@media(max-width:480px) {
  section.breakdown-section>.container {
    padding: 0 16px
  }

  section.breakdown-section .breakdown-image {
    height: 190px
  }
}

/* =====================================================
   1) service-flow コンポーネント用の共通カラー変数
   （Home・タイヤページなどのデフォルト配色）
   ===================================================== */
.service-flow {
  /* デフォルト：あなたが「正解」とした配色と同じトーン */
  --sf-brand: #10b3aa;

  /* brand から派生させるための追加変数（デフォルト値） */
  --sf-brand-soft: rgba(16, 179, 170, .10);
  --sf-brand-soft-strong: rgba(16, 179, 170, .24);
  --sf-brand-ring: rgba(16, 179, 170, .28);

  /* バッジ内テキスト＆キャプションの色 */
  --sf-badge-text: #0d3c3a;
  --sf-caption-text: #506070;
}
@media(max-width:1024px) {
  .service-flow {
  /* デフォルト：あなたが「正解」とした配色と同じトーン */
  --sf-brand: #10b3aa;

  /* brand から派生させるための追加変数（デフォルト値） */
  --sf-brand-soft: rgba(16, 179, 170, .10);
  --sf-brand-soft-strong: rgba(16, 179, 170, .24);
  --sf-brand-ring: rgba(16, 179, 170, .28);

  /* バッジ内テキスト＆キャプションの色 */
  --sf-badge-text: #0d3c3a;
  --sf-caption-text: #506070;
  margin-bottom: 0%;
}
}
@media (min-width:768px) and  (max-width:1024px) {
    .service-flow {
      margin-bottom: 0%;
}}
/* =====================================================
   2) 既存パーツを CSS 変数に紐づける「配線」部分
   （既存CSSとセレクタが被っても、こちらが後勝ちでOK）
   ===================================================== */

/* 縦のラインを brand 系変数に置き換え */
.service-flow .sf-step::before {
content: "";
  position: absolute;
  left: 29px;
  top: 68px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, #10b3aa, rgba(16,179,170,.10));
}

.service-flow .sf-step:last-child::before {
  display: none;
}

/* ステップ番号バッジ */
.service-flow .sf-badge {
    width: 36px;
    height: 36px;
    display: grid;
    color: #0d3c3a;
    font-weight: 900;
    box-shadow: inset 0 0 0 2px var(--sf-brand-ring);
    border-radius: 999px;
    place-items: center;
    background: radial-gradient(100% 100% at 50% 0%, rgba(16,179,170,.24), rgba(16,179,170,.10));
}

/* キャプションなどの説明テキスト */
.service-flow .sf-caption-title {
  color: var(--sf-caption-text);
}

/* =====================================================
   3) メーカー別 modifier クラス
   （メーカー専用ページの <section> にだけ付ける）
   例）<section class="service-flow service-flow--bmw">
   ===================================================== */

/* BMW */
.service-flow--bmw {
  --sf-brand: #0052A5;
  /* M ポルティマオ・ブルー */
  --sf-brand-soft-strong: rgba(0, 82, 165, .24);
  --sf-brand-soft: rgba(0, 82, 165, .10);
  --sf-brand-ring: rgba(0, 82, 165, .28);
}

/* MINI */
.service-flow--mini {
  --sf-brand: #C8102E;
  /* チリ・レッド II */
  --sf-brand-soft-strong: rgba(200, 16, 46, .24);
  --sf-brand-soft: rgba(200, 16, 46, .10);
  --sf-brand-ring: rgba(200, 16, 46, .28);
}

/* Audi */
.service-flow--audi {
  --sf-brand: #5A5A5A;
  /* デイトナグレー パールエフェクト */
  --sf-brand-soft-strong: rgba(90, 90, 90, .24);
  --sf-brand-soft: rgba(90, 90, 90, .10);
  --sf-brand-ring: rgba(90, 90, 90, .28);
}

/* Volkswagen */
.service-flow--vw {
  --sf-brand: #1A224C;
  /* ラピスブルー メタリック */
  --sf-brand-soft-strong: rgba(26, 34, 76, .24);
  --sf-brand-soft: rgba(26, 34, 76, .10);
  --sf-brand-ring: rgba(26, 34, 76, .28);
}

/* Mercedes-Benz */
.service-flow--mercedes {
  --sf-brand: #1E1E1E;
  /* MANUFAKTUR ナイトブラックマグノ */
  --sf-brand-soft-strong: rgba(30, 30, 30, .24);
  --sf-brand-soft: rgba(30, 30, 30, .10);
  --sf-brand-ring: rgba(30, 30, 30, .28);
}

/* Porsche */
.service-flow--porsche {
  /* Porsche は明るいホワイト系なので、テキストは濃いめに */
  --sf-brand: #F5F5F5;
  /* ホワイト */
  --sf-brand-soft-strong: rgba(245, 245, 245, .24);
  --sf-brand-soft: rgba(245, 245, 245, .10);
  --sf-brand-ring: rgba(0, 0, 0, .08);
  --sf-badge-text: #111111;
}

/* Volvo */
.service-flow--volvo {
  --sf-brand: #191C1F;
  /* オニキスブラック メタリック */
  --sf-brand-soft-strong: rgba(25, 28, 31, .24);
  --sf-brand-soft: rgba(25, 28, 31, .10);
  --sf-brand-ring: rgba(25, 28, 31, .28);
}

/* Land Rover */
.service-flow--landrover {
  --sf-brand: #A6A9AD;
  /* フラックスシルバー */
  --sf-brand-soft-strong: rgba(166, 169, 173, .24);
  --sf-brand-soft: rgba(166, 169, 173, .10);
  --sf-brand-ring: rgba(166, 169, 173, .28);
}

/* Jaguar */
.service-flow--jaguar {
  --sf-brand: #004225;
  /* ブリティッシュレーシンググリーン */
  --sf-brand-soft-strong: rgba(0, 66, 37, .24);
  --sf-brand-soft: rgba(0, 66, 37, .10);
  --sf-brand-ring: rgba(0, 66, 37, .28);
}

@media (max-width: 600px) {
  .margin-block {
    width: 22%;
  }
}

@media (min-width: 1025px) {
  .elementor-1229 .elementor-element.elementor-element-7f4e8ed .top-read-01 {
    text-align: center;
    font-size: 2.6em !important;
    font-weight: 700;
    color: #383838;
  }
}

.elementor-1229 .elementor-element.elementor-element-7f4e8ed {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  color: #383838;
}
@media (max-width: 600px) {
.article-body p {

}
}


/* ------------------------------------------------------------------------------------------- メーカーページ START */
/* ------------------------------------------------------------------------------------------- BMW　START */
.page-id-1217 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1217 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1217 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1217 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1217 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1217 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1217 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1217 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #2700c421 10%);
   padding: 0 1% 0 1%;
}

.page-id-1217 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1217 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1217 .compatible-car-model-list .subtit {
font-size: 95%;
}
}
.page-id-1217 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #0052a5, #003a73);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1217 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1217 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- BMW　END */

/* ------------------------------------------------------------------------------------------- mercedes-benz　START */
.page-id-1220 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1220 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1220 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1220 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1220 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1220 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff 60%, #04040421 10%);
   padding: 0 1% 0 1%;
}

.page-id-1220 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    letter-spacing: -2px;
    display:inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1220 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1220 .compatible-car-model-list .subtit {
font-size: 95% !important;
}
}
.page-id-1220 .compatible-car-model-list .subtit {
font-size: 95% !important;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #0A0A0A 0%, #000000 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1220 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1220 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- mercedes-benz　END */

/* ------------------------------------------------------------------------------------------- audi　START */
.page-id-1216 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1216 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1216 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1216 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1216 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1216 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1216 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1216 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf5e 10%);
   padding: 0 1% 0 1%;
}

.page-id-1216 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size: 90%;
    /* letter-spacing: -2px; */
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1216 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1216 .compatible-car-model-list .subtit {
font-size: 95%;
}
}
.page-id-1216 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1216 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1216 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- audi　END */

/* ------------------------------------------------------------------------------------------- volkswagen　START */
.page-id-1223 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1223 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1223 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1223 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1223 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
.page-id-1223 .compatible-car-model-list .marker-line_volkswagen {
    background: linear-gradient(transparent 60%, #2700c41f 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
@media (max-width: 767px) {
.page-id-1223 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1223 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1223 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #001e5036 10%);
   padding: 0 1% 0 1%;
}

.page-id-1223 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:90%;
    letter-spacing: 0px;
    display: inline;
}

/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1223 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1225 .compatible-car-model-list .marker-line_volkswagen {
    background: linear-gradient(transparent 60%, #2700c41f 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
.page-id-1225 .compatible-car-model-list .subtit {
font-size: 95%;
}
}
.page-id-1223 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #001E50 0%, #001238 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1223 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1223 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- volkswagen　END */

/* ------------------------------------------------------------------------------------------- porsche　START */
.page-id-1222 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1222 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1222 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1222 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1222 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1222 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1222 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1222 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #001e501a 10%);
   padding: 0 1% 0 1%;
}

.page-id-1222 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size: 95%;
    letter-spacing: 0px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1222 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1222 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1222 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #8E9196 0%, #4A4F58 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1222 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1222 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- porsche　END */

/* ------------------------------------------------------------------------------------------- mini-cooper　START */
.page-id-1221 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1221 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1221 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1221 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1221 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
    .page-id-1221 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1221 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1221 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ff000000 60%, #ff364530 10%);
   padding: 0 1% 0 1%;
}

.page-id-1221 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:95%;
    letter-spacing: 0px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1221 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1221 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1221 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #D71920 0%, #A31219 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1221 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1221 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- mini-cooper　END */

/* ------------------------------------------------------------------------------------------- jaguar　START */
.page-id-1218 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1218 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1218 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1218 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1218 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1218 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1218 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1218 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
  background: linear-gradient(#ff000000 60%, #00422538 10%);
  padding: 0 1% 0 1%;
}

.page-id-1218 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:95%;
    letter-spacing: 0px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1218 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1218 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1218 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #004225 0%, #002E1A 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1218 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1218 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- jaguar　END */

/* ------------------------------------------------------------------------------------------- landrover　START */
.page-id-1219 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
    letter-spacing: -2px;
}
.page-id-1219 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1219 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: .06em;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1219 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1219 .compatible-car-model-list .marker-line_landrover_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#f0f0f000 60%, #e5e5e58a 10%);
   padding: 0 1% 0 1%;
}

.page-id-1219 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:95%;
    display: inline-block;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1219 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1219 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1219 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #A4A9AD 0%, #8E9397 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1219 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1219 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- landrover　END */

/* ------------------------------------------------------------------------------------------- volvo　START */
.page-id-1224 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1224 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1224 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: .06em;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1224 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1224 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff 60%, #8e828330 10%);
   padding: 0 1% 0 1%;
}

.page-id-1224 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size: 105%;
    letter-spacing: -1px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1224 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1224 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1224 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, rgb(25, 28, 31) 0%, rgb(34, 37, 42) 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1224 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1224 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- volvo　END */

/* ------------------------------------------------------------------------------------------- メーカーページ END */

/* ------------------------------------------------------------------------------------------- サービスメニュー START */
/* ------------------------------------------------------------------------------------------- START */
.page-id-1225 .compatible-car-model-list {
    width: 100%;
    margin: 0 auto 0 auto;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list {
    width: 92%;
    margin: 0 auto 0 auto;
}
.page-id-1225 .service-spotlight-manufacturer {
    padding: 28px 14px 28px 14px !important;
    margin-bottom: 5%;
}
}
.page-id-1225 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
    letter-spacing: 0px;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap {
    margin-bottom: 0%;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 100px 100px 100px 100px; */
   gap: 20px;
   width: 98%;
   margin: 0 auto 0 auto;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}

.page-id-1225 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    display: inline-block;
    font-size: 87%;
}
.page-id-1225 .compatible-car-model-list .marker-line {
    background: linear-gradient(transparent 60%, #2700c41f 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
/* -------------------------------------------------------------------- */
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1225 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1225 .compatible-car-model-list .subtit {
font-size: 95%;
letter-spacing: -1px;
}
}
/* -------------------------------------------------------------------- ボタン【BMW】  */
.page-id-1225 .compatible-car-model-list .marker-line_bmw_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
    background: linear-gradient(transparent 60%, #2700c41a 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #0052a5, #003a73);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw_more-btn {
    margin:20px auto 8%;
}
}



.page-id-1225 .compatible-car-model-list .see_more .wrap button.more-btn::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.more-btn.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【BMW】 */

/* -------------------------------------------------------------------- ボタン【Mercedes-Benz】 */
.page-id-1225 .compatible-car-model-list .marker-line_mercedes-benz_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff 60%, #0404041f 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #0A0A0A 0%, #000000 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【Mercedes-Benz】*/

/* -------------------------------------------------------------------- ボタン【audi】 */
.page-id-1225 .compatible-car-model-list .marker-line_audi_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #dfdfdfd9 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【audi】*/

/* -------------------------------------------------------------------- ボタン【volkswagen】*/
.page-id-1225 .compatible-car-model-list .marker-line_volkswagen_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff00 60%, #03048224 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen_more-btn {
   margin: 20px auto 2%;
   display: block;
   background: linear-gradient(135deg, #001E50 0%, #001238 100%);
   color: #fff;
   padding: 14px 0;
   border: none;
   outline: 0;
   -erbkit-transition: .5s;
   width: 218px;
   border-radius: 6px;
   border: 1px solid #d4ddd9;
   box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
   overflow: hidden;
   transition: all .3s;
   font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【volkswagen】*/

/* -------------------------------------------------------------------- ボタン【porsche】 */
.page-id-1225 .compatible-car-model-list .marker-line_porsche_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf4f 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #8E9196 0%, #4A4F58 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【porsche】*/

/* -------------------------------------------------------------------- ボタン【mini-cooper】 */
.page-id-1225 .compatible-car-model-list .marker-line_mini-cooper_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #ff071326 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #D71920 0%, #A31219 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【mini-cooper】*/

/* -------------------------------------------------------------------- ボタン【jaguar】 */
.page-id-1225 .compatible-car-model-list .marker-line_jaguar_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #03211429 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【jaguar】*/

/* -------------------------------------------------------------------- ボタン【landrover】 */
.page-id-1225 .compatible-car-model-list .marker-line_landrover_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf57 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #A4A9AD 0%, #8E9397 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【landrover】*/

/* -------------------------------------------------------------------- ボタン【volvo】 */
.page-id-1225 .compatible-car-model-list .marker-line_volvo_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf6f 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #afafaf70 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【volvo】*/




/* ------------------------------------------------------------------------------------------- air-conditioner(1225)END */
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.compatible-car-model-list .s_02 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
 .compatible-car-model-list .s_02 .accordion_one .accordion_header {
  background: linear-gradient(135deg, #0052A5 0%, #003a73 100%);
  color: #fff;
  font-weight: bold;
  padding: 13px 0% 13px 2%;
  text-align:justify;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 1%;
  margin-top: 1%;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(2) .accordion_header {
  background: linear-gradient(135deg, #0A0A0A 0%, #000000 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(3) .accordion_header {
  background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(4) .accordion_header {
  background: linear-gradient(135deg, #001E50 0%, #001238 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(5) .accordion_header {
  background: linear-gradient(135deg, #8E9196 0%, #4A4F58 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(6) .accordion_header {
  background: linear-gradient(135deg, #D71920 0%, #A31219 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(7) .accordion_header {
  background: linear-gradient(135deg, #004225 0%, #002E1A 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(8) .accordion_header {
  background: linear-gradient(135deg, #A4A9AD 0%, #8E9397 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(9) .accordion_header {
  background: linear-gradient(135deg, #191C1F 0%, #22252A 100%);
}
 .compatible-car-model-list .s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
 .compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  /* top: 50%; */
  right: 5%;
  width: 20px;
  height: 20px;
  border: 0px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compatible-car-model-list .s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 0px 0px;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  box-sizing: border-box;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(4) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(5) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(6) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(7) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(8) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(9) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
.compatible-car-model-list .s_02 .accordion_one .accordion_header {
  font-size: 18px;
  }
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box {
  width: 30px;
  height: 30px;
  margin-top: -34px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px)  {
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box {
  margin-top: -40px;
  }
  }
@media screen and (max-width: 767px) {

.compatible-car-model-list .s_02 .accordion_one .accordion_header {
  font-size: 13px;
  font-weight: 600;
  text-align: justify;
  padding: 15px 60px 15px 15px;
  line-height: 1.6;
  }
}
.page-id-1225 .service-spotlight-manufacturer {
  padding: 28px 14px 28px 14px !important;
  margin-bottom: 5%;
}

/* ------------------------------------------------------------------------------------------- サービスメニュー END */