@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.mt-3 {
  margin-top: 1rem;
}
.bullet_point li {
  padding-left: 1rem;
  position: relative;
}
.bullet_point li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
a {
  color: inherit;
}
.width-full {
  width: 100%;
}
:root {
  --black_color: 34, 34, 34;
  --white_color: 250, 243, 225;
  --accent_color: 35, 61, 77;
  --sub_color: 254, 127, 45;
}