/* ------------------------------- common.css ------------------------------- */
html,
body {
  min-width: 100%;
}

body {
  .num-txt {
    line-height: 1;
  }
}

.cmn-header {
  p {
    font-weight: var(--bold) !important;
  }
}

.sec_cta_custom {
  margin-inline: auto !important;
}

/* ============ reset ============ */
.sx-cnt * {
  all: unset;
  display: revert;
  font-family: sans-serif;
  /* zoom: 120%; */
}

.sx-cnt_wrap {
  zoom: 120%;

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
  }

  ol,
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  small,
  em,
  span,
  strong {
    font-style: normal;
    font-weight: inherit;
    color: inherit;
  }
}

/* ctaだけ除外 */
.sx-cnt_wrap div.cta_2011 {
  zoom: 80%;
}

/* -------------------------------- common_sp ------------------------------- */
@media (width <= 767px) {
  .sx-cnt * {
  }

  .sx-cnt_wrap {
    zoom: 100%;
  }

  .sec04 {
    .sec_cta {
      width: 100%;
    }
  }

  .ddf_cw {
    width: 100%;
  }

  .bc_bg > .ddf_cw {
    width: calc(100% - var(--sp-2));
  }

  /* ============ reset ============ */
  .sx-cnt * {
    all: unset;
    display: revert;
    font-family: sans-serif;
    /* zoom: 120%; */
  }

  .sx-cnt_wrap {
    /* zoom: 125%; */

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      margin: 0;
      line-height: 1.5;
      letter-spacing: 0;
    }

    p {
      font-size: var(--body-fz);
    }

    ol,
    ul {
      padding: 0;
      margin: 0;
    }

    small,
    em,
    span,
    strong {
      font-style: normal;
      font-weight: inherit;
      color: inherit;
    }
  }

  /* ctaだけ除外 */
  .sx-cnt_wrap div.cta_2011 {
    /* zoom: 80%; */
  }

  .cmn-header {
    p {
      margin-bottom: 0;
    }
  }
}

/* ------------------------------- 既存パーツ用 ------------------------------ */
.ddf-cnt_wrap #topics_2011 {
  margin-bottom: 0 !important;
}

@media (width <= 767px) {
  .ddf-cnt_wrap #topics_2011 {
    margin-bottom: 0 !important;

    .ddf_sp {
      display: block;
    }

    .flex_2011 {
      padding-inline: var(--sp-2);
    }
  }
}

.sub-header.sp {
  display: block !important;
}
.mini-header,
.main-header,
.sub-header {
  letter-spacing: 0;
  line-height: 1;
}

/* -------------------------------- style.css ------------------------------- */
.cmn-header {
  p {
    font-weight: var(--bold);
  }
}

.cmn-cta {
  p {
    text-align: center;
  }
}

.sec00 {
  background: no-repeat center / cover url('../img/sec00_img1.webp') !important;
}

.sec02 {
  .sec02__item-box--custom {
    height: 100%;
  }

  .sec02__textbox p {
    text-align: center;
    font-size: calc(var(--sp-1) * 2.75);
    font-weight: var(--bold);
    margin-bottom: var(--sp-5);
    letter-spacing: var(--letter-sp);
  }

  .sec02__item-header {
    h4 {
      color: inherit;
    }
  }

  .sec02__item-text {
    font-size: var(--body-fz);
  }

  .sec02__item3-textbox p {
    font-size: var(--body-fz);
    line-height: var(--sp-3);
  }
}

.sec05 {
  .sec05__textbox {
    p {
      font-size: var(--body-fz);
      text-align: left;
    }
  }
}

/* ------------------------------ style_sp.css ------------------------------ */
@media (width <= 767px) {
  .sec02 {
    .sec02__textbox p {
      font-size: var(--h6-fz);
    }
  }
}

/* --------------------------------- よくある質問 --------------------------------- */
.qa-list .in-dl {
  padding: 15px !important;
  border: 2px solid #2a4174 !important;
  margin-bottom: 14px !important;
}

.qa-list dt {
  position: relative !important;
  padding-left: 35px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}

.qa-list dt::before {
  content: 'Q' !important;
  color: #2a4174 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 1 !important;
}

.qa-list dt::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 25% !important;
  right: 0 !important;
  width: 11px !important;
  height: 11px !important;
  border-top: 2.5px solid #2a4174 !important;
  border-right: 2.5px solid #2a4174 !important;
  transform: rotate(135deg) !important;
  transition: 0.3s !important;
}

.qa-list dt.current:after {
  transform: rotate(-45deg) !important;
  transition: 0.3s !important;
}

.qa-list dd {
  font-size: 20px !important;
  line-height: 1.8 !important;
  position: relative !important;
  padding-top: 20px !important;
  padding-left: 35px !important;
  margin-top: 20px !important;
  border-top: 1px solid darkred !important;
}

.qa-list dd::before {
  content: 'A' !important;
  color: darkred !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  position: absolute !important;
  left: 0 !important;
  top: 20px !important;
  line-height: 1 !important;
}

.faq-cont {
  margin-top: 20px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* -------------------------- セキュリティ診断はDDFにお任せください -------------------------- */
.c-obi-zoom {
  zoom: 120%;
}

.c-obi {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック体', YuGothicM, 'メイリオ',
    Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
    sans-serif, Helvetica, Arial;
  zoom: 80%;
  background: #f8f8f8;
  box-sizing: content-box;

  font-size: 16px;
  padding: 15px 0;
}

.c-obi__inner {
  max-width: 1200px;
  width: 70%;
  padding: 30px 0;

  margin-left: auto;
  margin-right: auto;
}

.c-obi__title {
  font-size: 2.7em;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0 auto 15px;
  border-bottom: 3px dashed rgb(0, 0, 0, 0.3);
}

.c-obi__title strong {
  color: #b20000;
}

.c-obi__text {
  text-align: justify;
  width: 70%;
  margin: auto;
  line-height: 1.8em;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .c-obi-zoom {
    zoom: 100%;
  }
  .c-obi {
    padding: 15px;
  }

  .c-obi__inner {
    width: 90%;
  }

  .c-obi__title {
    width: 90%;
    font-size: 8vw;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .c-obi__text {
    width: 90%;
    font-size: 4vw;
  }

  .c-obi__text p {
    font-size: 4vw !important;
  }
}

/* ------------------------------ DDFが選ばれる5つの強み ----------------------------- */
.c-strength {
  /* width: 960px; */
  width: 1100px;
  zoom: 120%;
}
.c-strength.inner {
  padding-top: 0;
}
/* strength コンポーネントのスタイル */
.c-strength__container {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック体', YuGothicM, 'メイリオ',
    Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
    sans-serif, Helvetica, Arial;
  zoom: 80%;
  margin: 0 auto;
}
.c-strength__wrapper {
  margin-bottom: 110px;
}
.c-strength__wrapper:last-of-type {
  margin-bottom: 0;
}
.c-strength__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  color: black;
  font-size: 40px;
  font-weight: 600;
}

.c-strength__title span {
  font-weight: 600 !important;
}

.c-strength__point-label {
  background-color: #1f2749;
  font-weight: 600;
  color: white;
  padding: 15px;
  border: 2px solid #1f2749;
  border-radius: 20px;
  display: inline;
  position: relative;
  margin-top: 0px;
  font-size: 16px;
}
.c-strength__title strong {
  font-weight: bold;
  background: yellow;
  color: #000;
}
.c-strength__content {
}

.c-strength__text-wrapper {
}

.c-strength__subtitle {
  font-size: 24px;
  line-height: 1.4;
  color: #1b274e;
  margin: 20px auto;
  text-align: left;
  vertical-align: baseline !important;
  font-weight: bold;
  border-left: 7px solid #1b274e;
  padding-left: 20px;
}

.c-strength__description {
  color: #000;
  /* font-weight: bold; */
  font-size: 22px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 24px;
}

.c-strength__description p {
  margin: 0;
}

.c-strength__figure {
  text-align: center;
}

.c-strength__figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.c-strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: flex-end;
  padding-left: 0;
  padding: 20px;
}
.c-strength__list li {
  flex-basis: 95%;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.7;
}
.c-strength__list li:before {
  content: url('../img/strength/icon.webp');
  content: url('https://digitaldata-forensics.com/hacking-c/image/checkbox.png');

  vertical-align: middle;
  position: absolute;
  left: -37px;
}

.c-strength__content--half {
  display: flex;
  justify-content: space-between;
}
.c-strength__content--half .c-strength__text-wrapper {
  width: 780px;
}
.c-strength__content--half .c-strength__figure {
  width: 350px;
  padding-top: 75px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .c-strength {
    max-width: 960px;
    zoom: 100%;
  }

  .c-strength__container {
    /* padding: 0 20px; */
    padding: 0;
    zoom: 90%;
  }

  .c-strength__title {
    font-size: 36px;
    gap: 20px;
  }

  .c-strength__content--half {
    flex-direction: column;
  }

  .c-strength__content--half .c-strength__text-wrapper,
  .c-strength__content--half .c-strength__figure {
    width: 100%;
  }

  .c-strength__content--half .c-strength__figure {
    width: 60%;
    margin: 0 auto;
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .c-strength__container {
    zoom: 100%;
  }

  .c-strength__wrapper {
    margin-bottom: 30px;
  }

  .c-strength__title {
    font-size: 28px;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-strength__point-label {
    padding: 10px;
    font-size: 14px;
  }

  .c-strength__subtitle {
    font-size: 20px;
    border-left: 5px solid #1b274e;
    padding-left: 15px;
  }

  .c-strength__description {
    font-size: 18px;
  }

  .c-strength__list li {
    font-size: 1.2rem;
  }

  .c-strength__list li:before {
    left: -30px;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 480px) {
  .c-strength__title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .c-strength__point-label {
    border-radius: 20px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }

  .c-strength__subtitle {
    font-size: 1.2rem;
    margin: 15px auto;
    padding-left: 12px;
    border-left: 4px solid #1b274e;
  }

  .c-strength__description {
    font-size: 16px;
    line-height: 1.6;
  }

  .c-strength__list {
    padding: 10px;
  }

  .c-strength__list li {
    font-size: 1rem;
    padding-left: 10px;
  }

  .c-strength__list li:before {
    left: -25px;
    transform: scale(0.7);
  }
}

/* 画像の表示切り替え（PCとSP） */
@media screen and (max-width: 768px) {
  .c-strength__figure .pc-only {
    display: none;
  }

  .c-strength__figure .sp-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .c-strength__figure .pc-only {
    display: block;
  }

  .c-strength__figure .sp-only {
    display: none;
  }
}
