/*! = mod--top-rounded-button */
.mod--top-rounded-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 18px 35px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  border: 1px solid #222;
  border-radius: 40px;
  background-color: #fff;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  gap: 9px;
}
.mod--top-rounded-button:active, .mod--top-rounded-button:focus {
  text-decoration: none;
}
.mod--top-rounded-button::after {
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  height: 17px;
  background-color: #c00;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMTcgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTAgMGgxN3YxN2gtMTd6Ii8+PGcgc3Ryb2tlPSIjYzAwIj48cGF0aCBkPSJtMTMuNSA4LjVoLTExIi8+PHBhdGggZD0ibTE0LjUgOC40OTktNS42OTUtNS42NSIvPjxwYXRoIGQ9Im0xNC41IDguNS01LjY5NSA1LjY1Ii8+PC9nPjwvZz48L3N2Zz4=") no-repeat center center;
          mask: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB2aWV3Qm94PSIwIDAgMTcgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTAgMGgxN3YxN2gtMTd6Ii8+PGcgc3Ryb2tlPSIjYzAwIj48cGF0aCBkPSJtMTMuNSA4LjVoLTExIi8+PHBhdGggZD0ibTE0LjUgOC40OTktNS42OTUtNS42NSIvPjxwYXRoIGQ9Im0xNC41IDguNS01LjY5NSA1LjY1Ii8+PC9nPjwvZz48L3N2Zz4=") no-repeat center center;
}
.mod--top-rounded-button.of-transparent {
  border: 1px solid #222;
  background-color: transparent;
}
.mod--top-rounded-button.of-border-white {
  border: 1px solid #fff;
}
.mod--top-rounded-button.of-text-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .mod--top-rounded-button.of-text-white:hover {
    background-color: #fff;
    color: #222;
  }
  .mod--top-rounded-button.of-text-white:hover::after {
    background-color: #c00;
  }
}
.mod--top-rounded-button.of-icon-white::after {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .mod--top-rounded-button.of-hover-bg-black:hover {
    background-color: #222;
    color: #fff;
  }
  .mod--top-rounded-button.of-hover-bg-black:hover::after {
    background-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mod--top-rounded-button.of-hover-bg-red:hover {
    background-color: #c00;
    color: #fff;
  }
  .mod--top-rounded-button.of-hover-bg-red:hover::after {
    background-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mod--top-rounded-button:hover {
    background-color: #f4f4f4;
  }
}
@media screen and (min-width: 768px), print {
  .mod--top-rounded-button {
    max-width: 330px;
    padding: 18px;
  }
  .mod--top-rounded-button.of-large {
    max-width: 410px;
  }
}

/*! = mod--top-keyvisual */
.str-outer.of--top-keyvisual {
  padding: 0;
}
.str-outer.of--top-keyvisual .str-inner {
  max-width: 100%;
}
.str-outer.of--top-keyvisual .mod--top-keyvisual {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  aspect-ratio: 375/540;
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__actions {
  display: block;
  position: absolute;
  top: 79%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__link {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  text-decoration: none;
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .str-outer.of--top-keyvisual .mod--top-keyvisual__link:hover .mod--top-keyvisual__btn {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__link:focus-visible .mod--top-keyvisual__btn {
  outline: #fff solid 2px;
  outline-offset: 1px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.str-outer.of--top-keyvisual .mod--top-keyvisual__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: color 0.2s, background 0.2s, -webkit-backdrop-filter 0.2s;
  transition: color 0.2s, background 0.2s, -webkit-backdrop-filter 0.2s;
  transition: color 0.2s, background 0.2s, backdrop-filter 0.2s;
  transition: color 0.2s, background 0.2s, backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  -webkit-backdrop-filter: initial;
          backdrop-filter: initial;
}
@media screen and (min-width: 768px), print {
  .str-outer.of--top-keyvisual .mod--top-keyvisual {
    aspect-ratio: 1280/650;
  }
  .str-outer.of--top-keyvisual .mod--top-keyvisual__actions {
    top: 78%;
    bottom: auto;
  }
}

/*! = mod--top-corporate-info */
.str-outer.of--top-corporate-info {
  padding-top: 80px;
  padding-bottom: 80px;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info {
  position: relative;
  width: 100%;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__title {
  margin-bottom: 40px;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__title > span {
  display: inline-block;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-content {
  margin-bottom: 30px;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-icon {
  width: 100%;
  text-align: center;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-icon-view {
  display: inline-block;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-title {
  margin-top: 10px;
  color: #222;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-title > span {
  display: inline-block;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-sub-title {
  margin-top: 15px;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.65;
  text-align: center;
}
.str-outer.of--top-corporate-info .mod--top-corporate-info__item-desc {
  margin-top: 30px;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (min-width: 768px), print {
  .str-outer.of--top-corporate-info .mod--top-corporate-info__title {
    margin-bottom: 50px;
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item:first-child {
    padding: 0 20px;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item:last-child {
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item-content {
    margin-bottom: 40px;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item-title {
    margin-top: 25px;
    font-size: 3.6rem;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item-sub-title {
    font-size: 1.8rem;
    line-height: 1.46;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item-desc {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item:first-child {
    padding-right: 95px;
  }
  .str-outer.of--top-corporate-info .mod--top-corporate-info__item:last-child {
    padding-left: 95px;
  }
}

/*! = str-outer.rof--top-synthetic-info */
.str-outer.of--top-synthetic-info {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info {
  position: relative;
  width: 100%;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__title {
  margin-bottom: 40px;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__title > span {
  display: inline-block;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 30px;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer:last-of-type {
  margin-bottom: 0;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card {
  display: block;
  width: 100%;
  margin-top: -40px;
  padding: 30px 18px;
  background-color: #c00;
  color: #fff;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card .mod--top-rounded-button {
  margin: 30px 0 0;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-desc {
  margin: 15px 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-text {
  margin-top: 18px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.65;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-text > span {
  display: inline-block;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-image {
  display: inline-block;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 375/260;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-image-view {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support {
  margin-top: 40px;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-head {
  height: 250px;
  margin: 0 calc(50% - 50vw);
  padding: 85px 20px 130px;
  background-image: url("/-/media/Project/Canon/CanonJP/Website/common/image/bg-synthetic-info-support-head-md.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-head-title {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-head-title > span {
  display: inline-block;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: -100px;
  gap: 20px;
  padding: 0;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-item-icon {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-item-icon-view {
  display: inline-block;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-item-text {
  margin-bottom: 25px;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (min-width: 768px), print {
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-item {
    width: calc(50% - 10px);
    padding: 50px 30px 40px;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-head {
    width: 100%;
    margin: 0;
    padding: 60px 70px 145px;
    background-image: url("/-/media/Project/Canon/CanonJP/Website/common/image/bg-synthetic-info-support-head.png");
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-head-title {
    font-size: 3rem;
    line-height: 1.47;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px), print {
  .str-outer.of--top-synthetic-info {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__title {
    margin-bottom: 60px;
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 40px;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer.of-right .mod--top-synthetic-info__customer-card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin: auto 0 auto auto;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer.of-right .mod--top-synthetic-info__customer-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 0 auto 0 0;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    max-width: 500px;
    margin: auto auto auto 0;
    padding: 50px 65px 55px;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-title {
    font-size: 3rem;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-desc {
    margin-top: 35px;
    font-size: 2.2rem;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-card-text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__customer-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: calc(100% - 60px);
    max-width: 990px;
    margin: 0 0 0 auto;
    aspect-ratio: 998/490;
  }
  .str-outer.of--top-synthetic-info .mod--top-synthetic-info__support-item {
    width: calc(33.3333333333% - 14px);
  }
}

/*! = mod--top-various-canon-services */
.str-outer.of--top-various-canon-services {
  padding-bottom: 80px;
}
.str-outer.of--top-various-canon-services .mod-pnl-04 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.str-outer.of--top-various-canon-services .mod-pnl-04 .list {
  margin-top: -100px;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services {
  position: relative;
  width: 100%;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 80px 20px 130px;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services__title {
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services__title > span {
  display: inline-block;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services__desc {
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.65;
  text-align: center;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services__head-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}
.str-outer.of--top-various-canon-services .mod--top-various-canon-services__head-bg-view {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .str-outer.of--top-various-canon-services {
    padding-bottom: 100px;
  }
  .str-outer.of--top-various-canon-services .mod-pnl-04 .list {
    margin-top: -140px;
  }
  .str-outer.of--top-various-canon-services .mod--top-various-canon-services__head {
    padding: 100px 40px 210px;
  }
  .str-outer.of--top-various-canon-services .mod--top-various-canon-services__title {
    margin-bottom: 55px;
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .str-outer.of--top-various-canon-services .mod--top-various-canon-services__desc {
    margin-bottom: 40px;
  }
}

/*! = mod--top-news */
.mod--top-news-heading {
  margin-bottom: 40px;
  padding-top: 60px;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
.mod--top-news-heading > span {
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .mod--top-news-heading {
    margin-bottom: 60px;
    padding-top: 80px;
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .mod--top-news-heading > span {
    display: inline-block;
  }
}

/*! = str-outer of--top-news-tab */
.str-outer.of--top-news-tab {
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  overflow: visible;
}
.str-outer.of--top-news-tab .mod-tab-ui {
  margin: 0;
  overflow: visible;
}
.str-outer.of--top-news-tab .mod-tab-ui__list {
  border: none;
  border-bottom: 1px solid #d5d5d5;
}
.str-outer.of--top-news-tab .mod-tab-ui__list-item {
  border: none;
}
.str-outer.of--top-news-tab .mod-tab-ui__panel {
  border: none;
}
.str-outer.of--top-news-tab .mod-tab-ui__button {
  font-size: 1.6rem;
}
.str-outer.of--top-news-tab .mod-tab-ui__menu-current {
  height: 55px;
  border-top: none;
  border-right: none;
  border-left: none;
}
.str-outer.of--top-news-tab .mod-tab-ui__menu {
  top: 55px;
}
.str-outer.of--top-news-tab .mod-tab-ui__menu.is-open::before {
  height: var(--tab-panel-height);
}
@media screen and (min-width: 768px), print {
  .str-outer.of--top-news-tab {
    margin-bottom: 45px;
  }
  .str-outer.of--top-news-tab .mod-tab-ui__button {
    background: none;
  }
}

/*! = .str-outer of--top-news */
.str-outer.of--top-news {
  padding-bottom: 60px;
}
.str-outer.of--top-news[aria-hidden=false] {
  display: block;
}
.str-outer.of--top-news[aria-hidden=true] {
  display: none;
}
.str-outer.of--top-news .mod-link {
  margin-bottom: 0;
}
.str-outer.of--top-news .mod-link > p > a {
  font-weight: 700;
}
.str-outer.of--top-news .mod-txt {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .str-outer.of--top-news {
    padding-bottom: 80px;
  }
}
