@charset "UTF-8";

/* First view ---------------------------- */
#header {
  background: url(../imgs/pp/bg_header.png) no-repeat;
  background-position: calc(50% + 300px) bottom;
}
#f_view {
  height: 200px;
}
/* Main area ----------------------------- */
main h2+p {
  text-align: center;
  margin: 75px 0 60px 0;
}
main .inner {
  background: #fff;
  border-radius: 20px;
  padding: 10px 90px 100px 90px;
  margin-bottom: 100px;
  width: 1020px;
}
.policy {
  width: 880px;
  margin: 0 auto;
}
main h3 {
  font-size: 20px;
  padding: 0 0 15px 15px;
  margin: 70px 0 0 0;
  border-bottom: 4px solid #f7f7f7;
}
main p {
  line-height: 1.8;
  letter-spacing: .12em;
  margin: 30px 0;
  padding: 0 15px;
  font-size: 16px;
}
main ul {
  margin-left: 25px;
}
main ul li {
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1.5em;
  margin-left: 1em;
  margin-top: 10px;
}
main ul li:before {
  content: '・';
}
ul.list_en li:nth-of-type(1)::before {
  content: 'a) ';
}
ul.list_en li:nth-of-type(2)::before {
  content: 'b) ';
}
#signature {
  text-align: right;
  margin-top: 100px;
}
#signature p {
  margin: 12px 0;
  line-height: 1.6;
}
p#date {
  text-align: right;
}
#signature p:nth-of-type(2) {
  font-weight: 900;
  margin-top: 40px;
}




@media screen and (max-width:768px) {
  /* First view ---------------------------- */
  #header {
    background: url(../imgs/pp/bg_header.png) no-repeat;
    background-size: 255px auto;
    background-position: right 15px bottom 10px;
  }
  main .inner {
    padding: 10px 10% 50px 10%;
    margin-bottom: 50px;
    width: 70%;
  }
  .inner p {
    letter-spacing: .08em;
    text-align: left;
  }
  .inner h2+p {
    font-size: 15px;
    padding: 0;
  }
  .inner h2+p br {
    display: none;
  }
  .policy {
    width: 100%;
  }
  .policy h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 50px 0 0 0;
  }
  .policy ul {
    margin-top: 30px;
  }
  .policy p,
  .policy ul li {
    font-size: 15px;
    text-align: left;
    margin: 10px 0;
    padding: 0;
  }
  .policy p br {
    display: none;
  }
  #signature {
    margin-top: 50px;
  }
  #signature p {
    font-size: 14px;
    text-align: right;
  }
  #signature p br {
    display: block;
  }


}