
.topBackGround{
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.topBackGround::after{
  content: '';
  position: absolute;
  left:0;
  top: 0px;
 
  /*四角形を傾けます*/
  transform: skewY(-7deg);
  transform-origin: top right;
  z-index: -2;
  width:100%;
  height:970px;
  background:#f9f6f6;
}



/* ページ内リンクボタン */


.privacyTopText{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.privacy_oList > li{
  list-style-type: decimal;
}

.privacy_oList{
  width:80%;
  margin:0 auto 40px;
}

.privacy_sect{
  margin-bottom: 40px;
}

.privacy_sect_title{
  background-color: #843333;
  color:#fff;
  padding-left:10px;
}


/* インフォ */

.privacyInfo{
  background-color: #fff;
  border-radius: 20px;
  padding:45px 90px;
  box-shadow: 2px 10px 10px 2px rgba(0,0,0,0.1);
  margin-bottom: 160px;
}

