@charset "utf-8";

/* 
ポイントカラー赤：#AF0107;
背景うすいグレー：#F3F3F3;
*/

@media screen and (max-width: 767px) {
  
}

/* ------------------------
プライバシーポリシー
---------------------------*/
.section-policy {
  /* margin-bottom: 3.2rem; */
}

.policy-desc {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .policy-desc {
    margin-bottom: 1.6rem;
  }
}

.policy-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 3.2rem;
  position: relative;
}
.policy-title::before {
  content: '';
  width: .6rem;
  height: 80%;
  background-color: #AF0107;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .policy-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.policy-list01 {
  padding-left: 1.5em;
}

.policy-list01-item {
    margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .policy-list01-item {
    margin-bottom: 1.6rem;
  }
}

.policy-list02 {
  padding-left: 1.5em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .policy-list02 {
    margin-top: 1.6rem;
  }
}

.policy-list02-item {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .policy-list02-item {
    margin-bottom: 1.6rem;
  }
}


/* ------------------------
/ プライバシーポリシー
---------------------------*/



