@charset "UTF-8";

/* ▼▼▼ プライバシーポリシー
======================================================*/
.privacy_wrap{
  padding-bottom: 120px;
}
.privacy_box:not(:last-child){
  margin-bottom: 45px;
}
.privacy_box p{
  font-size: 18px;
  line-height: 2;
}
.privacy_box p:not(:last-child){
  margin-bottom: 1em;
}
/* ▼▼▼ ~768px
======================================================*/
@media screen and (max-width: 768px) {

  .privacy_box h2.under_title{
    margin-bottom: 25px;
  }
  .privacy_box p{
    font-size: 14px;
    line-height: 1.6;
  }
  .privacy_box:not(:last-child){
    margin-bottom: 30px;
  }

}
