@charset "utf-8";
/*****************************************
*
* 情報セキュリティポリシー
*
******************************************/

@media screen and (max-width: 767px) {
  .security_policy .text br {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .security_policy .text {
    text-align: center;
  }
}