@charset "UTF-8";

/* =======BASIC====== */

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: device-width;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  background: #fff;
}

br {
  letter-spacing: normal;
}

a {
  text-decoration: none;
}

.icfpe-application .orange > span > a {
  color: #fff;
}

.oea-application ol li > a {
  color: rgb(0, 0, 128);
}

a:link {
  color: #00a0de;
}
a:visited {
  color: #00a0de;
}
a:hover{
  text-decoration:none;
  opacity: 0.7;
  transition:0.5s;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  vertical-align: bottom;
}

.display-none {
  display: none;
}

ul {
  list-style: none;
}

/**/

button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* p {
  line-height: 0.5;
} */
