@charset "UTF-8";

/******************************
common
******************************/
.pplist > div{
  margin-top: 3rem;
}
.pplist > div .ttl{
  border-bottom: 2px solid #ccc;
  color: #0098CB;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}
.pplist > div .ttl::before{
  content: "";
  background: #0098CB;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
}
.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;
}

/* 拡大 */
.pplist > div .ttl{
  font-size: 2rem;
}
@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) {
}

/* 通常 */
@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;
  }
}