@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("../img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_title{
}
main{
  padding-bottom: 90px;
}
.privacy{
  padding-top: 60px;
}
.pri_block{
  padding-top: 45px;
}
.pri_head{
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-color);
}
.pri_com{
  margin-top: 20px;
}
@media screen and ( max-width: 1023px ) {

}
@media screen and ( max-width: 767px ) {

}