@charset "UTF-8";

/*------------------------------------------------------------title*/

#pagetitle {
  min-height: 320px;
  background: url(../img/title_img/bg_privacy.png) top center no-repeat;
  background-size: cover;
}
/*------------------------------------------------------------*/
.policy_dl{
  width: 80%;
  margin: 0 auto;
}
.policy_dl dt{
  margin-bottom: 0.8em;
  font-size: 16px;
  font-family: "NotoSansBold";  
}
.policy_dl dd{
  margin-bottom: 2.5em;
  text-shadow: 0 1px 1px #fff, 0 -1px 1px #fff, 1px 0 1px #fff, -1px 0 1px #fff,0 0 3px #fff,0 1px 3px #fff;
  
}