@charset "UTF-8";
/*****************************
  cmn
*****************************/

.pplist > div{
  margin-top: 3rem;
}
.pplist > div .ttl{
  border-bottom: 1px solid #ccc;
  color: #05618C;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}
.pplist > div .ttl::before{
  content: "";
  background: linear-gradient(90deg,#05618C,#003C77);
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100px;
}
.pplist > div .content ul,
.pplist > div .content .add{
  margin-top: 1rem;
}
.pplist > div .content ul li{
  position: relative;
  padding-left: 2rem;
}
.pplist > div .content ul li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pplist > div .content .add dt{
  padding-right: 2rem;
  position: relative;
}
.pplist > div .content .add dt::before{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.head-privacy-policy .pagehead-bgcmn{
  background-position: left;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pplist > div .content .add div{
    margin-top: 1rem;
  }
  .pplist > div .content .add dt{
    width: 100%;
  }
  .pplist > div .content .add dt::before{
    display: none;
  }
  .pplist > div .content .add dd{
    margin-left: 1rem;
  }
}