@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;  
}
section::after {
  background: url("../images/privacy-policy/privacy-policy.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 47.6%;
  height: 170px;
  content: "";
  left: 52.3%;
  top: 0;
  max-width: 686px;
}
section div.inner{
  line-height: 1.5;
  margin: -57px auto 64px;
  color: #707070;
}
section div.inner a{
  color: red;
}
/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){

section {
  top: 30px;
}

section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
section div.inner {
  margin: 30px auto 110px;
  padding: 0 10px;
}



}