/*情報セキュリティページ*/

.security {
  .mb40-sp20 {
    margin-bottom: 40px;
    @media (max-width: 767px) {
      margin-bottom: 20px !important;
    }
  }
  .mb60-sp20 {
    margin-bottom: 60px;
    @media (max-width: 767px) {
      margin-bottom: 20px !important;
    }
  }
  .flex {
    display: flex;
    gap: 56px;
    @media (max-width: 767px) {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
  }
  h3 {
    vertical-align: middle;
    /* display: flex;
    align-items: center; */
    gap: 10px;
    @media (max-width: 767px) {
      align-items: baseline;
      font-size: 2.3rem !important;
    }
  }
  h3 span {
    color: #ec9300;
    font-size: 28px;
    display: inline-block;
    height: fit-content;
    vertical-align: top;
  }
  h4 {
    @media (max-width: 767px) {
      font-size: 1.6rem !important;
    }
  }
  .attempt {
    @media (max-width: 767px) {
      max-width: 223px;
    }
  }
  .link {
    display: block;
    color: #2D88EA;
    position: relative;
    &::after {
      display: inline-block;
      margin: auto;
      background-size: contain;
      content: "";
      width: 22px;
      height: 16px;
      transform: rotate(0);
      background: url(../images/common/icon-window.svg) no-repeat center;
    }
  }
  .list-box {
    background-color: #FCF9F5;
    padding: 16px 24px 16px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    figure {
        margin-bottom: 0 !important;
    }
    @media (max-width: 767px) {
      flex-direction: column;
      align-items: center;
    }
  }
  ul {
    margin: 0 !important;
    li {
      font-weight: 700;
      padding: unset !important;
      margin-bottom: 32px !important;
      padding-left: 2em !important;
      text-indent: -2em;
      @media (max-width: 767px) {
        margin-bottom: 25px !important;
      }
      &:last-of-type {
        margin-bottom: 0 !important;
      }
      &::before {
        content: "";
        width: 25px !important;
        height: 27px !important;
        background-image: url(../images/security/check.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block !important;
        background-color: unset !important;
        position: unset !important;
        display: inline-block;
        margin: auto !important;
        margin-bottom: -6px !important;
        @media (max-width: 767px) {
          margin-right: 3px !important;
        }
      }
    }
  }
  .headingarea__btn.orange_btn a {
    max-width: 340px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headingarea__img::after {
    background-position: center;
  }
}
