/*
Theme Name: Trust HP Theme
Description: STUDIOからWordPressへ移行するコーポレートサイト用の自作テーマ
Version: 1.0.0
Text Domain: trust-hp-theme
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  color: #111;
  background-color: #f7f6f4;
  line-height: 1.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #111;
  background: #fff;
  border-radius: 4px;
}

.site-main {
  min-height: 40vh;
}
