
h4 {
  width: 100%;
}


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

}

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

.material {
  margin-left: 5em;
  margin-right: auto;
  
}

h3 {
  position: relative;
  background: #fffff4;
  padding: 0.25em 0.5em;
  border-left: solid 2em #ff6a6a;
  font-size: 1.2rem;

}

h3:before {
  font-family: "Awesome";
  content: "\f128";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h4 {
  font-size: 1.2rem;
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  margin-left: 1em;
  margin-right: auto;
}

h4:before {
  font-family: "Awesome";
  content: "\f075";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

h5 {
  font-style: italic;
  font-size: 1rem;
  margin-left: 1.2em;
}

#index {
  width: 100%;
}