@charset "UTF-8";
/* CSS Document */

.terms::before{
content: "・";
display: inline-block;
}
.terms{
  margin-bottom: 16px;
  line-height: 2.0;
}
.noimg-pagettl-top{
  margin-top: 40px;
}


.terms-pagettl{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.terms-pagettl::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #EB6711;
  border-radius: 50%;
  margin-right: 16px;
}

@media(max-width:599px){

  .terms-pagettl{
    font-size: 1.6rem;
  }
  .terms-pagettl::before{
    margin-right: 8px;
  }
  .noimg-pagettl-top{
    margin-top: 32px;
  
  }
}