@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Prompt:wght@400;600;700&display=swap");

html {
  font-size: 14px;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8rem;
}
b,
strong {
  font-weight: bold;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: #e77077;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}


/* ======================== */

.no-gutters {
  margin:0;
  padding:0;
}
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}
.lead {
  font-size: 1.1rem;
  line-height: 2rem;
}
.mv_area {
  background-color: #FFDD33;
}
.info_area {
  background-color: #333333;
  color: #ffffff;
}
