@charset "UTF-8";
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Outlined";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Outfit&display=swap");
.mb0 {
  margin-bottom: 0 !important;
}

#contents #wpContainer p {
  margin-bottom: auto;
  font-size: 1.4rem;
}

#contents #wpContainer section {
  margin-bottom: 0;
}

#contents #wpContainer ol, #contents #wpContainer ul {
  margin-bottom: 0;
}

#wpContainer #headerPage {
  background: #000;
  position: relative;
  z-index: 2;
}

.difference, .impact, .check, .improve, .summary, .cta, .gpArticle {
  z-index: 2;
  position: relative;
}

.hero, .difference, .impact, .check, .improve, .summary, .cta {
  padding: 6vw 0;
}

@media only screen and (max-width: 640px) {
  #contents #wpContainer section {
    padding: 0;
    margin-bottom: 0;
  }
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 30px 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report__tab {
    transition: none !important;
  }
}
.hero {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.hero::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/service/report/speed-and-ping/img/mv_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.hero__eyebrow {
  font-weight: 900;
  font-size: clamp(17px, 3vw, 36px) !important;
  line-height: 45px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px #00fff4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__eyebrow::after, .hero__eyebrow::before {
  width: 3px;
  height: 30px;
  content: "";
  background-color: #fff;
  box-shadow: 0px 0px 10px #00fff4;
}
.hero__eyebrow::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.hero__eyebrow::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.hero__title {
  text-align: center;
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.9;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .hero__title {
    margin-top: 0;
  }
}
.hero__title .em {
  background: #029e91;
  box-shadow: inset 0px 0px 5px #FFFFFF;
  line-height: 1;
  padding: 0.3em 0.8em;
  display: inline-block;
}
.hero .report__container {
  margin-top: 7vw;
  color: #333;
  position: relative;
  background: #fff;
  position: relative;
  padding: 4vw;
}
@media only screen and (max-width: 640px) {
  .hero .report__container {
    margin-top: 17vw;
    padding: 4vw 3vw 3.5vw;
  }
}
.hero .report__container .section-head__title {
  background-image: none;
  width: 40%;
  position: absolute;
  left: -15px;
  top: -5%;
}
@media only screen and (max-width: 640px) {
  .hero .report__container .section-head__title {
    width: 70%;
    top: -7%;
    left: -10px;
  }
}
.hero .report__container .section-head__title img {
  width: 100%;
  height: auto;
}
.hero .report__container .section-head__sub {
  font-weight: 700;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 640px) {
  .hero .report__container .section-head__sub {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
}
.hero .report__container .tab_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .hero .report__container .tab_wrap {
    flex-direction: column;
  }
}
.hero .report__container .tab_wrap .report__tabs {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .hero .report__container .tab_wrap .report__tabs {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero .report__container .tab_wrap .report__tabs .report__tab {
  font-size: clamp(11px, 2vw, 27px);
  background: #1e1e1e;
  border: none;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5vw;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 640px) {
  .hero .report__container .tab_wrap .report__tabs .report__tab {
    padding: 5px 0;
    width: 48%;
    margin-bottom: 0;
  }
}
.hero .report__container .tab_wrap .report__tabs .report__tab.is-active {
  box-shadow: inset 0 0 5px #15E6D4;
  background: #256159;
}
@media (hover: hover) and (pointer: fine) {
  .hero .report__container .tab_wrap .report__tabs .report__tab:hover {
    background: #256159;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(22, 230, 212, 0.5);
  }
}
.hero .report__container .tab_wrap .report__tabs .report__tab:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.hero .report__container .tab_wrap .report__panels {
  width: 65%;
}
@media only screen and (max-width: 640px) {
  .hero .report__container .tab_wrap .report__panels {
    width: 100%;
  }
}

.tab_wrap .report__panel {
  display: block;
}
.tab_wrap .report__panel.is-hidden, .tab_wrap .report__panel[hidden] {
  display: none;
}
.tab_wrap .report__tabs {
  overflow: visible;
}
.tab_wrap .report__tabs .report__tab {
  position: relative;
  z-index: 0;
  background: #1e1e1e;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 10px;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}
.tab_wrap .report__tabs .report__tab:hover {
  background: #2a2a2a;
}
.tab_wrap .report__tabs .report__tab:focus-visible {
  outline: 2px solid #00fff4;
  outline-offset: 2px;
}
.tab_wrap .report__tabs .report__tab[aria-selected=true], .tab_wrap .report__tabs .report__tab.is-active {
  background: #00a5a0;
  color: #fff;
  border-color: transparent;
}
.tab_wrap .report__tabs .report__tab.is-active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-right: 15px solid #029E91;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  z-index: 1;
  pointer-events: none;
}
.tab_wrap .report__tabs .report__tab[aria-disabled=true] {
  opacity: 0.4;
  cursor: not-allowed;
}

@media only screen and (max-width: 640px) {
  .tab_wrap .report__tabs .report__tab[aria-selected=true]::before,
  .tab_wrap .report__tabs .report__tab.is-active::before {
    border: none;
    left: 50%;
    top: auto;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 15px solid #029E91;
  }
}
.intro__container {
  margin: 6vw 0;
}
.intro__container p {
  font-weight: 700;
  font-size: clamp(15px, 3vw, 19px) !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .intro__container p {
    text-align: left;
  }
}
.intro__container p .em {
  color: #F0CD00;
}

.toc__container {
  padding: 0;
}

.toc {
  width: 40vw;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #919191;
  box-shadow: 0px 0px 30px #fff;
  box-sizing: border-box;
  padding: 3vw;
}
@media only screen and (max-width: 640px) {
  .toc {
    width: 95%;
    box-shadow: 0px 0px 15px #fff;
  }
}
.toc__title {
  display: flex;
  align-items: center;
  gap: 12px; /* 文字と線の間隔 */
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .toc__title {
    margin-bottom: 10px;
  }
}
.toc__title::before, .toc__title::after {
  content: "";
  flex: 1 1 auto;
  height: 5px;
  opacity: 0.75;
  background: linear-gradient(currentColor, currentColor) top, linear-gradient(currentColor, currentColor) bottom;
  background-size: 100% 1px, 100% 1px; /* 線の太さ */
  background-repeat: no-repeat;
}
.toc ol li a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 700;
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vw;
}
.section-head .tit {
  font-weight: 700;
  font-size: clamp(15px, 3vw, 19px) !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .section-head .tit {
    text-align: left;
  }
}
.section-head .tit .em {
  color: #16E6D4;
}

.section-head__title {
  /* レイアウト用：ブロックでOK。ここには帯を描かない */
  display: block;
  text-align: center;
  margin-bottom: 3vw;
  /* 文字サイズや色などは外でもOKだが、帯は内側に当てる */
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  /* 見出し内で強調タグ等を使う場合も同じ装飾を継承させると崩れにくい */
}
.section-head__title > span {
  /* 行崩しを許す：inline 必須（inline-block は NG） */
  display: inline;
  /* 行ごとに背景を複製して適用 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* 帯（= 背景） */
  background-image: linear-gradient(90deg, #C024BD 0%, #0683C4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.48em; /* 帯の厚み：em推奨 */
  background-position: 0 100%;
  /* 文字と帯の干渉を避けるため少し下に余白 */
  padding-bottom: 0.16em;
  /* 任意：単語長対策 */
  overflow-wrap: anywhere; /* or word-break: break-word; */
}
.section-head__title > span * {
  -webkit-box-decoration-break: inherit;
  box-decoration-break: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
  padding-bottom: inherit;
}
@media only screen and (max-width: 640px) {
  .section-head__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section-head__title > span {
    background-size: 100% 0.42em;
    padding-bottom: 0.14em;
  }
}

.difference {
  background-color: #000;
  background-image: url(/service/report/speed-and-ping/img/sec_bg01.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.difference::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.difference__intro {
  line-height: 1.8;
}
.difference__intro .em {
  color: #F0CD00;
}
.difference__grid {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .difference__grid {
    flex-direction: column;
    gap: 15px;
  }
}
.difference__grid article {
  width: 48%;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .difference__grid article {
    width: 100%;
  }
}
.difference__grid article .tit {
  background: #029E91;
  box-shadow: inset 0px 0px 5px #FFFFFF;
  text-align: center;
  padding: 10px;
}
.difference__grid article .tit h3 {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-weight: 700;
  color: #F0CD00 !important;
}
.difference__grid article .tit p {
  font-weight: 700;
}
.difference__grid article picture {
  display: inline-block;
  padding: 20px 30px;
  box-sizing: border-box;
}
.difference__grid article picture img {
  width: 100%;
  height: auto;
}
.difference__comment p {
  margin-top: 3vw;
  font-weight: 700;
  font-size: clamp(15px, 3vw, 19px) !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .difference__comment p {
    text-align: left;
  }
}
.difference__comment p .em {
  color: #16E6D4;
}

p.attens {
  font-size: 12px !important;
  position: relative;
  list-style: none;
  padding-left: 1em;
  line-height: 130%;
  margin-top: 1em;
  margin-bottom: 0 !important;
}
p.attens span {
  font-size: 10px;
  display: block;
  margin-top: 3px;
}
p.attens::before {
  content: "※" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #333;
}
p.attens.colW::before {
  color: #fff;
}

.impact {
  background-color: #000;
  background-image: url(/service/report/speed-and-ping/img/sec_bg02.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.impact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom left, rgba(108, 78, 193, 0.8) 0%, rgba(108, 78, 193, 0.8) 5%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.impact > * {
  position: relative;
  z-index: 2;
}
.impact__block {
  margin-bottom: 4vw;
}
.impact__block:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
  .impact__block {
    margin-bottom: 35px;
  }
}

h3.impact__title, h3.check__title, h3.improve__title {
  position: relative;
  font-size: clamp(17px, 2vw, 27px) !important;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem !important;
}
@media only screen and (max-width: 640px) {
  h3.impact__title, h3.check__title, h3.improve__title {
    margin-bottom: 20px !important;
  }
}
h3.impact__title::after, h3.check__title::after, h3.improve__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #16E6D4;
  z-index: 1;
}
h3.impact__title::before, h3.check__title::before, h3.improve__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
}

.impact .lead {
  margin-bottom: 20px !important;
}

h3.impact__title2 {
  position: relative;
  text-align: center;
  font-size: clamp(17px, 2vw, 27px) !important;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 3vw auto;
  display: block; /* 中央寄せ＋幅に合わせたラインにしたい場合 */
  /* 上線 */
  /* 下線 */
  /* テキストに上下余白を加えて線が重ならないように */
  padding-top: 15px;
  padding-bottom: 15px;
  /* em の色変更（例：画像だと水色系） */
}
h3.impact__title2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px; /* 線の太さは調整可能 */
  background: linear-gradient(-90deg, rgb(22, 230, 212) 0%, rgba(22, 230, 212, 0) 100%);
}
h3.impact__title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(22, 230, 212) 0%, rgba(22, 230, 212, 0) 100%);
}
h3.impact__title2 .em {
  color: #16E6D4;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  h3.impact__title2 {
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.impact__block--priority p {
  margin-top: 3vw;
  font-size: clamp(14px, 3vw, 15px) !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .impact__block--priority p {
    text-align: left;
  }
}
.impact__block--priority p .em {
  color: #F0CD00;
}

.impact__list {
  display: flex;
  gap: 15px;
  margin-bottom: 2vw !important;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .impact__list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px !important;
  }
}
.impact__list li {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .impact__list li {
    width: 45%;
  }
}
.impact__list li .num {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
  font-style: italic;
  font-family: "futura-pt";
  color: #00fff4;
}
.impact__list li picture {
  margin-bottom: 10px;
}
.impact__list li .txt {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 0.8em !important;
}

.impact__note {
  background: linear-gradient(to left, #f0cd00 0%, #c88706 100%);
  padding: 5px;
}
.impact__note p {
  padding-left: 2rem;
  position: relative;
  line-height: 1.6;
  color: #000;
  font-size: 1.4rem !important;
  font-weight: 700;
}
.impact__note p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  transform: none;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/service/report/speed-and-ping/img/icon_att.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.improve__note {
  background: linear-gradient(to left, #6EA7CB 0%, #65F7C4 100%);
  padding: 5px;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 640px) {
  .improve__note {
    margin-bottom: 15px !important;
  }
}
.improve__note p {
  padding-left: 2rem;
  position: relative;
  line-height: 1.6;
  color: #000;
  font-size: 1.4rem !important;
  font-weight: 700;
}
.improve__note p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  transform: none;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/service/report/speed-and-ping/img/ico_light.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.check {
  background-color: #000;
  background-image: url(/service/report/speed-and-ping/img/sec_bg03.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.check::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom left, rgba(19, 126, 197, 0.8) 0%, rgba(19, 126, 197, 0.8) 5%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.check > * {
  position: relative;
  z-index: 2;
}
.check__block {
  margin-bottom: 4vw;
}
.check__block:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
  .check__block {
    margin-bottom: 35px;
  }
}

.check__card {
  margin-bottom: 4vw;
}
.check__card:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .check__card {
    margin-bottom: 30px;
  }
}

.check__links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px !important;
}
.check__link {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.4rem;
}
.check__link:last-child {
  margin-bottom: 0 !important;
}
.check__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.6rem solid #FFD600;
}
.check__link a {
  color: #fff !important;
  text-decoration: underline;
  transition: opacity 0.25s ease;
}
.check__link a:hover {
  opacity: 0.7;
}
.check .img_set {
  margin-top: 20px;
}
.check .img_set ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .check .img_set ul {
    justify-content: center;
  }
}
.check .img_set ul li {
  width: 25%;
}
.check .img_set ul li picture img {
  width: 100%;
  height: auto;
}
.check .img_set ul li.wide {
  width: 50%;
}
.check .img_set p {
  margin-top: 20px;
}
.check__cols {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .check__cols {
    flex-direction: column;
  }
}
.check__col {
  background: #061b1b;
  border: 1px solid #029e91;
  padding: 2vw;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .check__col {
    width: 100%;
    padding: 15px;
  }
}
.check__col .check__subtitle {
  font-size: 1.6rem !important;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.check__col .check__steps li {
  list-style: none;
  font-size: 1.4rem;
}
.check__col .check__steps li code {
  color: #00fff4;
}

.improve {
  background-color: #000;
  background-image: url(/service/report/speed-and-ping/img/sec_bg04.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.improve::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom left, rgba(29, 141, 131, 0.8) 0%, rgba(29, 141, 131, 0.8) 5%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.improve > * {
  position: relative;
  z-index: 2;
}
.improve__block {
  margin-bottom: 4vw;
}
.improve__block:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
  .improve__block {
    margin-bottom: 35px;
  }
}

.improve__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 2vw !important;
}
@media only screen and (max-width: 640px) {
  .improve__list {
    gap: 15px;
  }
}
.improve__list li {
  width: 48%;
  background: #080808;
  border: 1px solid #434343;
  padding: 2vw;
}
@media only screen and (max-width: 640px) {
  .improve__list li {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .improve__list {
    margin-bottom: 15px !important;
  }
}

.improve__item .tit {
  position: relative;
  padding-left: 3.4rem;
  margin-bottom: 15px !important;
  /* テキストの装飾（例） */
  font-size: 2.2rem !important;
  font-weight: 700;
  color: #00d2c6;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .improve__item .tit {
    padding-left: 2.4rem;
  }
}
.improve__item .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-image: url("/service/report/speed-and-ping/img/ico_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .improve__item .tit::before {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .improve__item .tit {
    font-size: 1.6rem !important;
  }
}
.improve__item .txt .em {
  color: #FFD600;
}

.improve__faq h3 {
  position: relative;
  text-align: center;
  font-size: clamp(15px, 2vw, 27px) !important;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 3vw auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .improve__faq h3 {
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
}
.improve__faq h3 i {
  width: 3rem;
  margin-right: 5px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .improve__faq h3 i {
    width: 2rem;
    margin-right: 0;
  }
}
.improve__faq h3 i img {
  width: 100%;
  height: auto;
}
.improve__faq p {
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .improve__faq p {
    text-align: left;
  }
}
.improve__faq p.improve__ref {
  margin-top: 15px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .improve__faq p.improve__ref {
    font-size: 11px !important;
  }
}
.improve__faq p.improve__ref a {
  font-size: 13px;
  margin-top: 10px;
  font-weight: normal;
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  .improve__faq p.improve__ref a {
    font-size: 11px !important;
  }
}

.summary {
  background-color: rgba(9, 71, 66, 0.8);
  background-image: url(/service/report/speed-and-ping/img/bg_last.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 8vw;
}

.summary__head {
  margin-bottom: 2vw;
}

.summary__body p {
  font-weight: 700;
  font-size: clamp(15px, 3vw, 19px) !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .summary__body p {
    text-align: left;
  }
}
.summary__body p .em {
  color: #FFD600;
}

.gpPageService.report {
  background: #231816;
}
.gpPageService .txtCatch .measured-value-catch {
  display: inline !important;
  line-height: 1.5;
  padding-bottom: 1px;
  display: inline;
  color: #fff !important;
  background: linear-gradient(transparent 96%, #F0CD00 0%);
}
@media only screen and (max-width: 640px) {
  .gpPageService .txtCatch .measured-value-catch {
    font-size: 20px !important;
    background: linear-gradient(transparent 85%, #F0CD00 0%);
  }
}
.gpPageService .txtCatch .measured-value-catch span {
  font-size: 20px !important;
  background: none;
  color: #00d2c6 !important;
}

.gpArticle.report {
  margin-top: 0;
  padding-top: 3vw !important;
}
@media only screen and (max-width: 640px) {
  .gpArticle.report {
    padding-top: 15px !important;
  }
}

.gpContainer.report {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .summary__container {
    padding: 30px 15px 50px;
  }
}/*# sourceMappingURL=report.css.map */