.balloon{
  font-size:clamp(1.4rem , 2vw ,2.0rem);
  width: 13em;
  max-width: initial;
  background-color: #00A496CC;
}
.balloon::before{
  border-top: 10px solid #00A496CC;
}

.page-visual-wrap{
  background: url(/img/common/blank-visual.png) , url(/img/form/form-visual.jpg);
  background-repeat: no-repeat , no-repeat;
  background-size: contain , cover;
  background-position: center bottom ,center center;
  padding-top:28.33%;
}

/*top*/
.privacy-top .content-inner{
  max-width:1000px;
  border-bottom:1px solid #CCC;
  margin:auto auto 25px;
  padding-top:5%;
  padding-bottom:25px;
}

.privacy-top .content-block{
  max-width:800px;
  margin:auto;
}

/*policy*/
.privacy-policy .content-wrap{
  padding-bottom:5%;
}
.privacy-policy .content-inner{
  max-width:800px;
  margin:auto;
}
.privacy-policy .content-block{
  margin-bottom:25px;
}
.privacy-policy ol{
  list-style-type:decimal;
  list-style-position: inside;
}
.privacy-policy li{
  font-size:1.4rem;
  margin-bottom:1em;
}