/** プライバシーポリシーCSS **/
body {
  padding: 0;
  margin: 0;
}
#privacy-section {
  padding: 50px 25px 50px 25px;
}

h2 {
  position: relative;
  text-align: center;
  color: #222;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.5;
}

h3 {
  position: relative;
  padding: 0 0 20px;
  text-align: center;
  color: #222;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin: 0px 0 30px;
  line-height: 1.5;
}

h3:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #3c3c3c;
}

h4 {
  display: flex;
  font-size: 15px;
  justify-content: center; 
  align-items: center; 
  padding: 5px 0;
  text-align: center;
  margin: 10px 0;
}

h4:before, h4:after {
  border-top: 1px solid;
  content: "";
  width: 3rem; /* 線の長さ */
}
h4:before {
  margin-right: 1em; /* 文字の右隣 */
}
h4:after {
  margin-left: 1em; /* 文字の左隣 */
}
p {
  padding: 5px 0;
  font-size: .9rem;
}
body{
  margin-top:40px;
}
/** フッターのCSSは「共通」から編集可能です  */