@charset "UTF-8";

/* 共通 */

.block-privacy{
  margin-bottom: 70px;
}
.block-privacy:nth-last-of-type(1){
  margin-bottom: 0;
}
.block-privacy h2{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.block-privacy p{
  font-size: 1.7rem;
  line-height: 2.0em;
  margin-bottom: 1.5em;
}
.block-privacy p:nth-last-of-type(1){
  margin-bottom: 0;
}
.block-privacy ol{
  margin: 0 0 0 2em;
  padding: 0;
}
.block-privacy ol li{
  font-size: 1.7rem;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.block-privacy ol li:nth-last-of-type(1){
  margin-bottom: 0;
}
.block-privacy p+ol{
  margin-top: 1.5em;
}
@media screen and (max-width:767px) { 
  .block-privacy{
    margin-bottom: 50px;
  }
  .block-privacy h2{
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}















