/******************************/
/* privacy policy */
/******************************/

.c-breadcrumbs + .u-contents{
  padding-top:0;
}

.c-ttl-bg {
    margin-top: 15px;
    margin-bottom: 50px;
}

.p-privacy-container{
    background-color:#e6e3db;
  padding: 25px 110px;
}

.p-privacy-box {
  margin-top: 60px;
  margin-bottom: 60px;

}

.p-privacy-text {
    text-align: center;
    margin: 0 0 75px;
  line-height: 3rem;
}

.p-privacy-box .c-ttl-second{
  border-bottom:1px solid #fff; 
  padding-bottom:30px;
  font-size:1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.p-privacy-box p{
  line-height: 2.5rem;
  padding-left:45px;
}

@media screen and (max-width: 1030px) {
  
}
@media screen and (max-width: 767px) {
  
  .c-ttl-bg {
    margin-top:0;
    margin-bottom: 45px;
}
  
  .sp-br{
    display:none;
  }
  .p-privacy-text {
    width: 60%;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 2.5rem;
    font-size: 1.3rem;
}
  
  .p-privacy-container{
    padding: 30px 15px;
  }
  .p-privacy-box {
  margin-top: 0;
  margin-bottom: 50px;
  }
  .p-privacy-box p{
    padding-left: 0;
    margin:0;
  }
  .p-privacy-box .c-ttl-second{
  padding-bottom:20px;
}
}
