/*--------------------- .article_mv ---------------------*/
.article_mv.privacy {
  background: url(../img/mv.jpg) top right no-repeat;
  background-size: cover;
}

.p_box {
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}
.p_txt {
  margin-top: 50px;
}


@media only screen and (max-width: 960px) {
  .p_box {
    padding: 30px 0;
  }
  .p_txt {
    margin-top: 30px;
  }
}