@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
security
---------------------------------------------------------------------- */
#security p {
  margin-bottom: 3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#security p:last-child {
  margin-bottom: 0;
}
#security p a {
  color: #29abe2;
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) and (pointer: fine) {
  #security p a:hover {
    text-decoration: none;
  }
}
#security .sec_box:has(~ .sec_box) {
  margin-bottom: 8rem;
}
#security .mark_flex {
  display: flex;
  gap: 2rem 6rem;
  align-items: center;
}
#security .mark_flex picture {
  background-color: #f2f2f2;
  padding: 4rem;
  border-radius: 5px;
  flex-shrink: 0;
  width: 36%;
  aspect-ratio: 3/2;
}
#security .mark_flex picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#security .sec_list_wrapper {
  margin-bottom: 3rem;
}
#security .sec_list_wrapper .sec_list {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 5px;
  align-items: center;
  padding: 3.5rem;
  margin-bottom: 2rem;
}
#security .sec_list_wrapper .sec_list .th {
  width: 12em;
  font-weight: 700;
  color: var(--color-red);
  line-height: 1.8;
  font-size: max(1.8rem, 16px);
  flex-shrink: 0;
}
#security .sec_list_wrapper .sec_list .td .td_list li {
  line-height: 2;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
#security .sec_list_wrapper .sec_list .td .td_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  #security .mark_flex {
    flex-direction: column-reverse;
  }
  #security .mark_flex picture {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  #security .sec_list_wrapper .sec_list {
    flex-direction: column;
  }
  #security .sec_list_wrapper .sec_list .th {
    width: 100%;
  }
  #security .sec_list_wrapper .sec_list .td {
    width: 100%;
  }
  #security .sec_list_wrapper .sec_list .td .td_list {
    margin-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #security p {
    font-size: 14px;
  }
  #security .sec_box:has(~ .sec_box) {
    margin-bottom: 6rem;
  }
  #security .sec_list_wrapper .sec_list {
    padding: 3rem 2.5rem 2.5rem;
  }
  #security .sec_list_wrapper .sec_list .th {
    font-size: 18px;
  }
}