
h4 {
  width: 100%;
}


.services p {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 20px 0;

}


ul {
  /*font-size: 1.5em;*/
}

p.policy {
  width: 100%;
  margin: auto;
}

h3 {
  width: 100%;
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
  font-size: 1.2rem;
}

h3:before {
  font-family: "Awesome";
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}