/* すべての要素のスタイルを初期値に戻す */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* ボックスサイズの計算方法を統一 */
}

/* その他の要素も初期化 */
html, body, div, p, h1, h2, h3, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color:inherit;
  color: inherit;
}

h1::before,
h2::before,
h3::before {
	display:none;
}

img {
	height:100% !important;
}

.swiper .sra {
  height: auto !important;
}

section.structure img,
section.efficiency img {
	height:auto !important;
}

#skinZero {
	width: 100vw;
}

a:hover {
  color: inherit;
  text-decoration: none;
}
