@charset "UTF-8";

/* =================================
   情報セキュリティ基本方針 ページ用CSS
==================================== */
@charset "UTF-8";

.br-pc {
  display: inline;
}

.br-sp {
  display: none;
}

.headLine01 {
  margin-bottom: 96px;
  font-size: 36px;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  text-align: center;
}

.p-policy__contents .privacy {
  margin-bottom: 100px;
}

.p-policy__contents .privacy section {
  border-bottom: 1px solid #E0E0E0;
  padding: 80px 20px;
  text-align: center;
}

.p-policy__contents .privacy section.first {
  padding-top: 0;
}

.p-policy__contents .privacy section p {
  line-height: 200%;
  font-size: 18px;
  letter-spacing: .04em;
}

.p-policy__contents .privacy section h4 {
  margin-bottom: 36px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.p-policy__contents .privacy section h4::before {
  margin-left: -15px;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  content: "";
  background-color: #E95F00;
}

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }

  .headLine01 {
    margin-bottom: 42px !important;
    font-size: 24px;
  }

  .p-policy__contents .privacy section {
    padding: 40px 20px;
  }

  .p-policy__contents .privacy section p {
    text-align: left;
    font-size: 14px;
  }

  .p-policy__contents .privacy section h4 {
    font-size: 14px;
  }

  .p-policy__contents .privacy section h4::before {
    bottom: -18px;
  }
}
