@charset "utf-8";

.rep_box {
  background: #fff;
  padding: calc(35 / 750 * 100%) calc(40 / 750 * 100%);
  margin: 0px auto calc(40 / 750 * 100%);
  width: 100%;
}
.rep_box p{
  line-height: calc(28 * 1px * 0.75);
}
.rep_box p:not(:first-child){
  margin-top: calc(20 / 750 * 100%);
}
.rep_box .coname{
  font-size: 1.2em;
  font-weight: bold;
}
@media(max-width: 768px) {
  .rep_box p:not(:first-child){
    line-height: calc( 28 / 750 * 100vw );
  }
}