* {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1.6;
}

.content {
  display: flex;
  flex-direction: column;
}

.titleBox {
  padding: 2rem 0rem 0rem 0rem;
  border-bottom: 2px solid slategrey;
}

.info {
  display: flex;
}

.sideBox {
  flex: 1 1 auto;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  min-width: 25vw;
}

.mainBox {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-left: 6rem;
  justify-content: space-around;
  padding-top: 2rem;
  padding-right: 2rem;
}

.detail {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.work {
  margin-top: 1rem;
}

.counter {
  position: fixed;
  right: 2rem;
  top: 2rem;
  background-color: lightgrey;
  padding: 0.5rem 1rem;
  border: 1px solid lightslategrey;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
}

.titleTag h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

div h3:not(:first-child) {
  margin-top: 1rem;
}

h4 {
  font-size: 1.4rem;
}

p {
  font-size: 1.4rem;
  line-height: 1.6;
}

li {
  font-size: 1.4rem;
  line-height: 1.6;
  list-style-type: none;
}

a {
  font-size: 1.4rem;
  text-decoration: none;
  color: black;
}

.inline {
  font-weight: bold;
}

em {
  font-size: 1.4rem;
}

b {
  font-size: 1.4rem;
}

#counter {
  font-size: 1.4rem;
  line-height: 1.6;
  color: navy;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .mainBox {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=style.css.map */