/** PRIVACY POLICY **************************************************/
/************************************************************************/

.ttl_wrp{
  max-width: 760px;
  margin: auto;
  text-align: center;
}

.ttl_wrp h1{
  margin: 0 16px;
  padding: 32px 16px 24px 16px;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px #ccc solid;
}

.privacy_disc{
  max-width: 760px;
  padding:24px 0;
  border-bottom:1px #ccc solid;
  font-size:14px;
  line-height: 1.7;
}

.privacy_wrap{
  max-width: 760px;
  margin:auto;
  padding: 0 16px;
  font-size:14px;
}

.item{
  margin-top: 32px;
  line-height: 1.7;
}

.item h2{
  margin-bottom: 4px;
  font-size:16px;
  font-weight: 600;
}

.date{
  margin-top: 80px;
  text-align: right;
  color: #666;
}


/****** tablet / 768 - 1024 *****/
@media screen and (min-width: 768px) and (max-width: 1024px) {

}  

/****** SP / 767 or less *****/
@media screen and (max-width: 767px) {
  
}

