@charset "UTF-8";
/* -----------------------------
アクセス『sp』
-------------------------------- */
.Pribacy_policy {
  margin-top: 100px;
}

.policy_text {
  display: inline-block;
  margin: 50px 4% 15px;
}
h3 {
  font-size: 14px;
  color: #565656;
  padding-bottom: 10px;
  letter-spacing: 0.025em;
}

.policy_text p {
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 25px;
  color: #565656;
  letter-spacing: 0.025em;
}
/* -----------------------------
アクセス『pc』
-------------------------------- */
@media (min-width: 1025px) {

  .Pribacy_policy {
    margin-top: 150px;
  }

  .Pribacy_policy h1 {
    display: flex;
    margin: 50px 0 20px ;
    font-size: 3rem;
    align-items: center;
  }

  h2 {
    width: 800px;
    margin: 230px 20.312% 25px;
    font-size: 72px;
  }

  .sub_title {
    width: 800px;
    font-size: 30px;
  }

  .policy_text {
    display: block;
    width: 800px;
    margin: 0 11.082%;
    padding: 110px 0 85px;
  }
  .header-color--transparent{
    background-color: transparent;
  }
  .header-color--gray{
    background-color: rgba(190, 190, 190, 0.85);
  }

  main{
    margin-bottom: 70px;
  }
}