html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 751px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.2rem;
  }

  .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrapper {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
  }

  .wrapper-inner {
    -ms-flex: 1;
    width: 100%;
  }

  .sm {
    display: none !important;
  }
}

@media print, (min-width: 751px) and (max-width: 1670px) {
  .wrapper-inner {
    width: 100%;
  }
}
@media print, (min-width: 751px) and (max-width: 1100px) {
  .wrapper-inner {
    width: 100%;
  }
  .container-fluid {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  html {
    min-height: 100vh;
    font-size: 24.154589372vw;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .md {
    display: none !important;
  }
}

.header-ddos .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
}

.header-ddos .header-wrapper .header-logo {
  margin-bottom: 0;
}

.header-ddos .header-wrapper .logo-image {
  display: inline-block;
}

@media print, (min-width: 751px) {
  .header-ddos .header-wrapper {
    max-width: 1760px;
    height: 85px;
    margin: 0 auto;
    padding: 0 80px;
  }
}

@media only screen and (max-width: 750px) {
  .header-ddos .header-wrapper {
    height: 0.52rem;
    padding: 0 0.2rem;
  }

  .header-ddos .header-wrapper .header-logo {
    width: 1.41rem;
  }

  .header-ddos .header-wrapper .header-logo img {
    width: 100%;
  }
}

.footer-ddos .footer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-ddos .footer-list > li {
  text-align: center;
}

.footer-ddos .footer-list > li:not(:last-child) {
  position: relative;
}

.footer-ddos .footer-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #000;
}

.footer-ddos .footer-link {
  color: #000;
}

.footer-ddos .footer-copyright {
  display: block;
  text-align: center;
}

@media print, (min-width: 751px) {
  .footer-ddos .footer-wrapper {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .footer-ddos .footer-list {
    margin-bottom: 42px;
    font-size: 0.16rem;
  }

  .form-wrapper .form-tag img {
    width: 60%;
  }

  .footer-ddos .footer-list > li {
    margin-bottom: 20px;
    padding: 0 32px;
  }

  .footer-ddos .footer-list > li::after {
    top: 50%;
    height: 24px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer-ddos .footer-copyright {
    font-size: 0.12rem;
  }
}
@media print, (min-width: 1101px) {
  .form-wrapper .form-tag img {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .footer-ddos .footer-wrapper {
    padding: 0.6rem 0 0.68rem;
  }

  .footer-ddos .footer-list {
    margin-bottom: 0.32rem;
  }

  .ios .footer-ddos .footer-list {
    margin-right: -.15rem;
    margin-left: -.15rem;
  }

  .footer-ddos .footer-list > li {
    margin-bottom: 0.15rem;
    padding: 0 0.2rem;
  }

  .footer-ddos .footer-list > li::after {
    top: 0;
    bottom: 0;
  }

  .footer-ddos .footer-copyright {
    font-size: 0.1rem;
  }
}

.form-wrapper {
  background: #f8f9fc;
}

.form-wrapper .title-ddos-primary {
  margin: 0;
}

.form-wrapper .form-tag {
  position: relative;
  z-index: 1000;
  text-align: center;
}

.form-wrapper .form-tag p {
	font-size: 0.16rem;
  margin-bottom: 0;
}

.form-wrapper .form-text {
  margin-top: .1rem;
  margin-bottom: 0;
  padding: 0 .09rem;
  font-size: 0.12rem;
  line-height: 1.5;
}

@media print, (min-width: 751px) {
  .form-wrapper {
    position: absolute;
    top: 0;
    right: 60px;
  }

  .form-wrapper .form {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    border-radius: 0 0 16px 16px;
    bottom: 0;
    width: calc(400 / 1600* 100vw);
    height: calc(690 / 1600* 100vw);
    max-height: 690px;
    padding: 32px 10px 0;
    background: #f8f9fc;
  }

  .form-wrapper .form #pardot-form {
    height: calc(100% - 60px);
  }

  .form-wrapper .form iframe {
    height: 100%;
  }
}

@media print, (min-width: 751px) and (max-width: 1670px) {
  .form-wrapper {
    right: 30px;
  }

  .form-wrapper .form {
    min-width: 440px;
  }
}

@media print, (min-width: 751px) and (max-width: 1100px) {
  .form-wrapper {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
    max-height: none;
  }

  .form-wrapper .form {
    position: static;
    width: 100%;
    height: auto;
  }

  .form-wrapper .form iframe{
    height: 550px;
  }
}

@media print, (min-width: 1601px) {
  .form-wrapper {
    right: calc(50% - 750px);
  }

  .form-wrapper .form {
    width: 430px;
  }
}

@media only screen and (max-width: 750px) {
  .form-wrapper {
    padding: 0.32rem 0.13rem 0.42rem;
  }

  .form-wrapper iframe {
    width: 3.74rem;
    height: 600px;
  }
}

.button-fixed {
  position: fixed;
  z-index: 9999;
  display: none;
}

.button-fixed .button-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(255, 152, 90) 0%, rgb(237, 113, 29) 100%);
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
  .button-fixed {
    display: none !important;
    bottom: 22px;
    right: 0;
    min-width: 200px;
  }

  .button-fixed .button-link {
    width: 374px;
    min-height: 60px;
    padding: 10px 20px;
    border-radius: 36px;
  }
}

@media only screen and (max-width: 750px) {
  .button-fixed {
    bottom: 0.22rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 2rem;
  }

  .button-fixed .button-link {
    width: 3.74rem;
    min-height: 0.6rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.36rem;
  }
}

.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track::before {
  content: "";
  display: table;
}

.slick-track::after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.title-ddos-primary {
  color: #0363bd;
  font-weight: bold;
  text-align: center;
}

@media print, (min-width: 751px) {
  .title-ddos-primary {
    margin-bottom: 24px;
    font-size: 0.4rem;
  }
}

@media only screen and (max-width: 750px) {
  .title-ddos-primary {
    margin: 0 -0.15rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.title-ddos-secondary {
  color: #063458;
  font-weight: bold;
  text-align: center;
}

@media print, (min-width: 751px) {
  .title-ddos-secondary {
    margin-bottom: 20px;
    font-size: 0.32rem;
  }
}

@media only screen and (max-width: 750px) {
  .title-ddos-secondary {
    margin: 0 -0.1rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.section-ddos-keyvisual .keyvisual-heading,
.section-ddos-keyvisual .keyvisual-logo {
  display: block;
}

.section-ddos-keyvisual .keyvisual-title {
  margin-bottom: 0;
}

.section-ddos-keyvisual .keyvisual-heading {
  color: #0363bd;
  font-weight: bold;
}

.section-ddos-keyvisual .keyvisual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 751px) {
  .section-ddos-keyvisual {
    max-height: 645px;
    background-color: #0351bd;
    overflow: hidden;
  }

  .section-ddos-keyvisual .keyvisual-wrapper {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
  }

  .section-ddos-keyvisual .keyvisual-content {
    flex: 0 0 42%;
    padding: 5vw 2vw 2vw 4vw;
    background: url(../img/lp_ddos/keyvisual_img.jpg) no-repeat 0 0/cover;
  }

  .section-ddos-keyvisual .keyvisual-heading {
    margin-bottom: 20px;
    padding: 0 28px;
    font-size: calc(48 / 1600 * 100vw);
  }

  .section-ddos-keyvisual .keyvisual-logo {
    width: calc(519 / 1600 * 100vw);
    margin-bottom: 70px;
  }

  .section-ddos-keyvisual .keyvisual-list {
    width: calc(520 / 1600 * 100vw);
    margin-bottom: calc(64 / 1600 * 100vw);
  }

  .section-ddos-keyvisual .keyvisual-rank {
    width: calc(321 / 1600 * 100vw);
    margin-left: calc(100 / 1600 * 100vw);
  }

  .section-ddos-keyvisual .keyvisual-image {
    flex: 0 0 58%;
  }

  .section-ddos-keyvisual .keyvisual-image img {
    object-position: left;
  }

  .section-ddos-keyvisual .keyvisual-image {
    transform: translate(-7vw, 0) scale(1.12);
  }
}

@media print, (min-width: 751px) and (max-width: 1100px) {
  .section-ddos-keyvisual .keyvisual-heading {
    margin-bottom: 1vw;
    padding: 0 2vw;
    font-size: calc(55 / 1920 * 100vw);
  }

  .section-ddos-keyvisual .keyvisual-content {
    flex-basis: 50%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-ddos-keyvisual .keyvisual-image {
    flex-basis: 50%;
    transform: none;
    margin-left: -7vw;
  }
}

@media print, (min-width: 1601px) {
  .section-ddos-keyvisual .keyvisual-content {
    padding: 75px 55px;
  }

  .section-ddos-keyvisual .keyvisual-heading {
    font-size: 48px;
  }

  .section-ddos-keyvisual .keyvisual-logo {
    width: 519px;
  }
  .section-ddos-keyvisual .keyvisual-list {
    width: 520px;
    margin-bottom: 64px;
  }
  .section-ddos-keyvisual .keyvisual-rank {
    width: 321px;
    margin-left: 100px;
  }

  .section-ddos-keyvisual .keyvisual-image {
    transform: translate(-112px, 0) scale(1.12);
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-keyvisual {
    padding: 0.28rem 0.2rem 0.1rem;
    background: url(../img/lp_ddos/sp/keyvisual_img_decor.jpg) no-repeat 0 -1.6rem/100% 5.5rem;
    position: relative;
  }

  .section-ddos-keyvisual::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000003;
    pointer-events: none;
  }

  .section-ddos-keyvisual .keyvisual-content {
    margin-bottom: 0.24rem;
  }

  .section-ddos-keyvisual .keyvisual-heading {
    margin-bottom: 0.12rem;
    font-size: 0.32rem;
    text-align: center;
  }

  .section-ddos-keyvisual .keyvisual-logo {
    margin: 0 auto 0.22rem;
  }

  .section-ddos-keyvisual .keyvisual-logo img {
    width: 100%;
  }

  .section-ddos-keyvisual .keyvisual-list {
    margin: 0 auto;
  }

  .section-ddos-keyvisual .keyvisual-list img {
    width: 100%;
  }

  .section-ddos-keyvisual .keyvisual-image {
    width: 4.14rem;
    height: 3.28rem;
    margin: 0 -0.2rem -0.3rem;
  }
}

.section-common-ddos {
  background: linear-gradient(0deg, rgb(0, 87, 170) 98%, rgb(0, 87, 170) 100%);
}

.section-common-ddos .attack-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.section-common-ddos .attack-list {
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}

.section-common-ddos .attack-list .attack-item {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgb(255, 152, 90) 0%, rgb(237, 113, 29) 100%);
  color: #fff;
  text-align: center;
}

.section-common-ddos .attack-list .attack-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.16rem;
  height: 0.16rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/lp_ddos/icn_arrow.svg) center/auto 100%;
}

@media print, (min-width: 751px) {
  .section-common-ddos {
    min-height: 228px;
    padding: 42px 0 20px;
  }

  .section-common-ddos .attack-title {
    margin-bottom: 21px;
    font-size: 0.32rem;
  }

  .section-common-ddos .attack-list {
    max-width: 780px;
    margin: 0 auto;
  }

  .section-common-ddos .attack-list > li {
    width: calc((100% - 150px));
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .section-common-ddos .attack-list .attack-item {
    padding: 18px 40px 21px;
    font-size: 0.24rem;
  }
}
@media print, (min-width: 1101px) {
  .section-common-ddos .attack-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-common-ddos .attack-list > li {
    width: calc((100% - 60px) / 2);
    margin: 0 60px 20px 0;
  }
  .section-common-ddos .attack-list > li:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 750px) {
  .section-common-ddos {
    padding: 0.32rem 0 0.41rem;
  }

  .section-common-ddos .attack-title {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }

  .section-common-ddos .attack-list > li {
    width: 100%;
  }

  .section-common-ddos .attack-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .section-common-ddos .attack-list .attack-item {
    padding: 0.1rem 0.4rem 0.13rem;
    font-size: 0.24rem;
  }
}

.section-ddos-rate {
  background: #ecf0f8;
}

.section-ddos-rate .rate-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-ddos-rate .rate-heading {
  color: #0363bd;
  font-weight: bold;
  text-align: center;
}

.section-ddos-rate .rate-heading span {
  position: relative;
}

.section-ddos-rate .rate-heading span::before,
.section-ddos-rate .rate-heading span::after {
  content: "";
  position: absolute;
}

.section-ddos-rate .rate-heading span::after {
  -ms-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}

.section-ddos-rate .rate-content {
  border-radius: 0.04rem;
  background: #fff;
  text-align: center;
}

.section-ddos-rate .rate-subtitle {
  font-weight: bold;
}

.section-ddos-rate .rate-warning {
  position: relative;
  background-color: #fff;
  border: 2px solid #ff8787;
  border-radius: 4px;
}
.section-ddos-rate .warning-image {
  position: absolute;
}
@media print, (min-width: 751px) {
  .section-ddos-rate {
    padding: 102px 0 98px;
  }

  .section-ddos-rate .rate-text {
    margin-bottom: 60px;
    font-size: 0.2rem;
    text-align: center;
  }

  .section-ddos-rate .rate-warning {
    padding: 16px 60px 15px 260px;
    border-radius: 4px;
    max-width: 1080px;
    margin: 20px auto;
  }
  .section-ddos-rate .warning-image {
    top: -35px;
    left: 60px;
    width: 163px;
  }

  .section-ddos-rate .rate-warning-text {
    margin: 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-ddos-rate .rate-heading {
    margin-bottom: 21px;
    font-size: 0.28rem;
  }

  .section-ddos-rate .rate-heading span {
    padding: 0 34px;
  }

  .section-ddos-rate .rate-heading span::before,
  .section-ddos-rate .rate-heading span::after {
    width: 19px;
    background: url(../img/lp_ddos/rate_decor.svg) no-repeat center/auto 100%;
  }

  .section-ddos-rate .rate-heading span::before {
    top: 7px;
    left: 0;
    height: 33px;
  }

  .section-ddos-rate .rate-heading span::after {
    top: 24px;
    right: 1px;
    height: 31px;
  }

  .section-ddos-rate .rate-content {
    min-height: 238px;
    padding: 35px 20px 27px;
  }

  .section-ddos-rate .rate-subtitle {
    margin-bottom: 18px;
    font-size: 0.28rem;
  }

  .section-ddos-rate .rate-detail {
    margin-bottom: 15px;
    font-size: 0.24rem;
  }
}

@media print, (min-width: 1101px) {
  .section-ddos-rate .rate-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-ddos-rate .rate-list > li {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 40px 0;
  }

  .section-ddos-rate .rate-list > li:nth-child(even) {
    margin-right: 0;
  }
}

@media print, (min-width: 751px) and (max-width: 1100px) {
  .section-ddos-rate .rate-list {
    max-width: 700px;
    margin: 0 auto 80px;
  }

  .section-ddos-rate .rate-list li {
    margin-bottom: 40px;
  }

  .section-ddos-rate .rate-warning {
    padding-left: 170px;
  }

  .section-ddos-rate .warning-image {
    left: 35px;
    width: 100px;
  }
}

@media print, (min-width: 751px) and (max-width: 1435px) {
  .section-ddos-rate .wrapper {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-rate {
    padding: 0.6rem 0;
  }
  .section-ddos-rate .title-ddos-primary {
    margin-bottom: 0.18rem;
  }

  .section-ddos-rate .rate-text {
    margin-bottom: 0.2rem;
    letter-spacing: -0.03em;
  }

  .section-ddos-rate .rate-list > li:not(:last-child) {
    margin-bottom: 0.17rem;
  }

  .section-ddos-rate .rate-heading {
    margin-bottom: 0.09rem;
    font-size: 0.16rem;
  }

  .section-ddos-rate .rate-heading span {
    padding: 0 0.3rem 0 0.32rem;
  }

  .section-ddos-rate .rate-heading span::before,
  .section-ddos-rate .rate-heading span::after {
    width: 0.28rem;
    background: url(../img/lp_ddos/sp/rate_decor.svg) no-repeat center/auto 100%;
  }

  .section-ddos-rate .rate-heading span::before {
    top: 0.07rem;
    left: 0;
    height: 0.18rem;
  }

  .section-ddos-rate .rate-heading span::after {
    top: 0.15rem;
    right: 0;
    height: 0.18rem;
  }

  .section-ddos-rate .rate-content {
    padding: 0.13rem 0.2rem 0.18rem;
  }

  .section-ddos-rate .rate-subtitle {
    margin-bottom: 0.09rem;
    font-size: 0.2rem;
  }

  .section-ddos-rate .rate-list {
    margin-bottom: 0.63rem;
  }

  .section-ddos-rate .warning-image {
    top: -0.24rem;
    left: 50%;
    width: 0.9rem;
    height: 1.11rem;
    transform: translateX(-50%);
  }

  .section-ddos-rate .rate-warning {
    padding: 1rem 0.14rem 0.17rem;
    border-radius: 4px;
    margin: 20px auto;
  }

  .section-ddos-rate .rate-warning-text {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .section-ddos-rate .rate-detail {
    margin-bottom: 0.12rem;
  }

  .section-ddos-rate .rate-number {
    width: 2.35rem;
    margin: 0 auto;
  }

  .section-ddos-rate .rate-number img {
    width: 100%;
  }
}

.section-ddos-proper {
  position: relative;
  background: #ecf0f8;
}

.section-ddos-proper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.section-ddos-proper .proper-content {
  color: #063458;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.section-ddos-proper .proper-logo {
  text-align: center;
}

.section-ddos-proper .proper-text {
  font-weight: bold;
  text-align: center;
}

.section-ddos-proper .proper-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-ddos-proper .proper-list > li {
  background: #fff;
}

.section-ddos-proper .proper-subtitle {
  color: #0363bd;
  font-weight: bold;
}

.section-ddos-proper .proper-description {
  margin-bottom: 0;
}

@media print, (min-width: 751px) {
  .section-ddos-proper {
    padding: 200px 0 90px;
  }

  .section-ddos-proper::before {
    height: 100px;
    background: url(../img/lp_ddos/proper_decor.png) no-repeat 0 0/100% 100%;
  }

  .section-ddos-proper .title-ddos-primary {
    margin-bottom: 30px;
  }

  .section-ddos-proper .proper-logo {
    margin-bottom: 6px;
  }
  .section-ddos-proper .proper-content {
    margin-bottom: 60px;
    font-size: 0.36rem;
  }
  .section-ddos-proper .proper-image {
    width: 1080px;
    margin: 0 auto 32px;
  }

  .section-ddos-proper .proper-text {
    margin-bottom: 80px;
    font-size: 0.2rem;
    line-height: 1.5;
  }

  .section-ddos-proper .proper-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-ddos-proper .proper-list > li {
    min-height: 332px;
    margin: 0 30px 30px 0;
    padding: 22px 16px 55px;
    border-radius: 4px;
  }

  .section-ddos-proper .proper-list > li:nth-child(3n) {
    margin-right: 0;
  }

  .section-ddos-company .rate-note {
    opacity: 0.7;
  }

  .section-ddos-proper .proper-photo {
    width: 140px;
    margin: 0 auto 23px;
  }

  .section-ddos-proper .proper-subtitle {
    margin-bottom: 10px;
    font-size: 0.24rem;
    text-align: center;
  }

  .section-ddos-proper .proper-description {
    font-size: 0.16rem;
    line-height: 1.5;
  }

  .section-ddos-proper .proper-description {
    letter-spacing: -0.03em;
  }

  .is-mac .section-ddos-proper .proper-description,
  .is-firefox .section-ddos-proper .proper-description {
    letter-spacing: -0.04em;
  }
}

@media print, (min-width: 751px) and (max-width: 1435px) {
  .section-ddos-proper .proper-image {
    width: 100%;
  }
}

@media print, (min-width: 1100px) {
  .section-ddos-proper .proper-list > li {
    width: calc((100% - 60px) / 3);
  }
}

@media print, (min-width: 751px) and (max-width: 1100px) {
  .section-ddos-proper .proper-list {
    margin-right: -30px;
  }

  .section-ddos-proper .proper-list > li {
    width: calc((100% - 60px) / 2);
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-proper {
    padding: 1.04rem 0 0.6rem;
  }

  .section-ddos-proper::before {
    height: 0.6rem;
    background: url(../img/lp_ddos/sp/proper_decor.png) no-repeat 0 0/100% auto;
  }

  .section-ddos-proper .title-ddos-primary {
    margin-bottom: 0.2rem;
  }

  .section-ddos-proper .proper-logo {
    width: 3.34rem;
    margin: 0 auto 0.03rem;
  }
  .section-ddos-proper .proper-content {
    margin-bottom: 0.4rem;
    font-size: 0.22rem;
  }
  .section-ddos-proper .proper-logo img {
    width: 100%;
  }

  .section-ddos-proper .proper-image {
    margin-bottom: 0.42rem;
  }

  .section-ddos-proper .proper-image img {
    width: 100%;
  }

  .section-ddos-proper .proper-text {
    margin: 0 0 0.4rem;
    line-height: 1.5;
  }
  .section-ddos-proper .proper-text span {
    display: block;
  }

  .is-ios .section-ddos-proper .proper-text {
    margin-right: -0.15rem;
    margin-left: -0.15rem;
  }

  .section-ddos-proper .proper-list > li {
    padding: 0.19rem 0.21rem 0.19rem 0.16rem;
    border-radius: 0.08rem;
  }

  .section-ddos-proper .proper-list > li:not(:last-child) {
    margin-bottom: 0.17rem;
  }

  .section-ddos-proper .proper-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.12rem;
  }

  .section-ddos-proper .proper-photo {
    margin-bottom: 0;
    width: 1rem;
  }

  .section-ddos-proper .proper-photo img {
    width: 100%;
  }

  .section-ddos-proper .proper-subtitle {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    padding: 0 0.16rem;
    font-size: 0.2rem;
  }

  .section-ddos-proper .proper-description {
    line-height: 1.5;
  }
}

.section-ddos-company .rate-image {
  text-align: center;
}

.section-ddos-company .rate-note {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.section-ddos-company .reasons-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-ddos-company .reasons-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.section-ddos-company .reasons-heading {
  color: #063458;
  font-weight: bold;
}

.section-ddos-company .reasons-text {
  margin-bottom: 0;
}

.section-ddos-company .reasons-image {
  margin-bottom: 0;
}

.section-ddos-company .reasons-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 751px) {
  .section-ddos-company {
    padding: 120px 0 122px;
  }

  .section-ddos-company .company-rate {
    max-width: 800px;
    margin: 0 auto 121px;
  }

  .section-ddos-company .title-ddos-primary {
    margin-bottom: 35px;
  }

  .section-ddos-company .rate-image {
    margin-bottom: 34px;
  }

  .section-ddos-company .company-reasons .title-ddos-primary {
    margin-bottom: 33px;
  }

  .section-ddos-company .reasons-head {
    margin-bottom: 26px;
  }

  .section-ddos-company .reasons-number {
    position: relative;
    left: -9px;
    margin-right: -2px;
  }

  .section-ddos-company .reasons-list > li:not(:last-child) {
    margin-bottom: 50px;
  }

  .section-ddos-company .reasons-heading {
    font-size: 0.32rem;
    line-height: 1.5;
  }

  .section-ddos-company .reasons-text {
    font-size: 0.2rem;
    line-height: 1.5;
  }

  .section-ddos-company .rate-note {
    font-size: 0.12rem;
  }
}

@media print, (min-width: 1101px) {
  .section-ddos-company .reasons-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-ddos-company .reasons-content {
    -ms-flex: 1;
    flex: 1;
    padding-top: 73px;
    padding-right: 32px;
  }

  .section-ddos-company .reasons-list li.is-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-ddos-company .reasons-list li.is-reverse .reasons-content {
    padding-right: 0;
    padding-left: 40px;
  }

  .section-ddos-company .reasons-image {
    width: 360px;
    height: 290px
  }
}

@media print, (min-width: 1201px) {
  .section-ddos-company .reasons-image {
    width: 440px;
    height: 360px;
    margin-top: 13px;
  }

  .section-ddos-company .reasons-list > li:not(:last-child) {
    margin-bottom: -6px;
  }
}

@media print, (min-width: 751px) and (max-width: 1100px) {
  .section-ddos-company .reasons-list {
    max-width: 700px;
    margin: 0 auto;
  }

  .section-ddos-company .reasons-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-ddos-company .reasons-image {
    margin: 0 auto 8px;
  }

  .section-ddos-company .reasons-image {
    width: 300px;
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-company {
    padding: 0.79rem 0 0.78rem;
  }

  .section-ddos-company .title-ddos-primary {
    margin-bottom: 0.3rem;
  }

  .section-ddos-company .company-reasons .title-ddos-primary {
    margin-bottom: 0.2rem;
  }

  .section-ddos-company .company-rate {
    margin-bottom: 0.6rem;
  }

  .section-ddos-company .rate-image {
    margin: 0 auto 0.19rem;
  }

  .section-ddos-company .rate-image img {
    width: 100%;
  }

  .section-ddos-company .reasons-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-ddos-company .reasons-list > li:not(:last-child) {
    margin-bottom: 0.37rem;
  }

  .section-ddos-company .reasons-head {
    margin-bottom: 0.09rem;
  }

  .section-ddos-company .reasons-number {
    display: inline-block;
    width: 0.38rem;
  }

  .section-ddos-company .reasons-heading {
    padding: 0 0.04rem 0 0.08rem;
    font-size: 0.2rem;
    line-height: 1.4;
  }

  .section-ddos-company .reasons-text {
    margin-bottom: 0;
    letter-spacing: -0.03em;
    line-height: 1.7142857143;
  }
  .ios .section-ddos-company .reasons-text {
    margin-right: -0.01rem;
  }

  .section-ddos-company .reasons-image {
    width: 2.44rem;
    margin: 0 auto 0.08rem;
  }

  .section-ddos-company .rate-note {
    font-size: 0.1rem;
  }
}

.section-ddos-shadankun .shadankun-title {
  color: #063458;
  font-weight: bold;
  letter-spacing: -0.012em;
  text-align: center;
}

.section-ddos-shadankun .shadankun-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-shadankun-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden;
  width: 100%;
}

.section-shadankun-slider .slick-track {
  display: flex;
}

.section-shadankun-slider .list-company {
  width: max-content;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.section-shadankun-slider .list-company.is-initial {
  opacity: 1;
}

.section-top-slider .list-company .company-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-ddos-shadankun .shadankun-notes {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
  list-style: none;
}

.section-ddos-shadankun .shadankun-list .slide-item img {
  display: block;
}

@media print, (min-width: 640.02px) {
  .section-shadankun-slider {
    height: 110px;
    margin-bottom: 3px;
  }

  .section-shadankun-slider .list-company {
    padding: 19px 0 20px;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-shadankun-slider .list-company li {
    margin: 0 19px;
  }

  .section-shadankun-slider .list-company .company-logo {
    width: 134px;
    height: 70px;
  }

  .section-shadankun-slider .list-company .company-logo img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-shadankun-slider {
    height: 68px;
    margin-bottom: 0;
  }

  .section-shadankun-slider .list-company {
    padding: 7px 0;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-shadankun-slider .list-company li {
    margin: 0 14px;
  }

  .section-shadankun-slider .list-company .company-logo {
    width: 104px;
    height: 52px;
    text-align: center;
  }
}

@media print, (min-width: 751px) {
  .section-ddos-shadankun {
    padding: 85px 0 48px;
  }

  .section-ddos-shadankun .shadankun-title {
    margin: 0 -20px;
    font-size: 0.28rem;
  }

  .section-ddos-shadankun .shadankun-title .text-big {
    font-size: 0.4rem;
    margin-right: 5px;
  }

  .section-ddos-shadankun .shadankun-list .slide-item {
    margin: 0 15px;
  }

  .section-ddos-shadankun .shadankun-rate {
    margin-bottom: 20px;
  }

  .section-ddos-shadankun .shadankun-notes {
    font-size: 0.12rem;
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-shadankun {
    padding: 0.44rem 0 0.26rem;
  }

  .section-ddos-shadankun .shadankun-title {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    line-height: 1.22;
  }

  .section-ddos-shadankun .shadankun-title .text-big {
    position: relative;
    top: -0.04rem;
    left: -0.03rem;
    font-size: 0.32rem;
    padding-top: 5px;
    display: inline-block;
  }

  .section-ddos-shadankun .shadankun-title .text-custom {
    position: relative;
    top: -0.04rem;
    left: 0.03rem;
  }

  .section-ddos-shadankun .shadankun-rate {
    width: 3.73rem;
    margin: 0 auto 0.18rem;
  }

  .section-ddos-shadankun .shadankun-rate img {
    width: 100%;
  }

  .section-ddos-shadankun .shadankun-list .slide-item {
    width: 1rem !important;
    margin: 0 0.08rem;
  }

  .section-ddos-shadankun .shadankun-list .slide-item img {
    width: 100%;
  }

  .section-ddos-shadankun .shadankun-notes {
    font-size: 0.1rem;
  }

  .section-ddos-shadankun .shadankun-notes li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
}

.section-ddos-happening .happening-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-ddos-happening .happening-text {
  margin-bottom: 0;
  text-align: center;
}

@media print, (min-width: 751px) {
  .section-ddos-happening {
    padding: 33px 0 61px;
  }

  .section-ddos-happening .title-ddos-secondary {
    margin-bottom: 30px;
  }

  .section-ddos-happening .happening-list > li {
    width: calc((100% - 120px) / 4);
    margin: 0 40px 20px 0;
  }

  .section-ddos-happening .happening-list > li:nth-child(4n) {
    margin-right: 0;
  }

  .section-ddos-happening .happening-image {
    margin: 0 auto 13px;
    width: 240px;
  }

  .section-ddos-happening .happening-text {
    line-height: 1.5;
  }
}

@media print, (min-width: 1101px) {
  .section-ddos-happening .happening-text {
    margin: 0 -10px;
  }
}

@media print, (min-width: 751px) and (max-width: 1100px) {
  .section-ddos-happening .happening-list {
    margin-right: -40px;
  }

  .section-ddos-happening .happening-list > li {
    width: calc(50% - 40px);
  }

  .section-ddos-happening .happening-image {
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-happening {
    padding: 0.35rem 0 0.17rem;
  }

  .section-ddos-happening .title-ddos-secondary {
    margin-bottom: 0.28rem;
  }

  .section-ddos-happening .happening-list {
    width: 3.31rem;
    margin: 0 auto;
  }

  .section-ddos-happening .happening-list > li {
    width: calc((100% - 0.5rem) / 2);
    margin: 0 0.5rem 0.22rem 0;
  }

  .section-ddos-happening .happening-list li:nth-child(even) {
    margin-right: 0;
  }

  .section-ddos-happening .happening-image {
    margin-bottom: 0.04rem;
  }

  .section-ddos-happening .happening-image img {
    width: 100%;
  }

  .section-ddos-happening .happening-text {
    margin: 0 -0.1rem;
    line-height: 1.5;
  }
}

.section-ddos-target .target-text p:last-child {
  margin-bottom: 0;
}

.section-ddos-target .target-description {
  margin-bottom: 0;
  color: #063458;
  font-weight: bold;
}

@media print, (min-width: 751px) {
  .section-ddos-target {
    padding-bottom: 40px;
    text-align: center;
  }

  .section-ddos-target .title-ddos-secondary {
    margin-bottom: 30px;
  }

  .section-ddos-target .target-text {
    margin-bottom: 43px;
    line-height: 1.5;
  }

  .section-ddos-target .target-text p {
    margin-bottom: 30px;
  }

  .section-ddos-target .target-image {
    margin-bottom: 60px;
  }

  .target-description {
    line-height: 1.5;
  }
}

@media (max-width: 890px) {
  .section-ddos-target .ddos-br {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-target {
    padding-top: 0.23rem;
    padding-bottom: 0.4rem;
  }

  .section-ddos-target .title-ddos-secondary {
    margin-bottom: 0.2rem;
  }

  .section-ddos-target .target-text {
    line-height: 1.5;
    text-align: left;
  }

  .section-ddos-target .target-description {
    font-size: 0.16rem;
    line-height: 1.5;
    text-align: center;
  }

  .section-ddos-target .target-text {
    margin-bottom: 0.32rem;
  }
  .section-ddos-target .target-image {
    margin-bottom: 0.36rem;
  }
  .ios .section-ddos-target .target-text {
    margin-right: -.07rem;
  }

  .section-ddos-target .target-text p {
    margin-bottom: 0.2rem;
  }
  .section-ddos-target .target-image img {
    width: 100%;
  }
}

.section-ddos-casestudy .protection-title {
  color: #063458;
  margin-bottom: 0.07rem;
  line-height: 1.5;
}

.section-ddos-casestudy .protection-quote {
  position: relative;
  color: #0363bd;
  font-weight: 700;
  line-height: 1.5;
}

.section-ddos-casestudy .protection-quote::before, .section-ddos-casestudy .protection-quote::after  {
  color: #e9842f;
  position: absolute;
  font-size: 0.8rem;
  opacity: 0.5;
}

.section-ddos-casestudy .protection-quote::before {
  content: "“";
}

.section-ddos-casestudy .protection-quote::after {
  content: "”";
}

.section-ddos-casestudy .protection-text {
  position: relative;
  color: #0363bd;
  font-weight: 900;
  background: linear-gradient(
    to bottom,
    transparent 30%,
    #ffe7ad 30%,
    #ffe7ad 75%,
    transparent 75%
    );
  line-height: 1.5;
}

.section-ddos-casestudy .protection-image img {
  border-radius: 4px;
  overflow: hidden;
}
.section-ddos-casestudy .protection-company {
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}

.section-ddos-casestudy .protection-description {
  margin-bottom: 0;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  line-height: 1.5;
}
.section-ddos-casestudy .issues-title {
  color: #6d6d6d;
  font-weight: 700;
  background-color: #f1f1f1;
  line-height: 1.5;
}
.section-ddos-casestudy .effects-title {
  color: #0363bd;
  font-weight: 700;
  background-color: #ecf0f8;
  line-height: 1.5;
}

.section-ddos-casestudy .list-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-ddos-casestudy .issues-list {
  position: relative;
}

.section-ddos-casestudy .issues-list::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_arrow.svg") center/contain no-repeat;
  width: 0.23rem;
  height: 0.4rem;
}

.section-ddos-casestudy .issues-list .list-item {
  position: relative;
  font-weight: 700;
  line-height: 1.2;
}

.section-ddos-casestudy .issues-list .list-item::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  border-radius: 50%;
}

.section-ddos-casestudy .effects-list .list-item {
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.section-ddos-casestudy .effects-list .list-item::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_checked.png") center/contain no-repeat;
}

@media print, (min-width: 751px) {
  .section-ddos-casestudy {
    padding: 50px 0 40px;
  }
  .section-ddos-casestudy .casestudy-protection {
    margin: 65px 0 60px;
  }
  .section-ddos-casestudy .wrapper{
    max-width: 700px;
  }
  .section-ddos-casestudy .protection-image {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .section-ddos-casestudy .protection-image img {
    width: 100%;
  }

  .section-ddos-casestudy .protection-title {
    font-size: 0.32rem;
  }

  .section-ddos-casestudy .protection-quote {
    margin-bottom: 23px;
    font-size: 0.2rem;
    padding-right: 20px;
  }

  .section-ddos-casestudy .protection-text {
    font-size: 0.24rem;
  }

  .section-ddos-casestudy .protection-quote::before {
    left: -52px;
    top: -33px;
  }

  .section-ddos-casestudy .protection-quote::after {
    right: -22px;
    bottom: -57px;
  }

  .is-tablet .section-ddos-casestudy .protection-quote::after {
    bottom: -70px;
  }

  .section-ddos-casestudy .protection-company {
    font-size: 0.2rem;
    margin-bottom: 4px;
  }

  .section-ddos-casestudy .casestudy-comparison {
    display: flex;
    gap: 80px;
  }

  .section-ddos-casestudy .issues-list {
    width: 50%;
  }

  .section-ddos-casestudy .issues-title {
    margin-bottom: 24px;
    padding: 8px 18px 8px 24px;
    font-size: 0.24rem;
  }

  .is-firefox .section-ddos-casestudy .issues-title , .is-chromium .section-ddos-casestudy .issues-title {
    padding-top: 6px;
  }
  .section-ddos-casestudy .effects-title {
    margin-bottom: 24px;
    padding: 8px 18px 8px 24px;
    font-size: 0.24rem;
  }

  .is-firefox .section-ddos-casestudy .effects-title, .is-chromium .section-ddos-casestudy .effects-title {
    padding-top: 6px;
  }
  .section-ddos-casestudy .effects-list {
    width: 50%;
  }
  .section-ddos-casestudy .issues-list::before {
    top: 48%;
    right: -49px;
    transform: translateY(-50%);
  }
  .section-ddos-casestudy .issues-list .list-item {
    margin-bottom: 16px;
    padding-left: 28px;
  }

  .section-ddos-casestudy .issues-list .list-item::before {
    top: 7px;
    left: 4px;
    width: 12px;
    height: 12px;
  }

  .section-ddos-casestudy .effects-list .list-item {
    margin-bottom: 17px;
    padding-left: 32px;
    font-size: 0.2rem;
  }

  .section-ddos-casestudy .effects-list .list-item::before {
    top: 2px;
    left: -6px;
    width: 20px;
    height: 20px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1101px) {
  .section-ddos-casestudy {
    padding-top: 100px;
  }
  .section-ddos-casestudy .casestudy-protection {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-ddos-casestudy .wrapper {
    max-width: 1160px;
  }
  .section-ddos-casestudy .protection-image {
    width: 443px;
    flex-shrink: 0;
    margin: 11px 0 0 19px;
  }
  .section-ddos-casestudy .protection-content {
    padding-right: 74px;
  }
  .section-ddos-casestudy .protection-quote::before {
    left: -52px;
    top: -33px;
  }

  .section-ddos-casestudy .protection-quote::after {
    right: -22px;
    bottom: -57px;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .section-ddos-casestudy .wrapper {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 750px) {
  .section-ddos-casestudy {
    padding: 0.8rem 0;
  }
  .section-ddos-casestudy .title-ddos-primary {
    margin-bottom: 0.4rem;
  }
  .section-ddos-casestudy .protection-image img {
    width: 100%;
    margin-bottom: 0.16rem;
  }

  .section-ddos-casestudy .protection-content {
    margin-bottom: 0.4rem;
  }

  .section-ddos-casestudy .protection-title {
    margin-bottom: 0.44rem;
    font-size: 0.2rem;
  }

  .section-ddos-casestudy .issues-title {
    padding: 0.08rem 0.18rem 0.08rem 0.16rem;
    font-size: 0.2rem;
  }
  .section-ddos-casestudy .effects-title {
    padding: 0.09rem 0.18rem 0.07rem 0.16rem;
    font-size: 0.2rem;
  }

  .section-ddos-casestudy .protection-quote::before {
    left: -0.08rem;
    top: -0.61rem;
  }

  .section-ddos-casestudy .protection-quote::after {
    right: -0.07rem;
    bottom: -0.78rem;
  }

  .is-ios .section-ddos-casestudy .protection-quote::before {
    top: -0.54rem;
  }
  .is-ios .section-ddos-casestudy .protection-quote::after {
    right: -0.07rem;
    bottom: -1rem;
  }

  .section-ddos-casestudy .protection-quote {
    margin-bottom: 0.33rem;
    font-size: 0.16rem;
  }

  .section-ddos-casestudy .protection-text {
    font-size: 0.18rem;
  }

  .section-ddos-casestudy .issues-list .list-item {
    margin-bottom: 0.1rem;
    padding-left: 0.23rem;
    font-size: 0.16rem;
  }

  .section-ddos-casestudy .protection-company {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
  }

  .section-ddos-casestudy .issues-list {
    margin-bottom: 0.74rem;
  }
  .section-ddos-casestudy .issues-list .list-item::before {
    top: 0.05rem;
    left: 0.04rem;
    width: 0.1rem;
    height: 0.1rem;
  }

  .section-ddos-casestudy .effects-list .list-item {
    margin-bottom: 0.11rem;
    padding-left: 0.24rem;
    font-size: 0.16rem;
  }

  .section-ddos-casestudy .effects-list .list-item::before {
    top: 0.02rem;
    left: 0;
    width: 0.16rem;
    height: 0.16rem;
  }
  .section-ddos-casestudy .issues-list::before {
    bottom: -0.61rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .section-ddos-casestudy .issues-title, .section-ddos-casestudy .effects-title {
    margin-bottom: 0.2rem;
  }

  .section-ddos-casestudy .list-wrapper {
    padding-right: 0.15rem;
  }
}

.section-ddos-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-ddos-faq .faq-list > li {
  position: relative;
}

.section-ddos-faq .faq-list > li::before,
.section-ddos-faq .faq-list > li::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 0.28rem;
  transition: 0.26s ease;
  border-top: 0.02rem solid #0563bd;
  pointer-events: none;
}

.section-ddos-faq .faq-list > li::before {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-ddos-faq .faq-list > li.has-sub.is-active::before {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.section-ddos-faq .faq-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-ddos-faq .faq-question,
.section-ddos-faq .faq-answer {
  position: relative;
}

.section-ddos-faq .faq-question::before,
.section-ddos-faq .faq-answer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.29rem;
  height: 0.56rem;
  background: no-repeat center/auto 100%;
}

.section-ddos-faq .faq-accordion {
  display: none;
}

.section-ddos-faq .faq-item:first-child .faq-accordion {
  display: block;
}

.section-ddos-faq .faq-question {
  cursor: pointer;
}

.section-ddos-faq .faq-question::before {
  top: 0.23rem;
  background-image: url(../img/lp_ddos/faq_question.png);
}

.section-ddos-faq .faq-answer::before {
  top: 0.08rem;
  background-image: url(../img/lp_ddos/faq_answer.png);
}

.section-ddos-faq .faq-text {
  margin-bottom: 0;
  font-weight: bold;
}

.section-ddos-faq .faq-answer {
  line-height: 1.5;
}

.section-ddos-faq .faq-answer p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 751px) {
  .section-ddos-faq {
    padding: 50px 0 75px;
  }

  .section-ddos-faq .title-ddos-primary {
    margin-bottom: 33px;
  }

  .section-ddos-faq .faq-list > li::before,
  .section-ddos-faq .faq-list > li::after {
    top: 50px;
    width: 28px;
  }

  .section-ddos-faq .faq-accordion {
    padding-top: 5px;
  }

  .section-ddos-faq .faq-question,
  .section-ddos-faq .faq-answer {
    padding-left: 30px;
  }

  .section-ddos-faq .faq-question::before,
  .section-ddos-faq .faq-answer::before {
    width: 29px;
    height: 56px;
  }

  .section-ddos-faq .faq-question {
    min-height: 98px;
    padding: 38px 57px 25px;
  }

  .section-ddos-faq .faq-question::before {
    top: 23px;
  }

  .section-ddos-faq .faq-answer {
    top: -13px;
    padding: 12px 50px 13px 56px;
  }

  .section-ddos-faq .faq-answer::before {
    top: 5px;
  }

  .section-ddos-faq .faq-answer {
    line-height: 1.5;
  }

  .section-ddos-faq .faq-answer p {
    margin-bottom: 30px;
  }
}
@media print, (min-width: 1101px) {
  .section-ddos-faq {
    padding: 107px 0 95px;
  }
}
@media only screen and (max-width: 750px) {
  .section-ddos-faq {
    padding: 0.1rem 0 0.32rem;
  }

  .section-ddos-faq .wrapper {
    padding: 0;
  }

  .section-ddos-faq .title-ddos-primary {
    margin-bottom: 0.14rem;
  }

  .section-ddos-faq .faq-list {
    padding: 0 0.2rem;
    line-height: 1.5;
  }

  .section-ddos-faq .faq-list > li::before,
  .section-ddos-faq .faq-list > li::after {
    top: 0.4rem;
    width: 0.28rem;
  }

  .section-ddos-faq .faq-question,
  .section-ddos-faq .faq-answer {
    padding-left: 0.3rem;
  }

  .section-ddos-faq .faq-question::before,
  .section-ddos-faq .faq-answer::before {
    width: 0.19rem;
    height: 0.36rem;
  }

  .section-ddos-faq .faq-question {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.85rem;
    padding: 0.26rem 0.4rem 0.26rem 0.33rem;
  }

  .section-ddos-faq .faq-question::before {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .section-ddos-faq .faq-accordion {
    position: relative;
    top: -0.12rem;
  }

  .section-ddos-faq .faq-answer {
    padding: 0.15rem 0.3rem 0.15rem 0.33rem;
  }

  .section-ddos-faq .faq-answer::before {
    top: 0.11rem;
    left: 1px;
  }

  .section-ddos-faq .faq-answer p {
    margin-bottom: 0.2rem;
  }

  .is-ios .section-ddos-faq .faq-answer p {
    letter-spacing: 0.01em;
  }
}

.bnr-button {
  display: block;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 100%;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: #131946;
}

.bnr-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 20px;
  margin: auto;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
  border-radius: 50px;
  background: #fff;
}

.bnr-button:hover::before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.bnr-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 20px;
  margin: auto;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s ease;
  border-radius: 50px;
  background: #fff;
}

.bnr-button:hover::after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.3s ease;
}

.bnr-document {
  display: none !important;
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  width: 400px;
}

.bnr-document .bnr-image {
  display: block;
  z-index: 0;
}

.bnr-document .bnr-image img {
  vertical-align: middle;
}

.bnr-document .bnr-image .on {
  display: none;
}

.bnr-document .bnr-image:hover .on {
  display: block;
}

.bnr-document .bnr-image:hover .off {
  display: none;
}

@media (max-width: 640px) {
  .bnr-button {
    display: none !important;
  }

  .bnr-document {
    display: none !important;
  }
}
