/*html*/
html {
  font-size: 21px;
}

/* body */
body {
  color: #333333;
  font-family: monotype-grotesque, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 83px 20px 14px 20px;
  border: 10px;
}

a:hover {
  color: #aaaaaa;
}

/* header */
header {
  position: fixed;
  top: 26px;
  left: 35px;
  z-index: 100;
}

h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.profiel {
  border-left: 1px solid #333333; /*線の設定*/
  padding-left: 0.6rem;
}

/* main */
.w-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1.1rem;
  border-bottom: solid 1px #333333;
}

img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* footer */
footer {
  font-size: .7rem;
}

/*W800px*/
@media screen and (max-width: 1080px) {
  body {
    padding-top: 26px;
  }

  header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding-bottom: 1.4rem;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }

  body {
    padding-top: 1.4rem;
  }
}
