/** 特商法取引>共通 **/
.d-logo {
  width: 100px;
}
h2 {
  position: relative;
  padding: 10px 0 0 0;
  text-align: center;
  color: #222;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 30px 0 0px;
  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;
}

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: 1rem;
}
.ex-p {
  font-size: 0.9rem;
}
/** footer */