* {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #323232;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  * {
    font-size: 16px;
    line-height: 30px;
  }
}

::selection {
  background-color: #51a199 !important;
  color: #ffffff !important;
}

body {
  width: 100%;
  overflow-x: hidden;
}

a, input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: block;
}

a:before, a:after, .hovercon:before, .hovercon:after, input[type="submit"]:before, input[type="submit"]:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a, a:before, a:after, .hovercon, .hovercon:before, .hovercon:after, input[type="submit"], input[type="submit"]:before, input[type="submit"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a .hover-af {
  display: none !important;
}

a:hover .hover-be {
  display: none !important;
}

a:hover .hover-af {
  display: inline-block !important;
}

time {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
